[jboss-svn-commits] JBossWS SVN: r936 - in branches/tdiesler/trunk: docs/user-guide/project/en/modules/clients docs/user-guide/project/en/modules/endpoints docs/user-guide/project/en/modules/exceptions docs/user-guide/project/en/modules/getting-started docs/user-guide/project/en/modules/headers-handlers docs/user-guide/project/en/modules/holders docs/user-guide/project/en/modules/jmstransport docs/user-guide/project/en/modules/oneway docs/user-guide/project/en/modules/secureejb docs/user-guide/project/en/modules/wsaddressing docs/user-guide/project/en/modules/wssecurity src/main/java/org/jboss/ws/deployment src/main/resources/samples/common src/test src/test/ant src/test/java/org/jboss/test/ws src/test/java/org/jboss/test/ws/common src/test/java/org/jboss/test/ws/common/binding src/test/java/org/jboss/test/ws/common/config src/test/java/org/jboss/test/ws/common/jbossxb src/test/java/org/jboss/test/ws/common/jbossxb/array src/test/java/org/jboss/test/ws/common/jbossxb/complex src/test/! java/org/jboss/test/ws/common/jbossxb/docstyle src/test/java/org/jboss/test/ws/common/jbossxb/holders src/test/java/org/jboss/test/ws/common/jbossxb/multixsd src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb src/test/java/org/jboss/test/ws/common/jbossxb/simple src/test/java/org/jboss/test/ws/common/soap src/test/java/org/jboss/test/ws/common/soap/attachment src/test/java/org/jboss/test/ws/common/utils src/test/java/org/jboss/test/ws/common/wsdl11 src/test/java/org/jboss/test/ws/jaxrpc src/test/java/org/jboss/test/ws/jaxrpc/anonymous src/test/java/org/jboss/test/ws/jaxrpc/benchmark src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/t! est/ws src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark src/test/java/org/jboss/test/ws/jaxrpc/encoded src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holde

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 11 10:41:57 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-09-11 10:25:52 -0400 (Mon, 11 Sep 2006)
New Revision: 936

Added:
   branches/tdiesler/trunk/src/test/ant/build-jars-jaxrpc.xml
   branches/tdiesler/trunk/src/test/ant/build-jars-jaxws.xml
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsaddressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/AlreadyRegisteredException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Customer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/InvoiceCustomer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Name.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/PhoneNumber.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/ValidationException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/extra/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java
   branches/tdiesler/trunk/src/test/resources/common/
   branches/tdiesler/trunk/src/test/resources/common/config/
   branches/tdiesler/trunk/src/test/resources/common/config/jaxrpc-endpoint-config.xml
   branches/tdiesler/trunk/src/test/resources/common/config/jaxws-endpoint-config.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xsd
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/config.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/
   branches/tdiesler/trunk/src/test/resources/common/soap/req1.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req2.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req3.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req4.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req5.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req6.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req7.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req8.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req9.xml
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/DocLitSimple.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitSimple.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/XML.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wsaddr.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/bare-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/wrapped-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.gif
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.html
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/disguised_jpeg.xcf
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.gif
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.html
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/keystore.password
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/keystore.password
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/roles.properties
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/users.properties
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/circular.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/schema.xsd
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl
Removed:
   branches/tdiesler/trunk/src/test/ant/build-benchmark-jars.xml
   branches/tdiesler/trunk/src/test/ant/build-jars.xml
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/addressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/anonymous/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/benchmark/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/binding/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/config/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/encoded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/enventry/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/eventing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsaddressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbossxb/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1010/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1011/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1068/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1107/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1121/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1124/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws1125/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws231/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws434/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws718/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws720/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws732/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws775/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws801/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws807/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws812/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws860/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws944/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws947/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws950/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws955/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws956/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/marshall/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/outparam/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/overloaded/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/samples/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/soap/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/util/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/wsdl11/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/wspolicy/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/wsse/
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/xop/
   branches/tdiesler/trunk/src/test/resources/addressing/
   branches/tdiesler/trunk/src/test/resources/anonymous/
   branches/tdiesler/trunk/src/test/resources/benchmark/
   branches/tdiesler/trunk/src/test/resources/common/config/
   branches/tdiesler/trunk/src/test/resources/common/config/jaxrpc-endpoint-config.xml
   branches/tdiesler/trunk/src/test/resources/common/config/jaxws-endpoint-config.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xsd
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/config.xml
   branches/tdiesler/trunk/src/test/resources/common/jbossxb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/
   branches/tdiesler/trunk/src/test/resources/common/soap/req1.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req2.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req3.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req4.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req5.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req6.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req7.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req8.xml
   branches/tdiesler/trunk/src/test/resources/common/soap/req9.xml
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/DocLitSimple.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitSimple.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/XML.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wsaddr.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl
   branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl
   branches/tdiesler/trunk/src/test/resources/config/
   branches/tdiesler/trunk/src/test/resources/encoded/
   branches/tdiesler/trunk/src/test/resources/enventry/
   branches/tdiesler/trunk/src/test/resources/eventing/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/bare-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/wrapped-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/jbws718/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.gif
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.html
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/disguised_jpeg.xcf
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.gif
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.html
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.txt
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/keystore.password
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/keystore.password
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/roles.properties
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/users.properties
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/circular.xsd
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/attach.jpeg
   branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/schema.xsd
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.keystore
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.truststore
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/
   branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jbossxb/
   branches/tdiesler/trunk/src/test/resources/jbws1010/
   branches/tdiesler/trunk/src/test/resources/jbws1011/
   branches/tdiesler/trunk/src/test/resources/jbws1068/
   branches/tdiesler/trunk/src/test/resources/jbws1107/
   branches/tdiesler/trunk/src/test/resources/jbws1121/
   branches/tdiesler/trunk/src/test/resources/jbws1124/
   branches/tdiesler/trunk/src/test/resources/jbws1125/
   branches/tdiesler/trunk/src/test/resources/jbws231/
   branches/tdiesler/trunk/src/test/resources/jbws434/
   branches/tdiesler/trunk/src/test/resources/jbws718/
   branches/tdiesler/trunk/src/test/resources/jbws720/
   branches/tdiesler/trunk/src/test/resources/jbws732/
   branches/tdiesler/trunk/src/test/resources/jbws775/
   branches/tdiesler/trunk/src/test/resources/jbws801/
   branches/tdiesler/trunk/src/test/resources/jbws807/
   branches/tdiesler/trunk/src/test/resources/jbws812/
   branches/tdiesler/trunk/src/test/resources/jbws860/
   branches/tdiesler/trunk/src/test/resources/jbws871/
   branches/tdiesler/trunk/src/test/resources/jbws944/
   branches/tdiesler/trunk/src/test/resources/jbws950/
   branches/tdiesler/trunk/src/test/resources/jbws956/
   branches/tdiesler/trunk/src/test/resources/jsr181/
   branches/tdiesler/trunk/src/test/resources/marshall-doclit/
   branches/tdiesler/trunk/src/test/resources/marshall-rpclit/
   branches/tdiesler/trunk/src/test/resources/outparam/
   branches/tdiesler/trunk/src/test/resources/overloaded/
   branches/tdiesler/trunk/src/test/resources/samples-override/
   branches/tdiesler/trunk/src/test/resources/samples/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/
   branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/wsdl11/
   branches/tdiesler/trunk/src/test/resources/wsdlfixture/
   branches/tdiesler/trunk/src/test/resources/wsse/
   branches/tdiesler/trunk/src/test/resources/xop/
Modified:
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/clients/jsr109-clients.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-ejb-endpoint.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-pojo-endpoint.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr181-pojo-endpoint.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/template-config.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/exceptions/exceptions.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/doc-endpoints.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/message-endpoints.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/headers-handlers/handlers.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/holders/inout-parameters.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/jmstransport/jms-endpoint.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/oneway/oneway.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/secureejb/secure-ejb.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml
   branches/tdiesler/trunk/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml
   branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR109ServerMetaDataBuilder.java
   branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR181MetaDataBuilder.java
   branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/MetaDataBuilder.java
   branches/tdiesler/trunk/src/main/resources/samples/common/imported-build.xml
   branches/tdiesler/trunk/src/test/build.xml
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/JBossWSTestHelper.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/binding/SOAPBindingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/context/WebServiceContextTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/endpoint/EndpointTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/HandlerScopeTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/JBWS871TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Address.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/AlreadyRegisteredException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegister.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegisterResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Customer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatistics.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatisticsResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/InvoiceCustomer.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/JSR181ComplexTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Name.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/PhoneNumber.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Register.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoice.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoiceResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationServiceService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Statistics.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/ValidationException.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/extra/Statistics.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/AuthorizationHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/Endpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/EndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/JSR181HandlerChainTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/LogHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/RoutingHandler.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/JSR181OneWayTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/PingEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocBareServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_RequestStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_ResponseStruct.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleSEI.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleServiceImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/JSR181SOAPBindingTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrderAck.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareRequest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareResponse.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/JSR181WebMethodTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpoint.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpointImpl.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/JSR181WebParamTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocument.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocumentHolder.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/SecurityHeader.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerRecord.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerService.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/JSR181WebResultTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/USAddress.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean02.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean02.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean02.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB21TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB3TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceJSETestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerJAXBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerSourceTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderJAXBTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderMessageTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderPayloadTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/JavaToWSDL11TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/SchemaGeneratorTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToJavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToWSDL20TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSToolsTest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/WSDL20AssertionsTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/sei/MultiXSDInvalidInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/clientside/ClientSideArtifactsTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/doclit/ToolsDocLitTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/enums/EnumTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/factories/ToolsFactoriesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/holders/StandardHoldersTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaModelTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaTypesCreatorTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws818/JBWS818TestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_161/multixsd/MultiXSDSEI.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/AnonTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/NillableTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardArraysTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardDoubleArraysTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/AnonTypesSEI.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/NillableTypesSEI.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/SimpleTypeEnumerationSEI.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/StandardArraysInterface.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/wscompile/simpletypes/USMidwest.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/Attachment/AttachmentWSDL2JavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/InOutParameters/InOutParametersWSDL2JavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OneWay/OneWayWSDL2JavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OutParameters/OutParametersWSDL2JavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/WsdlImportWithUserTypes/WsdlImportWithUserTypesWSDL2JavaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/OneWay/OneWayJava2WSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/PublicPrivate/PublicPrivateJava2WSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/StandardHolders/StandardHoldersJava2WSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/UserException/UserExceptionJava2WSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/EndpointInterface03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean01.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean03.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JavaToWSDLTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/JavaWsdlMappingMetaDataTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/WebServicesMetaDataTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaArrayTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaTypes.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertMethodParamExtendRemote.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertReturnTypeExtendRemote.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/utils/ToolsUtilsTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11ValidationTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11Validator.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/WSDLTypesTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XMLSchemaTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XercesSchemaParserTestCase.java
   branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xsdjava/ReferencesTestCase.java
   branches/tdiesler/trunk/src/test/resources/jaxws/context/WEB-INF/wsdl/TestService.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/META-INF/wsdl/TestEndpoint.wsdl
   branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/WEB-INF-rpc/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/config.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/jaxws-handlers.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/oneway/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/soapbinding/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webmethod/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/WEB-INF/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/application-client.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/jaxrpc-mapping.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF01/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF02/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF03/ejb-jar.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF01/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF02/web.xml
   branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF03/web.xml
   branches/tdiesler/trunk/src/test/resources/tools/config/wsdl2javaglobal.xml
Log:
Restructure test suite
Add ws-security configuration foir jsr181 endpoints


Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/clients/jsr109-clients.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/clients/jsr109-clients.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/clients/jsr109-clients.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -68,7 +68,7 @@
       <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
       <port-component-ref>
         <service-endpoint-interface>
-            org.jboss.test.ws.samples.rpcstyle.TrivialService
+            org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialService
          </service-endpoint-interface>
       </port-component-ref>
     </service-ref>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-ejb-endpoint.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-ejb-endpoint.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-ejb-endpoint.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -30,7 +30,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="TestService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.jsr109ejb.JaxRpcTestService"/>
+        endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService"/>
     
       <namespaces target-namespace="http://org.jboss.ws/samples/jsr109ejb" 
         type-namespace="http://org.jboss.ws/samples/jsr109ejb/types"/>
@@ -57,9 +57,9 @@
       <session>
         <ejb-name>TestService</ejb-name>
  (1)    <service-endpoint>
-            org.jboss.test.ws.samples.jsr109ejb.JaxRpcTestService
+            org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService
          </service-endpoint>
- (2)     <ejb-class>org.jboss.test.ws.samples.jsr109ejb.JaxRpcEJBEndpoint</ejb-class>
+ (2)     <ejb-class>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcEJBEndpoint</ejb-class>
         <session-type>Stateless</session-type>
         <transaction-type>Container</transaction-type>
       </session>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-pojo-endpoint.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-pojo-endpoint.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr109-pojo-endpoint.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -30,7 +30,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="TestService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.jsr109pojo.JaxRpcTestService"/>
+        endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcTestService"/>
     
       <namespaces target-namespace="http://org.jboss.ws/samples/jsr109pojo" 
         type-namespace="http://org.jboss.ws/samples/jsr109pojo/types"/>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr181-pojo-endpoint.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr181-pojo-endpoint.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/jsr181-pojo-endpoint.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -49,7 +49,7 @@
   
     <servlet>
       <servlet-name>TestService</servlet-name>
-      <servlet-class>org.jboss.test.ws.samples.jsr181pojo.JSEBean01</servlet-class>
+      <servlet-class>org.jboss.test.ws.jaxws.samples.jsr181pojo.JSEBean01</servlet-class>
     </servlet>
   
     <servlet-mapping>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/template-config.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/template-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/endpoints/template-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -88,7 +88,7 @@
 
   <servlet>
     <servlet-name>HelloService</servlet-name>
-    <servlet-class>org.jboss.test.ws.samples.wssecurity.HelloJavaBean</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxrpc.samples.wssecurity.HelloJavaBean</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>HelloService</servlet-name>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/exceptions/exceptions.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/exceptions/exceptions.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/exceptions/exceptions.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -48,7 +48,7 @@
 	<configuration ...>
 	  <java-wsdl>
 		<service name="ExceptionService" style="rpc" 
-      endpoint="org.jboss.test.ws.samples.exception.ExceptionServiceInterface"/>
+      endpoint="org.jboss.test.ws.jaxrpc.samples.exception.ExceptionServiceInterface"/>
     
 		<namespaces target-namespace="http://org.jboss.ws/samples/exception" 
       type-namespace="http://org.jboss.ws/samples/exception/types"/>
@@ -96,18 +96,18 @@
 	<para>
 		<programlisting><![CDATA[
   <exception-mapping>
-   <exception-type>org.jboss.test.ws.samples.exception.UserException</exception-type>
+   <exception-type>org.jboss.test.ws.jaxrpc.samples.exception.UserException</exception-type>
    <wsdl-message>exMsgNS:UserException</wsdl-message>
   </exception-mapping>
   <exception-mapping>
-   <exception-type>org.jboss.test.ws.samples.exception.UserMessageException</exception-type>
+   <exception-type>org.jboss.test.ws.jaxrpc.samples.exception.UserMessageException</exception-type>
    <wsdl-message>exMsgNS:UserMessageException</wsdl-message>
    <constructor-parameter-order>
     <element-name>message</element-name>
    </constructor-parameter-order>
   </exception-mapping>
   <exception-mapping>
-   <exception-type>org.jboss.test.ws.samples.exception.ComplexUserException</exception-type>
+   <exception-type>org.jboss.test.ws.jaxrpc.samples.exception.ComplexUserException</exception-type>
    <wsdl-message>exMsgNS:ComplexUserException</wsdl-message>
    <constructor-parameter-order>
     <element-name>message</element-name>
@@ -115,7 +115,7 @@
    </constructor-parameter-order>
   </exception-mapping>
   <exception-mapping>
-   <exception-type>org.jboss.test.ws.samples.exception.ComplexUserArrayException</exception-type>
+   <exception-type>org.jboss.test.ws.jaxrpc.samples.exception.ComplexUserArrayException</exception-type>
    <wsdl-message>exMsgNS:ComplexUserArrayException</wsdl-message>
    <constructor-parameter-order>
     <element-name>message</element-name>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/doc-endpoints.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/doc-endpoints.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/doc-endpoints.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -39,7 +39,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="SampleService" style="document" 
-        endpoint="org.jboss.test.ws.samples.docstyle.wrapped.TrivialService" />
+        endpoint="org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialService" />
     
       <namespaces target-namespace="http://org.jboss.ws/samples/docstyle/wrapped" 
          type-namespace="http://org.jboss.ws/samples/docstyle/wrapped/types"/>
@@ -76,7 +76,7 @@
     <programlisting><![CDATA[
     <java-xml-type-mapping>
       <java-type>
-        org.jboss.test.ws.samples.docstyle.wrapped.TrivialService_purchase_RequestStruct
+        org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialService_purchase_RequestStruct
       </java-type>
       <root-type-qname xmlns:typeNS="http://org.jboss.ws/samples/docstyle/wrapped/types">
         typeNS:purchase
@@ -94,7 +94,7 @@
     
     <java-xml-type-mapping>
       <java-type>
-        org.jboss.test.ws.samples.docstyle.wrapped.TrivialService_purchase_ResponseStruct
+        org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialService_purchase_ResponseStruct
       </java-type>
       <root-type-qname xmlns:typeNS="http://org.jboss.ws/samples/docstyle/wrapped/types">
         typeNS:purchaseResponse

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/message-endpoints.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/message-endpoints.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/message-endpoints.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -40,7 +40,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="MessageService" style="document" parameter-style="bare" 
-        endpoint="org.jboss.test.ws.samples.message.MessageTestService">
+        endpoint="org.jboss.test.ws.jaxrpc.samples.message.MessageTestService">
     
         <operation name="processElement" return-xml-name="Response">
           <parameter type="javax.xml.soap.SOAPElement" xml-name="Order"/>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/getting-started/rpc-endpoints.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -97,7 +97,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="SampleService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.rpcstyle.TrivialService"/>
+        endpoint="org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialService"/>
     
       <namespaces target-namespace="http://org.jboss.ws/samples/rpcstyle" 
         type-namespace="http://org.jboss.ws/samples/rpcstyle/types"/>
@@ -150,7 +150,7 @@
     
       <servlet>
         <servlet-name>TrivialEndpoint</servlet-name>
- (1)     <servlet-class>org.jboss.test.ws.samples.rpcstyle.TrivialEndpointJSE</servlet-class>
+ (1)     <servlet-class>org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialEndpointJSE</servlet-class>
       </servlet>
     
       <servlet-mapping>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/headers-handlers/handlers.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/headers-handlers/handlers.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/headers-handlers/handlers.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -39,7 +39,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="TestService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.handler.HeaderTestService">
+        endpoint="org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestService">
         <operation name="testInHeader">
           <parameter type="java.lang.String"/>
           <parameter type="java.lang.String" xml-name="headerMsg" header="true"/>
@@ -76,7 +76,7 @@
       ...
       <handler>
         <handler-name>HeaderTestHandler</handler-name>
-        <handler-class>org.jboss.test.ws.samples.handler.ServerSideHandler</handler-class>
+        <handler-class>org.jboss.test.ws.jaxrpc.samples.handler.ServerSideHandler</handler-class>
       </handler>
     </port-component>
    </webservice-description>
@@ -139,12 +139,12 @@
       <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
       <port-component-ref>
         <service-endpoint-interface>
-          org.jboss.test.ws.samples.handler.HeaderTestService
+          org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestService
         </service-endpoint-interface>
       </port-component-ref>
       <handler>
         <handler-name>HeaderTestHandler</handler-name>
-        <handler-class>org.jboss.test.ws.samples.handler.ClientSideHandler</handler-class>
+        <handler-class>org.jboss.test.ws.jaxrpc.samples.handler.ClientSideHandler</handler-class>
       </handler>
     </service-ref>
     ]]></programlisting></para>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/holders/inout-parameters.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/holders/inout-parameters.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/holders/inout-parameters.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -26,7 +26,7 @@
     <configuration xmlns="http://www.jboss.org/jbossws-tools">
       <javaToWSDL>
         <service name="TestService" wsdlStyle="rpc" 
-              endpoint="org.jboss.test.ws.samples.holder.HolderTestService"/>
+              endpoint="org.jboss.test.ws.jaxrpc.samples.holder.HolderTestService"/>
         <namespaces targetNamespace="http://org.jboss.ws/samples/holder" 
               typeNamespace="http://org.jboss.ws/samples/holder/types"/>
         <mapping fileName="jaxrpc-mapping.xml"/>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/jmstransport/jms-endpoint.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/jmstransport/jms-endpoint.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/jmstransport/jms-endpoint.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -18,7 +18,7 @@
     <enterprise-beans>
       <message-driven>
         <ejb-name>OrganizationMDB</ejb-name>
-        <ejb-class>org.jboss.test.ws.samples.jmstransport.OrganizationJMSEndpoint</ejb-class>
+        <ejb-class>org.jboss.test.ws.jaxrpc.samples.jmstransport.OrganizationJMSEndpoint</ejb-class>
         <message-selector></message-selector>
         <transaction-type>Container</transaction-type>
         <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
@@ -78,7 +78,7 @@
      <port-component-name>OrganizationPort</port-component-name>
      <wsdl-port>impl:OrganizationPort</wsdl-port>
      <service-endpoint-interface>
-       org.jboss.test.ws.samples.jmstransport.Organization
+       org.jboss.test.ws.jaxrpc.samples.jmstransport.Organization
      </service-endpoint-interface>
      <service-impl-bean>
       <ejb-link>OrganizationMDB</ejb-link>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/oneway/oneway.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/oneway/oneway.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/oneway/oneway.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -25,7 +25,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="TestService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.oneway.OneWayTestService">
+        endpoint="org.jboss.test.ws.jaxrpc.samples.oneway.OneWayTestService">
         <operation name="oneWay" one-way="true">
           <parameter type="java.lang.String"/>
         </operation>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/secureejb/secure-ejb.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/secureejb/secure-ejb.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/secureejb/secure-ejb.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -18,10 +18,10 @@
   <enterprise-beans>
     <session>
       <ejb-name>RoleSecuredSLSB</ejb-name>
-      <remote>org.jboss.test.ws.samples.secureejb.OrganizationRemote</remote>
-      <home>org.jboss.test.ws.samples.secureejb.OrganizationHome</home>
-      <service-endpoint>org.jboss.test.ws.samples.secureejb.OrganizationService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.samples.secureejb.OrganizationImpl</ejb-class>
+      <remote>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationRemote</remote>
+      <home>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationHome</home>
+      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint>
+      <ejb-class>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationImpl</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
       <security-role-ref>
@@ -30,10 +30,10 @@
     </session>
     <session>
       <ejb-name>BasicSecuredSLSB</ejb-name>
-      <remote>org.jboss.test.ws.samples.secureejb.OrganizationRemote</remote>
-      <home>org.jboss.test.ws.samples.secureejb.OrganizationHome</home>
-      <service-endpoint>org.jboss.test.ws.samples.secureejb.OrganizationService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.samples.secureejb.OrganizationImpl</ejb-class>
+      <remote>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationRemote</remote>
+      <home>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationHome</home>
+      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint>
+      <ejb-class>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationImpl</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
     </session>

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -87,7 +87,7 @@
     @SOAPBinding(style = SOAPBinding.Style.RPC)
     @SOAPMessageHandlers( { 
        @SOAPMessageHandler(className = "org.jboss.ws.addressing.soap.SOAPServerHandler"),
-       @SOAPMessageHandler(className = "org.jboss.test.ws.samples.wsaddressing.ServerHandler")
+       @SOAPMessageHandler(className = "org.jboss.test.ws.jaxrpc.samples.wsaddressing.ServerHandler")
        })
     public class StatefulEndpointImpl implements StatefulEndpoint, ServiceLifecycle
     {

Modified: branches/tdiesler/trunk/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml
===================================================================
--- branches/tdiesler/trunk/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -60,7 +60,7 @@
   <configuration ...>
     <java-wsdl>
       <service name="HelloService" style="rpc" 
-        endpoint="org.jboss.test.ws.samples.wssecurity.Hello"/>
+        endpoint="org.jboss.test.ws.jaxrpc.samples.wssecurity.Hello"/>
     
       <namespaces target-namespace="http://org.jboss.ws/samples/wssecurity" 
         type-namespace="http://org.jboss.ws/samples/wssecurity/types"/>
@@ -96,7 +96,7 @@
 
   <servlet>
     <servlet-name>HelloService</servlet-name>
-    <servlet-class>org.jboss.test.ws.samples.wssecurity.HelloJavaBean</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxrpc.samples.wssecurity.HelloJavaBean</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>HelloService</servlet-name>

Modified: branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR109ServerMetaDataBuilder.java
===================================================================
--- branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR109ServerMetaDataBuilder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR109ServerMetaDataBuilder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -79,8 +79,6 @@
       log.debug("START buildMetaData: [name=" + udi.getCanonicalName() + "]");
       try
       {
-         WSSecurityConfiguration securityConfiguration = getWsSecurityConfiguration(udi);
-
          // For every webservice-description build the ServiceMetaData
          UnifiedMetaData wsMetaData = new UnifiedMetaData();
          wsMetaData.setResourceLoader(resourceLoader);
@@ -105,6 +103,7 @@
             setupTypesMetaData(serviceMetaData);
 
             // Assign the WS-Security configuration,
+            WSSecurityConfiguration securityConfiguration = getWsSecurityConfiguration(udi);
             serviceMetaData.setSecurityConfiguration(securityConfiguration);
 
             // For every port-component build the EndpointMetaData
@@ -331,44 +330,6 @@
       epMetaData.setURLPattern(urlPattern);
    }
 
-   private WSSecurityConfiguration getWsSecurityConfiguration(UnifiedDeploymentInfo udi) throws IOException
-   {
-      WSSecurityConfiguration config = null;
-
-      String resource = WSSecurityConfigurationFactory.SERVER_RESOURCE_NAME;
-      if (udi.metaData instanceof UnifiedWebMetaData)
-      {
-         resource = "WEB-INF/" + resource;
-      }
-      else
-      {
-         resource = "META-INF/" + resource;
-      }
-
-      URL location = resourceLoader.getResource(resource);
-      if (location != null)
-      {
-         config = WSSecurityConfigurationFactory.newInstance().parse(location);
-
-         // Get and set deployment path to the keystore file
-         if (config.getKeyStoreFile() != null)
-         {
-            location = resourceLoader.getResource(config.getKeyStoreFile());
-            if (location != null)
-               config.setKeyStoreURL(location);
-         }
-
-         if (config.getTrustStoreFile() != null)
-         {
-            location = resourceLoader.getResource(config.getTrustStoreFile());
-            if (location != null)
-               config.setTrustStoreURL(location);
-         }
-      }
-
-      return config;
-   }
-
    /** Read the transport guarantee from web.xml
     */
    protected void initTransportGuaranteeJSE(UnifiedDeploymentInfo udi, EndpointMetaData epMetaData, String servletLink) throws IOException

Modified: branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR181MetaDataBuilder.java
===================================================================
--- branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR181MetaDataBuilder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/JSR181MetaDataBuilder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -83,6 +83,7 @@
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.metadata.wsdl.WSDLUtils;
 import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
+import org.jboss.ws.metadata.wsse.WSSecurityConfiguration;
 import org.jboss.ws.tools.ToolsUtils;
 import org.jboss.ws.utils.HolderUtils;
 import org.jboss.xb.binding.ObjectModelFactory;
@@ -111,95 +112,110 @@
       if (anWebService == null)
          throw new WSException("Cannot obtain @WebService annotaion from: " + sepClass.getName());
 
-      Class seiClass = null;
-      String seiName = null;
-      if (anWebService.endpointInterface().length() > 0)
+      try
       {
-         seiName = anWebService.endpointInterface();
-         seiClass = udi.annotationsCl.loadClass(seiName);
-         anWebService = (WebService)seiClass.getAnnotation(WebService.class);
-         if (anWebService == null)
-            throw new WSException("Interface does not have a @WebService annotation: " + seiName);
-      }
+         Class seiClass = null;
+         String seiName = null;
+         if (anWebService.endpointInterface().length() > 0)
+         {
+            seiName = anWebService.endpointInterface();
+            seiClass = udi.annotationsCl.loadClass(seiName);
+            anWebService = (WebService)seiClass.getAnnotation(WebService.class);
+            if (anWebService == null)
+               throw new WSException("Interface does not have a @WebService annotation: " + seiName);
+         }
 
-      Class wsClass = (seiClass != null ? seiClass : sepClass);
+         Class wsClass = (seiClass != null ? seiClass : sepClass);
 
-      WSDLUtils wsdlUtils = WSDLUtils.getInstance();
+         WSDLUtils wsdlUtils = WSDLUtils.getInstance();
 
-      String name = anWebService.name();
-      if (name.length() == 0)
-         name = wsdlUtils.getJustClassName(wsClass);
+         String name = anWebService.name();
+         if (name.length() == 0)
+            name = wsdlUtils.getJustClassName(wsClass);
 
-      String serviceName = anWebService.serviceName();
-      if (serviceName.length() == 0)
-         serviceName = name + "Service";
+         String serviceName = anWebService.serviceName();
+         if (serviceName.length() == 0)
+            serviceName = name + "Service";
 
-      String targetNS = anWebService.targetNamespace();
-      if (targetNS.length() == 0)
-         targetNS = wsdlUtils.getTypeNamespace(wsClass);
+         String targetNS = anWebService.targetNamespace();
+         if (targetNS.length() == 0)
+            targetNS = wsdlUtils.getTypeNamespace(wsClass);
 
-      String portName = anWebService.portName();
-      if (portName.length() == 0)
-         portName = name + "Port";
+         String portName = anWebService.portName();
+         if (portName.length() == 0)
+            portName = name + "Port";
 
-      ServiceMetaData serviceMetaData = new ServiceMetaData(wsMetaData, new QName(targetNS, serviceName));
-      wsMetaData.addService(serviceMetaData);
+         ServiceMetaData serviceMetaData = new ServiceMetaData(wsMetaData, new QName(targetNS, serviceName));
+         wsMetaData.addService(serviceMetaData);
 
-      // Setup the ServerEndpointMetaData
-      QName portQName = new QName(targetNS, portName);
-      ServerEndpointMetaData sepMetaData = new ServerEndpointMetaData(serviceMetaData, portQName, Type.JAXWS);
-      sepMetaData.setLinkName(linkName);
+         // Assign the WS-Security configuration,
+         WSSecurityConfiguration securityConfiguration = getWsSecurityConfiguration(udi);
+         serviceMetaData.setSecurityConfiguration(securityConfiguration);
+         
+         // Setup the ServerEndpointMetaData
+         QName portQName = new QName(targetNS, portName);
+         ServerEndpointMetaData sepMetaData = new ServerEndpointMetaData(serviceMetaData, portQName, Type.JAXWS);
+         sepMetaData.setLinkName(linkName);
 
-      sepMetaData.setServiceEndpointImplName(sepClass.getName());
-      sepMetaData.setServiceEndpointInterfaceName(wsClass.getName());
+         sepMetaData.setServiceEndpointImplName(sepClass.getName());
+         sepMetaData.setServiceEndpointInterfaceName(wsClass.getName());
 
-      serviceMetaData.addEndpoint(sepMetaData);
+         serviceMetaData.addEndpoint(sepMetaData);
 
-      // Process an optional @SOAPBinding annotation
-      if (wsClass.isAnnotationPresent(SOAPBinding.class))
-         processSOAPBinding(sepMetaData, wsClass);
+         // Process an optional @SOAPBinding annotation
+         if (wsClass.isAnnotationPresent(SOAPBinding.class))
+            processSOAPBinding(sepMetaData, wsClass);
 
-      // Process an optional @BindingType annotation
-      if (wsClass.isAnnotationPresent(BindingType.class))
-         processBindingType(sepMetaData, wsClass);
+         // Process an optional @BindingType annotation
+         if (wsClass.isAnnotationPresent(BindingType.class))
+            processBindingType(sepMetaData, wsClass);
 
-      boolean includeAllMethods = (wsClass == seiClass);
-      processWebMethods(sepMetaData, wsClass, includeAllMethods);
+         boolean includeAllMethods = (wsClass == seiClass);
+         processWebMethods(sepMetaData, wsClass, includeAllMethods);
 
-      // Process or generate WSDL
-      String wsdlLocation = anWebService.wsdlLocation();
-      processOrGenerateWSDL(wsClass, serviceMetaData, wsdlLocation, sepMetaData);
+         // Process or generate WSDL
+         String wsdlLocation = anWebService.wsdlLocation();
+         processOrGenerateWSDL(wsClass, serviceMetaData, wsdlLocation, sepMetaData);
 
-      // Read the generated WSDL and initialize the schema model
-      WSDLDefinitions wsdlDefinitions = serviceMetaData.getWsdlDefinitions();
-      JBossXSModel schemaModel = WSDLUtils.getSchemaModel(wsdlDefinitions.getWsdlTypes());
-      serviceMetaData.getTypesMetaData().setSchemaModel(schemaModel);
+         // Read the generated WSDL and initialize the schema model
+         WSDLDefinitions wsdlDefinitions = serviceMetaData.getWsdlDefinitions();
+         JBossXSModel schemaModel = WSDLUtils.getSchemaModel(wsdlDefinitions.getWsdlTypes());
+         serviceMetaData.getTypesMetaData().setSchemaModel(schemaModel);
 
-      // Set the endpoint address
-      processPortComponent(udi, wsClass, linkName, sepMetaData);
+         // Set the endpoint address
+         processPortComponent(udi, wsClass, linkName, sepMetaData);
 
-      // Process an optional @SOAPMessageHandlers annotation
-      if (sepClass.isAnnotationPresent(SOAPMessageHandlers.class) || wsClass.isAnnotationPresent(SOAPMessageHandlers.class))
-         log.warn("@SOAPMessageHandlers is deprecated as of JSR-181 2.0 with no replacement.");
+         // Process an optional @SOAPMessageHandlers annotation
+         if (sepClass.isAnnotationPresent(SOAPMessageHandlers.class) || wsClass.isAnnotationPresent(SOAPMessageHandlers.class))
+            log.warn("@SOAPMessageHandlers is deprecated as of JSR-181 2.0 with no replacement.");
 
-      // Add pre handlers
-      WSEndpointConfigJAXWS jaxwsConfig = (WSEndpointConfigJAXWS)sepMetaData.getEndpointConfig();
-      sepMetaData.addHandlers(jaxwsConfig.getHandlers(sepMetaData, HandlerType.PRE));
-      
-      // Process an optional @HandlerChain annotation
-      if (sepClass.isAnnotationPresent(HandlerChain.class))
-         processHandlerChain(sepMetaData, sepClass);
-      else if (wsClass.isAnnotationPresent(HandlerChain.class))
-         processHandlerChain(sepMetaData, wsClass);
+         // Add pre handlers
+         WSEndpointConfigJAXWS jaxrpcConfig = (WSEndpointConfigJAXWS)sepMetaData.getEndpointConfig();
+         sepMetaData.addHandlers(jaxrpcConfig.getHandlers(sepMetaData, HandlerType.PRE));
 
-      // Add post handlers
-      sepMetaData.addHandlers(jaxwsConfig.getHandlers(sepMetaData, HandlerType.POST));
-      
-      // init service endpoint id
-      ObjectName sepID = getServiceEndpointID(udi, sepMetaData);
-      sepMetaData.setServiceEndpointID(sepID);
+         // Process an optional @HandlerChain annotation
+         if (sepClass.isAnnotationPresent(HandlerChain.class))
+            processHandlerChain(sepMetaData, sepClass);
+         else if (wsClass.isAnnotationPresent(HandlerChain.class))
+            processHandlerChain(sepMetaData, wsClass);
 
-      return sepMetaData;
+         // Add post handlers
+         sepMetaData.addHandlers(jaxrpcConfig.getHandlers(sepMetaData, HandlerType.POST));
+
+         // init service endpoint id
+         ObjectName sepID = getServiceEndpointID(udi, sepMetaData);
+         sepMetaData.setServiceEndpointID(sepID);
+
+         return sepMetaData;
+      }
+      catch (RuntimeException rte)
+      {
+         throw rte;
+      }
+      catch (Exception ex)
+      {
+         throw new WSException("Cannot build meta data: " + ex.getMessage(), ex);
+      }
    }
 
    protected void processSOAPBinding(EndpointMetaData epMetaData, Class wsClass)

Modified: branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/MetaDataBuilder.java
===================================================================
--- branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/MetaDataBuilder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/main/java/org/jboss/ws/deployment/MetaDataBuilder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -23,6 +23,7 @@
 
 // $Id$
 
+import java.io.IOException;
 import java.net.MalformedURLException;
 import java.net.URI;
 import java.net.URISyntaxException;
@@ -63,6 +64,7 @@
 import org.jboss.ws.metadata.j2ee.UnifiedApplicationMetaData;
 import org.jboss.ws.metadata.j2ee.UnifiedBeanMetaData;
 import org.jboss.ws.metadata.j2ee.UnifiedMessageDrivenMetaData;
+import org.jboss.ws.metadata.j2ee.UnifiedWebMetaData;
 import org.jboss.ws.metadata.wsdl.NCName;
 import org.jboss.ws.metadata.wsdl.WSDLBinding;
 import org.jboss.ws.metadata.wsdl.WSDLBindingOperation;
@@ -74,6 +76,8 @@
 import org.jboss.ws.metadata.wsdl.WSDLInterfaceOperationOutfault;
 import org.jboss.ws.metadata.wsdl.WSDLProperty;
 import org.jboss.ws.metadata.wsdl.WSDLService;
+import org.jboss.ws.metadata.wsse.WSSecurityConfiguration;
+import org.jboss.ws.metadata.wsse.WSSecurityConfigurationFactory;
 import org.jboss.ws.server.ServiceEndpointManager;
 import org.jboss.ws.server.ServiceEndpointManagerFactory;
 import org.jboss.ws.utils.ObjectNameFactory;
@@ -102,6 +106,44 @@
       this.resourceLoader = resourceLoader;
    }
 
+   protected WSSecurityConfiguration getWsSecurityConfiguration(UnifiedDeploymentInfo udi) throws IOException
+   {
+      WSSecurityConfiguration config = null;
+
+      String resource = WSSecurityConfigurationFactory.SERVER_RESOURCE_NAME;
+      if (udi.metaData instanceof UnifiedWebMetaData)
+      {
+         resource = "WEB-INF/" + resource;
+      }
+      else
+      {
+         resource = "META-INF/" + resource;
+      }
+
+      URL location = resourceLoader.getResource(resource);
+      if (location != null)
+      {
+         config = WSSecurityConfigurationFactory.newInstance().parse(location);
+
+         // Get and set deployment path to the keystore file
+         if (config.getKeyStoreFile() != null)
+         {
+            location = resourceLoader.getResource(config.getKeyStoreFile());
+            if (location != null)
+               config.setKeyStoreURL(location);
+         }
+
+         if (config.getTrustStoreFile() != null)
+         {
+            location = resourceLoader.getResource(config.getTrustStoreFile());
+            if (location != null)
+               config.setTrustStoreURL(location);
+         }
+      }
+
+      return config;
+   }
+
    /** Inititialize the endpoint binding 
     */
    protected void initEndpointBinding(WSDLEndpoint wsdlEndpoint, ClientEndpointMetaData epMetaData)

Modified: branches/tdiesler/trunk/src/main/resources/samples/common/imported-build.xml
===================================================================
--- branches/tdiesler/trunk/src/main/resources/samples/common/imported-build.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/main/resources/samples/common/imported-build.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -206,7 +206,7 @@
   <!--
   Run a single test
   
-  ant -Dtest=org.jboss.test.ws.samples.rpcstyle.TrivialServiceRpcTestCase one-test
+  ant -Dtest=org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialServiceRpcTestCase one-test
   -->
   <target name="one-test" depends="init" if="test" description="run a single test">
     

Deleted: branches/tdiesler/trunk/src/test/ant/build-benchmark-jars.xml
===================================================================
--- branches/tdiesler/trunk/src/test/ant/build-benchmark-jars.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/ant/build-benchmark-jars.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project name="JBossWS" basedir="./" default="build-benchmark-jars">
-
-  <description>JBossWS test archive builder</description>
-
-   <property name="build.test.dir" value="../../../output/test"/>
-   <property name="build.test.resources.dir" value="${build.test.dir}/resources"/>
-
-  <!-- ================================================================== -->
-  <!-- Building                                                           -->
-  <!-- ================================================================== -->
-  
-  <target name="build-benchmark-jars">
-
-     <echo message="build.test.dir: ${build.test.dir}"/>
-     <echo message="test.resources.dir: ${build.test.resources.dir}"/>
-
-     <!-- jbossws-benchmark -->
-    <war warfile="${build.test.dir}/libs/benchmark-rpclit.war" webxml="${build.test.resources.dir}/benchmark/rpclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_*.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*EJBEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.resources.dir}/benchmark/rpclit/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/benchmark-rpclit.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_*.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*JSEEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-        <include name="org/jboss/test/ws/benchmark/**/*"/>
-      </fileset>
-      <metainf dir="${build.test.resources.dir}/benchmark/rpclit/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/benchmark-rpclit-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_*.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*JSEEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*EJBEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-        <include name="org/jboss/test/ws/benchmark/**/*"/>
-      </fileset>
-      <metainf dir="${build.test.resources.dir}/benchmark/rpclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <war warfile="${build.test.dir}/libs/benchmark-doclit.war" webxml="${build.test.resources.dir}/benchmark/doclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_arr*/**"/>
-        <exclude name="org/jboss/test/ws/benchmark/*EJBEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.resources.dir}/benchmark/doclit/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/benchmark-doclit.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_arr*/**"/>
-        <exclude name="org/jboss/test/ws/benchmark/*JSEEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-        <include name="org/jboss/test/ws/benchmark/**/*"/>
-      </fileset>
-      <metainf dir="${build.test.resources.dir}/benchmark/doclit/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/benchmark-doclit-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <exclude name="org/jboss/test/ws/benchmark/*_arr*/**"/>
-        <exclude name="org/jboss/test/ws/benchmark/*JSEEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*EJBEndpoint.class"/>
-        <exclude name="org/jboss/test/ws/benchmark/*TestCase.class"/>
-        <include name="org/jboss/test/ws/benchmark/**/*"/>
-      </fileset>
-      <metainf dir="${build.test.resources.dir}/benchmark/doclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-  </target>
-</project>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/ant/build-jars-jaxrpc.xml (from rev 935, branches/jbossws-1.0/src/test/ant/build-jars-jaxrpc.xml)

Copied: branches/tdiesler/trunk/src/test/ant/build-jars-jaxws.xml (from rev 935, branches/jbossws-1.0/src/test/ant/build-jars-jaxws.xml)
===================================================================
--- branches/jbossws-1.0/src/test/ant/build-jars-jaxws.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/ant/build-jars-jaxws.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,491 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!--  JBoss, the OpenSource J2EE webOS                            -->
+<!--  Distributable under LGPL license.                           -->
+<!--  See terms of license at http://www.gnu.org.                 -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project name="JBossWS">
+  
+  <description>JBossWS test archive builder</description>
+  
+  <!-- ================================================================== -->
+  <!-- Building                                                           -->
+  <!-- ================================================================== -->
+  
+  <target name="build-jars" description="Build the deployments.">
+    
+    <!-- jaxws-binding -->
+    <war warfile="${build.test.dir}/libs/jaxws-binding.war" webxml="${build.test.dir}/resources/jaxws/binding/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpointBean.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-context -->
+    <war warfile="${build.test.dir}/libs/jaxws-context.war" webxml="${build.test.dir}/resources/jaxws/context/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/context/EndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/context/EndpointInterface.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-endpoint -->
+    <war warfile="${build.test.dir}/libs/jaxws-endpoint.war" webxml="${build.test.dir}/resources/jaxws/endpoint/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointServlet.class"/>
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointInterface.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/endpoint/WEB-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-handlerscope -->
+    <war warfile="${build.test.dir}/libs/jaxws-handlerscope.war" webxml="${build.test.dir}/resources/jaxws/handlerscope/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpointBean.class"/>
+        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/handlerscope/ProtocolHandler.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/handlerscope/WEB-INF">
+        <include name="jaxws-server-handlers.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws860 -->
+    <war warfile="${build.test.dir}/libs/jaxws-jbws860.war" webxml="${build.test.dir}/resources/jaxws/jbws860/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws860/*.class"/>
+        <exclude name="org/jboss/test/ws/jaxws/jbws860/*TestCase.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/jbws860/WEB-INF">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jbws871 -->
+    <war warfile="${build.test.dir}/libs/jaxws-jbws871-rpc.war" webxml="${build.test.dir}/resources/jaxws/jbws871/WEB-INF-rpc/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointImpl.class"/>
+      </classes>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-jbws871-rpc-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws871/IntegerArray.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointService.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jbws871/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jbws944 -->
+    <jar jarfile="${build.test.dir}/libs/jaxws-jbws944.ejb3">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jbws944-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jbws944/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jbws944/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-jsr181-complex -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-complex.war" webxml="${build.test.dir}/resources/jaxws/jsr181/complex/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/complex/*.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/complex/extra/*.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-handlerchain -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-handlerchain.war" webxml="${build.test.dir}/resources/jaxws/jsr181/handlerchain/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/handlerchain/EndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/handlerchain/Endpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/handlerchain/*Handler.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/jsr181/handlerchain/WEB-INF">
+        <include name="jaxws-handlers.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-jsr181-oneway -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-oneway.war" webxml="${build.test.dir}/resources/jaxws/jsr181/oneway/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/oneway/PingEndpointImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-soapbinding -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-soapbinding.war" webxml="${build.test.dir}/resources/jaxws/jsr181/soapbinding/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/DocBareServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleServiceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareRequest.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrder.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrderAck.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-webmethod -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webmethod.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webmethod/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpointImpl.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-webparam -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webparam.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webparam/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webparam/PingService.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webparam/PingDocument*.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webparam/SecurityHeader.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-webresult -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webresult.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webresult/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webresult/CustomerService.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webresult/CustomerRecord.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webresult/USAddress.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-jsr181-webservice -->
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webservice01.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF01/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean01.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF01">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webservice02.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF02/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean02.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF02">
+        <include name="jboss-web.xml"/>
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    <war warfile="${build.test.dir}/libs/jaxws-jsr181-webservice03.war" webxml="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF03/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean03.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/WEB-INF03">
+        <include name="jboss-web.xml"/>
+      </webinf>
+    </war>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice01.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/META-INF01">
+        <include name="ejb-jar.xml"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice02.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean02.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/META-INF02">
+        <include name="ejb-jar.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice03.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean03.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/META-INF03">
+        <include name="ejb-jar.xml"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice01.ejb3">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice02.ejb3">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean02.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/META-INF02">
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice03.ejb3">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean03.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.class"/>
+      </fileset>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-jsr181-webservice-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/jsr181/webservice/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-logicalhandler -->
+    <war warfile="${build.test.dir}/libs/jaxws-logicalhandler-source.war" webxml="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF/web-source.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointSourceImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointSource.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/LogicalSourceHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/ProtocolHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/Echo.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/EchoResponse.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF">
+        <include name="jaxws-server-source-handlers.xml"/>
+      </webinf>
+    </war>
+    <war warfile="${build.test.dir}/libs/jaxws-logicalhandler-jaxb.war" webxml="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF/web-jaxb.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointJAXBImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointJAXB.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/LogicalJAXBHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/ProtocolHandler.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/Echo.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/EchoResponse.class"/>
+        <include name="org/jboss/test/ws/jaxws/logicalhandler/ObjectFactory.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF">
+        <include name="jaxws-server-jaxb-handlers.xml"/>
+      </webinf>
+    </war>
+    
+    <!-- jaxws-provider-jaxb -->
+    <war warfile="${build.test.dir}/libs/jaxws-provider-jaxb.war" webxml="${build.test.dir}/resources/jaxws/provider/jaxb/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanJAXB.class"/>
+        <include name="org/jboss/test/ws/jaxws/provider/ObjectFactory.class"/>
+        <include name="org/jboss/test/ws/jaxws/provider/UserType.class"/>
+        <include name="org/jboss/test/ws/jaxws/provider/package-info.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-provider-message -->
+    <war warfile="${build.test.dir}/libs/jaxws-provider-message.war" webxml="${build.test.dir}/resources/jaxws/provider/message/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanMessage.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-provider-payload -->
+    <war warfile="${build.test.dir}/libs/jaxws-provider-payload.war" webxml="${build.test.dir}/resources/jaxws/provider/payload/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanPayload.class"/>
+      </classes>
+    </war>
+    
+    <!-- jaxws-samples-jsr181ejb -->
+    <jar jarfile="${build.test.dir}/libs/jaxws-samples-jsr181ejb.ejb3">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/samples/jsr181ejb/META-INF">
+        <include name="jboss-wsse-server.xml"/>
+        <include name="wsse.*"/>
+      </metainf>
+    </jar>
+    <jar jarfile="${build.test.dir}/libs/jaxws-samples-jsr181ejb-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/samples/jsr181ejb/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+        <include name="jboss-wsse-client.xml"/>
+        <include name="wsse.*"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-samples-jsr181pojo -->
+    <war warfile="${build.test.dir}/libs/jaxws-samples-jsr181pojo.war" webxml="${build.test.dir}/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.class"/>
+      </classes>
+    </war>
+    <jar jarfile="${build.test.dir}/libs/jaxws-samples-jsr181pojo-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/samples/jsr181pojo/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-samples-jsr181pojo-docwrapped -->
+    <war warfile="${build.test.dir}/libs/jaxws-samples-jsr181pojo-docwrapped.war" webxml="${build.test.dir}/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/docwrapped/JSEBean01.class"/>
+      </classes>
+    </war>
+    <jar jarfile="${build.test.dir}/libs/jaxws-samples-jsr181pojo-docwrapped-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/docwrapped/EndpointInterface.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/docwrapped/Concat.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/jsr181pojo/docwrapped/ConcatResponse.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+
+    <!-- jaxws-samples-wsaddressing -->
+    <war warfile="${build.test.dir}/libs/jaxws-samples-wsaddressing.war" webxml="${build.test.dir}/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/samples/wsaddressing/WEB-INF">
+        <include name="jaxws-handlers.xml"/>
+      </webinf>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-samples-wsaddressing-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/samples/wsaddressing/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jbossws-client-config.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-wsaddressing-action -->
+    <war warfile="${build.test.dir}/libs/jaxws-wsaddressing-action-rpc.war" webxml="${build.test.dir}/resources/jaxws/wsaddressing/action/WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.class"/>
+      </classes>
+      <webinf dir="${build.test.dir}/resources/jaxws/wsaddressing/action/META-INF">
+        <include name="wsdl/**"/>
+      </webinf>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-wsaddressing-action-rpc-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/wsaddressing/action/META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jbossws-client-config.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+        <include name="wsdl/**"/>
+      </metainf>
+    </jar>
+    
+    <!-- jaxws-wsaddressing-replyto -->
+    <war warfile="${build.test.dir}/libs/jaxws-wsaddressing-initial.war" webxml="${build.test.dir}/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint_*_RequestStruct.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint_*_ResponseStruct.class"/>
+      </classes>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-wsaddressing-initial-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint_*_RequestStruct.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint_*_ResponseStruct.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/wsaddressing/replyto/Initial-META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jaxws-jbossws-client-config.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+      </metainf>
+    </jar>
+    <war warfile="${build.test.dir}/libs/jaxws-wsaddressing-replyto.war" webxml="${build.test.dir}/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint_*_RequestStruct.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint_*_ResponseStruct.class"/>
+      </classes>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-wsaddressing-replyto-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint_*_RequestStruct.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint_*_ResponseStruct.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jbossws-client-config.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+      </metainf>
+    </jar>
+    <war warfile="${build.test.dir}/libs/jaxws-wsaddressing-faultto.war" webxml="${build.test.dir}/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml">
+      <classes dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.class"/>
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.class"/>
+      </classes>
+    </war>
+    <jar destfile="${build.test.dir}/libs/jaxws-wsaddressing-faultto-client.jar">
+      <fileset dir="${build.test.dir}/classes">
+        <include name="org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.class"/>
+      </fileset>
+      <metainf dir="${build.test.dir}/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF">
+        <include name="application-client.xml"/>
+        <include name="jboss-client.xml"/>
+        <include name="jbossws-client-config.xml"/>
+        <include name="jaxrpc-mapping.xml"/>
+      </metainf>
+    </jar>
+    
+  </target>
+  
+</project>

Deleted: branches/tdiesler/trunk/src/test/ant/build-jars.xml
===================================================================
--- branches/tdiesler/trunk/src/test/ant/build-jars.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/ant/build-jars.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,2061 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ============================================================ -->
-<!--  JBoss, the OpenSource J2EE webOS                            -->
-<!--  Distributable under LGPL license.                           -->
-<!--  See terms of license at http://www.gnu.org.                 -->
-<!-- ============================================================ -->
-
-<!-- $Id$ -->
-
-<project name="JBossWS">
-  
-  <description>JBossWS test archive builder</description>
-  
-  <!-- ================================================================== -->
-  <!-- Building                                                           -->
-  <!-- ================================================================== -->
-  
-  <target name="build-jars" description="Build the deployments.">
-    
-    <!-- jbossws-addressing-action -->
-    <war warfile="${build.test.dir}/libs/jbossws-addressing-action-doc.war" webxml="${build.test.dir}/resources/addressing/action/Doc-WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/addressing/action/ActionDocEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/addressing/action/Foo.class"/>
-        <include name="org/jboss/test/ws/addressing/action/FooResponse.class"/>
-        <include name="org/jboss/test/ws/addressing/action/Bar.class"/>
-        <include name="org/jboss/test/ws/addressing/action/BarResponse.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/addressing/action/Doc-META-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-addressing-action-rpc.war" webxml="${build.test.dir}/resources/addressing/action/Rpc-WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/addressing/action/ActionRpcEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/addressing/action/Rpc-META-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-addressing-replyto -->
-    <war warfile="${build.test.dir}/libs/jbossws-addressing-initial.war" webxml="${build.test.dir}/resources/addressing/replyto/Initial-WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/addressing/replyto/InitialEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/InitialEndpoint.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/InitialEndpoint_*_RequestStruct.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/InitialEndpoint_*_ResponseStruct.class"/>
-      </classes>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-addressing-replyto.war" webxml="${build.test.dir}/resources/addressing/replyto/ReplyTo-WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/addressing/replyto/ReplyToEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/ReplyToEndpoint.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/ReplyToEndpoint_*_RequestStruct.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/ReplyToEndpoint_*_ResponseStruct.class"/>
-      </classes>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-addressing-faultto.war" webxml="${build.test.dir}/resources/addressing/replyto/FaultTo-WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/addressing/replyto/FaultToEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/addressing/replyto/FaultToEndpoint.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-anonymous -->
-    <war warfile="${build.test.dir}/libs/jbossws-anonymous.war" webxml="${build.test.dir}/resources/anonymous/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/anonymous/AnonymousTypesTestBean.class"/>
-        <include name="org/jboss/test/ws/anonymous/AnonymousTypesTestService.class"/>
-        <include name="org/jboss/test/ws/anonymous/ComplexTypeRoot.class"/>
-        <include name="org/jboss/test/ws/anonymous/ElementTypeRoot.class"/>
-        <include name="org/jboss/test/ws/anonymous/ElementTypeInside.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/anonymous/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-anonymous-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/anonymous/AnonymousTypesTestService.class"/>
-        <include name="org/jboss/test/ws/anonymous/ComplexTypeRoot.class"/>
-        <include name="org/jboss/test/ws/anonymous/ElementTypeRoot.class"/>
-        <include name="org/jboss/test/ws/anonymous/ElementTypeInside.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/anonymous/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/anonymous/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-encoded-marshalltest.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-encoded-marshalltest.war" webxml="${build.test.dir}/resources/encoded/marshalltest/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/encoded/marshalltest/*.class"/>
-        <exclude name="org/jboss/test/ws/encoded/marshalltest/MarshallTestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/encoded/marshalltest/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-encoded-marshalltest-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/encoded/marshalltest/*.class"/>
-        <exclude name="org/jboss/test/ws/encoded/marshalltest/MarshallTestImpl.class"/>
-        <exclude name="org/jboss/test/ws/encoded/marshalltest/MarshallTestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/encoded/marshalltest/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/encoded/marshalltest/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-encoded-parametermode.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-encoded-parametermode.war" webxml="${build.test.dir}/resources/encoded/parametermode/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/encoded/parametermode/*.class"/>
-        <include name="org/jboss/test/ws/encoded/parametermode/holders/*.class"/>
-        <exclude name="org/jboss/test/ws/encoded/parametermode/ParameterModeTestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/encoded/parametermode/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-encoded-parametermode-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/encoded/parametermode/*.class"/>
-        <include name="org/jboss/test/ws/encoded/parametermode/holders/*.class"/>
-        <exclude name="org/jboss/test/ws/encoded/parametermode/ParameterModeTestImpl.class"/>
-        <exclude name="org/jboss/test/ws/encoded/parametermode/ParameterModeTestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/encoded/parametermode/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/encoded/parametermode/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-enventry.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-enventry.war" webxml="${build.test.dir}/resources/enventry/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/enventry/EnvEntryTestService.class"/>
-        <include name="org/jboss/test/ws/enventry/EnvEntryBeanJSE.class"/>
-        <include name="org/jboss/test/ws/enventry/ServerSideHandler.class"/>
-        <include name="org/jboss/test/ws/enventry/EnvEntryHandler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/enventry/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-enventry.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/enventry/EnvEntryTestService.class"/>
-        <include name="org/jboss/test/ws/enventry/EnvEntryBeanEJB.class"/>
-        <include name="org/jboss/test/ws/enventry/ServerSideHandler.class"/>
-        <include name="org/jboss/test/ws/enventry/EnvEntryHandler.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/enventry/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/enventry/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="webservices.xml"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-enventry-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/enventry/EnvEntryTestService.class"/>
-        <include name="org/jboss/test/ws/enventry/ClientSideHandler.class"/>
-        <include name="org/jboss/test/ws/enventry/EnvEntryHandler.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/enventry/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/enventry/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-eventing -->
-    <war warfile="${build.test.dir}/libs/jbossws-test-eventing.war" webxml="${build.test.dir}/resources/eventing/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/ws/eventing/*.class"/>
-        <include name="org/jboss/test/ws/eventing/*.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/eventing/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-test-eventing-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/ws/eventing/*.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/eventing/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/eventing/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-     
-    <!-- jbossws-jaxws-binding -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-binding.war" webxml="${build.test.dir}/resources/jaxws/binding/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/binding/SOAPEndpointBean.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jaxws-context -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-context.war" webxml="${build.test.dir}/resources/jaxws/context/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/context/EndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/context/EndpointInterface.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jaxws-endpoint -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-endpoint.war" webxml="${build.test.dir}/resources/jaxws/endpoint/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointServlet.class"/>
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/endpoint/EndpointInterface.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jaxws/endpoint/WEB-INF">
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jaxws-handlerscope -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-handlerscope.war" webxml="${build.test.dir}/resources/jaxws/handlerscope/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpointBean.class"/>
-        <include name="org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.class"/>
-        <include name="org/jboss/test/ws/jaxws/handlerscope/ProtocolHandler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jaxws/handlerscope/WEB-INF">
-        <include name="jaxws-server-handlers.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jaxws-logicalhandler -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-logicalhandler-source.war" webxml="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF/web-source.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointSourceImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointSource.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/LogicalSourceHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/ProtocolHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/Echo.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/EchoResponse.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF">
-        <include name="jaxws-server-source-handlers.xml"/>
-      </webinf>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-logicalhandler-jaxb.war" webxml="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF/web-jaxb.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointJAXBImpl.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/SOAPEndpointJAXB.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/LogicalJAXBHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/ProtocolHandler.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/Echo.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/EchoResponse.class"/>
-        <include name="org/jboss/test/ws/jaxws/logicalhandler/ObjectFactory.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jaxws/logicalhandler/WEB-INF">
-        <include name="jaxws-server-jaxb-handlers.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jaxws-provider-jaxb -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-provider-jaxb.war" webxml="${build.test.dir}/resources/jaxws/provider/jaxb/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanJAXB.class"/>
-        <include name="org/jboss/test/ws/jaxws/provider/ObjectFactory.class"/>
-        <include name="org/jboss/test/ws/jaxws/provider/UserType.class"/>
-        <include name="org/jboss/test/ws/jaxws/provider/package-info.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jaxws-provider-message -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-provider-message.war" webxml="${build.test.dir}/resources/jaxws/provider/message/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanMessage.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jaxws-provider-payload -->
-    <war warfile="${build.test.dir}/libs/jbossws-jaxws-provider-payload.war" webxml="${build.test.dir}/resources/jaxws/provider/payload/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jaxws/provider/ProviderBeanPayload.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jbws231 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws231.war" webxml="${build.test.dir}/resources/jbws231/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws231/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws231/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws231/EyeColorType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws231/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws231-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws231/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws231/EyeColorType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws231/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws231/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws434 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws434.war" webxml="${build.test.dir}/resources/jbws434/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws434/TestServiceEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws434/TestServiceEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws434/ArrayOfAny*.class"/>
-         <include name="org/jboss/test/ws/jbws434/TypeOfAny*.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws434/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws434-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws434/TestServiceEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws434/ArrayOfAny*.class"/>
-        <include name="org/jboss/test/ws/jbws434/TypeOfAny*.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws434/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws434/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws718 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws718.war" webxml="${build.test.dir}/resources/jbws718/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws718/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws718/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws718/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws718-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws718/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws718/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws718/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws718/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws720 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws720.war" webxml="${build.test.dir}/resources/jbws720/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws720/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws720/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws720/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws720-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws720/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws720/*Impl.class"/>
-        <exclude name="org/jboss/test/ws/jbws720/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws720/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws720/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws732 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws732.war" webxml="${build.test.dir}/resources/jbws732/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws732/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws732/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws732/WEB-INF">
-        <include name="bare-mapping.xml"/>
-        <include name="wrapped-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws732-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws732/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws732/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws732/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws732/WEB-INF">
-        <include name="bare-mapping.xml"/>
-        <include name="wrapped-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jws775 -->
-    <war destfile="${build.test.dir}/libs/jbossws-jbws775.war" webxml="${build.test.dir}/resources/jbws775/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws775/*"/>
-        <exclude name="org/jboss/test/ws/jbws775/JBWS775TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws775/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws775-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws775/*"/>
-        <exclude name="org/jboss/test/ws/jbws775/*Impl.class"/>
-        <exclude name="org/jboss/test/ws/jbws775/JBWS775TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws775/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws775/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws801 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws801.war" webxml="${build.test.dir}/resources/jbws801/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws801/LargeAttachmentImpl.class"/>
-        <include name="org/jboss/test/ws/jbws801/LargeAttachment.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws801/WEB-INF">
-        <include name="wsdl/LargeAttachment.wsdl"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jbws807 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws807.war" webxml="${build.test.dir}/resources/jbws807/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws807/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws807/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws807/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws807-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws807/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws807/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws807/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws807/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws812 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws812.war" webxml="${build.test.dir}/resources/jbws812/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws812/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws812/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws812/ServerHandler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws812/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws812-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws812/TestEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws812/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws812/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws860 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws860.war" webxml="${build.test.dir}/resources/jbws860/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws860/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws860/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws860/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jbws871 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws871-rpc.war" webxml="${build.test.dir}/resources/jbws871/WEB-INF-rpc/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws871/RpcArrayEndpointImpl.class"/>
-      </classes>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws871-rpc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws871/IntegerArray.class"/>
-        <include name="org/jboss/test/ws/jbws871/RpcArrayEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws871/RpcArrayEndpointService.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws871/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws944 -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-jbws944.ejb3">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws944/EJB3Bean01.class"/>
-        <include name="org/jboss/test/ws/jbws944/EJB3RemoteInterface.class"/>
-      </fileset>
-    </jar>
-    
-    <!-- jbossws-jbws947 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws947.war" webxml="${build.test.dir}/resources/jbws947/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws947/*.class"/>
-        <exclude name="org/jboss/test/ws/jbws947/JBWS947TestCase.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jbws950 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws950.war" webxml="${build.test.dir}/resources/jbws950/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws950/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws950/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws950/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws950/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jbws956 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws956.war" webxml="${build.test.dir}/resources/jbws956/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws956/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws956/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws956/StringArray.class"/>
-        <include name="org/jboss/test/ws/jbws956/StringArrayArray.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws956/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jbws1010 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws1010.war" webxml="${build.test.dir}/resources/jbws1010/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1010/InheritenceChildInterface.class"/>
-        <include name="org/jboss/test/ws/jbws1010/InheritenceParentInterface.class"/>
-        <include name="org/jboss/test/ws/jbws1010/TestEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1010/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1010-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1010/InheritenceChildInterface.class"/>
-        <include name="org/jboss/test/ws/jbws1010/InheritenceParentInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1010/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws1010/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-     
-    <!-- jbossws-jbws1011 -->
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1011.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1011/SimpleEntityLocal.class"/>
-        <include name="org/jboss/test/ws/jbws1011/SimpleEntityHome.class"/>
-        <include name="org/jboss/test/ws/jbws1011/SimpleEntityBean.class"/>
-        <include name="org/jboss/test/ws/jbws1011/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws1011/TestEndpointBean.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1011/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jbosscmp-jdbc.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/TestService.wsdl"/>
-      </metainf>
-    </jar>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1011-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1011/TestEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1011/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>         
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jbws1107 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws1107.war" webxml="${build.test.dir}/resources/jbws1107/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-      	<include name="org/jboss/test/ws/jbws1107/TestEndpoint.class"/>
-      	<include name="org/jboss/test/ws/jbws1107/TestEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1107/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>    	
-    </war>  	
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1107-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1107/TestEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1107/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws1107/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-        
-    <!-- jbossws-jbws1121 -->
-    <war destfile="${build.test.dir}/libs/jbossws-jbws1121.war" webxml="${build.test.dir}/resources/jbws1121/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1121/HelloWorld.class"/>
-        <include name="org/jboss/test/ws/jbws1121/HelloWorldBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1121/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/*"/>
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/jbws1121">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1121-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1121/HelloWorld.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1121/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws1121/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/*"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws1121">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </metainf>      
-    </jar>
-    <ear destfile="${build.test.dir}/libs/jbossws-jbws1121.ear"
-         appxml="${build.test.dir}/resources/jbws1121/META-INF/application.xml">
-      <fileset dir="${build.test.dir}/libs">
-        <include name="jbossws-jbws1121-client.jar"/>
-        <include name="jbossws-jbws1121.war"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1121/META-INF">
-        <include name="jboss-app.xml"/>
-      </metainf>
-    </ear>
-    
-    <!-- jbossws-jbws1124one -->
-    <copy todir="${build.test.dir}/resources" overwrite="true">
-      <fileset dir="${test.resources.dir}">
-        <include name="jbws1124/META-INF/jboss-client.xml"/>
-        <include name="jbws1124/WEB-INF/test-resource.txt"/>
-        <include name="jbws1124/WEB-INF/jboss-web.xml"/>
-      </fileset>
-      <filterset>
-        <filter token="jbws1124.domain" value="jbws1124one"/>
-      </filterset>
-    </copy>
-    <war warfile="${build.test.dir}/libs/jbossws-jbws1124one.war" webxml="${build.test.dir}/resources/jbws1124/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-      	<include name="org/jboss/test/ws/jbws1124/TestEndpoint.class"/>
-      	<include name="org/jboss/test/ws/jbws1124/TestEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1124/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="test-resource.txt"/>
-        <include name="jboss-web.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>    	
-    </war>  	
-    <!-- jbossws-jbws1124two -->
-    <copy todir="${build.test.dir}/resources" overwrite="true">
-      <fileset dir="${test.resources.dir}">
-        <include name="jbws1124/META-INF/jboss-client.xml"/>
-        <include name="jbws1124/WEB-INF/test-resource.txt"/>
-        <include name="jbws1124/WEB-INF/jboss-web.xml"/>
-      </fileset>
-      <filterset>
-        <filter token="jbws1124.domain" value="jbws1124two"/>
-      </filterset>
-    </copy>
-    <war warfile="${build.test.dir}/libs/jbossws-jbws1124two.war" webxml="${build.test.dir}/resources/jbws1124/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-      	<include name="org/jboss/test/ws/jbws1124/TestEndpoint.class"/>
-      	<include name="org/jboss/test/ws/jbws1124/TestEndpointImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1124/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="test-resource.txt"/>
-        <include name="jboss-web.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>    	
-    </war>  	
-        
-    <!-- jbossws-jbws1125 -->
-    <war warfile="${build.test.dir}/libs/jbossws-jbws1125.war" webxml="${build.test.dir}/resources/jbws1125/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1125/TestEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jbws1125/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws1125/*RequestStruct.class"/>
-        <include name="org/jboss/test/ws/jbws1125/*ResponseStruct.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jbws1125/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>    	
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-jbws1125-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jbws1125/TestEndpoint.class"/>
-        <include name="org/jboss/test/ws/jbws1125/*RequestStruct.class"/>
-        <include name="org/jboss/test/ws/jbws1125/*ResponseStruct.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jbws1125/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/jbws1125/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-jsr181-complex -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-complex.war" webxml="${build.test.dir}/resources/jsr181/complex/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/complex/*.class"/>
-        <include name="org/jboss/test/ws/jsr181/complex/extra/*.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-handlerchain -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-handlerchain.war" webxml="${build.test.dir}/resources/jsr181/handlerchain/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/handlerchain/EndpointImpl.class"/>
-        <include name="org/jboss/test/ws/jsr181/handlerchain/Endpoint.class"/>
-        <include name="org/jboss/test/ws/jsr181/handlerchain/*Handler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jsr181/handlerchain/WEB-INF">
-        <include name="jaxws-handlers.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-jsr181-oneway -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-oneway.war" webxml="${build.test.dir}/resources/jsr181/oneway/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/oneway/PingEndpointImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-soapbinding -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-soapbinding.war" webxml="${build.test.dir}/resources/jsr181/soapbinding/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/soapbinding/DocBareServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/DocWrappedServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/ExampleServiceImpl.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/SubmitBareRequest.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/SubmitBareResponse.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/PurchaseOrder.class"/>
-        <include name="org/jboss/test/ws/jsr181/soapbinding/PurchaseOrderAck.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-webmethod -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webmethod.war" webxml="${build.test.dir}/resources/jsr181/webmethod/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webmethod/TestEndpointImpl.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-webparam -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webparam.war" webxml="${build.test.dir}/resources/jsr181/webparam/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webparam/PingService.class"/>
-        <include name="org/jboss/test/ws/jsr181/webparam/PingDocument*.class"/>
-        <include name="org/jboss/test/ws/jsr181/webparam/SecurityHeader.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-webresult -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webresult.war" webxml="${build.test.dir}/resources/jsr181/webresult/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webresult/CustomerService.class"/>
-        <include name="org/jboss/test/ws/jsr181/webresult/CustomerRecord.class"/>
-        <include name="org/jboss/test/ws/jsr181/webresult/USAddress.class"/>
-      </classes>
-    </war>
-    
-    <!-- jbossws-jsr181-webservice -->
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webservice01.war" webxml="${build.test.dir}/resources/jsr181/webservice/WEB-INF01/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/JSEBean01.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jsr181/webservice/WEB-INF01">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webservice02.war" webxml="${build.test.dir}/resources/jsr181/webservice/WEB-INF02/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/JSEBean02.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jsr181/webservice/WEB-INF02">
-        <include name="jboss-web.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <war warfile="${build.test.dir}/libs/jbossws-jsr181-webservice03.war" webxml="${build.test.dir}/resources/jsr181/webservice/WEB-INF03/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/JSEBean03.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface03.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/jsr181/webservice/WEB-INF03">
-        <include name="jboss-web.xml"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice01.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB21Bean01.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jsr181/webservice/META-INF01">
-        <include name="ejb-jar.xml"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice02.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB21Bean02.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jsr181/webservice/META-INF02">
-        <include name="ejb-jar.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice03.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB21Bean03.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface03.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jsr181/webservice/META-INF03">
-        <include name="ejb-jar.xml"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice01.ejb3">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3Bean01.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3RemoteInterface.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice02.ejb3">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3Bean02.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3RemoteInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jsr181/webservice/META-INF02">
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice03.ejb3">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3Bean03.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EJB3RemoteInterface.class"/>
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface03.class"/>
-      </fileset>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-jsr181-webservice-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/jsr181/webservice/EndpointInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/jsr181/webservice/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-marshall-doclit.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-marshall-doclit.war" webxml="${build.test.dir}/resources/marshall-doclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/marshall/StandardTypes.class"/>
-        <include name="org/jboss/test/ws/marshall/StandardTypesBean.class"/>
-        <include name="org/jboss/test/ws/marshall/*RequestStruct.class"/>
-        <include name="org/jboss/test/ws/marshall/*ResponseStruct.class"/>
-        <include name="org/jboss/test/ws/marshall/types/**"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/marshall-doclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-marshall-doclit-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/marshall/StandardTypes.class"/>
-        <include name="org/jboss/test/ws/marshall/types/**"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/marshall-doclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/marshall-doclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-marshall-rpclit.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-marshall-rpclit.war" webxml="${build.test.dir}/resources/marshall-rpclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/marshall/StandardTypes.class"/>
-        <include name="org/jboss/test/ws/marshall/StandardTypesBean.class"/>
-        <include name="org/jboss/test/ws/marshall/types/JavaBean.class"/>
-        <include name="org/jboss/test/ws/marshall/types/JavaBean2.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/marshall-rpclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-marshall-rpclit-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/marshall/StandardTypes.class"/>
-        <include name="org/jboss/test/ws/marshall/types/JavaBean.class"/>
-        <include name="org/jboss/test/ws/marshall/types/JavaBean2.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/marshall-rpclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/marshall-rpclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-outparam.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-outparam.war" webxml="${build.test.dir}/resources/outparam/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/outparam/*Service.class"/>
-        <include name="org/jboss/test/ws/outparam/*ServiceBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/outparam/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-overloaded -->
-    <war warfile="${build.test.dir}/libs/jbossws-overloaded.war" webxml="${build.test.dir}/resources/overloaded/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/overloaded/Overloaded.class"/>
-        <include name="org/jboss/test/ws/overloaded/OverloadedBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/overloaded/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-overloaded-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/overloaded/Overloaded.class"/>
-        <include name="org/jboss/test/ws/overloaded/OverloadedBean.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/overloaded/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/overloaded/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-docstyle-bare -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-docstyle-bare.war" webxml="${build.test.dir}/resources/samples/docstyle/bare/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialEndpointJSE.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialService.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialOrder.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialOrderResponse.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/docstyle/bare/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-docstyle-bare-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialService.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialOrder.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/bare/TrivialOrderResponse.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/docstyle/bare/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/docstyle/bare/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-docstyle-wrapped -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-docstyle-wrapped.war" webxml="${build.test.dir}/resources/samples/docstyle/wrapped/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialEndpointJSE.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService*RequestStruct.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService*ResponseStruct.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/docstyle/wrapped/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-docstyle-wrapped-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService*RequestStruct.class"/>
-        <include name="org/jboss/test/ws/samples/docstyle/wrapped/TrivialService*ResponseStruct.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/docstyle/wrapped/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/docstyle/wrapped/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-dynamichandler -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-dynamichandler.war" webxml="${build.test.dir}/resources/samples/dynamichandler/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/dynamichandler/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/dynamichandler/*ServiceBean.class"/>
-        <include name="org/jboss/test/ws/samples/dynamichandler/*Handler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/dynamichandler/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-dynamichandler-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/dynamichandler/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/dynamichandler/*Handler.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/dynamichandler/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/dynamichandler/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-eventing.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-eventing.war" webxml="${build.test.dir}/resources/samples/wseventing/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/ws/samples/wseventing/*.class"/>
-        <include name="org/jboss/test/ws/samples/wseventing/*.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/wseventing/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/sysmon.wsdl"/>
-        <include name="wsdl/jbwse.wsdl"/>
-        <include name="wsdl/jbwse.xsd"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-eventing-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/ws/samples/wseventing/*.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/wseventing/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/wseventing/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-exception -->
-    <war destfile="${build.test.dir}/libs/jbossws-samples-exception.war" webxml="${build.test.dir}/resources/samples/exception/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/exception/*Exception.class"/>
-        <include name="org/jboss/test/ws/samples/exception/ServerHandler.class"/>
-        <include name="org/jboss/test/ws/samples/exception/ExceptionServiceInterface.class"/>
-        <include name="org/jboss/test/ws/samples/exception/ExceptionBeanImpl.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/exception/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-samples-exception-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/exception/*Exception.class"/>
-        <include name="org/jboss/test/ws/samples/exception/ExceptionServiceInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/exception/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/exception/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-handler -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-handler.war" webxml="${build.test.dir}/resources/samples/handler/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/handler/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/handler/*ServiceBean.class"/>
-        <include name="org/jboss/test/ws/samples/handler/ServerSideHandler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/handler/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-handler-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/handler/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/handler/ClientSideHandler.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/handler/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/handler/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-holder -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-holder.war" webxml="${build.test.dir}/resources/samples/holder/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/holder/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/holder/*ServiceBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/holder/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-holder-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/holder/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/holder/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/holder/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jmstransport -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jmstransport.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jmstransport/Organization.class"/>
-        <include name="org/jboss/test/ws/samples/jmstransport/OrganizationJMSEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jmstransport/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jmstransport.sar">
-      <fileset dir="${build.test.dir}/libs">
-        <include name="jbossws-samples-jmstransport.jar"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jmstransport/META-INF">
-        <include name="jboss-service.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr109ejb-rpc -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109ejb-rpc.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*EJBEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109ejb/rpclit/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109ejb-rpc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109ejb/rpclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr109ejb-doc -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109ejb-doc.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Struct.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*EJBEndpoint.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109ejb/doclit/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109ejb-doc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Struct.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109ejb/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109ejb/doclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr109pojo-rpc -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-jsr109pojo-rpc.war" webxml="${build.test.dir}/resources/samples/jsr109pojo/rpclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*JSEEndpoint.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/jsr109pojo/rpclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109pojo-rpc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109pojo/rpclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109pojo/rpclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr109pojo-doc -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-jsr109pojo-doc.war" webxml="${build.test.dir}/resources/samples/jsr109pojo/doclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Struct.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*JSEEndpoint.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/jsr109pojo/doclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr109pojo-doc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Type.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Struct.class"/>
-        <include name="org/jboss/test/ws/samples/jsr109pojo/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109pojo/doclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/jsr109pojo/doclit/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr181ejb -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr181ejb.ejb3">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr181ejb/EJB3Bean01.class"/>
-        <include name="org/jboss/test/ws/samples/jsr181ejb/EJB3RemoteInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr181ejb/META-INF">
-        <include name="jboss-wsse-server.xml"/>
-        <include name="jaxws-handlers.xml"/>
-        <include name="wsse.*"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr181pojo -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-jsr181pojo.war" webxml="${build.test.dir}/resources/samples/jsr181pojo/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr181pojo/JSEBean01.class"/>
-      </classes>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr181pojo-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr181pojo/EndpointInterface.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr181pojo/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-jsr181pojo-docwrapped -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-jsr181pojo-docwrapped.war" webxml="${build.test.dir}/resources/samples/jsr181pojo/docwrapped/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr181pojo/docwrapped/JSEBean01.class"/>
-      </classes>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-jsr181pojo-docwrapped-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/jsr181pojo/docwrapped/EndpointInterface.class"/>
-        <include name="org/jboss/test/ws/samples/jsr181pojo/docwrapped/Concat.class"/>
-        <include name="org/jboss/test/ws/samples/jsr181pojo/docwrapped/ConcatResponse.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/jsr181pojo/docwrapped/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-
-    <!-- jbossws-samples-message -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-message.war" webxml="${build.test.dir}/resources/samples/message/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/message/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/message/*ServiceBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/message/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-message-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/message/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/message/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/message/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-mtom -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-mtom.war" webxml="${build.test.dir}/resources/samples/mtom/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/mtom/XOPTestImpl.class"/>
-        <include name="org/jboss/test/ws/samples/mtom/XOPTest.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/mtom/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-samples-mtom-client.jar">
-      <metainf dir="${build.test.dir}/resources/samples/mtom/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/mtom/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-oneway -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-oneway.war" webxml="${build.test.dir}/resources/samples/oneway/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/oneway/*Service.class"/>
-        <include name="org/jboss/test/ws/samples/oneway/*ServiceBean.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/oneway/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-oneway-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/oneway/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/oneway/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/oneway/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-rpcstyle -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-rpcstyle.war" webxml="${build.test.dir}/resources/samples/rpcstyle/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/rpcstyle/TrivialEndpointJSE.class"/>
-        <include name="org/jboss/test/ws/samples/rpcstyle/TrivialService.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/rpcstyle/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-rpcstyle-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/rpcstyle/TrivialService.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/rpcstyle/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/rpcstyle/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-secureejb -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-secureejb.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationService.class"/>
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationHome.class"/>
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationRemote.class"/>
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationImpl.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/secureejb/META-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-secureejb-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationService.class"/>
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationHome.class"/>
-        <include name="org/jboss/test/ws/samples/secureejb/OrganizationRemote.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/secureejb/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-swa -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-swa.war" webxml="${build.test.dir}/resources/samples/swa/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/swa/AttachmentImpl.class"/>
-        <include name="org/jboss/test/ws/samples/swa/Attachment.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/swa/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-samples-swa-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/swa/Attachment.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/swa/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/swa/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-wsaddressing -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-wsaddressing.war" webxml="${build.test.dir}/resources/samples/wsaddressing/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wsaddressing/StatefulEndpointImpl.class"/>
-        <include name="org/jboss/test/ws/samples/wsaddressing/StatefulEndpoint.class"/>
-        <include name="org/jboss/test/ws/samples/wsaddressing/ServerHandler.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/wsaddressing/WEB-INF">
-        <include name="jaxws-handlers.xml"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-samples-wssecurity-sign -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-wssecurity-sign.war" webxml="${build.test.dir}/resources/samples/wssecurity/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/simple-sign">
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-wssecurity-sign-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/simple-sign/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-wssecurity-encrypt -->
-    <war warfile="${build.test.dir}/libs/jbossws-samples-wssecurity-encrypt.war" webxml="${build.test.dir}/resources/samples/wssecurity/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/simple-encrypt">
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-wssecurity-encrypt-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/simple-encrypt/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-samples-store-pass-encrypt.war -->
-    <replace file="${build.test.dir}/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml" token="${buildpath}" value="${build.test.dir}"/>
-    <war warfile="${build.test.dir}/libs/jbossws-samples-store-pass-encrypt.war" webxml="${build.test.dir}/resources/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/PasswordUtil.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/store-pass-encrypt">
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity/store-pass-encrypt/WEB-INF">
-        <include name="jboss-web.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/samples/wssecurity">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    <jar jarfile="${build.test.dir}/libs/jbossws-samples-store-pass-encrypt-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/samples/wssecurity/Hello.class"/>
-        <include name="org/jboss/test/ws/samples/wssecurity/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/store-pass-encrypt/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/samples/wssecurity/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-wsse-account-signup.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-account-signup.war" webxml="${build.test.dir}/resources/wsse/account-signup/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/signup/AccountInfo.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignupImpl.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup_signup_RequestStruct.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup_signup_ResponseStruct.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/Address.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/CreditCardInfo.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/account-signup/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="jboss-wsse-server.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-wsse-account-signup.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-account-signup.war" webxml="${build.test.dir}/resources/wsse/account-signup/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/signup/AccountInfo.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignupImpl.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup_signup_RequestStruct.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup_signup_ResponseStruct.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/Address.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/CreditCardInfo.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/account-signup/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="jboss-wsse-server.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jboss-wsse-account-signup-client.jar -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-account-signup-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/signup/AccountInfo.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/AccountSignup.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/Address.class"/>
-        <include name="org/jboss/test/ws/wsse/signup/CreditCardInfo.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/account-signup/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/account-signup/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-wsse-rpc.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-rpc.war" webxml="${build.test.dir}/resources/wsse/rpc/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="jboss-wsse-server.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jboss-wsse-rpc-client.jar -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-rpc-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jboss-wsse-rpc-noconfig-client -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-rpc-noconfig-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-wsse-simple-sign-encrypt.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-simple-sign-encrypt.war" webxml="${build.test.dir}/resources/wsse/rpc/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="jboss-web.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse/simple-sign-encrypt">
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jboss-wsse-simple-encrypt-client.jar -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-simple-sign-encrypt-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/simple-sign-encrypt">
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-wsse-store-pass-encrypt-class-cmd.war -->
-    <replace file="${build.test.dir}/resources/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml" token="${buildpath}" value="${build.test.dir}"/>
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-store-pass-encrypt-class-cmd.war" webxml="${build.test.dir}/resources/wsse/rpc/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/wsse/PasswordUtil.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="jboss-web.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse/store-pass-encrypt-class-cmd">
-        <include name="jboss-wsse-server.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jboss-wsse-store-pass-encrypt-class-cmd-client.jar -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-store-pass-encrypt-class-cmd-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/store-pass-encrypt-class-cmd">
-        <include name="jboss-wsse-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-    
-    <!-- jbossws-wsse-web-client.war -->
-    <war warfile="${build.test.dir}/libs/jbossws-wsse-web-client.war" webxml="${build.test.dir}/resources/wsse/webclient/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/Hello.class"/>
-        <include name="org/jboss/test/ws/wsse/HelloJavaBean.class"/>
-        <include name="org/jboss/test/ws/wsse/RpcTestClientServlet.class"/>
-        <include name="org/jboss/test/ws/wsse/UserType.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/wsse/rpc/WEB-INF">
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="webservices.xml"/>
-        <include name="jboss-wsse-server.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse/webclient/WEB-INF">
-        <include name="jboss-web.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-      </webinf>
-      <webinf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </webinf>
-    </war>
-    
-    <!-- jbossws-wsse-username -->
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-username.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/*Type.class"/>
-        <include name="org/jboss/test/ws/wsse/*Service.class"/>
-        <include name="org/jboss/test/ws/wsse/*Struct.class"/>
-        <include name="org/jboss/test/ws/wsse/*EJBEndpoint.class"/>
-      </fileset>
-      <fileset dir="${build.test.dir}/resources">
-        <include name="*.properties"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/username/META-INF">
-        <include name="ejb-jar.xml"/>
-        <include name="jboss.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="jboss-wsse-server.xml"/>
-        <include name="webservices.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/wsse">
-        <include name="wsse.keystore"/>
-        <include name="wsse.truststore"/>
-      </metainf>
-    </jar>
-    <jar jarfile="${build.test.dir}/libs/jbossws-wsse-username-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/wsse/username/*Type.class"/>
-        <include name="org/jboss/test/ws/wsse/username/*Struct.class"/>
-        <include name="org/jboss/test/ws/wsse/username/*Service.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/wsse/username/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="jboss-wsse-client.xml"/>
-        <include name="wsdl/**"/>
-      </metainf>
-    </jar>
-    
-     <!-- jbossws-xop-doclit -->
-    <war warfile="${build.test.dir}/libs/jbossws-xop-doclit.war" webxml="${build.test.dir}/resources/xop/doclit/WEB-INF/web.xml">
-      <classes dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/xop/doclit/*.class"/>
-        <exclude name="org/jboss/test/ws/xop/doclit/*TestCase.class"/>
-      </classes>
-      <webinf dir="${build.test.dir}/resources/xop/doclit/WEB-INF">
-        <include name="webservices.xml"/>
-        <include name="jaxrpc-mapping.xml"/>
-        <include name="wsdl/**"/>
-      </webinf>
-    </war>
-    <jar destfile="${build.test.dir}/libs/jbossws-xop-doclit-client.jar">
-      <fileset dir="${build.test.dir}/classes">
-        <include name="org/jboss/test/ws/xop/doclit/*.class"/>
-        <exclude name="org/jboss/test/ws/xop/doclit/*TestCase.class"/>
-      </fileset>
-      <metainf dir="${build.test.dir}/resources/xop/doclit/META-INF">
-        <include name="application-client.xml"/>
-        <include name="jboss-client.xml"/>
-      </metainf>
-      <metainf dir="${build.test.dir}/resources/xop/doclit/WEB-INF">
-        <include name="wsdl/**"/>
-        <include name="jaxrpc-mapping.xml"/>
-      </metainf>
-    </jar>
-  </target>
-  
-</project>

Modified: branches/tdiesler/trunk/src/test/build.xml
===================================================================
--- branches/tdiesler/trunk/src/test/build.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/build.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -89,7 +89,7 @@
     <fail message="Not available: ${jboss.home}/client/jbossall-client.jar" unless="jbossws.available"/>
     
     <mkdir dir="${build.test.dir}/log"/>
-    <touch file="${build.test.dir}/log/test.log"/>
+    <touch file="${build.test.dir}/logtest.log"/>
     
     <tstamp>
       <format property="build.id" pattern="yyyyMMddHHmm"/>
@@ -112,8 +112,7 @@
     </condition>
     
     <property name="jbossws.target.server.${jbossws.target.server}" value="true"/>
-    <property name="tests.noexcludes.file" value="${test.resources.dir}/tests-no-excludes.txt"/>
-    <condition property="tests.excludesfile" value="${tests.noexcludes.file}">
+    <condition property="tests.excludesfile" value="${test.resources.dir}/tests-no-excludes.txt">
       <isset property="jbossws.target.server.jboss"/>
     </condition>
     <condition property="tests.excludesfile" value="${test.resources.dir}/tests-tomcat-excludes.txt">
@@ -221,7 +220,7 @@
       <fileset dir="${test.resources.dir}">
         <include name="**/*.wsdl"/>
         <include name="**/*.xml"/>
-        <exclude name="samples-override/**"/>
+        <exclude name="jaxrpc/samples-override/**"/>
       </fileset>
       <filterset>
         <filter token="jbosstest.host.name" value="${node0}"/>
@@ -243,7 +242,8 @@
   <target name="main" depends="compile,copy-resources,generate-sources,compile-generated,copy-generated" description="Build the deployments.">
     <mkdir dir="${build.test.dir}/reports"/>
     <mkdir dir="${build.test.dir}/libs"/>
-    <ant antfile="${test.dir}/ant/build-jars.xml" target="build-jars" inheritall="true"/>
+    <ant antfile="${test.dir}/ant/build-jars-jaxrpc.xml" target="build-jars" inheritall="true"/>
+    <ant antfile="${test.dir}/ant/build-jars-jaxws.xml" target="build-jars" inheritall="true"/>
   </target>
   
   <!-- 
@@ -255,31 +255,33 @@
       <classpath path="${build.test.dir}/classes"/>
     </taskdef>
     <mkdir dir="${build.test.dir}/wstools/java"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/docstyle/bare/WEB-INF" config="${test.resources.dir}/samples/docstyle/bare/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/docstyle/wrapped/WEB-INF" config="${test.resources.dir}/samples/docstyle/wrapped/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/docstyle/bare/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/docstyle/bare/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/docstyle/wrapped/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/dynamichandler/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/dynamichandler/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/exception/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/exception/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/handler/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/handler/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/holder/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/holder/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/jmstransport/META-INF" config="${test.resources.dir}/jaxrpc/samples/jmstransport/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF" config="${test.resources.dir}/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF" config="${test.resources.dir}/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/message/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/message/wstools-config.xml"/>
+    <!-- wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/mtom/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/mtom/wstools-config.xml"/ -->
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/oneway/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/oneway/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/rpcstyle/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/rpcstyle/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/secureejb/META-INF" config="${test.resources.dir}/jaxrpc/samples/secureejb/wstools-config.xml"/>
+    <!-- wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/swa/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/swa/wstools-config.xml"/-->
+    <wstools dest="${build.test.dir}/wstools/resources/jaxrpc/samples/wssecurity/WEB-INF" config="${test.resources.dir}/jaxrpc/samples/wssecurity/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxws/samples/jsr181ejb/META-INF" config="${test.resources.dir}/jaxws/samples/jsr181ejb/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxws/samples/jsr181pojo/META-INF" config="${test.resources.dir}/jaxws/samples/jsr181pojo/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF" config="${test.resources.dir}/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml"/>
+    <wstools dest="${build.test.dir}/wstools/resources/jaxws/samples/wsaddressing/META-INF" config="${test.resources.dir}/jaxws/samples/wsaddressing/wstools-config.xml"/>
+    
     <move todir="${build.test.dir}/wstools/java">
-      <fileset dir="${build.test.dir}/wstools/resources/samples/docstyle/wrapped/WEB-INF" includes="org/**"/>
+      <fileset dir="${build.test.dir}/wstools/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF" includes="org/**"/>
+      <fileset dir="${build.test.dir}/wstools/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF" includes="org/**"/>
     </move>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/dynamichandler/WEB-INF" config="${test.resources.dir}/samples/dynamichandler/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/exception/WEB-INF" config="${test.resources.dir}/samples/exception/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/handler/WEB-INF" config="${test.resources.dir}/samples/handler/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/holder/WEB-INF" config="${test.resources.dir}/samples/holder/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jmstransport/META-INF" config="${test.resources.dir}/samples/jmstransport/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jsr109ejb/doclit/META-INF" config="${test.resources.dir}/samples/jsr109ejb/doclit/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jsr109ejb/rpclit/META-INF" config="${test.resources.dir}/samples/jsr109ejb/rpclit/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jsr109pojo/doclit/WEB-INF" config="${test.resources.dir}/samples/jsr109pojo/doclit/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jsr109pojo/rpclit/WEB-INF" config="${test.resources.dir}/samples/jsr109pojo/rpclit/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/jsr181pojo/docwrapped/META-INF" config="${test.resources.dir}/samples/jsr181pojo/docwrapped/wstools-config.xml"/>
-    <move todir="${build.test.dir}/wstools/java">
-      <fileset dir="${build.test.dir}/wstools/resources/samples/jsr181pojo/docwrapped/META-INF" includes="org/**"/>
-    </move>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/message/WEB-INF" config="${test.resources.dir}/samples/message/wstools-config.xml"/>
-    <!-- wstools dest="${build.test.dir}/wstools/resources/samples/mtom/WEB-INF" config="${test.resources.dir}/samples/mtom/wstools-config.xml"/ -->
-    <wstools dest="${build.test.dir}/wstools/resources/samples/oneway/WEB-INF" config="${test.resources.dir}/samples/oneway/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/rpcstyle/WEB-INF" config="${test.resources.dir}/samples/rpcstyle/wstools-config.xml"/>
-    <wstools dest="${build.test.dir}/wstools/resources/samples/secureejb/META-INF" config="${test.resources.dir}/samples/secureejb/wstools-config.xml"/>
-    <!-- wstools dest="${build.test.dir}/wstools/resources/samples/swa/WEB-INF" config="${test.resources.dir}/samples/swa/wstools-config.xml"/-->
-    <wstools dest="${build.test.dir}/wstools/resources/samples/wssecurity/WEB-INF" config="${test.resources.dir}/samples/wssecurity/wstools-config.xml"/>
   </target>
   
   <target name="copy-generated" depends="init" description="Copy the deployment resources.">
@@ -291,8 +293,8 @@
       </fileset>
     </copy>
     <!-- Copy resources that cannot (yet) be generated -->
-    <copy todir="${build.test.dir}/resources/samples" overwrite="true">
-      <fileset dir="${test.resources.dir}/samples-override"/>
+    <copy todir="${build.test.dir}/resources/jaxrpc/samples" overwrite="true">
+      <fileset dir="${test.resources.dir}/jaxrpc/samples-override"/>
       <filterset>
         <filter token="jbosstest.host.name" value="${node0}"/>
       </filterset>
@@ -313,26 +315,35 @@
   <target name="tests" depends="main" description="Run all unit tests and generate a report">
     <antcall target="tests-main">
       <param name="include.wildcard" value="org/jboss/test/ws/**/*TestCase.class"/>
-      <param name="exclude.wildcard" value="org/jboss/test/ws/benchmark/**"/>
-      <param name="excludesfile" value="${tests.noexcludes.file}"/>
+      <param name="exclude.wildcard" value="org/jboss/test/ws/*/benchmark/**"/>
+      <param name="excludesfile" value="${test.resources.dir}/tests-no-excludes.txt"/>
     </antcall>
     <antcall target="tests-report"/>
   </target>
   
+  <!-- Run benchmark test cases -->
+  <target name="tests-benchmark" description="Run benchmark unit tests">
+    <antcall target="tests-main">
+      <param name="include.wildcard" value="org/jboss/test/ws/benchmark/**/*TestCase.class"/>
+      <param name="excludesfile" value="${test.resources.dir}/tests-no-excludes.txt"/>
+    </antcall>
+    <antcall target="tests-report"/>
+  </target>
+  
   <!-- Run samples test cases -->
   <target name="tests-samples" depends="init" description="Run samples unit tests">
     <antcall target="tests-main">
-      <param name="include.wildcard" value="org/jboss/test/ws/samples/**/*TestCase.class"/>
+      <param name="include.wildcard" value="org/jboss/test/ws/*/samples/**/*TestCase.class"/>
       <param name="excludesfile" value="${tests.excludesfile}"/>
     </antcall>
     <antcall target="tests-report"/>
   </target>
   
   <!-- Run tools test cases -->
-  <target name="tests-tools" depends="init" description="Run tools unit tests">
+  <target name="tests-tools" description="Run tools unit tests">
     <antcall target="tests-main">
       <param name="include.wildcard" value="org/jboss/test/ws/tools/**/*TestCase.class"/>
-      <param name="excludesfile" value="${tests.noexcludes.file}"/>
+      <param name="excludesfile" value="${test.resources.dir}/tests-no-excludes.txt"/>
     </antcall>
     <antcall target="tests-report"/>
   </target>
@@ -341,10 +352,10 @@
   Run a collection of unit tests. 
   ant -Dtest=tools test
   -->
-  <target name="test" depends="init" if="test" description="Run all unit tests in a given directory">
+  <target name="test" if="test" description="Run all unit tests in a given directory">
     <antcall target="tests-main">
       <param name="include.wildcard" value="org/jboss/test/ws/${test}/**/*TestCase.class"/>
-      <param name="excludesfile" value="${tests.excludesfile}"/>
+      <param name="excludesfile" value="${test.resources.dir}/tests-no-excludes.txt"/>
     </antcall>
   </target>
   
@@ -363,8 +374,8 @@
       <sysproperty key="jbossws.target.server" value="${jbossws.target.server}"/>
       <sysproperty key="tomcat.manager.username" value="${tomcat.manager.username}"/>
       <sysproperty key="tomcat.manager.password" value="${tomcat.manager.password}"/>
-      <sysproperty key="org.jboss.ws.wsse.keyStore" value="${test.resources.dir}/wsse/wsse.keystore"/>
-      <sysproperty key="org.jboss.ws.wsse.trustStore" value="${test.resources.dir}/wsse/wsse.truststore"/>
+      <sysproperty key="org.jboss.ws.wsse.keyStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.keystore"/>
+      <sysproperty key="org.jboss.ws.wsse.trustStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.truststore"/>
       <sysproperty key="org.jboss.ws.wsse.keyStorePassword" value="jbossws"/>
       <sysproperty key="org.jboss.ws.wsse.trustStorePassword" value="jbossws"/>
       <sysproperty key="org.jboss.ws.wsse.keyStoreType" value="jks"/>
@@ -383,7 +394,7 @@
   
   <!--
   Run a single unit test.
-  ant -Dtest=org.jboss.test.ws.samples.jsr109pojo.RpcJSETestCase one-test
+  ant -Dtest=org.jboss.test.ws.jaxrpc.samples.jsr109pojo.RpcJSETestCase one-test
   -->
   <target name="one-test" depends="init" if="test" description="Run a single unit test">
     <junit printsummary="yes" showoutput="yes" dir="${build.test.dir}">
@@ -402,8 +413,8 @@
       <sysproperty key="tomcat.manager.password" value="${tomcat.manager.password}"/>
       <!--
       http://jira.jboss.com/jira/browse/JBWS-917
-      <sysproperty key="javax.net.ssl.keyStore" value="${test.resources.dir}/wsse/wsse.keystore"/>
-      <sysproperty key="javax.net.ssl.trustStore" value="${test.resources.dir}/wsse/wsse.truststore"/>
+      <sysproperty key="javax.net.ssl.keyStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.keystore"/>
+      <sysproperty key="javax.net.ssl.trustStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.truststore"/>
       <sysproperty key="javax.net.ssl.keyStorePassword" value="jbossws"/>
       <sysproperty key="javax.net.ssl.trustStorePassword" value="jbossws"/>
       <sysproperty key="javax.net.ssl.keyStoreType" value="jks"/>
@@ -411,8 +422,8 @@
       -->
       <!-- HTTPS hostname wrong:  should be <localhost> -->
       <sysproperty key="org.jboss.security.ignoreHttpsHost" value="true"/>
-      <sysproperty key="org.jboss.ws.wsse.keyStore" value="${test.resources.dir}/wsse/wsse.keystore"/>
-      <sysproperty key="org.jboss.ws.wsse.trustStore" value="${test.resources.dir}/wsse/wsse.truststore"/>
+      <sysproperty key="org.jboss.ws.wsse.keyStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.keystore"/>
+      <sysproperty key="org.jboss.ws.wsse.trustStore" value="${test.resources.dir}/jaxrpc/wsse/wsse.truststore"/>
       <sysproperty key="org.jboss.ws.wsse.keyStorePassword" value="jbossws"/>
       <sysproperty key="org.jboss.ws.wsse.trustStorePassword" value="jbossws"/>
       <sysproperty key="org.jboss.ws.wsse.keyStoreType" value="jks"/>

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/JBossWSTestHelper.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/JBossWSTestHelper.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/JBossWSTestHelper.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,13 +21,14 @@
  */
 package org.jboss.test.ws;
 
-import javax.management.MBeanServerConnection;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
 import java.io.File;
 import java.net.MalformedURLException;
 import java.net.URL;
 
+import javax.management.MBeanServerConnection;
+import javax.naming.InitialContext;
+import javax.naming.NamingException;
+
 /**
  * A JBossWS test helper that deals with test deployment/undeployment, etc.
  *

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/binding)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,424 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.binding;
-
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.util.HashMap;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.soap.SOAPFaultException;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.ws.soap.SOAPBinding;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.binding.EndpointInvocation;
-import org.jboss.ws.binding.UnboundHeader;
-import org.jboss.ws.common.CommonMessageContext;
-import org.jboss.ws.jaxrpc.CallImpl;
-import org.jboss.ws.jaxrpc.handler.SOAPMessageContextJAXRPC;
-import org.jboss.ws.jaxws.core.BindingImpl;
-import org.jboss.ws.jaxws.core.BindingProviderImpl;
-import org.jboss.ws.metadata.OperationMetaData;
-import org.jboss.ws.metadata.ParameterMetaData;
-import org.jboss.ws.soap.MessageContextAssociation;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the SOAPBindingProvider
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class SOAPBindingTestCase extends JBossWSTest
-{
-   String reqEnvelope =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header/>" +
-      " <env:Body>" +
-      "  <ns1:echoStringOne xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <String_1>Hello World!</String_1>" +
-      "  </ns1:echoStringOne>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String reqEnvelopeWithBoundHeader =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header>" +
-      "  <ns2:String_2 xmlns:ns2='http://somens'>IN header message</ns2:String_2>" +
-      " </env:Header>" +
-      " <env:Body>" +
-      "  <ns1:echoStringTwo xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <String_1>Hello World!</String_1>" +
-      "  </ns1:echoStringTwo>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String reqEnvelopeWithUnboundHeader =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header>" +
-      "  <ns2:String_2 xmlns:ns2='http://somens'>IN header message</ns2:String_2>" +
-      " </env:Header>" +
-      " <env:Body>" +
-      "  <ns1:echoStringOne xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <String_1>Hello World!</String_1>" +
-      "  </ns1:echoStringOne>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String resEnvelope =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header/>" +
-      " <env:Body>" +
-      "  <ns1:echoStringOneResponse xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <result>Hello World!</result>" +
-      "  </ns1:echoStringOneResponse>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String resEnvelopeWithBoundHeader =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header>" +
-      "  <ns2:OutHeader xmlns:ns2='http://somens'>OUT header message</ns2:OutHeader>" +
-      " </env:Header>" +
-      " <env:Body>" +
-      "  <ns1:echoStringTwoResponse xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <result>Hello World!</result>" +
-      "  </ns1:echoStringTwoResponse>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String resEnvelopeWithUnboundHeader =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header>" +
-      "  <ns2:OutHeader xmlns:ns2='http://somens'>OUT header message</ns2:OutHeader>" +
-      " </env:Header>" +
-      " <env:Body>" +
-      "  <ns1:echoStringOneResponse xmlns:ns1='http://org.jboss.ws/2004'>" +
-      "   <result>Hello World!</result>" +
-      "  </ns1:echoStringOneResponse>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   String resEnvelopeWithFault =
-      "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-      " <env:Header/>" +
-      " <env:Body>" +
-      "  <env:Fault>" +
-      "   <faultcode>env:Client</faultcode>" +
-      "   <faultstring>Some fault message</faultstring>" +
-      "  </env:Fault>" +
-      " </env:Body>" +
-      "</env:Envelope>";
-
-   private OperationMetaData opMetaData;
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      // Setup the operation description
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-      CallImpl call = (CallImpl)service.createCall();
-
-      // Tests that involve a header value use SEI method: echoStringTwo
-      String opName = (getName().endsWith("BoundHeader") ? "echoStringTwo" : "echoStringOne");
-      call.setOperationName(new QName("http://org.jboss.ws/2004", opName));
-
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_STRING, String.class);
-
-      opMetaData = call.getOperationMetaData();
-      opMetaData.getEndpointMetaData().setServiceEndpointInterfaceName(SOAPBindingTestService.class.getName());
-
-      // Associate a message context with the current thread
-      SOAPMessageContextJAXRPC messageContext = new SOAPMessageContextJAXRPC();
-      MessageContextAssociation.pushMessageContext(messageContext);
-      messageContext.setOperationMetaData(opMetaData);
-   }
-
-   /** Test binding of the request message
-    */
-   public void testBindRequestMessage() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      epInv.initInputParams(new Object[]{"Hello World!"});
-      
-      SOAPMessage reqMessage = (SOAPMessage)binding.bindRequestMessage(opMetaData, epInv, null);
-
-      ByteArrayOutputStream outs = new ByteArrayOutputStream();
-      reqMessage.writeTo(outs);
-
-      String retString = new String(outs.toByteArray());
-      assertEquals(DOMUtils.parse(reqEnvelope), DOMUtils.parse(retString));
-   }
-
-   /** Test binding of the request message with bound header
-    */
-   public void testBindRequestMessageWithBoundHeader() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      // Add bound header
-      QName xmlName = new QName("http://somens", "String_2");
-      ParameterMetaData paramMetaData = new ParameterMetaData(opMetaData, xmlName, Constants.TYPE_LITERAL_STRING, "java.lang.String");
-      opMetaData.addParameter(paramMetaData);
-      paramMetaData.setInHeader(true);
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      epInv.initInputParams(new Object[]{"Hello World!", "IN header message"});
-      
-      SOAPMessage reqMessage = (SOAPMessage)binding.bindRequestMessage(opMetaData, epInv, null);
-
-      ByteArrayOutputStream outs = new ByteArrayOutputStream();
-      reqMessage.writeTo(outs);
-
-      String retString = new String(outs.toByteArray());
-      assertEquals(DOMUtils.parse(reqEnvelopeWithBoundHeader), DOMUtils.parse(retString));
-   }
-
-   /** Test binding of the request message with header
-    */
-   public void testBindRequestMessageWithUnboundHeader() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      // Add unbound header
-      QName xmlName = new QName("http://somens", "String_2");
-      UnboundHeader header = new UnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
-      header.setHeaderValue("IN header message");
-
-      Map headers = new HashMap();
-      headers.put(xmlName, header);
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      epInv.initInputParams(new Object[]{"Hello World!"});
-      
-      SOAPMessage reqMessage = (SOAPMessage)binding.bindRequestMessage(opMetaData, epInv, headers);
-
-      ByteArrayOutputStream outs = new ByteArrayOutputStream();
-      reqMessage.writeTo(outs);
-
-      String retString = new String(outs.toByteArray());
-      assertEquals(DOMUtils.parse(reqEnvelopeWithUnboundHeader), DOMUtils.parse(retString));
-   }
-
-   /** Test unbinding of the request message
-    */
-   public void testUnbindRequestMessage() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(reqEnvelope.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage reqMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(reqMessage);
-
-      EndpointInvocation epInv = binding.unbindRequestMessage(opMetaData, reqMessage);
-      assertNotNull(epInv);
-
-      Object[] args = epInv.getRequestPayload();
-      assertEquals(1, args.length);
-      assertEquals("Hello World!", args[0]);
-   }
-
-   /** Test unbinding of the request message
-    */
-   public void testUnbindRequestMessageWithBoundHeader() throws Exception
-   {
-      // Add bound header
-      QName xmlName = new QName("http://somens", "String_2");
-      ParameterMetaData paramMetaData = new ParameterMetaData(opMetaData, xmlName, Constants.TYPE_LITERAL_STRING, "java.lang.String");
-      opMetaData.addParameter(paramMetaData);
-      paramMetaData.setInHeader(true);
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(reqEnvelopeWithBoundHeader.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage reqMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(reqMessage);
-
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-      EndpointInvocation epInv = binding.unbindRequestMessage(opMetaData, reqMessage);
-      assertNotNull(epInv);
-
-      Object[] args = epInv.getRequestPayload();
-      assertEquals(2, args.length);
-      assertEquals("Hello World!", args[0]);
-      assertEquals("IN header message", args[1]);
-   }
-
-   /** Test unbinding of the request message
-    */
-   public void testUnbindRequestMessageWithUnboundHeader() throws Exception
-   {
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(reqEnvelopeWithUnboundHeader.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage reqMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(reqMessage);
-
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-      EndpointInvocation epInv = binding.unbindRequestMessage(opMetaData, reqMessage);
-      assertNotNull(epInv);
-
-      Object[] args = epInv.getRequestPayload();
-      assertEquals(1, args.length);
-      assertEquals("Hello World!", args[0]);
-   }
-
-   /** Test binding of the response message
-    */
-   public void testBindResponseMessage() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      epInv.setReturnValue("Hello World!");
-
-      SOAPMessage resMessage = (SOAPMessage)binding.bindResponseMessage(opMetaData, epInv);
-
-      ByteArrayOutputStream outs = new ByteArrayOutputStream();
-      resMessage.writeTo(outs);
-
-      String retString = new String(outs.toByteArray());
-      assertEquals(DOMUtils.parse(resEnvelope), DOMUtils.parse(retString));
-   }
-
-   /** Test unbinding of the response message
-    */
-   public void testUnbindResponseMessage() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(resEnvelope.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage resMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(resMessage);
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      binding.unbindResponseMessage(opMetaData, resMessage, epInv, null);
-      assertEquals("Hello World!", epInv.getReturnValue());
-   }
-
-   /** Test unbinding of the response message with bound header
-    */
-   public void testUnbindResponseMessageWithBoundHeader() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(resEnvelopeWithBoundHeader.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage resMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(resMessage);
-
-      // Add bound header
-      QName xmlName = new QName("http://somens", "OutHeader");
-      ParameterMetaData paramMetaData = new ParameterMetaData(opMetaData, xmlName, Constants.TYPE_LITERAL_STRING, "java.lang.String");
-      paramMetaData.setMode(ParameterMode.OUT);
-      paramMetaData.setInHeader(true);
-      opMetaData.addParameter(paramMetaData);
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      binding.unbindResponseMessage(opMetaData, resMessage, epInv, null);
-      assertEquals("Hello World!", epInv.getReturnValue());
-
-      Object headerValue = epInv.getResponseParamValue(xmlName);
-      assertEquals("OUT header message", headerValue);
-   }
-
-   /** Test unbinding of the response message with unbound header
-    */
-   public void testUnbindResponseMessageWithUnboundHeader() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(resEnvelopeWithUnboundHeader.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage resMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(resMessage);
-
-      QName xmlName = new QName("http://somens", "OutHeader");
-      UnboundHeader header = new UnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT);
-
-      Map headers = new HashMap();
-      headers.put(xmlName, header);
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      binding.unbindResponseMessage(opMetaData, resMessage, epInv, headers);
-      assertEquals("Hello World!", epInv.getReturnValue());
-
-      assertEquals("OUT header message", header.getHeaderValue());
-   }
-
-   /** Test unbinding of the response message with unbound header
-    */
-   public void testUnbindFaultResponse() throws Exception
-   {
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP12HTTP_BINDING).getBinding();
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(resEnvelopeWithFault.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage resMessage = factory.createMessage(null, inputStream);
-
-      CommonMessageContext msgContext = MessageContextAssociation.peekMessageContext();
-      msgContext.setSOAPMessage(resMessage);
-
-      try
-      {
-         EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-         binding.unbindResponseMessage(opMetaData, resMessage, epInv, null);
-         fail("SOAPFaultException expected");
-      }
-      catch (SOAPFaultException faultEx)
-      {
-         assertEquals("Client", faultEx.getFaultCode().getLocalPart());
-         assertEquals("Some fault message", faultEx.getFaultString());
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.binding;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for basic binding tests
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public interface SOAPBindingTestService extends Remote
-{
-   String echoStringOne(String str1) throws RemoteException;
-   
-   String echoStringTwo(String str1, String str2) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/binding/SOAPBindingTestService.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/config)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.config;
-
-import java.io.File;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.config.WSConfigFactory;
-import org.jboss.ws.metadata.config.jaxrpc.WSConfigRootJAXRPC;
-import org.jboss.ws.metadata.config.jaxrpc.WSEndpointConfigJAXRPC;
-import org.jboss.ws.metadata.j2ee.UnifiedHandlerMetaData;
-import org.jboss.ws.metadata.jsr181.HandlerChainMetaData;
-
-/**
- * Test parsing of the JBossWS config
- *
- * @author Thomas.Diesler at jboss.org
- * @since 21-Dec-2004
- */
-public class WSConfigTestCase extends JBossWSTest
-{
-   public void testParseWithSchemaBinding() throws Exception
-   {
-      File confFile = new File("resources/common/config/jaxrpc-endpoint-config.xml");
-      assertTrue(confFile.exists());
-
-      WSConfigFactory factory = WSConfigFactory.newInstance();
-      //WSConfig wsConfig = factory.parseWithSchemaBinding(confFile.toURL());
-      //assertJAXRPCConfig(wsConfig);
-   }
-
-   public void testJAXRPCObjectModelFactory() throws Exception
-   {
-      File confFile = new File("resources/common/config/jaxrpc-endpoint-config.xml");
-      assertTrue(confFile.exists());
-
-      WSConfigFactory factory = WSConfigFactory.newInstance();
-      WSConfigRootJAXRPC wsConfig = (WSConfigRootJAXRPC)factory.parseWithObjectModelFactory(confFile.toURL());
-
-      assertNotNull("Null wsConfig", wsConfig);
-
-      assertEquals(2, wsConfig.getEndpointConfig().size());
-      WSEndpointConfigJAXRPC epc1 = (WSEndpointConfigJAXRPC)wsConfig.getEndpointConfig().get(0);
-      WSEndpointConfigJAXRPC epc2 = (WSEndpointConfigJAXRPC)wsConfig.getEndpointConfig().get(1);
-
-      assertEquals("Standard Endpoint", epc1.getConfigName());
-      assertNull(epc1.getPreHandlerChain());
-      assertNull(epc1.getPostHandlerChain());
-
-      assertEquals("Standard WSSecurity Endpoint", epc2.getConfigName());
-      HandlerChainMetaData preChain = epc2.getPreHandlerChain();
-      assertEquals(1, preChain.getHandlers().size());
-      UnifiedHandlerMetaData h1 = (UnifiedHandlerMetaData)preChain.getHandlers().get(0);
-      assertEquals("WSSecurityHandlerInbound", h1.getHandlerName());
-      assertEquals("org.jboss.ws.wsse.jaxrpc.WSSecurityHandlerInbound", h1.getHandlerClass());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/config/WSConfigTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,211 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.net.URI;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.encoding.TypeMappingRegistry;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.binding.DeserializerSupport;
-import org.jboss.ws.binding.SerializationContext;
-import org.jboss.ws.binding.SerializerSupport;
-import org.jboss.ws.jaxrpc.SerializationContextJAXRPC;
-import org.jboss.ws.jaxrpc.TypeMappingImpl;
-import org.jboss.ws.jaxrpc.TypeMappingRegistryImpl;
-import org.jboss.ws.jaxrpc.encoding.DeserializerFactoryBase;
-import org.jboss.ws.jaxrpc.encoding.SerializerFactoryBase;
-import org.jboss.xb.binding.NamespaceRegistry;
-
-/**
- * Test simple type serialization/deserialization
- *
- * [TODO] please provide additional tests as you add more types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Oct-2004
- */
-public class SerializerDeserializerTestCase extends JBossWSTest
-{
-   private QName xmlName = new QName("http://org.jboss.ws", "root", "tns");
-
-   private SerializationContext serContext;
-   private TypeMappingImpl typeMapping;
-
-   protected void setUp() throws Exception
-   {
-      TypeMappingRegistry tmRegistry = new TypeMappingRegistryImpl();
-      typeMapping = (TypeMappingImpl)tmRegistry.getDefaultTypeMapping();
-
-      serContext = new SerializationContextJAXRPC();
-      serContext.setTypeMapping(typeMapping);
-   }
-
-   public void testStringType() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_STRING;
-      String value = "Hello World!";
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(String.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(String.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      String out = (String)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value, out);
-   }
-
-   public void testDateTime() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_DATETIME;
-      Calendar value = new GregorianCalendar(2004, 10, 20, 14, 53, 25);
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(Calendar.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(Calendar.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      Calendar out = (Calendar)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value.getTime(), out.getTime());
-      assertEquals(value.getTimeZone().getRawOffset(), out.getTimeZone().getRawOffset());
-   }
-
-   public void testInteger() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_INTEGER;
-      BigInteger value = new BigInteger("12345678901234567890");
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(BigInteger.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(BigInteger.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      BigInteger out = (BigInteger)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value, out);
-   }
-
-   public void testDecimal() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_DECIMAL;
-      BigDecimal value = new BigDecimal("12345678901234567890");
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(BigDecimal.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(BigDecimal.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      BigDecimal out = (BigDecimal)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value, out);
-   }
-
-   public void testQName() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_QNAME;
-      QName value = new QName("http://some-ns", "localPart", "ns1");
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(QName.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      // serialization registers the prefix
-      NamespaceRegistry nsRegistry = serContext.getNamespaceRegistry();
-      assertEquals("ns1", nsRegistry.getPrefix("http://some-ns"));
-      nsRegistry.unregisterURI("http://some-ns");
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(QName.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      QName out = (QName)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value, out);
-   }
-
-   public void testURI() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_ANYURI;
-      URI value = new URI("http://someURI:that:has:more:parts");
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(URI.class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(URI.class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      URI out = (URI)des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(value, out);
-   }
-
-   public void testBase64Binary() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_BASE64BINARY;
-      byte[] value = new String("Some base64 binary string").getBytes();
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(byte[].class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(byte[].class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      byte[] out = (byte[])des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(new String(value), new String(out));
-   }
-
-   public void testHexBinary() throws Exception
-   {
-      QName xmlType = Constants.TYPE_LITERAL_HEXBINARY;
-      byte[] value = new String("Some hex binary string").getBytes();
-
-      SerializerFactoryBase serializerFactory = (SerializerFactoryBase)typeMapping.getSerializer(byte[].class, xmlType);
-      SerializerSupport ser = (SerializerSupport)serializerFactory.getSerializer();
-      String xmlFragment = ser.serialize(xmlName, xmlType, value, serContext, null);
-      assertNotNull(xmlFragment);
-
-      DeserializerFactoryBase deserializerFactory = (DeserializerFactoryBase)typeMapping.getDeserializer(byte[].class, xmlType);
-      DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
-      byte[] out = (byte[])des.deserialize(xmlName, xmlType, xmlFragment, serContext);
-
-      assertEquals(new String(value), new String(out));
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/SerializerDeserializerTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,80 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.util.Arrays;
-
-
-public class BigDecimalArray
-{
-   private java.math.BigDecimal[] value;
-
-   public BigDecimalArray()
-   {
-   }
-
-   public BigDecimalArray(java.math.BigDecimal[] sourceArray)
-   {
-      value = sourceArray;
-   }
-
-   public void fromArray(java.math.BigDecimal[] sourceArray)
-   {
-      this.value = sourceArray;
-   }
-
-   public java.math.BigDecimal[] toArray()
-   {
-      return value;
-   }
-
-   public java.math.BigDecimal[] getValue()
-   {
-      return value;
-   }
-
-   public void setValue(java.math.BigDecimal[] value)
-   {
-      this.value = value;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof BigDecimalArray)) return false;
-
-      final BigDecimalArray bigDecimalArray = (BigDecimalArray)o;
-
-      if (!Arrays.equals(value, bigDecimalArray.value)) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return 0;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,109 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.StringWriter;
-import java.math.BigDecimal;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class BigDecimalArrayMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName(TARGET_NAMESPACE, "arrayOfBigDecimal", "ns1");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "BigDecimalArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, BigDecimal[].class);
-
-      String exp = "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-            + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='BigDecimalArray'>" + "  <sequence>"
-            + "   <element name='value' type='decimal' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-            + " </complexType>" + "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testMarshallArrayType() throws Exception
-   {
-      BigDecimal[] objArr = new BigDecimal[] { new BigDecimal(100), new BigDecimal(200), new BigDecimal(300) };
-
-      XSModel model = generateSchemaXSModel(xmlType, BigDecimal[].class);
-
-//      XSModel model = XsdBinder.loadSchema("<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-//      + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='BigDecimalArray'>" + "  <sequence>"
-//      + "   <element name='value' type='decimal' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-//      + " </complexType>" + "</schema>", "UTF-8");
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(objArr, strwr);
-
-      String was = strwr.toString();
-      assertNotNull("Resulting fragment cannot be null", was);
-      assertTrue("Resulting fragment cannot be empty", was.length() > 0);
-
-      String exp = "<ns1:arrayOfBigDecimal xmlns:ns1='" + TARGET_NAMESPACE
-            + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + " <value>100</value>" + " <value>200</value>"
-            + " <value>300</value>" + "</ns1:arrayOfBigDecimal>";
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("java.math.BigDecimal[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,107 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.ByteArrayInputStream;
-import java.math.BigDecimal;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class BigDecimalArrayUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName("result");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "BigDecimalArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, BigDecimal[].class);
-
-      String exp = 
-         "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES + " xmlns:tns='http://org.jboss.ws/types'>" + 
-         " <complexType name='BigDecimalArray'>" + 
-         "  <sequence>" + 
-         "   <element name='value' type='decimal' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + 
-         "  </sequence>" + 
-         " </complexType>" + 
-         "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testUnmarshallArrayType() throws Exception
-   {
-      XSModel model = generateSchemaXSModel(xmlType, BigDecimal[].class);
-
-      BigDecimal[] objArr = null;
-      // Get the JAXB marshaller
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      String xml = "<result>" + " <value>100</value>" + " <value>200</value>" + " <value>300</value>" + "</result>";
-
-      objArr = (BigDecimal[]) unmarshaller.unmarshal(new ByteArrayInputStream(xml.getBytes()));
-
-      assertNotNull("Resulting obj array cannot be null", objArr);
-
-      assertEquals("Unexpected array length", 3, objArr.length);
-      assertEquals(new BigDecimal(100), objArr[0]);
-      assertEquals(new BigDecimal(200), objArr[1]);
-      assertEquals(new BigDecimal(300), objArr[2]);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("java.math.BigDecimal[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/BigDecimalArrayUnmarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,114 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.StringWriter;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-import java.util.TimeZone;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class CalendarArrayMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName(TARGET_NAMESPACE, "arrayOfCalendar", "ns1");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "CalendarArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, Calendar[].class);
-
-      String exp = "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-            + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='CalendarArray'>" + "  <sequence>"
-            + "   <element name='value' type='dateTime' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-            + " </complexType>" + "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testMarshallArrayType() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar[] objArr = new Calendar[] { cal1, cal2, cal3 };
-
-      XSModel model = generateSchemaXSModel(xmlType, Calendar[].class);
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(objArr, strwr);
-
-      String was = strwr.toString();
-      assertNotNull("Resulting fragment cannot be null", was);
-      assertTrue("Resulting fragment cannot be empty", was.length() > 0);
-
-      String exp = "<ns1:arrayOfCalendar xmlns:ns1='" + TARGET_NAMESPACE
-            + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + " <value>1968-06-16T14:23:55.000Z</value>"
-            + " <value>1969-07-17T15:24:56.000Z</value>" + " <value>1970-08-18T16:25:57.000Z</value>" + "</ns1:arrayOfCalendar>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("java.util.Calendar[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,112 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.ByteArrayInputStream;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-import java.util.TimeZone;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class CalendarArrayUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName(TARGET_NAMESPACE, "arrayOfCalendar", "ns1");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "CalendarArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, Calendar[].class);
-
-      String exp = "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-            + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='CalendarArray'>" + "  <sequence>"
-            + "   <element name='value' type='dateTime' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-            + " </complexType>" + "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testUnmarshallArrayType() throws Exception
-   {
-      XSModel model = generateSchemaXSModel(xmlType, Calendar[].class);
-
-      Calendar[] objArr = null;
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      String xml = "<ns1:arrayOfCalendar xmlns:ns1='" + TARGET_NAMESPACE + "'>" + " <value>1968-06-16T14:23:55.000Z</value>"
-            + " <value>1969-07-17T15:24:56.000Z</value>" + " <value>1970-08-18T16:25:57.000Z</value>" + "</ns1:arrayOfCalendar>";
-
-      objArr = (Calendar[]) unmarshaller.unmarshal(new ByteArrayInputStream(xml.getBytes()));
-
-      assertNotNull("Resulting obj array cannot be null", objArr);
-      assertEquals("Unexpected array length", 3, objArr.length);
-
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-
-      assertEquals(cal1, objArr[0]);
-      assertEquals(cal2, objArr[1]);
-      assertEquals(cal3, objArr[2]);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("java.util.Calendar[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/CalendarArrayUnmarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,106 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.StringWriter;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class QNameArrayMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName(TARGET_NAMESPACE, "arrayOfQName", "ns1");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "QNameArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, QName[].class);
-
-      String exp = "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-            + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='QNameArray'>" + "  <sequence>"
-            + "   <element name='value' type='QName' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-            + " </complexType>" + "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testMarshallArrayType() throws Exception
-   {
-      QName[] objArr = new QName[] { new QName("http://ns2", "local2", "ns2"), new QName("http://ns3", "local3", "ns3"),
-            new QName("http://ns4", "local4", "ns4") };
-
-      XSModel model = generateSchemaXSModel(xmlType, QName[].class);
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(objArr, strwr);
-
-      String was = strwr.toString();
-      assertNotNull("Resulting fragment cannot be null", was);
-      assertTrue("Resulting fragment cannot be empty", was.length() > 0);
-
-      String exp = "<ns1:arrayOfQName xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>"
-            + " <value xmlns:ns2='http://ns2'>ns2:local2</value>" + " <value xmlns:ns3='http://ns3'>ns3:local3</value>"
-            + " <value xmlns:ns4='http://ns4'>ns4:local4</value>" + "</ns1:arrayOfQName>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("javax.xml.namespace.QName[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.array;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of array types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class QNameArrayUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   private static final QName xmlName = new QName(TARGET_NAMESPACE, "arrayOfQName", "ns1");
-
-   private static final QName xmlType = new QName(TARGET_NAMESPACE, "QNameArray", "ns1");
-
-   public void testGenerateSchema() throws Exception
-   {
-      String xsdSchema = generateSchema(xmlType, QName[].class);
-
-      String exp = "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES
-            + " xmlns:tns='http://org.jboss.ws/types'>" + " <complexType name='QNameArray'>" + "  <sequence>"
-            + "   <element name='value' type='QName' nillable='true' minOccurs='0' maxOccurs='unbounded'/>" + "  </sequence>"
-            + " </complexType>" + "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testUnmarshallArrayType() throws Exception
-   {
-      XSModel model = generateSchemaXSModel(xmlType, QName[].class);
-
-      QName[] objArr = null;
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      String xml = "<ns1:arrayOfQName xmlns:ns1='" + TARGET_NAMESPACE + "'>" + " <value xmlns:ns2='http://ns2'>ns2:local2</value>"
-            + " <value xmlns:ns3='http://ns3'>ns3:local3</value>" + " <value xmlns:ns4='http://ns4'>ns4:local4</value>"
-            + "</ns1:arrayOfQName>";
-
-      objArr = (QName[]) unmarshaller.unmarshal(new ByteArrayInputStream(xml.getBytes()));
-
-      assertNotNull("Resulting obj array cannot be null", objArr);
-      assertEquals("Unexpected array length", 3, objArr.length);
-      assertEquals(new QName("http://ns2", "local2"), objArr[0]);
-      assertEquals(new QName("http://ns3", "local3"), objArr[1]);
-      assertEquals(new QName("http://ns4", "local4"), objArr[2]);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      /*
-       * This mapping should be optional JavaXmlTypeMapping xmlTypeMapping = new
-       * JavaXmlTypeMapping(javaWsdlMapping);
-       * xmlTypeMapping.setJavaType("javax.xml.namespace.QName[]");
-       * xmlTypeMapping.setRootTypeQName(xmlType);
-       * xmlTypeMapping.setQnameScope("complexType");
-       * javaWsdlMapping.addJavaXmlTypeMappings(xmlTypeMapping);
-       */
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/array/QNameArrayUnmarshallerTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,106 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-/**
- * 5.4 JAX-RPC Value Type
- *
- * This section specifies requirements for the JAX-RPC value types.
- * A JAX-RPC value type is a Java class whose value can be moved between a service
- * client and service endpoint. A Java class must follow these rules to be a JAX-RPC
- * conformant value type:
- *
- *    - Java class must have a public default constructor.
- * 
- *    - Java class must not implement (directly or indirectly) the java.rmi.Remote interface.
- *
- *    - Java class may implement any Java interface (except the java.rmi.Remote interface) or extend another Java class.
- *
- *    - Java class may contain public, private, protected, package-level fields. The Java type
- *      of a public field must be a supported JAX-RPC type as specified in the section 5.1,
- *      �JAX-RPC Supported Java Types�.
- *
- *    - Java class may contain methods. There are no specified restrictions on the nature of
- *      these methods. Refer to the later rule about the JavaBeans properties.
- *
- *    - Java class may contain static or transient fields.
- *
- *    - Java class for a JAX-RPC value type may be designed as a JavaBeans class. In this
- *      case, the bean properties (as defined by the JavaBeans introspection) are required to
- *      follow the JavaBeans design pattern of setter and getter methods. The Java type of a
- *      bean property must be a supported JAX-RPC type as specified in the section 5.1,
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class Base
-{
-   public int a;
-   private int b;
-   private int c;
-
-   public Base()
-   {
-   }
-
-   public int getB()
-   {
-      return b;
-   }
-
-   public void setB(int b)
-   {
-      this.b = b;
-   }
-
-   public void someMethod()
-   {
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof Base)) return false;
-
-      final Base base = (Base)o;
-
-      if (a != base.a) return false;
-      if (b != base.b) return false;
-      if (c != base.c) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = a;
-      result = 29 * result + b;
-      result = 29 * result + c;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + b + ",c=" + c + "]";
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Base.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.logging.Logger;
-
-/**
- * Test the JAXB marshalling of complex types with generation fo the schema for these types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 03-Dec-2004
- */
-public class ComplexTypeMarshallerGenTestCase extends ComplexTypeMarshallerTestCase
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(ComplexTypeMarshallerGenTestCase.class);
-
-   protected XSModel getSchemaModel(QName xmlType, Class javaType) throws Exception
-   {
-      log.debug(generateSchema(xmlType, javaType));
-      return generateSchemaXSModel(xmlType, javaType);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerGenTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,185 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import java.io.File;
-import java.io.StringWriter;
-import java.math.BigInteger;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of complex types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Oct-2004
- */
-public class ComplexTypeMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   /** Get the URL to the defining schema */
-   protected XSModel getSchemaModel(QName xmlType, Class javaType) throws Exception
-   {
-      File xsdFile = new File("resources/common/jbossxb/ComplexTypesService_RPC.xsd");
-      assertTrue(xsdFile.exists());
-
-      return parseSchema(xsdFile.toURL());
-   }
-
-   public void testBaseType() throws Exception
-   {
-      Base obj = new Base();
-      obj.a = 100;
-      obj.setB(200);
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "Base_1", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Base", "ns1");
-
-      XSModel model = getSchemaModel(xmlType, Base.class);
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(obj, strwr);
-
-      String exp = 
-         "<ns1:Base_1 xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + 
-         " <a>100</a>" + 
-         " <b>200</b>" + 
-         "</ns1:Base_1>";
-      
-      String was = strwr.toString();
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was)); 
-   }
-
-   public void testDerivedType() throws Exception
-   {
-      Derived obj = new Derived();
-      obj.a = 100;
-      obj.setB(200);
-      obj.x = 300;
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "Derived_1", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Derived", "ns1");
-
-      XSModel model = getSchemaModel(xmlType, Derived.class);
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(obj, strwr);
-
-      String exp = 
-         "<ns1:Derived_1 xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + 
-         " <a>100</a>" + 
-         " <b>200</b>" + 
-         " <x>300</x>" + 
-         "</ns1:Derived_1>";
-
-      String was = strwr.toString();
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   public void testCompositeType() throws Exception
-   {
-      QName xmlName = new QName(TARGET_NAMESPACE, "CompositeType_1", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Composite", "ns1");
-
-      Composite obj = new Composite();
-      obj.integer = new BigInteger("100");
-      obj.string = "Hello World!";
-      obj.composite = null;
-      obj.dateTime = null;
-      obj.qname = null;
-
-      Composite sub = new Composite();
-      sub.integer = new BigInteger("200");
-      sub.string = "Hello Sub World!";
-      obj.composite = null;
-      sub.dateTime = null;
-      sub.qname = null;
-
-      obj.composite = sub;
-
-      XSModel model = getSchemaModel(xmlType, Composite.class);
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(obj, strwr);
-
-      String exp = 
-         "<ns1:CompositeType_1 xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + 
-         " <composite>" + 
-         "  <composite xsi:nil='1'/>" + 
-         "  <dateTime xsi:nil='1'/>" + 
-         "  <integer>200</integer>" + 
-         "  <qname xsi:nil='1'/>" + 
-         "  <string>Hello Sub World!</string>" + 
-         " </composite>" + 
-         " <dateTime xsi:nil='1'/>" + 
-         " <integer>100</integer>" + 
-         " <qname xsi:nil='1'/>" + 
-         " <string>Hello World!</string>" + 
-         "</ns1:CompositeType_1>";
-
-      String was = strwr.toString();
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping() throws Exception
-   {
-      JavaWsdlMappingFactory factory = JavaWsdlMappingFactory.newInstance();
-      URL mappingURL = new File("resources/common/jbossxb/ComplexTypesService_RPC.xml").toURL();
-      JavaWsdlMapping javaWsdlMapping = factory.parse(mappingURL);
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.logging.Logger;
-
-/**
- * Test the JAXB unmarshalling of complex types with generation fo the schema for these types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 03-Dec-2004
- */
-public class ComplexTypeUnmarshallerGenTestCase extends ComplexTypeUnmarshallerTestCase
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(ComplexTypeUnmarshallerGenTestCase.class);
-
-   /** Get the URL to the defining schema */
-   protected XSModel getSchemaModel(QName xmlType, Class javaType) throws Exception
-   { 
-      return generateSchemaXSModel(xmlType, javaType); 
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerGenTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,170 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import java.io.ByteArrayInputStream;
-import java.io.File;
-import java.math.BigInteger;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory;
-import org.jboss.ws.tools.JavaToXSD;
-
-/**
- * Test the JAXB unmarshalling of complex types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Oct-2004
- */
-public class ComplexTypeUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   /** Get the URL to the defining schema */
-   protected XSModel getSchemaModel(QName xmlType, Class javaType) throws Exception
-   {
-      File xsdFile = new File("resources/common/jbossxb/ComplexTypesService_RPC.xsd");
-      assertTrue(xsdFile.exists());
-
-      return new JavaToXSD().parseSchema(xsdFile.toURL());
-   }
-
-
-   public void testBaseType() throws Exception
-   {
-      String xmlStr = "" + "<ns1:Base_1 xmlns:ns1='" + TARGET_NAMESPACE + "'>" + " <a>100</a>" + " <b>200</b>" + "</ns1:Base_1>";
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "Base_1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Base");
-
-      XSModel model = getSchemaModel(xmlType, Base.class);
-
-      Base exp = new Base();
-      exp.a = 100;
-      exp.setB(200);
-
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-
-      Object obj = unmarshaller.unmarshal(new ByteArrayInputStream(xmlStr.getBytes()));
-      assertTrue("Unexpected return type: " + obj.getClass().getName(), obj instanceof Base);
-      assertEquals(exp, obj);
-   }
-
-   public void testDerivedType() throws Exception
-   {
-      String xmlStr = "<ns1:Derived_1 xmlns:ns1='" + TARGET_NAMESPACE + "'>" + " <a>100</a>" + " <b>200</b>" + " <x>300</x>"
-            + "</ns1:Derived_1>";
-
-      Derived exp = new Derived();
-      exp.a = 100;
-      exp.setB(200);
-      exp.x = 300;
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "Derived_1", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Derived", "ns1");
-
-      XSModel model = getSchemaModel(xmlType, Derived.class);
-
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-
-      Object obj = unmarshaller.unmarshal(new ByteArrayInputStream(xmlStr.getBytes()));
-      assertNotNull("Unexpected null object", obj);
-      assertTrue("Unexpected return type: " + obj.getClass().getName(), obj instanceof Derived);
-      assertEquals(exp, obj);
-   }
-
-   public void testCompositeType() throws Exception
-   {
-      String xmlStr = "<ns1:CompositeType_1 xmlns:ns1='" + TARGET_NAMESPACE
-            + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" +
-         " <composite>" +
-         "  <composite xsi:nil='1'/>" +
-         "  <dateTime xsi:nil='1'/>" +
-         "  <integer>200</integer>" +
-         "  <qname xsi:nil='1'/>" +
-         "  <string>Hello Sub World!</string>" +
-         " </composite>" +
-         " <dateTime xsi:nil='1'/>" +
-         " <integer>100</integer>" +
-         " <qname xsi:nil='1'/>" +
-         " <string>Hello World!</string>" +
-         "</ns1:CompositeType_1>";
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "CompositeType_1", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "Composite", "ns1");
-
-      XSModel model = getSchemaModel(xmlType, Composite.class);
-
-      Composite exp = new Composite();
-      exp.integer = new BigInteger("100");
-      exp.string = "Hello World!";
-      exp.dateTime = null;
-      exp.qname = null;
-
-      Composite sub = new Composite();
-      sub.integer = new BigInteger("200");
-      sub.string = "Hello Sub World!";
-      sub.composite = null;
-      sub.dateTime = null;
-      sub.qname = null;
-
-      exp.composite = sub;
-
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-
-      Object obj = unmarshaller.unmarshal(new ByteArrayInputStream(xmlStr.getBytes()));
-      assertNotNull("Unexpected null object", obj);
-      assertTrue("Unexpected return type: " + obj.getClass().getName(), obj instanceof Composite);
-      assertEquals(exp, obj);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping() throws Exception
-   {
-      JavaWsdlMappingFactory factory = JavaWsdlMappingFactory.newInstance();
-      URL mappingURL = new File("resources/common/jbossxb/ComplexTypesService_RPC.xml").toURL();
-      JavaWsdlMapping javaWsdlMapping = factory.parse(mappingURL);
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypeUnmarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-
-/**
- * An SEI for complex types
- *
- * See jaxrpc-1.1 (5.3.1)
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public interface ComplexTypes extends Remote
-{
-   Base echoBase(Base v) throws RemoteException;
-
-   Derived echoDerived(Derived v) throws RemoteException;
-
-   Composite echoCompositeType(Composite v) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/ComplexTypes.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,100 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-
-/**
- * The composite complexType
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class Composite
-{
-   public BigInteger integer;
-   public Calendar dateTime;
-   public String string;
-   public QName qname;
-   public Composite composite;
-
-   public Composite()
-   {
-   }
-
-   public String toString()
-   {
-      return "[composite integer=" + integer + ", dateTime=" + dateTime + ", string=" + string + ", qname=" + qname +
-         ", composite=" + composite + "]";
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o)
-      {
-         return true;
-      }
-      if (!(o instanceof Composite))
-      {
-         return false;
-      }
-
-      final Composite composite1 = (Composite)o;
-
-      if (composite != null ? !composite.equals(composite1.composite) : composite1.composite != null)
-      {
-         return false;
-      }
-      if (dateTime != null ? !dateTime.equals(composite1.dateTime) : composite1.dateTime != null)
-      {
-         return false;
-      }
-      if (integer != null ? !integer.equals(composite1.integer) : composite1.integer != null)
-      {
-         return false;
-      }
-      if (qname != null ? !qname.equals(composite1.qname) : composite1.qname != null)
-      {
-         return false;
-      }
-      if (string != null ? !string.equals(composite1.string) : composite1.string != null)
-      {
-         return false;
-      }
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = (integer != null ? integer.hashCode() : 0);
-      result = 29 * result + (dateTime != null ? dateTime.hashCode() : 0);
-      result = 29 * result + (string != null ? string.hashCode() : 0);
-      result = 29 * result + (qname != null ? qname.hashCode() : 0);
-      result = 29 * result + (composite != null ? composite.hashCode() : 0);
-      return result;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Composite.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.complex;
-
-
-
-/**
- * A derived complexType
- *
- * See jaxrpc-1.1 (5.4)
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class Derived extends Base
-{
-   public int x;
-   private int y;
-
-   public Derived()
-   {
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof Derived)) return false;
-      if (!super.equals(o)) return false;
-
-      final Derived derived = (Derived)o;
-
-      if (x != derived.x) return false;
-      if (y != derived.y) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result = super.hashCode();
-      result = 29 * result + x;
-      result = 29 * result + y;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + getB() + ",x=" + x + ",y=" +  y + "]";
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/complex/Derived.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,99 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.docstyle;
-
-import java.io.File;
-import java.io.StringWriter;
-import java.net.URL;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of complex types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Oct-2004
- */
-public class DocumentStyleMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/jaxrpc/types";
-
-   protected XSModel getSchemaModel() throws Exception
-   {
-      File xsdFile = new File("resources/common/jbossxb/DocumentStyle.xsd");
-      assertTrue(xsdFile.exists());
-
-      return parseSchema(xsdFile.toURL());
-   }
-
-   /** Release the schema URL, used for removing temp files */
-   protected void releaseSchemaLocations(Map xsdURLMap)
-   {
-   }
-
-   public void testEchoStringRequest() throws Exception
-   {
-      EchoString_RequestStruct req = new EchoString_RequestStruct("Hello", "world!");
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "echoString", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "echoString", "ns1");
-
-      XSModel model = getSchemaModel();
-
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(req, strwr);
-
-      String exp = "<ns1:echoString xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>"
-            + " <String_1>Hello</String_1>" + " <String_2>world!</String_2>" + "</ns1:echoString>";
-      String was = strwr.toString();
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping() throws Exception
-   {
-      JavaWsdlMappingFactory factory = JavaWsdlMappingFactory.newInstance();
-      URL mappingURL = new File("resources/common/jbossxb/DocumentStyle.xml").toURL();
-      JavaWsdlMapping javaWsdlMapping = factory.parse(mappingURL);
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,90 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.docstyle;
-
-import java.io.ByteArrayInputStream;
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory;
-
-/**
- * Test the JAXB unmarshalling of complex types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Oct-2004
- */
-public class DocumentStyleUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/jaxrpc/types";
-
-   protected XSModel getSchemaModel() throws Exception
-   {
-      File xsdFile = new File("resources/common/jbossxb/DocumentStyle.xsd");
-      assertTrue(xsdFile.exists());
-
-      return parseSchema(xsdFile.toURL());
-   }
-
-   public void testEchoStringRequest() throws Exception
-   {
-      String xmlStr = "" + "<ns1:echoString xmlns:ns1='" + TARGET_NAMESPACE
-            + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + " <String_1>Hello</String_1>"
-            + " <String_2>world!</String_2>" + "</ns1:echoString>";
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "echoString");
-      QName xmlType = new QName(TARGET_NAMESPACE, "echoString");
-
-      XSModel model = getSchemaModel();
-
-      EchoString_RequestStruct exp = new EchoString_RequestStruct("Hello", "world!");
-
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-
-      Object obj = unmarshaller.unmarshal(new ByteArrayInputStream(xmlStr.getBytes()));
-
-      assertEquals(exp, obj);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping() throws Exception
-   {
-      JavaWsdlMappingFactory factory = JavaWsdlMappingFactory.newInstance();
-      URL mappingURL = new File("resources/common/jbossxb/DocumentStyle.xml").toURL();
-      JavaWsdlMapping javaWsdlMapping = factory.parse(mappingURL);
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/DocumentStyleUnmarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,89 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.docstyle;
-
-
-public class EchoString_RequestStruct
-{
-   protected String String_1;
-   protected String String_2;
-
-   public EchoString_RequestStruct()
-   {
-   }
-
-   public EchoString_RequestStruct(String String_1, String String_2)
-   {
-      this.String_1 = String_1;
-      this.String_2 = String_2;
-   }
-
-   public String getString_1()
-   {
-      return String_1;
-   }
-
-   public void setString_1(String String_1)
-   {
-      this.String_1 = String_1;
-   }
-
-   public String getString_2()
-   {
-      return String_2;
-   }
-
-   public void setString_2(String String_2)
-   {
-      this.String_2 = String_2;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof EchoString_RequestStruct)) return false;
-
-      final EchoString_RequestStruct echoString_requestStruct = (EchoString_RequestStruct)o;
-
-      if (String_1 != null ? !String_1.equals(echoString_requestStruct.String_1) : echoString_requestStruct.String_1 != null) return false;
-      if (String_2 != null ? !String_2.equals(echoString_requestStruct.String_2) : echoString_requestStruct.String_2 != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = (String_1 != null ? String_1.hashCode() : 0);
-      result = 29 * result + (String_2 != null ? String_2.hashCode() : 0);
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[String_1=" + String_1 + ",String_2=" + String_2 + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.docstyle;
-
-
-public class EchoString_ResponseStruct
-{
-   protected String result;
-
-   public EchoString_ResponseStruct()
-   {
-   }
-
-   public EchoString_ResponseStruct(String result)
-   {
-      this.result = result;
-   }
-
-   public String getResult()
-   {
-      return result;
-   }
-
-   public void setResult(String result)
-   {
-      this.result = result;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof EchoString_ResponseStruct)) return false;
-
-      final EchoString_ResponseStruct echoString_responseStruct = (EchoString_ResponseStruct)o;
-
-      if (result != null ? !result.equals(echoString_responseStruct.result) : echoString_responseStruct.result != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return (result != null ? result.hashCode() : 0);
-   }
-
-   public String toString()
-   {
-      return "[result=" + result + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/docstyle/EchoString_ResponseStruct.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/holders)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.holders;
-
-import java.rmi.Remote;
-
-/**
- *  A Java SEI that includes Standard jaxrpc holders
- *  @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
- *  @since   Aug 2, 2005
- */
-public interface HoldersServiceInterface extends Remote
-{
-   public javax.xml.rpc.holders.FloatHolder processHolder( javax.xml.rpc.holders.CalendarHolder id, 
-         javax.xml.rpc.holders.IntHolder amount) throws java.rmi.RemoteException; 
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/holders/HoldersServiceInterface.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,81 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.multixsd;
-
-import org.jboss.test.ws.common.jbossxb.multixsd.packa.Person;
-import org.jboss.test.ws.common.jbossxb.multixsd.packb.Item;
-
-public class Order
-{
-   private Person person;
-   private Item item;
-
-   public Order()
-   {
-   }
-
-   public Order(Person person, Item item)
-   {
-      this.person = person;
-      this.item = item;
-   }
-
-
-   public Item getItem()
-   {
-      return item;
-   }
-
-   public void setItem(Item item)
-   {
-      this.item = item;
-   }
-
-   public Person getPerson()
-   {
-      return person;
-   }
-
-   public void setPerson(Person person)
-   {
-      this.person = person;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (this == obj) return true;
-      if (!(obj instanceof Order)) return false;
-
-      final Order o = (Order)obj;
-      return toString().equals(o.toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      return "[person=" + person + ",item=" + item + "]";
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/Order.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.multixsd.packa;
-
-
-public class Person
-{
-   public String name;
-
-   public Person()
-   {
-   }
-
-   public Person(String name)
-   {
-      this.name = name;
-   }
-
-   public String getName()
-   {
-      return name;
-   }
-
-   public void setName(String name)
-   {
-      this.name = name;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof Person)) return false;
-
-      final Person p = (Person)o;
-      return toString().equals(p.toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      return "[name=" + name + "]";
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packa/Person.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.multixsd.packb;
-
-
-public class Item
-{
-   public String name;
-
-   public Item()
-   {
-   }
-
-   public Item(String name)
-   {
-      this.name = name;
-   }
-
-   public String getName()
-   {
-      return name;
-   }
-
-   public void setName(String name)
-   {
-      this.name = name;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof Item)) return false;
-
-      final Item p = (Item)o;
-      if (name == null && p.name == null) return true;
-      if (name != null && name.equals(p.name)) return true;
-
-      return false;
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      return "[name=" + name + "]";
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/multixsd/packb/Item.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,90 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.simple;
-
-
-
-public class EchoSimpleUserType_RequestStruct
-{
-   protected String String_1;
-   protected SimpleUserType SimpleUserType_2;
-
-   public EchoSimpleUserType_RequestStruct()
-   {
-   }
-
-   public EchoSimpleUserType_RequestStruct(String String_1, SimpleUserType SimpleUserType_2)
-   {
-      this.String_1 = String_1;
-      this.SimpleUserType_2 = SimpleUserType_2;
-   }
-
-   public String getString_1()
-   {
-      return String_1;
-   }
-
-   public void setString_1(String String_1)
-   {
-      this.String_1 = String_1;
-   }
-
-   public SimpleUserType getSimpleUserType_2()
-   {
-      return SimpleUserType_2;
-   }
-
-   public void setSimpleUserType_2(SimpleUserType SimpleUserType_2)
-   {
-      this.SimpleUserType_2 = SimpleUserType_2;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof EchoSimpleUserType_RequestStruct)) return false;
-
-      final EchoSimpleUserType_RequestStruct echoSimpleUserType_requestStruct = (EchoSimpleUserType_RequestStruct)o;
-
-      if (SimpleUserType_2 != null ? !SimpleUserType_2.equals(echoSimpleUserType_requestStruct.SimpleUserType_2) : echoSimpleUserType_requestStruct.SimpleUserType_2 != null) return false;
-      if (String_1 != null ? !String_1.equals(echoSimpleUserType_requestStruct.String_1) : echoSimpleUserType_requestStruct.String_1 != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = (String_1 != null ? String_1.hashCode() : 0);
-      result = 29 * result + (SimpleUserType_2 != null ? SimpleUserType_2.hashCode() : 0);
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[String_1=" + String_1 + ",SimpleUserType_2=" + SimpleUserType_2 + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.simple;
-
-
-
-public class EchoSimpleUserType_ResponseStruct
-{
-   protected SimpleUserType result;
-
-   public EchoSimpleUserType_ResponseStruct()
-   {
-   }
-
-   public EchoSimpleUserType_ResponseStruct(SimpleUserType result)
-   {
-      this.result = result;
-   }
-
-   public SimpleUserType getResult()
-   {
-      return result;
-   }
-
-   public void setResult(SimpleUserType result)
-   {
-      this.result = result;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof EchoSimpleUserType_ResponseStruct)) return false;
-
-      final EchoSimpleUserType_ResponseStruct echoSimpleUserType_responseStruct = (EchoSimpleUserType_ResponseStruct)o;
-
-      if (result != null ? !result.equals(echoSimpleUserType_responseStruct.result) : echoSimpleUserType_responseStruct.result != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return (result != null ? result.hashCode() : 0);
-   }
-
-   public String toString()
-   {
-      return "[result=" + result + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/EchoSimpleUserType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,78 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.simple;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class SimpleUserType
-{
-   public int a;
-   private int b;
-
-   public SimpleUserType()
-   {
-   }
-
-   public SimpleUserType(int a, int b)
-   {
-      this.a = a;
-      this.b = b;
-   }
-
-   public int getB()
-   {
-      return b;
-   }
-
-   public void setB(int b)
-   {
-      this.b = b;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof SimpleUserType)) return false;
-
-      final SimpleUserType simpleUserType = (SimpleUserType)o;
-
-      if (a != simpleUserType.a) return false;
-      if (b != simpleUserType.b) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = a;
-      result = 29 * result + b;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + b + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,136 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.jbossxb.simple;
-
-import java.io.StringWriter;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBMarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.PackageMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB marshalling of a SimpleUserType
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class SimpleUserTypeMarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   public void testGenerateSchema() throws Exception
-   {
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType", "ns1");
-      String xsdSchema = generateSchema(xmlType, SimpleUserType.class);
-
-      String exp = 
-         "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES + " xmlns:tns='http://org.jboss.ws/types'>" + 
-         " <complexType name='SimpleUserType'>" + 
-         "  <sequence>" + 
-         "   <element name='a' type='int'/>" + 
-         "   <element name='b' type='int'/>" + 
-         "  </sequence>" + 
-         " </complexType>" + 
-         "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testMarshallSimpleUserType() throws Exception
-   {
-      SimpleUserType obj = new SimpleUserType();
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "SimpleUser", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType", "ns1");
-
-      XSModel model = generateSchemaXSModel(xmlType, SimpleUserType.class);
-      StringWriter strwr;
-      JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-      marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      strwr = new StringWriter();
-      marshaller.marshal(obj, strwr);
-
-      String was = strwr.toString();
-      assertNotNull("Resulting fragment cannot be null", was);
-      assertTrue("Resulting fragment cannot be empty", was.length() > 0);
-
-      String exp = 
-         "<ns1:SimpleUser xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + 
-         " <a>0</a>" + 
-         " <b>0</b>" + 
-         "</ns1:SimpleUser>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(was));
-   }
-
-   public void testMarshallSimpleUserTypeNoPrefix() throws Exception
-   {
-      SimpleUserType obj = new SimpleUserType();
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "SimpleUser");
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType");
-
-      XSModel model = generateSchemaXSModel(xmlType, SimpleUserType.class);
-
-      StringWriter strwr;
-      try
-      {
-         JBossXBMarshallerImpl marshaller = new JBossXBMarshallerImpl();
-         marshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-         marshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-         marshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-         marshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-         strwr = new StringWriter();
-         marshaller.marshal(obj, strwr);
-         fail("The given root element name must be prefix qualified");
-      }
-      catch (RuntimeException ex)
-      {
-         // expected: The given root element name must be prefix qualified
-      }
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      PackageMapping packageMapping = new PackageMapping(javaWsdlMapping);
-      javaWsdlMapping.addPackageMapping(packageMapping);
-      packageMapping.setNamespaceURI(TARGET_NAMESPACE);
-      packageMapping.setPackageType("org.jboss.test.ws.common.jbossxb");
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeMarshallerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,127 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.jbossxb.simple;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.namespace.QName;
-
-import org.apache.xerces.xs.XSModel;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.jbossxb.JBossXBConstants;
-import org.jboss.ws.jbossxb.JBossXBUnmarshallerImpl;
-import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
-import org.jboss.ws.metadata.jaxrpcmapping.PackageMapping;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the JAXB unmarshalling of a SimpleUserType
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class SimpleUserTypeUnmarshallerTestCase extends WSToolsTest
-{
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/types";
-
-   public void testGenerateSchema() throws Exception
-   {
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType", "ns1");
-      String xsdSchema = generateSchema(xmlType, SimpleUserType.class);
-
-      String exp = 
-      "<schema targetNamespace='http://org.jboss.ws/types' " + SCHEMA_NAMESPACES + " xmlns:tns='http://org.jboss.ws/types'>" + 
-      " <complexType name='SimpleUserType'>" + 
-      "  <sequence>" + 
-      "   <element name='a' type='int'/>" + 
-      "   <element name='b' type='int'/>" + 
-      "  </sequence>" + 
-      " </complexType>" + 
-      "</schema>";
-
-      assertEquals(DOMUtils.parse(exp), DOMUtils.parse(xsdSchema));
-   }
-
-   public void testUnmarshallSimpleUserType() throws Exception
-   {
-      QName xmlName = new QName(TARGET_NAMESPACE, "SimpleUser", "ns1");
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType", "ns1");
-
-      XSModel model = generateSchemaXSModel(xmlType, SimpleUserType.class);
-
-      SimpleUserType obj = null;
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      String xml = 
-      "<ns1:SimpleUser xmlns:ns1='" + TARGET_NAMESPACE + "'>" + 
-      " <a>0</a>" + 
-      " <b>0</b>" + 
-      "</ns1:SimpleUser>";
-
-      obj = (SimpleUserType)unmarshaller.unmarshal(new ByteArrayInputStream(xml.getBytes()));
-
-      SimpleUserType exp = new SimpleUserType();
-      assertNotNull("Resulting object cannot be null", obj);
-      assertEquals(exp, obj);
-   }
-
-   public void testUnmarshallSimpleUserTypeNoPrefix() throws Exception
-   {
-      QName xmlName = new QName(TARGET_NAMESPACE, "SimpleUser");
-      QName xmlType = new QName(TARGET_NAMESPACE, "SimpleUserType");
-
-      XSModel model = generateSchemaXSModel(xmlType, SimpleUserType.class);
-
-      SimpleUserType obj = null;
-      JBossXBUnmarshallerImpl unmarshaller = new JBossXBUnmarshallerImpl();
-      unmarshaller.setProperty(JBossXBConstants.JBXB_XS_MODEL, model);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_ROOT_QNAME, xmlName);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_TYPE_QNAME, xmlType);
-      unmarshaller.setProperty(JBossXBConstants.JBXB_JAVA_MAPPING, getJavaWSDLMapping());
-
-      String xml = "<SimpleUser xmlns='" + TARGET_NAMESPACE + "'>" + " <a xmlns=''>0</a>" + " <b xmlns=''>0</b>" + "</SimpleUser>";
-
-      obj = (SimpleUserType)unmarshaller.unmarshal(new ByteArrayInputStream(xml.getBytes()));
-
-      SimpleUserType exp = new SimpleUserType();
-      assertNotNull("Resulting object cannot be null", obj);
-      assertEquals(exp, obj);
-   }
-
-   /**
-    * Setup the required jaxrpc-mapping meta data
-    */
-   private JavaWsdlMapping getJavaWSDLMapping()
-   {
-      JavaWsdlMapping javaWsdlMapping = new JavaWsdlMapping();
-      PackageMapping packageMapping = new PackageMapping(javaWsdlMapping);
-      javaWsdlMapping.addPackageMapping(packageMapping);
-      packageMapping.setNamespaceURI(TARGET_NAMESPACE);
-      packageMapping.setPackageType("org.jboss.test.ws.common.jbossxb.simple");
-      return javaWsdlMapping;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/jbossxb/simple/SimpleUserTypeUnmarshallerTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,106 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/**
- * Test the MessageFactory
- *
- * @author Thomas.Diesler at jboss.org
- * @since 21-Mar-2006
- */
-public class MessageFactoryTestCase extends JBossWSTest
-{
-   public void testEnvelopeBuilder() throws Exception
-   {
-      String envStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         " <env:Body>" +
-         "  <businessList generic='2.0' operator='JBOSS' xmlns='urn:uddi-org:api_v2'>" + 
-         "   <businessInfos>" + 
-         "    <businessInfo businessKey='892ac280-c16b-11d5-85ad-801eef211111'>" + 
-         "     <name xml:lang='en'>Demi Credit</name>" + 
-         "     <description xml:lang='en'>A smaller demo app used for illustrating UDDI inquiry.</description>" + 
-         "     <serviceInfos>" + 
-         "      <serviceInfo businessKey='9a26b6e0-c15f-11d5-85a3-801eef208714' serviceKey='860eca90-c16d-11d5-85ad-801eef208714'>" + 
-         "       <name xml:lang='en'>DCAmail</name>" + 
-         "      </serviceInfo>" + 
-         "     </serviceInfos>" + 
-         "    </businessInfo>" + 
-         "   </businessInfos>" + 
-         "  </businessList>" + 
-         " </env:Body>" +
-         "</env:Envelope>";
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(envStr.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-
-      assertEquals("env:Envelope", env.getNodeName());
-      assertEquals(Constants.NS_SOAP11_ENV, env.getNamespaceURI());
-      
-      SOAPBodyElement soapBodyElement = (SOAPBodyElement)env.getBody().getChildElements().next();
-      assertEquals("urn:uddi-org:api_v2", soapBodyElement.getNamespaceURI());
-   }
-
-   // http://jira.jboss.org/jira/browse/JBWS-745
-   // SAAJ:SOAPBodyElement.addNamespaceDeclaration should allow empty prefix
-   public void testAddNamespaceDeclaration() throws Exception
-   {
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage();
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-
-      assertEquals("env:Envelope", env.getNodeName());
-      assertEquals(Constants.NS_SOAP11_ENV, env.getNamespaceURI());
-      
-      SOAPBody soapBody = env.getBody();
-      SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.addChildElement("businessList");
-      soapBodyElement.addNamespaceDeclaration("", "urn:uddi-org:api_v2");
-      
-      String expEnvStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" + 
-         " <env:Header/>" + 
-         " <env:Body>" + 
-         "  <businessList xmlns='urn:uddi-org:api_v2'/>" + 
-         " </env:Body>" + 
-         "</env:Envelope>";
-      
-      Element expEnv = DOMUtils.parse(expEnvStr);
-      assertEquals(expEnv, env);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/MessageFactoryTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,105 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import java.net.URL;
-import java.util.Iterator;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.soap.SOAPPart;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.soap.SOAPBodyElementRpc;
-
-/** Test call on a SOAPConnection
- *
- * @author Jason T. Greene
- * @author Thomas.Diesler at jboss.org
- */
-public class SOAPConnectionTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109pojo";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(SOAPConnectionTestCase.class, "jaxrpc-samples-jsr109pojo-rpc.war");
-   }
-
-   public void testConnectString() throws Exception
-   {
-      doConnect(TARGET_ENDPOINT_ADDRESS);
-   }
-
-   public void testConnectURL() throws Exception
-   {
-      doConnect(new URL(TARGET_ENDPOINT_ADDRESS));
-   }
-
-   private void doConnect(Object endPoint) throws Exception
-   {
-      SOAPMessage request = buildMessage();
-      SOAPConnection connection = SOAPConnectionFactory.newInstance().createConnection();
-      SOAPMessage response = connection.call(request, endPoint);
-      validateResponse(response);
-   }
-
-   private SOAPMessage buildMessage() throws Exception
-   {
-      SOAPMessage message = MessageFactory.newInstance().createMessage();
-      SOAPPart sp = message.getSOAPPart();
-      SOAPEnvelope envelope = sp.getEnvelope();
-      SOAPBody bdy = envelope.getBody();
-
-      SOAPElement sbe = bdy.addChildElement(new SOAPBodyElementRpc(envelope.createName("echoString", "ns1", TARGET_NAMESPACE)));
-      sbe.addChildElement(envelope.createName("String_1")).addTextNode("Hello");
-      sbe.addChildElement(envelope.createName("String_2")).addTextNode("world!");
-
-      return message;
-   }
-
-   private void validateResponse(SOAPMessage response) throws Exception
-   {
-      SOAPBody body = response.getSOAPBody();
-      SOAPEnvelope env = response.getSOAPPart().getEnvelope();
-
-      Name rpcName = env.createName("echoStringResponse", "ns1", TARGET_NAMESPACE);
-      Iterator childElements = body.getChildElements(rpcName);
-
-      SOAPElement bodyChild = (SOAPElement)childElements.next();
-      Name resName = env.createName("result");
-      SOAPElement resElement = (SOAPElement)bodyChild.getChildElements(resName).next();
-      String value = resElement.getValue();
-
-      assertEquals("Helloworld!", value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPConnectionTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,189 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.util.Iterator;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.soap.Text;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.soap.NameImpl;
-import org.jboss.ws.soap.SOAPContentElement;
-
-/**
- * Test the SOAPContentElement
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class SOAPContentElementTestCase extends JBossWSTest
-{
-   
-   /** Test that we can lazily create the SOAP tree
-    */
-   public void testChildNodeAccess() throws Exception
-   {
-      Name name = new NameImpl("Order", "tns", "http://someURI");
-
-      String xmlFragment = 
-      "<tns:Order xmlns:tns='http://someURI'>" + 
-       "<OrderItem>Ferarri</OrderItem>" + 
-       "<OrderItem>Lamborgini</OrderItem>" + 
-       "<OrderItem>JBoss Support</OrderItem>" + 
-       "<Customer>" + 
-        "<Name>Thomas</Name>" + 
-       "</Customer>" + 
-      "</tns:Order>";
-
-      SOAPContentElement soapEl = new SOAPContentElement(name);
-      soapEl.setXMLFragment(xmlFragment);
-
-      assertEquals(name, soapEl.getElementName());
-
-      Iterator it = soapEl.getChildElements();
-      SOAPElement child1 = (SOAPElement)it.next();
-      assertEquals("OrderItem", child1.getNodeName());
-      assertEquals("Ferarri", child1.getValue());
-
-      SOAPElement child2 = (SOAPElement)it.next();
-      assertEquals("OrderItem", child2.getNodeName());
-      assertEquals("Lamborgini", child2.getValue());
-
-      SOAPElement child3 = (SOAPElement)it.next();
-      assertEquals("OrderItem", child3.getNodeName());
-      assertEquals("JBoss Support", child3.getValue());
-
-      SOAPElement child4 = (SOAPElement)it.next();
-      assertEquals("Customer", child4.getNodeName());
-      SOAPElement custName = (SOAPElement)child4.getChildElements().next();
-      assertEquals("Name", custName.getNodeName());
-      assertEquals("Thomas", custName.getValue());
-   }
-
-   /** Test that we can lazily load text content
-    */
-   public void testTextContent() throws Exception
-   {
-      Name name = new NameImpl("Order", "tns", "http://someURI");
-      String xmlFragment = "<tns:Order xmlns:tns='http://someURI'>No child element</tns:Order>";
-
-      SOAPContentElement soapEl = new SOAPContentElement(name);
-      soapEl.setXMLFragment(xmlFragment);
-
-      assertEquals(name, soapEl.getElementName());
-      assertEquals("No child element", soapEl.getValue());
-   }
-
-   /** Test that we can lazily load empty elements
-    */
-   public void testEmptyElement() throws Exception
-   {
-      Name name = new NameImpl("Order", "tns", "http://someURI");
-      String xmlFragment = "<tns:Order xmlns:tns='http://someURI'/>";
-
-      SOAPContentElement soapEl = new SOAPContentElement(name);
-      soapEl.setXMLFragment(xmlFragment);
-
-      assertEquals(name, soapEl.getElementName());
-      assertFalse(soapEl.hasChildNodes());
-      assertNull(soapEl.getValue());
-   }
-
-   /** Test that we get an error on bad element names
-    */
-   public void testBadName() throws Exception
-   {
-      Name name = new NameImpl("Order", "tns", "http://someURI");
-      String xmlFragment = "<tns:BadName xmlns:tns='http://someURI'>No child element</tns:BadName>";
-
-      SOAPContentElement soapEl = new SOAPContentElement(name);
-      soapEl.setXMLFragment(xmlFragment);
-
-      try
-      {
-         assertEquals(name, soapEl.getElementName());
-         assertEquals("No child element", soapEl.getValue());
-         fail("Content root name does not match element name");
-      }
-      catch (Exception ignore)
-      {
-         // ignore;
-      }
-   }
-
-   /** Test access to element attributes
-    */
-   public void testAttributeAccess() throws Exception
-   {
-      Name name = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      String xmlFragment = "<ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' foo='Kermit'>SomeOtherValue</ns2:Bar>";
-
-      SOAPContentElement soapEl = new SOAPContentElement(name);
-      soapEl.setAttribute("foo", "Kermit");
-      soapEl.setXMLFragment(xmlFragment);
-      assertEquals(name, soapEl.getElementName());
-
-      assertEquals("Kermit", soapEl.getAttributeValue(new NameImpl("foo")));
-      assertEquals("SomeOtherValue", soapEl.getValue());
-   }
-
-   /** Test access to text node
-    */
-   public void testTextNodeAccess() throws Exception
-   {
-      String envStr =
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "<env:Body>" +
-         "<ns1:hello xmlns:ns1='http://handlerservice1.org/wsdl'>" +
-         "<String_1>world</String_1>" +
-         "</ns1:hello>" +
-         "</env:Body>" + 
-         "</env:Envelope>";
-      
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPBody soapBody = soapMessage.getSOAPBody();
-
-      SOAPElement elem = (SOAPElement)soapBody.getChildElements().next();
-      SOAPElement arg = (SOAPElement)elem.getChildElements().next();
-      Text text = (Text)arg.getChildElements().next();
-
-      String value = text.getValue() + "::SOAP header was added";
-
-      // Replace the text node
-      text.detachNode();
-      arg.addTextNode(value);
-
-      ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      soapMessage.writeTo(baos);
-      
-      String expEnv = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><ns1:hello xmlns:ns1='http://handlerservice1.org/wsdl'><String_1>world::SOAP header was added</String_1></ns1:hello></env:Body></env:Envelope>";
-      assertEquals(expEnv, baos.toString());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPContentElementTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,138 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-import java.util.Iterator;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-
-/**
- * Test the SOAPElement
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Aug-2005
- */
-public class SOAPElementTestCase extends JBossWSTest
-{
-   private SOAPFactory soapFactory;
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      soapFactory = SOAPFactory.newInstance();
-   }
-
-   public void testAddChildElement() throws Exception
-   {
-      MessageFactory msgFactory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = msgFactory.createMessage();
-      SOAPEnvelope env = soapMessage.getSOAPPart().getEnvelope();
-      SOAPBody body = env.getBody();
-
-      Name name = soapFactory.createName("MyChild1");
-      SOAPElement se = body.addChildElement(name);
-      assertNotNull("Expected an element", se);
-
-      assertEquals("Expected 1 child element", 1, getIteratorCount(body.getChildElements()));
-
-      SOAPElement se2 = (SOAPElement)body.getChildElements().next();
-      assertEquals(se, se2);
-   }
-
-   public void testAddChildElementNS() throws Exception
-   {
-      MessageFactory msgFactory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = msgFactory.createMessage();
-      SOAPEnvelope env = soapMessage.getSOAPPart().getEnvelope();
-      SOAPBody body = env.getBody();
-
-      String s = "MyName1";
-      String p = "MyPrefix1";
-      String u = "myURI";
-
-      body.addNamespaceDeclaration(p, u);
-      assertEquals(u, body.getNamespaceURI(p));
-
-      SOAPElement se = body.addChildElement(s, p);
-      assertNotNull("Expected an element", se);
-
-      assertEquals("Expected 1 child element", 1, getIteratorCount(body.getChildElements()));
-
-      SOAPElement se2 = (SOAPElement)body.getChildElements().next();
-      assertEquals(se, se2);
-   }
-
-   // http://jira.jboss.com/jira/browse/JBWS-773
-   public void testGetNamespaceURI() throws Exception
-   {
-      SOAPElement parent = soapFactory.createElement("bear", "np", "http://northpole.net");
-      SOAPElement child = parent.addChildElement("furColor");
-
-      assertEquals("furColor", child.getNodeName());
-      assertEquals(soapFactory.createName("furColor"), child.getElementName());
-      assertEquals("furColor", child.getLocalName());
-      assertNull(child.getNamespaceURI());
-   }
-
-   // http://jira.jboss.com/jira/browse/JBWS-774
-   public void testGetAllAttributes() throws Exception
-   {
-      String xml = 
-         "<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         " <soap:Body>" + 
-         "  <np:bear name='ted' zoo:species='ursus maritimus' xmlns:np='http://northpole.net' xmlns:zoo='http://zoofan.net'/>" + 
-         " </soap:Body>" + 
-         "</soap:Envelope>";
-
-      SOAPMessage soapMessage = MessageFactory.newInstance().createMessage(null, new ByteArrayInputStream(xml.getBytes()));
-      SOAPFactory soapFactory = SOAPFactory.newInstance();
-      SOAPElement bearElement = (SOAPElement)soapMessage.getSOAPBody().getChildElements().next();
-
-      assertEquals(2, getIteratorCount(bearElement.getAllAttributes()));
-
-      Iterator it = bearElement.getAllAttributes();
-      assertEquals(soapFactory.createName("name"), it.next());
-      assertEquals(soapFactory.createName("species", null, "http://zoofan.net"), it.next());
-   }
-
-   /** Return the count of iterator elements, rendering the iterator unusable.
-    */
-   private int getIteratorCount(Iterator i)
-   {
-      int count = 0;
-      while (i.hasNext())
-      {
-         i.next();
-         count++;
-      }
-      return count;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPElementTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,144 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-import java.util.Iterator;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/**
- * Test the SOAPEnvelope
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class SOAPEnvelopeTestCase extends JBossWSTest
-{
-   /** Test that we can create the default envelope. */
-   public void testCreateDefaultEnvelope() throws Exception
-   {
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage();
-
-      SOAPEnvelope env = soapMessage.getSOAPPart().getEnvelope();
-      assertEquals("env:Envelope", env.getNodeName());
-      assertEquals(Constants.NS_SOAP11_ENV, env.getNamespaceURI());
-      assertEquals(Constants.NS_SOAP11_ENV, env.getNamespaceURI("env"));
-
-      SOAPHeader header = env.getHeader();
-      SOAPBody body = env.getBody();
-
-      Iterator it = env.getChildElements();
-      assertEquals(header, it.next());
-      assertEquals(body, it.next());
-   }
-
-   /** Test that we can build an envelope from InputStream */
-   public void testEnvelopeBuilder() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://www.w3.org/2003/05/soap-envelope'>" +
-              " <env:Header> " +
-              "  <tns:someHeader xmlns:tns='http://org.jboss.ws/2004'>some header value</tns:someHeader>" +
-              " </env:Header> " +
-              " <env:Body>" +
-              "  <tns:echoString xmlns:tns='http://org.jboss.ws/2004'>" +
-              "   <string>Hello World!</string>" +
-              "  </tns:echoString>" +
-              " </env:Body>" +
-              "</env:Envelope>";
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(envStr.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-
-      assertEquals("env:Envelope", env.getNodeName());
-      assertEquals(Constants.NS_SOAP12_ENV, env.getNamespaceURI());
-
-      SOAPHeader header = env.getHeader();
-      assertTrue("Header elements expected", header.hasChildNodes());
-
-      SOAPBody body = env.getBody();
-      assertTrue("Body elements expected", body.hasChildNodes());
-      
-      String reqMsgStr =
-         "<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>" +
-         "    <publish xmlns='http://webservices.est.useme.etish.com'>" +
-         "       <in0 xmlns=''>joel</in0>" +
-         "       <in1 xmlns=''>secret</in1>" +
-         "       <in2 xmlns=''>1</in2>" +
-         "       <in3 xmlns=''>6</in3>" +
-         "       <in4 xmlns=''>2</in4>" +
-         "     </publish>" +
-         "  </soapenv:Body>" +
-         "</soapenv:Envelope>";
-
-   }
-
-   /** Test that we can build an envelope with a predefined prefix */
-   public void testEnvelopePrefix() throws Exception
-   {
-      // The use of default namespace on the RPC element is tested as well
-      String envStr =
-         "<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'>" +
-         "  <env:Header/>" +
-         "  <env:Body>" +
-         "    <publish xmlns='http://webservices.est.useme.etish.com'>" +
-         "       <in0 xmlns=''>joel</in0>" +
-         "       <in1 xmlns=''>secret</in1>" +
-         "       <in2 xmlns=''>1</in2>" +
-         "       <in3 xmlns=''>6</in3>" +
-         "       <in4 xmlns=''>2</in4>" +
-         "     </publish>" +
-         "  </env:Body>" +
-         "</env:Envelope>";
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(envStr.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope wasEnv = soapMsg.getSOAPPart().getEnvelope();
-
-      Element expEnv = DOMUtils.parse(envStr);
-      assertEquals(expEnv, wasEnv);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPEnvelopeTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,88 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import javax.xml.soap.Detail;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPFactory;
-
-import org.jboss.test.ws.JBossWSTest;
-
-/**
- * Test the SOAPFactory
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class SOAPFactoryTestCase extends JBossWSTest
-{
-   public void testSOAPFactoryCreation() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-      assertEquals(org.jboss.ws.soap.SOAPFactoryImpl.class, factory.getClass());
-   }
-
-   public void testCreateDetail() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-      Detail el = factory.createDetail();
-      assertEquals(factory.createName("detail"), el.getElementName());
-   }
-
-   public void testCreateElement() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-
-      Name shortName = factory.createName("localName");
-      Name longName = factory.createName("localName", "pre", "http://someURI");
-
-      SOAPElement el = factory.createElement("localName");
-      assertEquals(shortName, el.getElementName());
-
-      el = factory.createElement("localName", "pre", "http://someURI");
-      assertEquals(longName, el.getElementName());
-
-      el = factory.createElement(shortName);
-      assertEquals(shortName, el.getElementName());
-
-      el = factory.createElement(longName);
-      assertEquals(longName, el.getElementName());
-   }
-
-   public void testCreateName() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-      Name name = factory.createName("localName");
-      assertEquals("localName", name.getLocalName());
-      assertEquals("localName", name.getQualifiedName());
-      assertEquals("", name.getPrefix());
-      assertEquals("", name.getURI());
-
-      name = factory.createName("localName", "pre", "http://someURI");
-      assertEquals("localName", name.getLocalName());
-      assertEquals("pre:localName", name.getQualifiedName());
-      assertEquals("pre", name.getPrefix());
-      assertEquals("http://someURI", name.getURI());
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPFactoryTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,92 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.rpc.soap.SOAPFaultException;
-import javax.xml.soap.Detail;
-import javax.xml.soap.DetailEntry;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPFault;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the SOAPFault
- *
- * @author Thomas.Diesler at jboss.org
- * @author Ivan Neto (ivanneto at gmail.com)
- * @since 03-Feb-2004
- */
-public class SOAPFaultTestCase extends JBossWSTest
-{
-   private String envStr = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" + " <env:Header/>" + " <env:Body>" + "  <env:Fault>"
-         + "   <faultcode>env:Client</faultcode>" + "   <faultstring>Some fault message</faultstring>" + "   <faultactor>Some fault actor</faultactor>" + "   <detail>"
-         + "     <ns1:name xmlns:ns1='http://somens'>Kermit</ns1:name>" + "   </detail>" + "  </env:Fault>" + " </env:Body>" + "</env:Envelope>";
-
-   public void testExceptionToFault() throws Exception
-   {
-      Detail detail = createDetailElement();
-      SOAPFaultException faultEx = new SOAPFaultException(Constants.SOAP11_FAULT_CODE_CLIENT, "Some fault message", "Some fault actor", detail);
-      SOAPEnvelope soapEnv = SOAPFaultExceptionHelper.exceptionToFaultMessage(faultEx).getSOAPPart().getEnvelope();
-      assertEquals(DOMUtils.parse(envStr), soapEnv);
-   }
-
-   public void testFaultToException() throws Exception
-   {
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPBody soapBody = soapMessage.getSOAPBody();
-      SOAPFault soapFault = (SOAPFault)soapBody.getChildElements().next();
-      assertEquals("env:Client", soapFault.getFaultCode());
-      assertEquals("Some fault message", soapFault.getFaultString());
-      assertEquals("Some fault actor", soapFault.getFaultActor());
-      assertEquals(createDetailElement(), soapFault.getDetail());
-
-      SOAPFaultException faultEx = SOAPFaultExceptionHelper.getSOAPFaultException((SOAPFault)soapFault);
-
-      assertEquals(Constants.SOAP11_FAULT_CODE_CLIENT, faultEx.getFaultCode());
-      assertEquals("Some fault message", faultEx.getFaultString());
-      assertEquals("Some fault actor", faultEx.getFaultActor());
-      assertEquals(createDetailElement(), faultEx.getDetail());
-   }
-
-   private Detail createDetailElement() throws SOAPException
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-      Detail detail = factory.createDetail();
-      Name name = factory.createName("name", "ns1", "http://somens");
-      DetailEntry detailEntry = detail.addDetailEntry(name);
-      detailEntry.setValue("Kermit");
-      return detail;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPFaultTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,124 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.soap.NameImpl;
-
-/**
- * Test the SOAPHeaderElement
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public class SOAPHeaderElementTestCase extends JBossWSTest
-{
-
-   /** Test access to the actor attribute
-    */
-   public void testAttributeActor() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:actor='BradPitt'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-      SOAPHeaderElement shElement = (SOAPHeaderElement)soapHeader.getChildElements().next();
-
-      Name name = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      assertEquals(name, shElement.getElementName());
-
-      assertEquals("BradPitt", shElement.getActor());
-      assertEquals("SomeOtherValue", shElement.getValue());
-   }
-
-   /** Test access to the mustUnderstand attribute
-    */
-   public void testGetMustUnderstand() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:mustUnderstand='1'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-      SOAPHeaderElement shElement = (SOAPHeaderElement)soapHeader.getChildElements().next();
-
-      Name name = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      assertEquals(name, shElement.getElementName());
-
-      assertTrue(shElement.getMustUnderstand());
-      assertEquals("SomeOtherValue", shElement.getValue());
-   }
-   
-   /** Test access to the mustUnderstand attribute
-    */
-   public void testSetMustUnderstand() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:mustUnderstand='1'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage expSoapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope expSoapEnv = expSoapMessage.getSOAPPart().getEnvelope();
-
-      SOAPMessage soapMessage = factory.createMessage();
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Name name = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      SOAPHeaderElement soapHeaderElement = soapHeader.addHeaderElement(name);
-      soapHeaderElement.setMustUnderstand(true);
-      soapHeaderElement.addTextNode("SomeOtherValue");
-      
-      System.out.println("FIXME: JBWS-1130");
-      // assertEquals(expSoapEnv, soapEnv);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderElementTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,244 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap;
-
-import java.io.ByteArrayInputStream;
-import java.util.Iterator;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.soap.NameImpl;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * Test the SOAPHeader
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class SOAPHeaderTestCase extends JBossWSTest
-{
-
-   public void testAddHeaderElement() throws Exception
-   {
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage();
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      // Test if we see the right NS URI for the env prefix
-      assertEquals(Constants.NS_SOAP11_ENV, soapHeader.getNamespaceURI("env"));
-
-      assertFalse(soapHeader.getChildElements().hasNext());
-
-      try
-      {
-         Name name = new NameImpl("Foo");
-         soapHeader.addHeaderElement(name);
-         fail("Invalid name: " + name);
-      }
-      catch (SOAPException e)
-      {
-         // ignore
-      }
-
-      Name name = new NameImpl("Foo", "ns1", "http://org.jboss.ws/header");
-      soapHeader.addHeaderElement(name);
-      SOAPHeaderElement shElement = (SOAPHeaderElement)soapHeader.getChildElements(name).next();
-      shElement.setValue("SomeHeaderValue");
-      assertEquals(name, shElement.getElementName());
-
-      String expStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header'>SomeHeaderValue</ns1:Foo>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      assertEquals(DOMUtils.parse(expStr), soapEnv);
-   }
-
-   public void testExamineAllHeaderElements() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header'>SomeHeaderValue</ns1:Foo>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Iterator it = soapHeader.examineAllHeaderElements();
-      SOAPHeaderElement foo = (SOAPHeaderElement)it.next();
-      SOAPHeaderElement bar = (SOAPHeaderElement)it.next();
-      assertFalse(it.hasNext());
-
-      Name fooName = new NameImpl("Foo", "ns1", "http://org.jboss.ws/header");
-      Name barName = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-
-      assertEquals(fooName, foo.getElementName());
-      assertEquals(barName, bar.getElementName());
-
-      assertEquals("SomeHeaderValue", foo.getValue());
-      assertEquals("SomeOtherValue", bar.getValue());
-
-      assertTrue(soapHeader.getChildElements().hasNext());
-   }
-
-   public void testExamineHeaderElements() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header'>SomeHeaderValue</ns1:Foo>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:actor='BradPitt'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Iterator it = soapHeader.examineHeaderElements("BradPitt");
-      SOAPHeaderElement bar = (SOAPHeaderElement)it.next();
-      assertFalse(it.hasNext());
-
-      Name barName = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      assertEquals(barName, bar.getElementName());
-
-      assertEquals("SomeOtherValue", bar.getValue());
-
-      assertTrue(soapHeader.getChildElements().hasNext());
-   }
-
-   public void testExamineMustUnderstandHeaderElements() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header' env:actor='BradPitt'>SomeHeaderValue</ns1:Foo>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:actor='BradPitt' env:mustUnderstand='1'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Iterator it = soapHeader.examineMustUnderstandHeaderElements("BradPitt");
-      SOAPHeaderElement bar = (SOAPHeaderElement)it.next();
-      assertFalse(it.hasNext());
-
-      Name barName = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      assertEquals(barName, bar.getElementName());
-
-      assertEquals("SomeOtherValue", bar.getValue());
-
-      assertTrue(soapHeader.getChildElements().hasNext());
-   }
-
-   public void testExtractAllHeaderElements() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header'>SomeHeaderValue</ns1:Foo>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Iterator it = soapHeader.extractAllHeaderElements();
-      SOAPHeaderElement foo = (SOAPHeaderElement)it.next();
-      SOAPHeaderElement bar = (SOAPHeaderElement)it.next();
-      assertFalse(it.hasNext());
-
-      Name fooName = new NameImpl("Foo", "ns1", "http://org.jboss.ws/header");
-      Name barName = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-
-      assertEquals(fooName, foo.getElementName());
-      assertEquals(barName, bar.getElementName());
-
-      assertEquals("SomeHeaderValue", foo.getValue());
-      assertEquals("SomeOtherValue", bar.getValue());
-
-      assertFalse(soapHeader.getChildElements().hasNext());
-   }
-
-   public void testExtractHeaderElements() throws Exception
-   {
-      String envStr =
-              "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-              " <env:Header>" +
-              "  <ns1:Foo xmlns:ns1='http://org.jboss.ws/header'>SomeHeaderValue</ns1:Foo>" +
-              "  <ns2:Bar xmlns:ns2='http://org.jboss.ws/header2' env:actor='BradPitt'>SomeOtherValue</ns2:Bar>" +
-              " </env:Header>" +
-              " <env:Body/>" +
-              "</env:Envelope>";
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
-      SOAPEnvelope soapEnv = soapMessage.getSOAPPart().getEnvelope();
-      SOAPHeader soapHeader = soapEnv.getHeader();
-
-      Iterator it = soapHeader.extractHeaderElements("BradPitt");
-      SOAPHeaderElement bar = (SOAPHeaderElement)it.next();
-      assertFalse(it.hasNext());
-
-      Name barName = new NameImpl("Bar", "ns2", "http://org.jboss.ws/header2");
-      assertEquals(barName, bar.getElementName());
-
-      assertEquals("SomeOtherValue", bar.getValue());
-
-      Iterator childElements = soapHeader.getChildElements();
-      SOAPHeaderElement foo = (SOAPHeaderElement)childElements.next();
-
-      Name fooName = new NameImpl("Foo", "ns1", "http://org.jboss.ws/header");
-      assertEquals(fooName, foo.getElementName());
-      assertFalse(childElements.hasNext());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/SOAPHeaderTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/attachment)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,238 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.soap.attachment;
-
-import java.awt.image.BufferedImage;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.util.HashSet;
-import java.util.Iterator;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.soap.AttachmentPart;
-import javax.xml.soap.MimeHeaders;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.ws.soap.SOAPBinding;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.binding.EndpointInvocation;
-import org.jboss.ws.jaxrpc.CallImpl;
-import org.jboss.ws.jaxrpc.handler.SOAPMessageContextJAXRPC;
-import org.jboss.ws.jaxws.core.BindingImpl;
-import org.jboss.ws.jaxws.core.BindingProviderImpl;
-import org.jboss.ws.metadata.OperationMetaData;
-import org.jboss.ws.soap.MessageContextAssociation;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.soap.attachment.MimeConstants;
-
-/**
- * TODO
- *
- * @author <a href="mailto:jason at stacksmash.com">Jason T. Greene</a>
- */
-public class GenericAttachmentTestCase extends JBossWSTest
-{
-   public void testEncodingDecoding() throws Exception
-   {
-      MessageFactoryImpl factory = new MessageFactoryImpl();
-      SOAPMessage msg1 = factory.createMessage();
-      AttachmentPart attachment1 = msg1.createAttachmentPart();
-      attachment1.setContent("this is a test", "text/plain; charset=UTF-8");
-      attachment1.setContentId("<attachment1 at test.ws.jboss.org>");
-      msg1.addAttachmentPart(attachment1);
-
-      BufferedImage img = new BufferedImage(2, 2, 1);
-      img.setRGB(0, 0, 5);
-      img.setRGB(0, 1, 6);
-      img.setRGB(1, 0, 101);
-      img.setRGB(1, 1, 102);
-      AttachmentPart attachment2 = msg1.createAttachmentPart();
-      attachment2.setContent(img, "image/png");
-      attachment2.setContentId("<attachment2 at test.ws.jboss.org>");
-      msg1.addAttachmentPart(attachment2);
-
-      if (msg1.saveRequired())
-         msg1.saveChanges();
-
-      String type = msg1.getMimeHeaders().getHeader(MimeConstants.CONTENT_TYPE)[0];
-      File file = File.createTempFile("JBossWSAttachmentTest", ".dat");
-      file.deleteOnExit();
-
-      FileOutputStream os = new FileOutputStream(file);
-      msg1.writeTo(os);
-      os.flush();
-      os.close();
-
-      FileInputStream is = new FileInputStream(file);
-      MimeHeaders headers = new MimeHeaders();
-      headers.addHeader(MimeConstants.CONTENT_TYPE, type);
-
-      SOAPMessage msg2 = new MessageFactoryImpl().createMessage(headers, is);
-
-      // Verify SOAP body is the same
-      SOAPEnvelope expEnv = msg1.getSOAPPart().getEnvelope();
-      SOAPEnvelope wasEnv = msg2.getSOAPPart().getEnvelope();
-      assertEquals(expEnv, wasEnv);
-
-      Iterator i = msg2.getAttachments();
-      while (i.hasNext())
-      {
-         AttachmentPart attachment = (AttachmentPart)i.next();
-
-         if (attachment.getContentId().equals(attachment1.getContentId()))
-         {
-            String dest = (String)attachment.getContent();
-            String source = (String)attachment1.getContent();
-            assertEquals(source, dest);
-         }
-         else if (attachment.getContentId().equals(attachment2.getContentId()))
-         {
-            BufferedImage dest = (BufferedImage)attachment.getContent();
-            BufferedImage source = (BufferedImage)attachment2.getContent();
-
-            assertEquals(dest.getWidth(), source.getWidth());
-            assertEquals(dest.getHeight(), source.getHeight());
-            for (int x = 0; x < dest.getWidth(); x++)
-               for (int y = 0; y < dest.getHeight(); y++)
-                  assertEquals(dest.getRGB(x, y), source.getRGB(x, y));
-         }
-      }
-   }
-
-   public static void testDIIBinding() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-      CallImpl call = (CallImpl)service.createCall();
-      call.setOperationName(new QName("http://org.jboss.ws/2004", "testAttachment"));
-
-      QName xmlType = Constants.TYPE_LITERAL_STRING;
-      
-      call.addParameter("String_1", xmlType, String.class, ParameterMode.IN);
-      call.addParameter("foo", Constants.TYPE_MIME_TEXT_PLAIN, String.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_MIME_TEXT_PLAIN, String.class);
-
-      OperationMetaData opMetaData = call.getOperationMetaData();
-
-      // Associate a message context with the current thread
-      SOAPMessageContextJAXRPC messageContext = new SOAPMessageContextJAXRPC();
-      MessageContextAssociation.pushMessageContext(messageContext);
-      messageContext.setOperationMetaData(opMetaData);
-
-      BindingImpl binding = (BindingImpl)new BindingProviderImpl(SOAPBinding.SOAP11HTTP_BINDING).getBinding();
-
-      EndpointInvocation epInv = new EndpointInvocation(opMetaData);
-      epInv.initInputParams(new Object[]{"Hello World!", "hi"});
-      
-      SOAPMessage reqMessage = (SOAPMessage)binding.bindRequestMessage(opMetaData, epInv, null);
-
-      ByteArrayOutputStream stream = new ByteArrayOutputStream();
-
-      reqMessage.saveChanges();
-      reqMessage.writeTo(stream);
-
-      ByteArrayInputStream in = new ByteArrayInputStream(stream.toByteArray());
-
-      String type = reqMessage.getMimeHeaders().getHeader(MimeConstants.CONTENT_TYPE)[0];
-
-      MimeHeaders headers = new MimeHeaders();
-      headers.addHeader(MimeConstants.CONTENT_TYPE, type);
-      SOAPMessage msg2 = new MessageFactoryImpl().createMessage(headers, in);
-
-      epInv = binding.unbindRequestMessage(opMetaData, msg2);
-
-      assertEquals(epInv.getRequestParamValue(new QName("String_1")).toString(), "Hello World!");
-      assertEquals(epInv.getRequestParamValue(new QName("foo")).toString(), "hi");
-
-      epInv.setReturnValue("test");
-
-      SOAPMessage responseMessage = (SOAPMessage)binding.bindResponseMessage(opMetaData, epInv);
-
-      stream = new ByteArrayOutputStream();
-      responseMessage.writeTo(stream);
-
-      in = new ByteArrayInputStream(stream.toByteArray());
-
-      type = responseMessage.getMimeHeaders().getHeader(MimeConstants.CONTENT_TYPE)[0];
-
-      headers = new MimeHeaders();
-      headers.addHeader(MimeConstants.CONTENT_TYPE, type);
-      SOAPMessage msg3 = new MessageFactoryImpl().createMessage(headers, in);
-
-      binding.unbindResponseMessage(opMetaData, msg3, epInv, null);
-
-      assertEquals("test", epInv.getReturnValue());
-   }
-
-   public void testMimeMatchingAttachments() throws Exception
-   {
-      MessageFactoryImpl factory = new MessageFactoryImpl();
-      SOAPMessage msg1 = factory.createMessage();
-
-      AttachmentPart part1 = msg1.createAttachmentPart();
-      AttachmentPart part2 = msg1.createAttachmentPart();
-      AttachmentPart part3 = msg1.createAttachmentPart();
-      AttachmentPart part4 = msg1.createAttachmentPart();
-
-      msg1.addAttachmentPart(part1);
-      msg1.addAttachmentPart(part2);
-      msg1.addAttachmentPart(part3);
-      msg1.addAttachmentPart(part4);
-
-      part1.setContentId("1");
-      part1.setContentId("2");
-      part1.setContentId("3");
-      part1.setContentId("4");
-
-      part1.addMimeHeader("TestMe", "alpha");
-      part2.addMimeHeader("Test", "gamma");
-      part3.addMimeHeader("TestMe", "beta");
-      part3.addMimeHeader("TestMe", "alpha");
-      part3.addMimeHeader("TestMe", "gamma");
-      part4.addMimeHeader("TestMe", "alpha");
-      part4.addMimeHeader("TestMe", "beta");
-
-      MimeHeaders headers = new MimeHeaders();
-      headers.addHeader("TestMe", "alpha");
-      headers.addHeader("TestMe", "beta");
-
-      HashSet matches = new HashSet();
-
-      Iterator i = msg1.getAttachments(headers);
-      while (i.hasNext())
-      {
-         matches.add(i.next());
-      }
-
-      assertTrue(matches.contains(part3));
-      assertTrue(matches.contains(part4));
-      assertTrue(!matches.contains(part1));
-      assertTrue(!matches.contains(part2));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/soap/attachment/GenericAttachmentTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/utils)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,175 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.utils;
-
-import java.io.ByteArrayInputStream;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
-import org.w3c.dom.Element;
-
-/**
- * Test the DOMWriter
- *
- * @author Thomas.Diesler at jboss.org
- * @since 10-Aug-2006
- */
-public class DOMWriterTestCase extends JBossWSTest
-{
-   /** The element does not contain the required ns declaration.
-    */
-   public void testNamespaceCompletionOne() throws Exception
-   {
-      String inStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Body>" +
-           "<env:Fault>" +
-            "<faultcode>env:Client</faultcode>" +
-            "<faultstring>Endpoint {http://webmethod.jsr181.ws.test.jboss.org/jaws}TestEndpointPort does not contain operation meta data for: {http://webmethod.jsr181.ws.test.jboss.org/jaws}noWebMethod</faultstring>" +
-           "</env:Fault>" +
-          "</env:Body>" +
-         "</env:Envelope>";
-      
-      Element env = DOMUtils.parse(inStr);
-      Element body = DOMUtils.getFirstChildElement(env);
-      Element fault = DOMUtils.getFirstChildElement(body);
-      
-      String expStr = 
-         "<env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<faultcode>env:Client</faultcode>" +
-          "<faultstring>Endpoint {http://webmethod.jsr181.ws.test.jboss.org/jaws}TestEndpointPort does not contain operation meta data for: {http://webmethod.jsr181.ws.test.jboss.org/jaws}noWebMethod</faultstring>" +
-         "</env:Fault>";
-      
-      String wasStr = DOMWriter.printNode(fault, false);
-      assertEquals(expStr, wasStr);
-   }
-   
-   /** The element already contains the required ns declaration.
-    */
-   public void testNamespaceCompletionTwo() throws Exception
-   {
-      String inStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Body>" +
-           "<ns1:rpc xmlns:ns1='http://somens'>" +
-            "<ns1:param1/>" +
-            "<ns1:param2/>" +
-           "</ns1:rpc>" +
-          "</env:Body>" +
-         "</env:Envelope>";
-      
-      Element env = DOMUtils.parse(inStr);
-      Element body = DOMUtils.getFirstChildElement(env);
-      Element rpc = DOMUtils.getFirstChildElement(body);
-      
-      String expStr = 
-         "<ns1:rpc xmlns:ns1='http://somens'>" +
-          "<ns1:param1/>" +
-          "<ns1:param2/>" +
-         "</ns1:rpc>";
-      
-      String wasStr = DOMWriter.printNode(rpc, false);
-      assertEquals(expStr, wasStr);
-   }
-   
-   /** The element does not contain the required ns declaration, the child does.
-    */
-   public void testNamespaceCompletionThree() throws Exception
-   {
-      String inStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Body>" +
-           "<ns1:rpc xmlns:ns1='http://somens'>" +
-            "<ns1:param1/>" +
-            "<ns1:param2/>" +
-           "</ns1:rpc>" +
-          "</env:Body>" +
-         "</env:Envelope>";
-      
-      Element env = DOMUtils.parse(inStr);
-      Element body = DOMUtils.getFirstChildElement(env);
-      
-      String expStr = 
-         "<env:Body xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<ns1:rpc xmlns:ns1='http://somens'>" +
-           "<ns1:param1/>" +
-           "<ns1:param2/>" +
-          "</ns1:rpc>" +
-         "</env:Body>";
-      
-      String wasStr = DOMWriter.printNode(body, false);
-      assertEquals(expStr, wasStr);
-   }
-   
-   /** The element does not contain the required attribute ns declaration.
-    */
-   public void testNamespaceCompletionAttribute() throws Exception
-   {
-      String inStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Header>" +
-           "<someHeader env:mustUnderstand='1' xml:lang='en'/>" +
-          "</env:Header>" +
-          "<env:Body/>" +
-         "</env:Envelope>";
-      
-      Element env = DOMUtils.parse(inStr);
-      Element header = DOMUtils.getFirstChildElement(env);
-      Element headerElement = DOMUtils.getFirstChildElement(header);
-      
-      String expStr = 
-         "<someHeader env:mustUnderstand='1' xml:lang='en' xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'/>";
-      
-      String wasStr = DOMWriter.printNode(headerElement, false);
-      assertEquals(expStr, wasStr);
-   }
-   
-   public void testEnvelopeWriter() throws Exception
-   {
-      String xmlEnv = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>"
-         + "  <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>"
-         + "    <wsa:To>http://fabrikam123.example/Purchasing</wsa:To>"
-         + "    <wsa:ReplyTo>"
-         + "      <wsa:Address>http://business456.example/client1</wsa:Address>"
-         + "      <wsa:ReferenceParameters>"
-         + "        <ns1:sessionid xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>"
-         + "      </wsa:ReferenceParameters>"
-         + "    </wsa:ReplyTo>"
-         + "    <wsa:Action>http://fabrikam123.example/SubmitPO</wsa:Action>"
-         + "    <wsa:MessageID>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:MessageID>"
-         + "  </env:Header>" 
-         + "  <env:Body/>" 
-         + "</env:Envelope>";
-
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage msgOut = factory.createMessage(null, new ByteArrayInputStream(xmlEnv.getBytes()));
-      SOAPEnvelope soapEnv = msgOut.getSOAPPart().getEnvelope();
-
-      System.out.println("FIXME: JBWS-1130");
-      //assertEquals(DOMUtils.parse(xmlEnv), soapEnv);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/utils/DOMWriterTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.utils;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.tools.jbws_161.custom.HelloObj;
-import org.jboss.ws.utils.JavaUtils;
-
-/**
- * Test the JavaUtils
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Jun-2005
- */
-public class JavaUtilsTestCase extends JBossWSTest
-{
-   public void testLoadArrayType() throws Exception
-   {
-      String javaTypeName = HelloObj.class.getName();
-      Class javaType = JavaUtils.loadJavaType(javaTypeName + "[]");
-      assertNotNull("Unexpected null type", javaType);
-      assertEquals("[L" + javaTypeName + ";", javaType.getName());
-   }
-
-   public void testGetMultipleArrayWrapperValue() throws Exception
-   {
-      int[][] primParams = new int[][] { { 0, 1, 2 }, { 1, 2, 3 }, { 2, 3, 4 } };
-      Integer[][] params = (Integer[][])JavaUtils.getWrapperValue(primParams);
-      assertNotNull("Unexpected null", params);
-      assertEquals(primParams[0], (int[])JavaUtils.getPrimitiveValue(params[0]));
-      assertEquals(primParams[1], (int[])JavaUtils.getPrimitiveValue(params[1]));
-      assertEquals(primParams[2], (int[])JavaUtils.getPrimitiveValue(params[2]));
-   }
-
-   public void testGetMultipleArrayPrimitiveValue() throws Exception
-   {
-      Integer[][] wrapParams = new Integer[][] { { new Integer(0), new Integer(1), new Integer(2) }, { new Integer(1), new Integer(2), new Integer(3) },
-            { new Integer(2), new Integer(3), new Integer(4) } };
-      int[][] params = (int[][])JavaUtils.getPrimitiveValue(wrapParams);
-      assertNotNull("Unexpected null", params);
-      assertEquals(wrapParams[0], (Integer[])JavaUtils.getWrapperValue(params[0]));
-      assertEquals(wrapParams[1], (Integer[])JavaUtils.getWrapperValue(params[1]));
-      assertEquals(wrapParams[2], (Integer[])JavaUtils.getWrapperValue(params[2]));
-   }
-   
-   public void testGetPrimitiveType() throws Exception
-   {
-      assertEquals(int.class, JavaUtils.getPrimitiveType("int"));
-      assertEquals(int[].class, JavaUtils.getPrimitiveType("int[]"));
-      assertEquals(int[][].class, JavaUtils.getPrimitiveType("int[][]"));
-      assertEquals(int[].class, JavaUtils.getPrimitiveType("[I"));
-      assertEquals(int[][].class, JavaUtils.getPrimitiveType("[[I"));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/utils/JavaUtilsTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-import org.jboss.ws.metadata.wsdl.WSDLTypes;
-import org.jboss.ws.metadata.wsdl.WSDLUtils;
-
-/**
- * Tests WSDL11Reader ability to parse WSDL Files
- * generated by the microsoft world
- *
- * @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
- * @since November 10, 2005
- */
-public class MicrosoftGeneratedWSDLTestCase extends JBossWSTest 
-{
-	public void testBaseRpcLit() throws Exception
-	{
-		File wsdlFile = new File("resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl");
-		assertTrue(wsdlFile.exists());
-		
-		
-		WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-		WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-		 
-		// check if the schema has been extracted
-		WSDLTypes wsdlTypes = wsdlDefinitions.getWsdlTypes();
-		assertNotNull(WSDLUtils.getSchemaModel(wsdlTypes));
-	}
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/MicrosoftGeneratedWSDLTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,56 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-import org.jboss.ws.metadata.wsdl.WSDLTypes;
-import org.jboss.ws.metadata.wsdl.WSDLUtils;
-
-/**
- * Test the XSModel, and how it handles multiple schemas
- *
- * @author jason.greene at jboss.org
- * @since 10-aug-2005
- */
-public class MultiSchemaTestCase extends JBossWSTest
-{
-   public void testMultipleSchemas() throws Exception
-   {
-      File wsdlFile = new File("resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-
-      // check if all schemas have been extracted
-      WSDLTypes wsdlTypes = wsdlDefinitions.getWsdlTypes();
-      Object o1 = WSDLUtils.getSchemaModel(wsdlTypes).getNamespaceItem("http://math.java/jaws");
-      Object o2 = WSDLUtils.getSchemaModel(wsdlTypes).getNamespaceItem("http://org.jboss.ws/marshall/rpclit/types");
-
-      assertNotNull("NS item for 'http://math.java/jaws' not found", o1);
-      assertNotNull("NS item for 'http://org.jboss.ws/marshall/rpclit/types' not found", o2);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/MultiSchemaTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,79 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.wsdl.Definition;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-
-import org.jboss.net.protocol.URLStreamHandlerFactory;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDL11DefinitionFactory;
-
-/**
- * Test a wsdl import functionality.
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 11-May-2004
- */
-public class SimpleFileImportTestCase extends JBossWSTest
-{
-   public static final String WSDL_LOCATION = "resources/common/wsdl11/simplefile/SimpleFile.wsdl";
-
-   public void testFileURL() throws Exception
-   {
-      File wsdlFile = new File(WSDL_LOCATION);
-      assertTrue("File does not exist: " + wsdlFile.getCanonicalPath(), wsdlFile.exists());
-
-      // Setting the URLStreamHandlerFactory simulates the behaviour in JBoss
-      internalInitURLHandlers();
-
-      URL wsdlURL = wsdlFile.toURL();
-      Definition wsdlDefinition = WSDL11DefinitionFactory.newInstance().parse(wsdlURL);
-      assertNotNull(wsdlDefinition);
-
-      QName serviceName = (QName)wsdlDefinition.getServices().keySet().iterator().next();
-
-      // test construction of the client service
-      ServiceFactory serviceFactory = ServiceFactory.newInstance();
-      Service service = serviceFactory.createService(wsdlURL, serviceName);
-      assertNotNull(service);
-   }
-
-   /**
-    * Set up our only URLStreamHandlerFactory.
-    * This is needed to ensure Sun's version is not used (as it leaves files
-    * locked on Win2K/WinXP platforms.
-    */
-   private void internalInitURLHandlers()
-   {
-      // Install a URLStreamHandlerFactory that uses the TCL
-      URL.setURLStreamHandlerFactory(new URLStreamHandlerFactory());
-
-      // Preload JBoss URL handlers
-      URLStreamHandlerFactory.preload();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/SimpleFileImportTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,196 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-
-import javax.xml.namespace.QName;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.metadata.wsdl.NCName;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-import org.jboss.ws.metadata.wsdl.WSDLEndpoint;
-import org.jboss.ws.metadata.wsdl.WSDLInterface;
-import org.jboss.ws.metadata.wsdl.WSDLInterfaceOperation;
-import org.jboss.ws.metadata.wsdl.WSDLInterfaceOperationInput;
-import org.jboss.ws.metadata.wsdl.WSDLInterfaceOperationOutput;
-import org.jboss.ws.metadata.wsdl.WSDLService;
-import org.jboss.ws.metadata.wsdl.WSDLTypes;
-import org.jboss.ws.metadata.wsdl.WSDLUtils;
-
-/**
- * Test the unmarshalling of wsdl-1.1 into the unified wsdl structure
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Jun-2005
- */
-public class WSDL11TestCase extends JBossWSTest
-{
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/jaxrpc/types";
-
-   public void testDocLitSimple() throws Exception
-   {
-      File wsdlFile = new File("resources/common/wsdl11/DocLitSimple.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-      WSDLInterface wsdlInterface = wsdlDefinitions.getInterface(new NCName("JaxRpcTestService"));
-
-      // check if the schema has been extracted
-      WSDLTypes wsdlTypes = wsdlDefinitions.getWsdlTypes();
-      assertNotNull(WSDLUtils.getSchemaModel(wsdlTypes));
-
-      // check the echoString operation
-      WSDLInterfaceOperation wsdlOperation = wsdlInterface.getOperation(new NCName("echoString"));
-      assertEquals("document", wsdlOperation.getStyle());
-
-      WSDLInterfaceOperationInput wsdlInput = wsdlOperation.getInput(new QName(TARGET_NAMESPACE, "echoString"));
-      assertEquals(new QName(TARGET_NAMESPACE, "echoString"), wsdlInput.getXMLType());
-      WSDLInterfaceOperationOutput wsdlOutput = wsdlOperation.getOutput(new QName(TARGET_NAMESPACE, "echoStringResponse"));
-      assertEquals(new QName(TARGET_NAMESPACE, "echoStringResponse"), wsdlOutput.getXMLType());
-
-      // check the echoSimpleUserType operation
-      wsdlOperation = wsdlInterface.getOperation(new NCName("echoSimpleUserType"));
-      assertEquals("document", wsdlOperation.getStyle());
-
-      wsdlInput = wsdlOperation.getInput(new QName(TARGET_NAMESPACE, "echoSimpleUserType"));
-      assertEquals(new QName(TARGET_NAMESPACE, "echoSimpleUserType"), wsdlInput.getXMLType());
-      wsdlOutput = wsdlOperation.getOutput(new QName(TARGET_NAMESPACE, "echoSimpleUserTypeResponse"));
-      assertEquals(new QName(TARGET_NAMESPACE, "echoSimpleUserTypeResponse"), wsdlOutput.getXMLType());
-
-      QName xmlName = new QName(TARGET_NAMESPACE, "echoString");
-      QName xmlType = new QName(TARGET_NAMESPACE, "echoString");
-      assertEquals(xmlType, wsdlTypes.getXMLType(xmlName));
-      xmlName = new QName(TARGET_NAMESPACE, "echoStringResponse");
-      xmlType = new QName(TARGET_NAMESPACE, "echoStringResponse");
-      assertEquals(xmlType, wsdlTypes.getXMLType(xmlName));
-
-      xmlName = new QName(TARGET_NAMESPACE, "echoSimpleUserType");
-      xmlType = new QName(TARGET_NAMESPACE, "echoSimpleUserType");
-      assertEquals(xmlType, wsdlTypes.getXMLType(xmlName));
-      xmlName = new QName(TARGET_NAMESPACE, "echoSimpleUserTypeResponse");
-      xmlType = new QName(TARGET_NAMESPACE, "echoSimpleUserTypeResponse");
-      assertEquals(xmlType, wsdlTypes.getXMLType(xmlName));
-   }
-
-   public void testRpcLitSimple() throws Exception
-   {
-      File wsdlFile = new File("resources/common/wsdl11/RpcLitSimple.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-      WSDLInterface wsdlInterface = wsdlDefinitions.getInterface(new NCName("JaxRpcTestService"));
-
-      // check if the schema has been extracted
-      WSDLTypes wsdlTypes = wsdlDefinitions.getWsdlTypes();
-      assertNotNull(WSDLUtils.getSchemaModel(wsdlTypes));
-
-      // check the echoString operation
-      WSDLInterfaceOperation wsdlOperation = wsdlInterface.getOperation(new NCName("echoString"));
-      assertEquals("rpc", wsdlOperation.getStyle());
-
-      WSDLInterfaceOperationInput wsdlInput = wsdlOperation.getInput(new QName("String_1"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      wsdlInput = wsdlOperation.getInput(new QName("String_2"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      WSDLInterfaceOperationOutput wsdlOutput = wsdlOperation.getOutput(new QName("result"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlOutput.getXMLType());
-
-      // check the echoSimpleUserType operation
-      wsdlOperation = wsdlInterface.getOperation(new NCName("echoSimpleUserType"));
-      assertEquals("rpc", wsdlOperation.getStyle());
-
-      wsdlInput = wsdlOperation.getInput(new QName("String_1"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      wsdlInput = wsdlOperation.getInput(new QName("SimpleUserType_2"));
-      assertEquals(new QName(TARGET_NAMESPACE, "SimpleUserType"), wsdlInput.getXMLType());
-      wsdlOutput = wsdlOperation.getOutput(new QName("result"));
-      assertEquals(new QName(TARGET_NAMESPACE, "SimpleUserType"), wsdlOutput.getXMLType());
-   }
-
-   public void testRpcLitImport() throws Exception
-   {
-      File wsdlFile = new File("resources/common/wsdl11/RpcLitImport.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-      WSDLInterface wsdlInterface = wsdlDefinitions.getInterface(new NCName("JaxRpcTestService"));
-
-      // check if the schema has been extracted
-      WSDLTypes wsdlTypes = wsdlDefinitions.getWsdlTypes();
-      assertNotNull(WSDLUtils.getSchemaModel(wsdlTypes));
-
-      // check the echoString operation
-      WSDLInterfaceOperation wsdlOperation = wsdlInterface.getOperation(new NCName("echoString"));
-      assertEquals("rpc", wsdlOperation.getStyle());
-
-      WSDLInterfaceOperationInput wsdlInput = wsdlOperation.getInput(new QName("String_1"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      wsdlInput = wsdlOperation.getInput(new QName("String_2"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      WSDLInterfaceOperationOutput wsdlOutput = wsdlOperation.getOutput(new QName("result"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlOutput.getXMLType());
-
-      // check the echoSimpleUserType operation
-      wsdlOperation = wsdlInterface.getOperation(new NCName("echoSimpleUserType"));
-      assertEquals("rpc", wsdlOperation.getStyle());
-
-      wsdlInput = wsdlOperation.getInput(new QName("String_1"));
-      assertEquals(Constants.TYPE_LITERAL_STRING, wsdlInput.getXMLType());
-      wsdlInput = wsdlOperation.getInput(new QName("SimpleUserType_2"));
-      assertEquals(new QName(TARGET_NAMESPACE, "SimpleUserType"), wsdlInput.getXMLType());
-      wsdlOutput = wsdlOperation.getOutput(new QName("result"));
-      assertEquals(new QName(TARGET_NAMESPACE, "SimpleUserType"), wsdlOutput.getXMLType());
-   }
-
-   public void testEventSourceBinding() throws Exception
-   {
-      File wsdlFile = new File("resources/common/wsdl11/inherit/wind_inherit.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-
-      WSDLService service = wsdlDefinitions.getService(new NCName("EventingService"));
-      assertNotNull(service);
-      WSDLEndpoint[] endpoints = service.getEndpoints();
-      for (int i = 0; i < endpoints.length; i++)
-      {
-         WSDLEndpoint ep = endpoints[i];
-         assertEquals(EventingConstants.NS_EVENTING, ep.getQName().getNamespaceURI());
-      }
-
-      WSDLInterface warningsInterface = wsdlDefinitions.getInterface(new NCName("Warnings"));
-      assertNotNull("Event source port type not parsed", warningsInterface);
-      assertEquals(warningsInterface.getQName().getNamespaceURI(), "http://www.example.org/oceanwatch");
-
-      WSDLInterface eventSourceInterface = wsdlDefinitions.getInterface(new NCName("EventSource"));
-      assertNotNull(eventSourceInterface);
-      assertEquals(eventSourceInterface.getQName().getNamespaceURI(), EventingConstants.NS_EVENTING);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDL11TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-
-import org.apache.xerces.xs.XSTypeDefinition;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-import org.jboss.ws.metadata.wsdl.WSDLUtils;
-import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
-
-/**
- * The WSDL may contain or import XSD schema definitions.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 17-Aug-2005
- */
-public class WSDLTypesTestCase extends JBossWSTest
-{
-   public void testIncludedSchema() throws Exception
-   {
-      File wsdlLocation = new File("resources/tools/wsdl11/TestServiceXsdInclude.wsdl");
-      assertTrue(wsdlLocation.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlLocation.toURL());
-
-      JBossXSModel xsModel = WSDLUtils.getSchemaModel(wsdlDefinitions.getWsdlTypes());
-      XSTypeDefinition typeDefinition = xsModel.getTypeDefinition("SimpleUserType", "http://org.jboss.ws/jaxrpc/types");
-      assertNotNull(typeDefinition);
-   }
-
-   public void testImportedSchema() throws Exception
-   {
-      File wsdlLocation = new File("resources/tools/wsdl11/TestServiceXsdImport.wsdl");
-      assertTrue(wsdlLocation.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlLocation.toURL());
-
-      JBossXSModel xsModel = WSDLUtils.getSchemaModel(wsdlDefinitions.getWsdlTypes());
-      XSTypeDefinition typeDefinition = xsModel.getTypeDefinition("SimpleUserType", "http://org.jboss.ws/jaxrpc/types");
-      assertNotNull(typeDefinition);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLTypesTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,99 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.common.wsdl11;
-
-import java.io.File;
-import java.io.IOException;
-
-import org.apache.xerces.xs.XSComplexTypeDefinition;
-import org.apache.xerces.xs.XSConstants;
-import org.apache.xerces.xs.XSElementDeclaration;
-import org.apache.xerces.xs.XSModelGroup;
-import org.apache.xerces.xs.XSParticle;
-import org.apache.xerces.xs.XSTerm;
-import org.apache.xerces.xs.XSTypeDefinition;
-import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLUtils;
-import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/**
- * Tests parsing of a wsdl that contains anonymous types
- *
- * @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
- * @since Aug 31, 2005
- */
-public class WSDLWithAnonTypesTestCase extends WSToolsTest
-{
-   String wsdlfile = "resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl";
-
-   public void testWSDLParse() throws IOException
-   {
-      File file = new File(wsdlfile);
-      assertTrue(file.exists());
-      WSDLDefinitions wsdl = this.getWSDLDefinitions(file);
-      assertNotNull("Parsed WSDLDefinitions is null?", wsdl);
-      // Now get the XSModel
-      JBossXSModel xsmodel = WSDLUtils.getSchemaModel(wsdl.getWsdlTypes());
-      assertNotNull("Schema Model is null?", xsmodel);
-
-      // Lets get the global element called "root"
-      XSElementDeclaration xe = xsmodel.getElementDeclaration("root", "http://org.jboss.ws/anonymous/types");
-      assertNotNull("Global element is not null?", xe);
-      checkSchema(DOMUtils.parse(xsmodel.serialize()));
-      XSElementDeclaration decl = xsmodel.getElementDeclaration(">root>inside", "http://org.jboss.ws/anonymous/types");
-      assertEquals(decl.getName(), "inside");
-
-      XSTypeDefinition defi = xsmodel.getTypeDefinition(">>root>inside", "http://org.jboss.ws/anonymous/types");
-      assertEquals(defi.getTypeCategory(), XSTypeDefinition.COMPLEX_TYPE);
-      XSComplexTypeDefinition complex = (XSComplexTypeDefinition) defi;
-      XSTerm term = complex.getParticle().getTerm();
-      assertEquals(term.getType(), XSConstants.MODEL_GROUP);
-      XSModelGroup group = (XSModelGroup) term;
-      XSParticle particle = (XSParticle) group.getParticles().item(0);
-      term = particle.getTerm();
-      assertEquals(term.getType(), XSConstants.ELEMENT_DECLARATION);
-      assertEquals(((XSElementDeclaration) term).getName(), "data2");
-   }
-
-   private void checkSchema(Element gen) throws IOException
-   {
-      StringBuffer buf = new StringBuffer("<schema targetNamespace='http://org.jboss.ws/anonymous/types' ");
-      buf.append(" xmlns:tns='http://org.jboss.ws/anonymous/types' ");
-      buf.append(" xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'");
-      buf.append(" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'");
-      buf.append(" xmlns='http://www.w3.org/2001/XMLSchema'>");
-      buf.append(" <complexType name='root'><sequence><element name='data' type='string'/>");
-      buf.append("</sequence></complexType>");
-
-      buf.append("<element name='root'><complexType><sequence>");
-      buf.append("<element name='inside' minOccurs='1' maxOccurs='10'><complexType><sequence>");
-      buf.append("<element name='data2' type='string'/></sequence></complexType>");
-      buf.append("</element> <element ref='tns:someOtherElement' minOccurs='1' maxOccurs='20'/>");
-      buf.append("</sequence></complexType></element>");
-      buf.append("<element name='someOtherElement' type='int'/></schema>");
-      Element exp = DOMUtils.parse(buf.toString());
-      assertEquals(exp, gen);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/common/wsdl11/WSDLWithAnonTypesTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the AnonymousTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Aug-2005
- */
-public class AnonymousTypesTestBean implements AnonymousTypesTestService
-{
-   // provide logging
-   protected static Logger log = Logger.getLogger(AnonymousTypesTestBean.class);
-
-   public ComplexTypeRoot testComplexTypeRoot(ComplexTypeRoot param)
-   {
-      log.info("testComplexTypeRoot: " + param);
-      return param;
-   }
-
-   public ElementTypeRoot testElementTypeRoot(ElementTypeRoot param)
-   {
-      log.info("testElementTypeRoot: " + param);
-      return param;
-   }
-
-   public int testElementSomeOtherElement(int param)
-   {
-      log.info("testElementSomeOtherElement: " + param);
-      return param;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,81 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test anonymous types
- *
- * @author Thomas.Diesler at jboss.org
- * @since 30-Aug-2005
- */
-public class AnonymousTypesTestCase extends JBossWSTest
-{
-   private static AnonymousTypesTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(AnonymousTypesTestCase.class, "jaxrpc-anonymous.war, jaxrpc-anonymous-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         endpoint = (AnonymousTypesTestService)service.getPort(AnonymousTypesTestService.class);
-      }
-   }
-
-   public void testComplexTypeRoot() throws Exception
-   {
-      ComplexTypeRoot param = new ComplexTypeRoot("HelloWorld!");
-      ComplexTypeRoot res = endpoint.testComplexTypeRoot(param);
-      assertEquals(param, res);
-   }
-
-   public void testElementTypeRoot() throws Exception
-   {
-      ElementTypeInside ins1 = new ElementTypeInside("ins1");
-      ElementTypeInside ins2 = new ElementTypeInside("ins2");
-      ElementTypeInside[] insArr = new ElementTypeInside[] { ins1, ins2 };
-      ElementTypeRoot param = new ElementTypeRoot(insArr, new int[] { 1, 2, 3 });
-      ElementTypeRoot res = endpoint.testElementTypeRoot(param);
-      assertEquals(param, res);
-   }
-
-   public void testElementSomeOtherElement() throws Exception
-   {
-      int res = endpoint.testElementSomeOtherElement(100);
-      assertEquals(100, res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for the AnonymousTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Aug-2005
- */
-public interface AnonymousTypesTestService extends Remote
-{
-   ComplexTypeRoot testComplexTypeRoot(ComplexTypeRoot param) throws RemoteException;
-   
-   ElementTypeRoot testElementTypeRoot(ElementTypeRoot param) throws RemoteException;
-
-   int testElementSomeOtherElement(int param) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/AnonymousTypesTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-public class ComplexTypeRoot
-{
-   private String data;
-
-   public ComplexTypeRoot()
-   {
-   }
-
-   public ComplexTypeRoot(String data)
-   {
-      this.data = data;
-   }
-
-   public String getData()
-   {
-      return data;
-   }
-
-   public void setData(String data)
-   {
-      this.data = data;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (!(obj instanceof ComplexTypeRoot))
-         return false;
-
-      ComplexTypeRoot other = (ComplexTypeRoot)obj;
-      return toString().equals(other.toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      return "ComplexTypeRoot[data=" + data + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ComplexTypeRoot.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-public class ElementTypeInside
-{
-   private String data2;
-
-   public ElementTypeInside()
-   {
-   }
-
-   public ElementTypeInside(String data2)
-   {
-      this.data2 = data2;
-   }
-
-   public String getData2()
-   {
-      return data2;
-   }
-
-   public void setData2(String data2)
-   {
-      this.data2 = data2;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (!(obj instanceof ElementTypeInside))
-         return false;
-
-      ElementTypeInside other = (ElementTypeInside)obj;
-      return toString().equals(other.toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      return "ElementTypeInside[data=" + data2 + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeInside.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,95 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.anonymous;
-
-import java.util.Arrays;
-
-public class ElementTypeRoot
-{
-   private ElementTypeInside[] inside;
-   private int[] someOtherElement;
-
-   public ElementTypeRoot()
-   {
-   }
-
-   public ElementTypeRoot(ElementTypeInside[] inside, int[] someOtherElement)
-   {
-      this.inside = inside;
-      this.someOtherElement = someOtherElement;
-   }
-
-   public ElementTypeInside[] getInside()
-   {
-      return inside;
-   }
-
-   public void setInside(ElementTypeInside[] inside)
-   {
-      this.inside = inside;
-   }
-
-   public int[] getSomeOtherElement()
-   {
-      return someOtherElement;
-   }
-
-   public void setSomeOtherElement(int[] someOtherElement)
-   {
-      this.someOtherElement = someOtherElement;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (!(obj instanceof ElementTypeRoot))
-         return false;
-
-      ElementTypeRoot other = (ElementTypeRoot)obj;
-      return toString().equals(other.toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      String insideStr = inside != null ? Arrays.asList(inside).toString() : null;
-      String otherStr = "";
-      if (someOtherElement != null)
-      {
-         for (int i = 0; i < someOtherElement.length; i++)
-         {
-            if (i > 0)
-               otherStr += ", ";
-            otherStr += i;
-         }
-      }
-      else
-      {
-         otherStr = "null";
-      }
-
-      return "ElementTypeRoot[inside=" + insideStr + ",other=" + otherStr + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/anonymous/ElementTypeRoot.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,92 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-/**
- * A Address.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class Address {
-    protected String firstName;
-    protected String lastName;
-    protected String address1;
-    protected String address2;
-    protected String city;
-    protected String state;
-    protected String zip;
-    
-    public Address() {
-    }
-    
-    public Address(String firstName, String lastName, String address1, String address2, String city, String state, String zip) {
-        this.firstName = firstName;
-        this.lastName = lastName;
-        this.address1 = address1;
-        this.address2 = address2;
-        this.city = city;
-        this.state = state;
-        this.zip = zip;
-    }
-    
-    public String getFirstName() {
-        return firstName;
-    }
-    
-    public void setFirstName(String firstName) {
-        this.firstName = firstName;
-    }
-    
-    public String getLastName() {
-        return lastName;
-    }
-    
-    public void setLastName(String lastName) {
-        this.lastName = lastName;
-    }
-    
-    public String getAddress1() {
-        return address1;
-    }
-    
-    public void setAddress1(String address1) {
-        this.address1 = address1;
-    }
-    
-    public String getAddress2() {
-        return address2;
-    }
-    
-    public void setAddress2(String address2) {
-        this.address2 = address2;
-    }
-    
-    public String getCity() {
-        return city;
-    }
-    
-    public void setCity(String city) {
-        this.city = city;
-    }
-    
-    public String getState() {
-        return state;
-    }
-    
-    public void setState(String state) {
-        this.state = state;
-    }
-    
-    public String getZip() {
-        return zip;
-    }
-    
-    public void setZip(String zip) {
-        this.zip = zip;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Address.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,104 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.Properties;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test Benchmark EJB Service
- *
- * @author anders.hedstrom at home.se
- * @since 9-Nov-2005
- */
-public class BenchmarkDocEJBTestCase extends JBossWSTest
-{
-    private static BenchmarkService endpoint;
-
-    public static Test suite()
-    {
-        return JBossWSTestSetup.newTestSetup(BenchmarkDocEJBTestCase.class, "jaxrpc-benchmark-doclit.jar, jaxrpc-benchmark-doclit-client.jar");
-    }
-
-    /** Get the client's env context
-     */
-    protected InitialContext getInitialContext() throws NamingException
-    {
-        Properties env = new Properties();
-        env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
-        env.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
-        env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
-        env.setProperty("j2ee.clientName", "benchmark-client");
-        return new InitialContext(env);
-    }
-
-    protected void setUp() throws Exception
-    {
-        super.setUp();
-
-        if (endpoint == null)
-        {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/BenchmarkEJB");
-            endpoint = (BenchmarkService)service.getPort(BenchmarkService.class);            
-        }
-
-
-    }
-
-    public void testEchoSimpleType() throws Exception
-    {
-        SimpleUserType userType = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType retObj = endpoint.echoSimpleType(userType);
-        assertEquals(userType.getS()+userType.getF()+userType.getI(), retObj.getS()+retObj.getF()+retObj.getI());
-    }
-
-    public void testEchoArrayOfSimpleUserType() throws Exception
-    {
-        SimpleUserType[] array = new SimpleUserType[1];
-        array[0] = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType[] retObj = endpoint.echoArrayOfSimpleUserType(array);
-        assertEquals(array[0].getS()+array[0].getF()+array[0].getI(), retObj[0].getS()+retObj[0].getF()+retObj[0].getI());
-    }
-
-    public void testEchoSynthetic() throws Exception
-    {
-        Synthetic synthetic = new Synthetic("test", new SimpleUserType(1, 1.0f, "test"), "test".getBytes());
-        Synthetic retObj = endpoint.echoSynthetic(synthetic);
-        assertEquals(synthetic.getS()+synthetic.getSut().getS()+synthetic.getSut().getF()+synthetic.getSut().getI(), retObj.getS()+retObj.getSut().getS()+retObj.getSut().getF()+retObj.getSut().getI());
-    }
-
-    public void testGetOrder() throws Exception
-    {
-        Order order = endpoint.getOrder(50,1);
-        assertEquals(50,order.getLineItems().length);
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocEJBTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.Properties;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test Benchmark EJB Service
- *
- * @author anders.hedstrom at home.se
- * @since 9-Nov-2005
- */
-public class BenchmarkDocJSETestCase extends JBossWSTest
-{
-    private static BenchmarkService endpoint;
-
-    public static Test suite()
-    {
-        return JBossWSTestSetup.newTestSetup(BenchmarkDocJSETestCase.class, "jaxrpc-benchmark-doclit.war, jaxrpc-benchmark-doclit-client.jar");
-    }
-
-    /** Get the client's env context
-     */
-    protected InitialContext getInitialContext() throws NamingException
-    {
-        Properties env = new Properties();
-        env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
-        env.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
-        env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
-        env.setProperty("j2ee.clientName", "benchmark-client");
-        return new InitialContext(env);
-    }
-
-    protected void setUp() throws Exception
-    {
-        super.setUp();
-
-        if (endpoint == null)
-        {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/BenchmarkJSE");
-            endpoint = (BenchmarkService)service.getPort(BenchmarkService.class);           
-        }
-    }
-
-    public void testEchoSimpleType() throws Exception
-    {
-        SimpleUserType userType = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType retObj = endpoint.echoSimpleType(userType);
-        assertEquals(userType.getS()+userType.getF()+userType.getI(), retObj.getS()+retObj.getF()+retObj.getI());
-    }
-
-    public void testEchoArrayOfSimpleUserType() throws Exception
-    {
-        SimpleUserType[] array = new SimpleUserType[1];
-        array[0] = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType[] retObj = endpoint.echoArrayOfSimpleUserType(array);
-        assertEquals(array[0].getS()+array[0].getF()+array[0].getI(), retObj[0].getS()+retObj[0].getF()+retObj[0].getI());
-    }
-
-    public void testEchoSynthetic() throws Exception
-    {
-        Synthetic synthetic = new Synthetic("test", new SimpleUserType(1, 1.0f, "test"), "test".getBytes());
-        Synthetic retObj = endpoint.echoSynthetic(synthetic);
-        assertEquals(synthetic.getS()+synthetic.getSut().getS()+synthetic.getSut().getF()+synthetic.getSut().getI(), retObj.getS()+retObj.getSut().getS()+retObj.getSut().getF()+retObj.getSut().getI());
-    }
-
-    public void testGetOrder() throws Exception
-    {
-        Order order = endpoint.getOrder(50,1);
-        assertEquals(50,order.getLineItems().length);
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkDocJSETestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.CreateException;
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-/**
- * A BenchmarkEJBEndpoint.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class BenchmarkEJBEndpoint implements SessionBean, BenchmarkService
-{
-
-   public SimpleUserType echoSimpleType(SimpleUserType simpleUserType) throws RemoteException
-   {
-      return simpleUserType;
-   }
-
-   public SimpleUserType[] echoArrayOfSimpleUserType(SimpleUserType[] array) throws RemoteException
-   {
-      return array;
-   }
-
-   public Synthetic echoSynthetic(Synthetic synthetic) throws RemoteException
-   {
-      return synthetic;
-   }
-
-   public Order getOrder(int orderId, int customerId) throws RemoteException
-   {
-      return (new OrderBL()).getOrder(orderId, customerId);
-   }
-
-   
-   // ---- lifecycle methods -------
-   public void setSessionContext(SessionContext ctx) throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbRemove() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbActivate() throws EJBException, RemoteException
-   {
-
-   }
-
-   public void ejbPassivate() throws EJBException, RemoteException
-   {
-   }
-   
-   public void ejbCreate() throws CreateException 
-   {
-      
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkEJBEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.rmi.RemoteException;
-
-/**
- * A BenchmarkJSEEndpoint.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class BenchmarkJSEEndpoint implements BenchmarkService {
-
-
-   public SimpleUserType echoSimpleType(SimpleUserType simpleType) throws RemoteException
-   {
-      return simpleType;
-   }
-
-   public SimpleUserType[] echoArrayOfSimpleUserType(SimpleUserType[] array) throws RemoteException
-   {
-      return array;
-   }
-
-   public Synthetic echoSynthetic(Synthetic synthetic) throws RemoteException
-   {
-      return synthetic;
-   }
-
-   public Order getOrder(int orderId, int customerId) throws RemoteException
-   {
-      return (new OrderBL()).getOrder(orderId,customerId);
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkJSEEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.Properties;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test Benchmark EJB Service
- *
- * @author anders.hedstrom at home.se
- * @since 9-Nov-2005
- */
-public class BenchmarkRpcEJBTestCase extends JBossWSTest
-{
-    private static BenchmarkService endpoint;
-
-    public static Test suite()
-    {
-        return JBossWSTestSetup.newTestSetup(BenchmarkRpcEJBTestCase.class, "jaxrpc-benchmark-rpclit.jar, jaxrpc-benchmark-rpclit-client.jar");
-    }
-
-    /** Get the client's env context
-     */
-    protected InitialContext getInitialContext() throws NamingException
-    {
-        Properties env = new Properties();
-        env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
-        env.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
-        env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
-        env.setProperty("j2ee.clientName", "benchmark-client");
-        return new InitialContext(env);
-    }
-
-    protected void setUp() throws Exception
-    {
-        super.setUp();
-
-        if (endpoint == null)
-        {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/BenchmarkEJB");
-            endpoint = (BenchmarkService)service.getPort(BenchmarkService.class);         
-        }
-    }
-
-    public void testEchoSimpleType() throws Exception
-    {
-        SimpleUserType userType = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType retObj = endpoint.echoSimpleType(userType);
-        assertEquals(userType.getS()+userType.getF()+userType.getI(), retObj.getS()+retObj.getF()+retObj.getI());
-    }
-
-    public void testEchoArrayOfSimpleUserType() throws Exception
-    {
-        SimpleUserType[] array = new SimpleUserType[1];
-        array[0] = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType[] retObj = endpoint.echoArrayOfSimpleUserType(array);
-        assertEquals(array[0].getS()+array[0].getF()+array[0].getI(), retObj[0].getS()+retObj[0].getF()+retObj[0].getI());
-    }
-
-    public void testEchoSynthetic() throws Exception
-    {
-        Synthetic synthetic = new Synthetic("test", new SimpleUserType(1, 1.0f, "test"), "test".getBytes());
-        Synthetic retObj = endpoint.echoSynthetic(synthetic);
-        assertEquals(synthetic.getS()+synthetic.getSut().getS()+synthetic.getSut().getF()+synthetic.getSut().getI(), retObj.getS()+retObj.getSut().getS()+retObj.getSut().getF()+retObj.getSut().getI());
-    }
-
-    public void testGetOrder() throws Exception
-    {
-        Order order = endpoint.getOrder(50,1);
-        assertEquals(50,order.getLineItems().length);
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcEJBTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.Properties;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test Benchmark EJB Service
- *
- * @author anders.hedstrom at home.se
- * @since 9-Nov-2005
- */
-public class BenchmarkRpcJSETestCase extends JBossWSTest
-{
-    private static BenchmarkService endpoint;
-
-    public static Test suite()
-    {
-        return JBossWSTestSetup.newTestSetup(BenchmarkRpcJSETestCase.class, "jaxrpc-benchmark-rpclit.war, jaxrpc-benchmark-rpclit-client.jar");
-    }
-
-    /** Get the client's env context
-     */
-    protected InitialContext getInitialContext() throws NamingException
-    {
-        Properties env = new Properties();
-        env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
-        env.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
-        env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
-        env.setProperty("j2ee.clientName", "benchmark-client");
-        return new InitialContext(env);
-    }
-
-    protected void setUp() throws Exception
-    {
-        super.setUp();
-
-        if (endpoint == null)
-        {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/BenchmarkJSE");
-            endpoint = (BenchmarkService)service.getPort(BenchmarkService.class);         
-        }
-    }
-
-    public void testEchoSimpleType() throws Exception
-    {
-        SimpleUserType userType = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType retObj = endpoint.echoSimpleType(userType);
-        assertEquals(userType.getS()+userType.getF()+userType.getI(), retObj.getS()+retObj.getF()+retObj.getI());
-    }
-
-    public void testEchoArrayOfSimpleUserType() throws Exception
-    {
-        SimpleUserType[] array = new SimpleUserType[1];
-        array[0] = new SimpleUserType(1, 1.0f, "test");
-        SimpleUserType[] retObj = endpoint.echoArrayOfSimpleUserType(array);
-        assertEquals(array[0].getS()+array[0].getF()+array[0].getI(), retObj[0].getS()+retObj[0].getF()+retObj[0].getI());
-    }
-
-    public void testEchoSynthetic() throws Exception
-    {
-        Synthetic synthetic = new Synthetic("test", new SimpleUserType(1, 1.0f, "test"), "test".getBytes());
-        Synthetic retObj = endpoint.echoSynthetic(synthetic);
-        assertEquals(synthetic.getS()+synthetic.getSut().getS()+synthetic.getSut().getF()+synthetic.getSut().getI(), retObj.getS()+retObj.getSut().getS()+retObj.getSut().getF()+retObj.getSut().getI());
-    }
-
-    public void testGetOrder() throws Exception
-    {
-        Order order = endpoint.getOrder(50,1);
-        assertEquals(50,order.getLineItems().length);
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkRpcJSETestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,28 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-
-/**
- * BenchmarkService.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public interface BenchmarkService extends Remote {
-   
-	public SimpleUserType echoSimpleType(SimpleUserType simpleUserType) throws RemoteException;
-	
-	public SimpleUserType[] echoArrayOfSimpleUserType(SimpleUserType[] array) throws RemoteException;
-	
-	public Synthetic echoSynthetic(Synthetic synthetic) throws RemoteException;
-	
-	public Order getOrder(int orderId, int customerId) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoArrayOfSimpleUserType_RequestStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] arrayOfSimpleUserType_1;
-    
-    public BenchmarkService_echoArrayOfSimpleUserType_RequestStruct() {
-    }
-    
-    public BenchmarkService_echoArrayOfSimpleUserType_RequestStruct(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] arrayOfSimpleUserType_1) {
-        this.arrayOfSimpleUserType_1 = arrayOfSimpleUserType_1;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] getArrayOfSimpleUserType_1() {
-        return arrayOfSimpleUserType_1;
-    }
-    
-    public void setArrayOfSimpleUserType_1(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] arrayOfSimpleUserType_1) {
-        this.arrayOfSimpleUserType_1 = arrayOfSimpleUserType_1;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] result;
-    
-    public BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct() {
-    }
-    
-    public BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] result) {
-        this.result = result;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] getResult() {
-        return result;
-    }
-    
-    public void setResult(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] result) {
-        this.result = result;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoSimpleType_RequestStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType SimpleUserType_1;
-    
-    public BenchmarkService_echoSimpleType_RequestStruct() {
-    }
-    
-    public BenchmarkService_echoSimpleType_RequestStruct(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType SimpleUserType_1) {
-        this.SimpleUserType_1 = SimpleUserType_1;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType getSimpleUserType_1() {
-        return SimpleUserType_1;
-    }
-    
-    public void setSimpleUserType_1(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType SimpleUserType_1) {
-        this.SimpleUserType_1 = SimpleUserType_1;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoSimpleType_ResponseStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType result;
-    
-    public BenchmarkService_echoSimpleType_ResponseStruct() {
-    }
-    
-    public BenchmarkService_echoSimpleType_ResponseStruct(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType result) {
-        this.result = result;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType getResult() {
-        return result;
-    }
-    
-    public void setResult(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType result) {
-        this.result = result;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSimpleType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoSynthetic_RequestStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.Synthetic Synthetic_1;
-    
-    public BenchmarkService_echoSynthetic_RequestStruct() {
-    }
-    
-    public BenchmarkService_echoSynthetic_RequestStruct(org.jboss.test.ws.jaxrpc.benchmark.Synthetic Synthetic_1) {
-        this.Synthetic_1 = Synthetic_1;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.Synthetic getSynthetic_1() {
-        return Synthetic_1;
-    }
-    
-    public void setSynthetic_1(org.jboss.test.ws.jaxrpc.benchmark.Synthetic Synthetic_1) {
-        this.Synthetic_1 = Synthetic_1;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_echoSynthetic_ResponseStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.Synthetic result;
-    
-    public BenchmarkService_echoSynthetic_ResponseStruct() {
-    }
-    
-    public BenchmarkService_echoSynthetic_ResponseStruct(org.jboss.test.ws.jaxrpc.benchmark.Synthetic result) {
-        this.result = result;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.Synthetic getResult() {
-        return result;
-    }
-    
-    public void setResult(org.jboss.test.ws.jaxrpc.benchmark.Synthetic result) {
-        this.result = result;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_echoSynthetic_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_getOrder_RequestStruct {
-    protected int int_1;
-    protected int int_2;
-    
-    public BenchmarkService_getOrder_RequestStruct() {
-    }
-    
-    public BenchmarkService_getOrder_RequestStruct(int int_1, int int_2) {
-        this.int_1 = int_1;
-        this.int_2 = int_2;
-    }
-    
-    public int getInt_1() {
-        return int_1;
-    }
-    
-    public void setInt_1(int int_1) {
-        this.int_1 = int_1;
-    }
-    
-    public int getInt_2() {
-        return int_2;
-    }
-    
-    public void setInt_2(int int_2) {
-        this.int_2 = int_2;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-public class BenchmarkService_getOrder_ResponseStruct {
-    protected org.jboss.test.ws.jaxrpc.benchmark.Order result;
-    
-    public BenchmarkService_getOrder_ResponseStruct() {
-    }
-    
-    public BenchmarkService_getOrder_ResponseStruct(org.jboss.test.ws.jaxrpc.benchmark.Order result) {
-        this.result = result;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.Order getResult() {
-        return result;
-    }
-    
-    public void setResult(org.jboss.test.ws.jaxrpc.benchmark.Order result) {
-        this.result = result;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/BenchmarkService_getOrder_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,115 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.Calendar;
-
-
-/**
- * A Customer.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class Customer {
-    protected int customerId;
-    protected String contactFirstName;
-    protected String contactLastName;
-    protected String contactPhone;
-    protected Calendar lastActivityDate;
-    protected String creditCardNumber;
-    protected String creditCardExpirationDate;
-    protected Address billingAddress;
-    protected Address shippingAddress;
-    
-    public Customer() {
-    }
-    
-    public Customer(int customerId, String contactFirstName, String contactLastName, String contactPhone, Calendar lastActivityDate, String creditCardNumber, String creditCardExpirationDate, Address billingAddress, Address shippingAddress) {
-        this.customerId = customerId;
-        this.contactFirstName = contactFirstName;
-        this.contactLastName = contactLastName;
-        this.contactPhone = contactPhone;
-        this.lastActivityDate = lastActivityDate;
-        this.creditCardNumber = creditCardNumber;
-        this.creditCardExpirationDate = creditCardExpirationDate;
-        this.billingAddress = billingAddress;
-        this.shippingAddress = shippingAddress;
-    }
-    
-    public int getCustomerId() {
-        return customerId;
-    }
-    
-    public void setCustomerId(int customerId) {
-        this.customerId = customerId;
-    }
-    
-    public String getContactFirstName() {
-        return contactFirstName;
-    }
-    
-    public void setContactFirstName(String contactFirstName) {
-        this.contactFirstName = contactFirstName;
-    }
-    
-    public String getContactLastName() {
-        return contactLastName;
-    }
-    
-    public void setContactLastName(String contactLastName) {
-        this.contactLastName = contactLastName;
-    }
-    
-    public String getContactPhone() {
-        return contactPhone;
-    }
-    
-    public void setContactPhone(String contactPhone) {
-        this.contactPhone = contactPhone;
-    }
-    
-    public Calendar getLastActivityDate() {
-        return lastActivityDate;
-    }
-    
-    public void setLastActivityDate(Calendar lastActivityDate) {
-        this.lastActivityDate = lastActivityDate;
-    }
-    
-    public String getCreditCardNumber() {
-        return creditCardNumber;
-    }
-    
-    public void setCreditCardNumber(String creditCardNumber) {
-        this.creditCardNumber = creditCardNumber;
-    }
-    
-    public String getCreditCardExpirationDate() {
-        return creditCardExpirationDate;
-    }
-    
-    public void setCreditCardExpirationDate(String creditCardExpirationDate) {
-        this.creditCardExpirationDate = creditCardExpirationDate;
-    }
-    
-    public Address getBillingAddress() {
-        return billingAddress;
-    }
-    
-    public void setBillingAddress(Address billingAddress) {
-        this.billingAddress = billingAddress;
-    }
-    
-    public Address getShippingAddress() {
-        return shippingAddress;
-    }
-    
-    public void setShippingAddress(Address shippingAddress) {
-        this.shippingAddress = shippingAddress;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Customer.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-
-/**
- * A LineItem.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class LineItem {
-    protected int orderId;
-    protected int itemId;
-    protected int productId;
-    protected String productDescription;
-    protected int orderQuantity;
-    protected float unitPrice;
-    
-    public LineItem() {
-    }
-    
-    public LineItem(int orderId, int itemId, int productId, String productDescription, int orderQuantity, float unitPrice) {
-        this.orderId = orderId;
-        this.itemId = itemId;
-        this.productId = productId;
-        this.productDescription = productDescription;
-        this.orderQuantity = orderQuantity;
-        this.unitPrice = unitPrice;
-    }
-    
-    public int getOrderId() {
-        return orderId;
-    }
-    
-    public void setOrderId(int orderId) {
-        this.orderId = orderId;
-    }
-    
-    public int getItemId() {
-        return itemId;
-    }
-    
-    public void setItemId(int itemId) {
-        this.itemId = itemId;
-    }
-    
-    public int getProductId() {
-        return productId;
-    }
-    
-    public void setProductId(int productId) {
-        this.productId = productId;
-    }
-    
-    public String getProductDescription() {
-        return productDescription;
-    }
-    
-    public void setProductDescription(String productDescription) {
-        this.productDescription = productDescription;
-    }
-    
-    public int getOrderQuantity() {
-        return orderQuantity;
-    }
-    
-    public void setOrderQuantity(int orderQuantity) {
-        this.orderQuantity = orderQuantity;
-    }
-    
-    public float getUnitPrice() {
-        return unitPrice;
-    }
-    
-    public void setUnitPrice(float unitPrice) {
-        this.unitPrice = unitPrice;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/LineItem.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.io.Serializable;
-import java.util.Calendar;
-
-/**
- * A Order.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class Order implements Serializable
-{
-
-   protected int orderId;
-   protected int orderStatus;
-   protected Calendar orderDate;
-   protected float orderTotalAmount;
-   protected Customer customer;
-   protected LineItem[] lineItems;
-   
-   public Order()
-   {
-   }
-
-   
-   /**
-    * @param orderId
-    * @param orderStatus
-    * @param orderDate
-    * @param orderTotalAmount
-    * @param customer
-    * @param lineItems
-    */
-   public Order(int orderId, int orderStatus, Calendar orderDate,
-         float orderTotalAmount, Customer customer, LineItem[] lineItems)
-   {
-      super();
-      this.orderId = orderId;
-      this.orderStatus = orderStatus;
-      this.orderDate = orderDate;
-      this.orderTotalAmount = orderTotalAmount;
-      this.customer = customer;
-      this.lineItems = lineItems;
-   }
-   
-   
-   public Customer getCustomer()
-   {
-      return customer;
-   }
-   public void setCustomer(Customer customer)
-   {
-      this.customer = customer;
-   }
-   public LineItem[] getLineItems()
-   {
-      return lineItems;
-   }
-   public void setLineItems(LineItem[] lineItems)
-   {
-      this.lineItems = lineItems;
-   }
-   public Calendar getOrderDate()
-   {
-      return orderDate;
-   }
-   public void setOrderDate(Calendar orderDate)
-   {
-      this.orderDate = orderDate;
-   }
-   public int getOrderId()
-   {
-      return orderId;
-   }
-   public void setOrderId(int orderId)
-   {
-      this.orderId = orderId;
-   }
-   public int getOrderStatus()
-   {
-      return orderStatus;
-   }
-   public void setOrderStatus(int orderStatus)
-   {
-      this.orderStatus = orderStatus;
-   }
-   public float getOrderTotalAmount()
-   {
-      return orderTotalAmount;
-   }
-   public void setOrderTotalAmount(float orderTotalAmount)
-   {
-      this.orderTotalAmount = orderTotalAmount;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Order.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,47 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.util.ArrayList;
-import java.util.GregorianCalendar;
-
-/**
- * A OrderBL.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class OrderBL {
-   
-    public OrderBL() {
-	}
-
-	public Order getOrder(int orderId, int customerId)
-	{
-		int id = 1;
-		Address ship = new Address("Ship FirstName " + id, "Ship LastName " + id, "Ship StreetAddres " + id, "Street Address Line 2 " + id, "City " + id, "State " + id, "12345");
-		Address bill = new Address("Bill FirstName " + id, "Bil1 LastName " + id, "Bill StreetAddres " + id, "Street Address Line 2 " + id, "City " + id, "State " + id, "12345");
-
-		Customer customer = new Customer(customerId, "FirstName " + id, "LastName " + id, Integer.toString(id), new GregorianCalendar(), Integer.toString(id), Integer.toString(id), bill, ship);
-
-		int numberLineItems = orderId;
-
-		ArrayList lines = new ArrayList();
-
-		for(int i = 0; i < numberLineItems; i++)
-		{
-			LineItem line = new LineItem(orderId, i+1, i, "Test Product " +i, 1, (float) 1.00);
-
-			lines.add(line);
-		}
-
-		
-		Order order = new Order(orderId, 1, new GregorianCalendar(), (float) 50, customer, (LineItem[])lines.toArray(new LineItem[0]) );
-
-		return order;
-	}
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/OrderBL.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.io.Serializable;
-
-/**
- * A SimpleUserType.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class SimpleUserType implements Serializable
-{
-
-   private int i;
-   private float f;
-   private String s;
-   
-   public SimpleUserType()
-   {
-   }
-
-   /**
-    * @param i
-    * @param f
-    * @param s
-    */
-   public SimpleUserType(int i, float f, String s)
-   {
-      super();
-      this.i = i;
-      this.f = f;
-      this.s = s;
-   }
-   
-   public float getF()
-   {
-      return f;
-   }
-   public void setF(float f)
-   {
-      this.f = f;
-   }
-   public int getI()
-   {
-      return i;
-   }
-   public void setI(int i)
-   {
-      this.i = i;
-   }
-   public String getS()
-   {
-      return s;
-   }
-   public void setS(String s)
-   {
-      this.s = s;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/SimpleUserType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.benchmark;
-
-import java.io.Serializable;
-
-/**
- * A Synthetic.
- * 
- * @author <a href="anders.hedstrom at home.se">Anders Hedstrom</a>
- * @version $Revision$
- */
-public class Synthetic implements Serializable
-{
-   private String s;
-   private SimpleUserType sut;
-   private byte[] barray;
-
-   public Synthetic()
-   {
-   }
-
-   
-   /**
-    * @param s
-    * @param sut
-    * @param b
-    */
-   public Synthetic(String s, SimpleUserType sut, byte[] b)
-   {
-      super();
-      this.s = s;
-      this.sut = sut;
-      this.barray = b;
-   }
-   
-   public byte[] getB()
-   {
-      return barray;
-   }
-   public void setB(byte[] b)
-   {
-      this.barray = b;
-   }
-   public String getS()
-   {
-      return s;
-   }
-   public void setS(String s)
-   {
-      this.s = s;
-   }
-   public SimpleUserType getSut()
-   {
-      return sut;
-   }
-   public void setSut(SimpleUserType sut)
-   {
-      this.sut = sut;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/Synthetic.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.benchmark._arrays.org.jboss.test.ws.benchmark;
-
-
-public class SimpleUserTypeArray {
-    private org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] value;
-    
-    public SimpleUserTypeArray() {
-    }
-    
-    public SimpleUserTypeArray(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] toArray() {
-        return value;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] getValue() {
-        return value;
-    }
-    
-    public void setValue(org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/benchmark/_arrays/org/jboss/test/ws/benchmark/SimpleUserTypeArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,496 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Arrays;
-import java.util.Calendar;
-
-import org.jboss.ws.utils.JavaUtils;
-
-public class JavaBean
-{
-   protected BigDecimal myBigDecimal;
-   protected BigDecimal[] myBigDecimalArray;
-   protected BigInteger myBigInteger;
-   protected BigInteger[] myBigIntegerArray;
-   protected boolean myBoolean;
-   protected Boolean myBoolean1;
-   protected Boolean[] myBoolean1Array;
-   protected boolean[] myBooleanArray;
-   protected byte myByte;
-   protected Byte myByte1;
-   protected byte[] myByteArray;
-   protected Calendar myCalendar;
-   protected Calendar[] myCalendarArray;
-   protected double myDouble;
-   protected Double myDouble1;
-   protected Double[] myDouble1Array;
-   protected double[] myDoubleArray;
-   protected float myFloat;
-   protected Float myFloat1;
-   protected Float[] myFloat1Array;
-   protected float[] myFloatArray;
-   protected int myInt;
-   protected Integer myInt1;
-   protected Integer[] myInt1Array;
-   protected int[] myIntArray;
-   protected long myLong;
-   protected Long myLong1;
-   protected Long[] myLong1Array;
-   protected long[] myLongArray;
-   protected short myShort;
-   protected Short myShort1;
-   protected Short[] myShort1Array;
-   protected short[] myShortArray;
-   protected String myString;
-   protected String[] myStringArray;
-
-   public JavaBean()
-   {
-   }
-
-   public JavaBean(BigDecimal myBigDecimal, BigDecimal[] myBigDecimalArray, BigInteger myBigInteger, BigInteger[] myBigIntegerArray, boolean myBoolean,
-         Boolean myBoolean1, Boolean[] myBoolean1Array, boolean[] myBooleanArray, byte myByte, Byte myByte1, byte[] myByteArray, Calendar myCalendar,
-         Calendar[] myCalendarArray, double myDouble, Double myDouble1, Double[] myDouble1Array, double[] myDoubleArray, float myFloat, Float myFloat1,
-         Float[] myFloat1Array, float[] myFloatArray, int myInt, Integer myInt1, Integer[] myInt1Array, int[] myIntArray, long myLong, Long myLong1,
-         Long[] myLong1Array, long[] myLongArray, short myShort, Short myShort1, Short[] myShort1Array, short[] myShortArray, String myString, String[] myStringArray)
-   {
-      this.myBigDecimal = myBigDecimal;
-      this.myBigDecimalArray = myBigDecimalArray;
-      this.myBigInteger = myBigInteger;
-      this.myBigIntegerArray = myBigIntegerArray;
-      this.myBoolean = myBoolean;
-      this.myBoolean1 = myBoolean1;
-      this.myBoolean1Array = myBoolean1Array;
-      this.myBooleanArray = myBooleanArray;
-      this.myByte = myByte;
-      this.myByte1 = myByte1;
-      this.myByteArray = myByteArray;
-      this.myCalendar = myCalendar;
-      this.myCalendarArray = myCalendarArray;
-      this.myDouble = myDouble;
-      this.myDouble1 = myDouble1;
-      this.myDouble1Array = myDouble1Array;
-      this.myDoubleArray = myDoubleArray;
-      this.myFloat = myFloat;
-      this.myFloat1 = myFloat1;
-      this.myFloat1Array = myFloat1Array;
-      this.myFloatArray = myFloatArray;
-      this.myInt = myInt;
-      this.myInt1 = myInt1;
-      this.myInt1Array = myInt1Array;
-      this.myIntArray = myIntArray;
-      this.myLong = myLong;
-      this.myLong1 = myLong1;
-      this.myLong1Array = myLong1Array;
-      this.myLongArray = myLongArray;
-      this.myShort = myShort;
-      this.myShort1 = myShort1;
-      this.myShort1Array = myShort1Array;
-      this.myShortArray = myShortArray;
-      this.myString = myString;
-      this.myStringArray = myStringArray;
-   }
-
-   public BigDecimal getMyBigDecimal()
-   {
-      return myBigDecimal;
-   }
-
-   public void setMyBigDecimal(BigDecimal myBigDecimal)
-   {
-      this.myBigDecimal = myBigDecimal;
-   }
-
-   public BigDecimal[] getMyBigDecimalArray()
-   {
-      return myBigDecimalArray;
-   }
-
-   public void setMyBigDecimalArray(BigDecimal[] myBigDecimalArray)
-   {
-      this.myBigDecimalArray = myBigDecimalArray;
-   }
-
-   public BigInteger getMyBigInteger()
-   {
-      return myBigInteger;
-   }
-
-   public void setMyBigInteger(BigInteger myBigInteger)
-   {
-      this.myBigInteger = myBigInteger;
-   }
-
-   public BigInteger[] getMyBigIntegerArray()
-   {
-      return myBigIntegerArray;
-   }
-
-   public void setMyBigIntegerArray(BigInteger[] myBigIntegerArray)
-   {
-      this.myBigIntegerArray = myBigIntegerArray;
-   }
-
-   public boolean isMyBoolean()
-   {
-      return myBoolean;
-   }
-
-   public void setMyBoolean(boolean myBoolean)
-   {
-      this.myBoolean = myBoolean;
-   }
-
-   public Boolean getMyBoolean1()
-   {
-      return myBoolean1;
-   }
-
-   public void setMyBoolean1(Boolean myBoolean1)
-   {
-      this.myBoolean1 = myBoolean1;
-   }
-
-   public Boolean[] getMyBoolean1Array()
-   {
-      return myBoolean1Array;
-   }
-
-   public void setMyBoolean1Array(Boolean[] myBoolean1Array)
-   {
-      this.myBoolean1Array = myBoolean1Array;
-   }
-
-   public boolean[] getMyBooleanArray()
-   {
-      return myBooleanArray;
-   }
-
-   public void setMyBooleanArray(boolean[] myBooleanArray)
-   {
-      this.myBooleanArray = myBooleanArray;
-   }
-
-   public byte getMyByte()
-   {
-      return myByte;
-   }
-
-   public void setMyByte(byte myByte)
-   {
-      this.myByte = myByte;
-   }
-
-   public Byte getMyByte1()
-   {
-      return myByte1;
-   }
-
-   public void setMyByte1(Byte myByte1)
-   {
-      this.myByte1 = myByte1;
-   }
-
-   public byte[] getMyByteArray()
-   {
-      return myByteArray;
-   }
-
-   public void setMyByteArray(byte[] myByteArray)
-   {
-      this.myByteArray = myByteArray;
-   }
-
-   public Calendar getMyCalendar()
-   {
-      return myCalendar;
-   }
-
-   public void setMyCalendar(Calendar myCalendar)
-   {
-      this.myCalendar = myCalendar;
-   }
-
-   public Calendar[] getMyCalendarArray()
-   {
-      return myCalendarArray;
-   }
-
-   public void setMyCalendarArray(Calendar[] myCalendarArray)
-   {
-      this.myCalendarArray = myCalendarArray;
-   }
-
-   public double getMyDouble()
-   {
-      return myDouble;
-   }
-
-   public void setMyDouble(double myDouble)
-   {
-      this.myDouble = myDouble;
-   }
-
-   public Double getMyDouble1()
-   {
-      return myDouble1;
-   }
-
-   public void setMyDouble1(Double myDouble1)
-   {
-      this.myDouble1 = myDouble1;
-   }
-
-   public Double[] getMyDouble1Array()
-   {
-      return myDouble1Array;
-   }
-
-   public void setMyDouble1Array(Double[] myDouble1Array)
-   {
-      this.myDouble1Array = myDouble1Array;
-   }
-
-   public double[] getMyDoubleArray()
-   {
-      return myDoubleArray;
-   }
-
-   public void setMyDoubleArray(double[] myDoubleArray)
-   {
-      this.myDoubleArray = myDoubleArray;
-   }
-
-   public float getMyFloat()
-   {
-      return myFloat;
-   }
-
-   public void setMyFloat(float myFloat)
-   {
-      this.myFloat = myFloat;
-   }
-
-   public Float getMyFloat1()
-   {
-      return myFloat1;
-   }
-
-   public void setMyFloat1(Float myFloat1)
-   {
-      this.myFloat1 = myFloat1;
-   }
-
-   public Float[] getMyFloat1Array()
-   {
-      return myFloat1Array;
-   }
-
-   public void setMyFloat1Array(Float[] myFloat1Array)
-   {
-      this.myFloat1Array = myFloat1Array;
-   }
-
-   public float[] getMyFloatArray()
-   {
-      return myFloatArray;
-   }
-
-   public void setMyFloatArray(float[] myFloatArray)
-   {
-      this.myFloatArray = myFloatArray;
-   }
-
-   public int getMyInt()
-   {
-      return myInt;
-   }
-
-   public void setMyInt(int myInt)
-   {
-      this.myInt = myInt;
-   }
-
-   public Integer getMyInt1()
-   {
-      return myInt1;
-   }
-
-   public void setMyInt1(Integer myInt1)
-   {
-      this.myInt1 = myInt1;
-   }
-
-   public Integer[] getMyInt1Array()
-   {
-      return myInt1Array;
-   }
-
-   public void setMyInt1Array(Integer[] myInt1Array)
-   {
-      this.myInt1Array = myInt1Array;
-   }
-
-   public int[] getMyIntArray()
-   {
-      return myIntArray;
-   }
-
-   public void setMyIntArray(int[] myIntArray)
-   {
-      this.myIntArray = myIntArray;
-   }
-
-   public long getMyLong()
-   {
-      return myLong;
-   }
-
-   public void setMyLong(long myLong)
-   {
-      this.myLong = myLong;
-   }
-
-   public Long getMyLong1()
-   {
-      return myLong1;
-   }
-
-   public void setMyLong1(Long myLong1)
-   {
-      this.myLong1 = myLong1;
-   }
-
-   public Long[] getMyLong1Array()
-   {
-      return myLong1Array;
-   }
-
-   public void setMyLong1Array(Long[] myLong1Array)
-   {
-      this.myLong1Array = myLong1Array;
-   }
-
-   public long[] getMyLongArray()
-   {
-      return myLongArray;
-   }
-
-   public void setMyLongArray(long[] myLongArray)
-   {
-      this.myLongArray = myLongArray;
-   }
-
-   public short getMyShort()
-   {
-      return myShort;
-   }
-
-   public void setMyShort(short myShort)
-   {
-      this.myShort = myShort;
-   }
-
-   public Short getMyShort1()
-   {
-      return myShort1;
-   }
-
-   public void setMyShort1(Short myShort1)
-   {
-      this.myShort1 = myShort1;
-   }
-
-   public Short[] getMyShort1Array()
-   {
-      return myShort1Array;
-   }
-
-   public void setMyShort1Array(Short[] myShort1Array)
-   {
-      this.myShort1Array = myShort1Array;
-   }
-
-   public short[] getMyShortArray()
-   {
-      return myShortArray;
-   }
-
-   public void setMyShortArray(short[] myShortArray)
-   {
-      this.myShortArray = myShortArray;
-   }
-
-   public String getMyString()
-   {
-      return myString;
-   }
-
-   public void setMyString(String myString)
-   {
-      this.myString = myString;
-   }
-
-   public String[] getMyStringArray()
-   {
-      return myStringArray;
-   }
-
-   public void setMyStringArray(String[] myStringArray)
-   {
-      this.myStringArray = myStringArray;
-   }
-
-   public boolean equals(Object obj)
-   {
-      return toString().equals("" + obj);
-   }
-
-   public String toString()
-   {
-      StringBuffer buf = new StringBuffer("[");
-      buf.append("myBigDecimal=" + myBigDecimal);
-      buf.append(",myBigDecimalArray=" + (myBigDecimalArray != null ? Arrays.asList(myBigDecimalArray) : null));
-      buf.append(",myBigInteger=" + myBigInteger);
-      buf.append(",myBigIntegerArray=" + (myBigIntegerArray != null ? Arrays.asList(myBigIntegerArray) : null));
-      buf.append(",myBoolean=" + myBoolean);
-      buf.append(",myBoolean1=" + myBoolean1);
-      buf.append(",myBoolean1Array=" + (myBoolean1Array != null ? Arrays.asList(myBoolean1Array) : null));
-      buf.append(",myBooleanArray=" + (myBooleanArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myBooleanArray)) : null));
-      buf.append(",myByte=" + myByte);
-      buf.append(",myByte1=" + myByte1);
-      buf.append(",myByteArray=" + (myByteArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myByteArray)) : null));
-      buf.append(",myCalendar=" + myCalendar);
-      buf.append(",myCalendarArray=" + (myCalendarArray != null ? Arrays.asList(myCalendarArray) : null));
-      buf.append(",myDouble=" + myDouble);
-      buf.append(",myDouble1=" + myDouble1);
-      buf.append(",myDouble1Array=" + (myDouble1Array != null ? Arrays.asList(myDouble1Array) : null));
-      buf.append(",myDoubleArray=" + (myDoubleArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myDoubleArray)) : null));
-      buf.append(",myFloat=" + myFloat);
-      buf.append(",myFloat1=" + myFloat1);
-      buf.append(",myFloat1Array=" + (myFloat1Array != null ? Arrays.asList(myFloat1Array) : null));
-      buf.append(",myFloatArray=" + (myFloatArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myFloatArray)) : null));
-      buf.append(",myInt=" + myInt);
-      buf.append(",myInt1=" + myInt1);
-      buf.append(",myInt1Array=" + (myInt1Array != null ? Arrays.asList(myInt1Array) : null));
-      buf.append(",myIntArray=" + (myIntArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myIntArray)) : null));
-      buf.append(",myLong=" + myLong);
-      buf.append(",myLong1=" + myLong1);
-      buf.append(",myLong1Array=" + (myLong1Array != null ? Arrays.asList(myLong1Array) : null));
-      buf.append(",myLongArray=" + (myLongArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myLongArray)) : null));
-      buf.append(",myShort=" + myShort);
-      buf.append(",myShort1=" + myShort1);
-      buf.append(",myShort1Array=" + (myShort1Array != null ? Arrays.asList(myShort1Array) : null));
-      buf.append(",myShortArray=" + (myShortArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myShortArray)) : null));
-      buf.append(",myString=" + myString);
-      buf.append(",myStringArray=" + (myStringArray != null ? Arrays.asList(myStringArray) : null));
-      buf.append("]");
-      return buf.toString();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/JavaBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,111 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-import java.util.Calendar;
-
-public interface MarshallTest extends Remote
-{
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] arrayOfBigDecimal_1) throws RemoteException;
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] arrayOfarrayOfBigDecimal_1) throws RemoteException;
-
-   public BigDecimal bigDecimalTest(BigDecimal bigDecimal_1) throws RemoteException;
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] arrayOfBigInteger_1) throws RemoteException;
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] arrayOfarrayOfBigInteger_1) throws RemoteException;
-
-   public BigInteger bigIntegerTest(BigInteger bigInteger_1) throws RemoteException;
-
-   public boolean[] booleanArrayTest(boolean[] arrayOfboolean_1) throws RemoteException;
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] arrayOfarrayOfboolean_1) throws RemoteException;
-
-   public boolean booleanTest(boolean boolean_1) throws RemoteException;
-
-   public byte[] byteArrayTest(byte[] arrayOfbyte_1) throws RemoteException;
-
-   public byte[][] byteMultiArrayTest(byte[][] arrayOfarrayOfbyte_1) throws RemoteException;
-
-   public byte byteTest(byte byte_1) throws RemoteException;
-
-   public Calendar[] calendarArrayTest(Calendar[] arrayOfCalendar_1) throws RemoteException;
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] arrayOfarrayOfCalendar_1) throws RemoteException;
-
-   public Calendar calendarTest(Calendar calendar_1) throws RemoteException;
-
-   public double[] doubleArrayTest(double[] arrayOfdouble_1) throws RemoteException;
-
-   public double[][] doubleMultiArrayTest(double[][] arrayOfarrayOfdouble_1) throws RemoteException;
-
-   public double doubleTest(double double_1) throws RemoteException;
-
-   public float[] floatArrayTest(float[] arrayOffloat_1) throws RemoteException;
-
-   public float[][] floatMultiArrayTest(float[][] arrayOfarrayOffloat_1) throws RemoteException;
-
-   public float floatTest(float float_1) throws RemoteException;
-
-   public int[] intArrayTest(int[] arrayOfint_1) throws RemoteException;
-
-   public int[][] intMultiArrayTest(int[][] arrayOfarrayOfint_1) throws RemoteException;
-
-   public int intTest(int int_1) throws RemoteException;
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] arrayOfJavaBean_1) throws RemoteException;
-
-   public JavaBean[][] javaBeanMultiArrayTest(JavaBean[][] arrayOfarrayOfJavaBean_1) throws RemoteException;
-
-   public JavaBean javaBeanTest(JavaBean javaBean_1) throws RemoteException;
-
-   public long[] longArrayTest(long[] arrayOflong_1) throws RemoteException;
-
-   public long[][] longMultiArrayTest(long[][] arrayOfarrayOflong_1) throws RemoteException;
-
-   public long longTest(long long_1) throws RemoteException;
-
-   public void myServiceExceptionTest() throws MyServiceException, RemoteException;
-
-   public short[] shortArrayTest(short[] arrayOfshort_1) throws RemoteException;
-
-   public short[][] shortMultiArrayTest(short[][] arrayOfarrayOfshort_1) throws RemoteException;
-
-   public short shortTest(short short_1) throws RemoteException;
-
-   public String[] stringArrayTest(String[] arrayOfString_1) throws RemoteException;
-
-   public String[][] stringMultiArrayTest(String[][] arrayOfarrayOfString_1) throws RemoteException;
-
-   public String stringTest(String string_1) throws RemoteException;
-
-   public ValueType[] valueTypeArrayTest(ValueType[] arrayOfValueType_1) throws RemoteException;
-
-   public ValueType[][] valueTypeMultiArrayTest(ValueType[][] arrayOfarrayOfValueType_1) throws RemoteException;
-
-   public ValueType valueTypeTest(ValueType valueType_1) throws RemoteException;
-
-   public void voidTest() throws RemoteException;
-
-   public Boolean wrapperBooleanTest(Boolean boolean_1) throws RemoteException;
-
-   public Byte wrapperByteTest(Byte byte_1) throws RemoteException;
-
-   public Double wrapperDoubleTest(Double double_1) throws RemoteException;
-
-   public Float wrapperFloatTest(Float float_1) throws RemoteException;
-
-   public Integer wrapperIntegerTest(Integer integer_1) throws RemoteException;
-
-   public Long wrapperLongTest(Long long_1) throws RemoteException;
-
-   public Short wrapperShortTest(Short short_1) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,528 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-// $Id$
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-import java.util.TimeZone;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test soap encoded marshalling
- *
- * @author Thomas.Diesler at jboss.org
- * @since 31-Oct-2005
- */
-public class MarshallTestCase extends JBossWSTest
-{
-   private static MarshallTest port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(MarshallTestCase.class, "jaxrpc-encoded-marshalltest.war, jaxrpc-encoded-marshalltest-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (MarshallTest)service.getPort(MarshallTest.class);
-      }
-   }
-
-   public void testBigDecimalArrayTest() throws Exception
-   {
-      BigDecimal[] inObj = new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") };
-      BigDecimal[] retObj = port.bigDecimalArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBigDecimalMultiArrayTest() throws Exception
-   {
-      BigDecimal[] arr1 = new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") };
-      BigDecimal[] arr2 = new BigDecimal[] { new BigDecimal("400"), new BigDecimal("500"), new BigDecimal("600") };
-      BigDecimal[][] inObj = new BigDecimal[][] { arr1, arr2 };
-      BigDecimal[][] retObj = port.bigDecimalMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBigDecimalTest() throws Exception
-   {
-      BigDecimal inObj = new BigDecimal("100");
-      BigDecimal retObj = port.bigDecimalTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBigIntegerArrayTest() throws Exception
-   {
-      BigInteger[] inObj = new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") };
-      BigInteger[] retObj = port.bigIntegerArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBigIntegerMultiArrayTest() throws Exception
-   {
-      BigInteger[] arr1 = new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") };
-      BigInteger[] arr2 = new BigInteger[] { new BigInteger("400"), new BigInteger("500"), new BigInteger("600") };
-      BigInteger[][] inObj = new BigInteger[][] { arr1, arr2 };
-      BigInteger[][] retObj = port.bigIntegerMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBigIntegerTest() throws Exception
-   {
-      BigInteger inObj = new BigInteger("100");
-      BigInteger retObj = port.bigIntegerTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBooleanArrayTest() throws Exception
-   {
-      boolean[] inObj = new boolean[] { true, false, true };
-      boolean[] retObj = port.booleanArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBooleanMultiArrayTest() throws Exception
-   {
-      boolean[] arr1 = new boolean[] { true, false, true };
-      boolean[] arr2 = new boolean[] { false, true, false };
-      boolean[][] inObj = new boolean[][] { arr1, arr2 };
-      boolean[][] retObj = port.booleanMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testBooleanTest() throws Exception
-   {
-      boolean inObj = true;
-      boolean retObj = port.booleanTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testByteArrayTest() throws Exception
-   {
-      byte[] inObj = new byte[] { 0x01, 0x02, 0x03 };
-      byte[] retObj = port.byteArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testByteMultiArrayTest() throws Exception
-   {
-      byte[] arr1 = new byte[] { 0x01, 0x02, 0x03 };
-      byte[] arr2 = new byte[] { 0x04, 0x05, 0x06 };
-      byte[][] inObj = new byte[][] { arr1, arr2 };
-      byte[][] retObj = port.byteMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testByteTest() throws Exception
-   {
-      byte inObj = 0x01;
-      byte retObj = port.byteTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testCalendarArrayTest() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar[] inObj = new Calendar[] { cal1, cal2, cal3 };
-      Calendar[] retObj = port.calendarArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testCalendarMultiArrayTest() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar[] arr1 = new Calendar[] { cal1, cal2, cal3 };
-      Calendar[] arr2 = new Calendar[] { cal1, cal2, cal3 };
-      Calendar[][] inObj = new Calendar[][] { arr1, arr2 };
-      Calendar[][] retObj = port.calendarMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testCalendarTest() throws Exception
-   {
-      Calendar inObj = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      inObj.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar retObj = port.calendarTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testDoubleArrayTest() throws Exception
-   {
-      double[] inObj = new double[] { 1.1, 2.2, 3.3 };
-      double[] retObj = port.doubleArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testDoubleMultiArrayTest() throws Exception
-   {
-      double[] arr1 = new double[] { 1.1, 2.2, 3.3 };
-      double[] arr2 = new double[] { 4.4, 5.5, 6.6 };
-      double[][] inObj = new double[][] { arr1, arr2 };
-      double[][] retObj = port.doubleMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testDoubleTest() throws Exception
-   {
-      double inObj = 1.1;
-      double retObj = port.doubleTest(inObj);
-      assertEquals(inObj, retObj, 2);
-   }
-
-   public void testFloatArrayTest() throws Exception
-   {
-      float[] inObj = new float[] { 1.1f, 2.2f, 3.3f };
-      float[] retObj = port.floatArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testFloatMultiArrayTest() throws Exception
-   {
-      float[] arr1 = new float[] { 1.1f, 2.2f, 3.3f };
-      float[] arr2 = new float[] { 4.4f, 5.5f, 6.6f };
-      float[][] inObj = new float[][] { arr1, arr2 };
-      float[][] retObj = port.floatMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testFloatTest() throws Exception
-   {
-      float inObj = 1.1f;
-      float retObj = port.floatTest(inObj);
-      assertEquals(inObj, retObj, 2);
-   }
-
-   public void testIntArrayTest() throws Exception
-   {
-      int[] inObj = new int[] { 1, 2, 3 };
-      int[] retObj = port.intArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testIntMultiArrayTest() throws Exception
-   {
-      int[] arr1 = new int[] { 1, 2, 3 };
-      int[] arr2 = new int[] { 4, 5, 6 };
-      int[][] inObj = new int[][] { arr1, arr2 };
-      int[][] retObj = port.intMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testIntTest() throws Exception
-   {
-      int inObj = 1;
-      int retObj = port.intTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testJavaBeanArrayTest() throws Exception
-   {
-      JavaBean[] inObj = new JavaBean[] { new JavaBean(), new JavaBean() };
-      JavaBean[] retObj = port.javaBeanArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testJavaBeanMultiArrayTest() throws Exception
-   {
-      JavaBean[] arr1 = new JavaBean[] { new JavaBean(), new JavaBean() };
-      JavaBean[] arr2 = new JavaBean[] { new JavaBean(), new JavaBean() };
-      JavaBean[][] inObj = new JavaBean[][] { arr1, arr2 };
-      JavaBean[][] retObj = port.javaBeanMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testJavaBeanTest() throws Exception
-   {
-      JavaBean inObj = new JavaBean();
-      
-      inObj.setMyBigDecimal(new BigDecimal("100"));
-      inObj.setMyBigDecimalArray(new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") });
-      inObj.setMyBigInteger(new BigInteger("100"));
-      inObj.setMyBigIntegerArray(new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") });
-      inObj.setMyBoolean(true);
-      inObj.setMyBoolean1(new Boolean(true));
-      inObj.setMyBoolean1Array(new Boolean[] { new Boolean(true), new Boolean(false), new Boolean(true) });
-      inObj.setMyBooleanArray(new boolean[] { true, false, true });
-      inObj.setMyByte((byte)0x01);
-      inObj.setMyByte1(new Byte((byte)0x01));
-      inObj.setMyByteArray("byteArray".getBytes());
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      inObj.setMyCalendar(cal1);
-      inObj.setMyCalendarArray(new Calendar[] { cal1, cal2 });
-      inObj.setMyDouble(1.1);
-      inObj.setMyDouble1(new Double(1.1));
-      inObj.setMyDouble1Array(new Double[] { new Double(1.1), new Double(2.2) });
-      inObj.setMyDoubleArray(new double[] { 1.1, 2.2 });
-      inObj.setMyFloat(1.1f);
-      inObj.setMyFloat1(new Float(1.1f));
-      inObj.setMyFloat1Array(new Float[] { new Float(1.1f), new Float(2.2f) });
-      inObj.setMyFloatArray(new float[] { 1.1f, 2.2f });
-      inObj.setMyInt(1);
-      inObj.setMyInt1(new Integer(1));
-      inObj.setMyInt1Array(new Integer[] { new Integer(1), new Integer(2) });
-      inObj.setMyIntArray(new int[] { 1, 2 });
-      inObj.setMyLong(1);
-      inObj.setMyLong1(new Long(1));
-      inObj.setMyLong1Array(new Long[] { new Long(1), new Long(2) });
-      inObj.setMyLongArray(new long[] { 1, 2 });
-      inObj.setMyShort((short)1);
-      inObj.setMyShort1(new Short((short)1));
-      inObj.setMyShort1Array(new Short[] { new Short((short)1), new Short((short)2) });
-      inObj.setMyShortArray(new short[] { (short)1, (short)2 });
-      inObj.setMyString("String1");
-      inObj.setMyStringArray(new String[] { "String1", "String2" });
-
-      System.out.println("FIXME: JBWS-485");
-      //JavaBean retObj = port.javaBeanTest(inObj);
-      //assertEquals(inObj, retObj);
-   }
-
-   public void testLongArrayTest() throws Exception
-   {
-      long[] inObj = new long[] { 1, 2, 3 };
-      long[] retObj = port.longArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testLongMultiArrayTest() throws Exception
-   {
-      long[] arr1 = new long[] { 1, 2, 3 };
-      long[] arr2 = new long[] { 4, 5, 6 };
-      long[][] inObj = new long[][] { arr1, arr2 };
-      long[][] retObj = port.longMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testLongTest() throws Exception
-   {
-      long inObj = 1;
-      long retObj = port.longTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testMyServiceExceptionTest() throws Exception
-   {
-      try
-      {
-         port.myServiceExceptionTest();
-         fail("MyServiceException expected");
-      }
-      catch (MyServiceException e)
-      {
-         // ignore
-      }
-   }
-
-   public void testShortArrayTest() throws Exception
-   {
-      short[] inObj = new short[] { 1, 2, 3 };
-      short[] retObj = port.shortArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testShortMultiArrayTest() throws Exception
-   {
-      short[] arr1 = new short[] { 1, 2, 3 };
-      short[] arr2 = new short[] { 4, 5, 6 };
-      short[][] inObj = new short[][] { arr1, arr2 };
-      short[][] retObj = port.shortMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testShortTest() throws Exception
-   {
-      short inObj = 1;
-      short retObj = port.shortTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testStringArrayTest() throws Exception
-   {
-      String[] inObj = new String[] { "String1", "String2", "" };
-      String[] retObj = port.stringArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testStringMultiArrayTest() throws Exception
-   {
-      String[] arr1 = new String[] { "String1", "String2", "" };
-      String[] arr2 = new String[] { "String1", "String2", "" };
-      String[][] inObj = new String[][] { arr1, arr2 };
-      String[][] retObj = port.stringMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testStringTest() throws Exception
-   {
-      String inObj = "String1";
-      String retObj = port.stringTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testValueTypeArrayTest() throws Exception
-   {
-      ValueType[] inObj = new ValueType[] { new ValueType(), new ValueType() };
-      ValueType[] retObj = port.valueTypeArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testValueTypeMultiArrayTest() throws Exception
-   {
-      ValueType[] arr1 = new ValueType[] { new ValueType(), new ValueType() };
-      ValueType[] arr2 = new ValueType[] { new ValueType(), new ValueType() };
-      ValueType[][] inObj = new ValueType[][] { arr1, arr2 };
-      ValueType[][] retObj = port.valueTypeMultiArrayTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testValueTypeTest() throws Exception
-   {
-      ValueType inObj = new ValueType();
-      
-      inObj.setMyBigDecimal(new BigDecimal("100"));
-      inObj.setMyBigDecimalArray(new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") });
-      inObj.setMyBigInteger(new BigInteger("100"));
-      inObj.setMyBigIntegerArray(new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") });
-      inObj.setMyBoolean(true);
-      inObj.setMyBoolean1(new Boolean(true));
-      inObj.setMyBoolean1Array(new Boolean[] { new Boolean(true), new Boolean(false), new Boolean(true) });
-      inObj.setMyBooleanArray(new boolean[] { true, false, true });
-      inObj.setMyByte((byte)0x01);
-      inObj.setMyByte1(new Byte((byte)0x01));
-      inObj.setMyByteArray("byteArray".getBytes());
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      inObj.setMyCalendar(cal1);
-      inObj.setMyCalendarArray(new Calendar[] { cal1, cal2 });
-      inObj.setMyDouble(1.1);
-      inObj.setMyDouble1(new Double(1.1));
-      inObj.setMyDouble1Array(new Double[] { new Double(1.1), new Double(2.2) });
-      inObj.setMyDoubleArray(new double[] { 1.1, 2.2 });
-      inObj.setMyFloat(1.1f);
-      inObj.setMyFloat1(new Float(1.1f));
-      inObj.setMyFloat1Array(new Float[] { new Float(1.1f), new Float(2.2f) });
-      inObj.setMyFloatArray(new float[] { 1.1f, 2.2f });
-      inObj.setMyInt(1);
-      inObj.setMyInt1(new Integer(1));
-      inObj.setMyInt1Array(new Integer[] { new Integer(1), new Integer(2) });
-      inObj.setMyIntArray(new int[] { 1, 2 });
-      inObj.setMyLong(1);
-      inObj.setMyLong1(new Long(1));
-      inObj.setMyLong1Array(new Long[] { new Long(1), new Long(2) });
-      inObj.setMyLongArray(new long[] { 1, 2 });
-      inObj.setMyShort((short)1);
-      inObj.setMyShort1(new Short((short)1));
-      inObj.setMyShort1Array(new Short[] { new Short((short)1), new Short((short)2) });
-      inObj.setMyShortArray(new short[] { (short)1, (short)2 });
-      inObj.setMyString("String1");
-      inObj.setMyStringArray(new String[] { "String1", "String2" });
-
-      System.out.println("FIXME: JBWS-485");
-      //ValueType retObj = port.valueTypeTest(inObj);
-      //assertEquals(inObj, retObj);
-   }
-
-   public void testVoidTest() throws Exception
-   {
-      port.voidTest();
-   }
-
-   public void testWrapperBooleanTest() throws Exception
-   {
-      Boolean inObj = new Boolean("true");
-      Boolean retObj = port.wrapperBooleanTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperByteTest() throws Exception
-   {
-      Byte inObj = new Byte((byte)0x01);
-      Byte retObj = port.wrapperByteTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperDoubleTest() throws Exception
-   {
-      Double inObj = new Double("1.1");
-      Double retObj = port.wrapperDoubleTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperFloatTest() throws Exception
-   {
-      Float inObj = new Float("1.1");
-      Float retObj = port.wrapperFloatTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperIntegerTest() throws Exception
-   {
-      Integer inObj = new Integer("1");
-      Integer retObj = port.wrapperIntegerTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperLongTest() throws Exception
-   {
-      Long inObj = new Long("1");
-      Long retObj = port.wrapperLongTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-
-   public void testWrapperShortTest() throws Exception
-   {
-      Short inObj = new Short("1");
-      Short retObj = port.wrapperShortTest(inObj);
-      assertEquals(inObj, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,264 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Arrays;
-import java.util.Calendar;
-
-import org.jboss.logging.Logger;
-
-public class MarshallTestImpl implements MarshallTest
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(MarshallTestImpl.class);
-   
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] arrayOfBigDecimal_1)
-   {
-      log.info("bigDecimalArrayTest: " + Arrays.asList(arrayOfBigDecimal_1));
-      return arrayOfBigDecimal_1;
-   }
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] arrayOfarrayOfBigDecimal_1)
-   {
-      log.info("bigDecimalMultiArrayTest: " + Arrays.asList(arrayOfarrayOfBigDecimal_1));
-      return arrayOfarrayOfBigDecimal_1;
-   }
-
-   public BigDecimal bigDecimalTest(BigDecimal bigDecimal_1)
-   {
-      log.info("bigDecimalTest: " + bigDecimal_1);
-      return bigDecimal_1;
-   }
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] arrayOfBigInteger_1)
-   {
-      log.info("bigIntegerArrayTest: " + Arrays.asList(arrayOfBigInteger_1));
-      return arrayOfBigInteger_1;
-   }
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] arrayOfarrayOfBigInteger_1)
-   {
-      log.info("bigIntegerMultiArrayTest: " + Arrays.asList(arrayOfarrayOfBigInteger_1));
-      return arrayOfarrayOfBigInteger_1;
-   }
-
-   public BigInteger bigIntegerTest(BigInteger bigInteger_1)
-   {
-      log.info("bigIntegerTest: " + bigInteger_1);
-      return bigInteger_1;
-   }
-
-   public boolean[] booleanArrayTest(boolean[] arrayOfboolean_1)
-   {
-      return arrayOfboolean_1;
-   }
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] arrayOfarrayOfboolean_1)
-   {
-      return arrayOfarrayOfboolean_1;
-   }
-
-   public boolean booleanTest(boolean boolean_1)
-   {
-      return boolean_1;
-   }
-
-   public byte[] byteArrayTest(byte[] arrayOfbyte_1)
-   {
-      return arrayOfbyte_1;
-   }
-
-   public byte[][] byteMultiArrayTest(byte[][] arrayOfarrayOfbyte_1)
-   {
-      return arrayOfarrayOfbyte_1;
-   }
-
-   public byte byteTest(byte byte_1)
-   {
-      return byte_1;
-   }
-
-   public Calendar[] calendarArrayTest(Calendar[] arrayOfCalendar_1)
-   {
-      return arrayOfCalendar_1;
-   }
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] arrayOfarrayOfCalendar_1)
-   {
-      return arrayOfarrayOfCalendar_1;
-   }
-
-   public Calendar calendarTest(Calendar calendar_1)
-   {
-      return calendar_1;
-   }
-
-   public double[] doubleArrayTest(double[] arrayOfdouble_1)
-   {
-      return arrayOfdouble_1;
-   }
-
-   public double[][] doubleMultiArrayTest(double[][] arrayOfarrayOfdouble_1)
-   {
-      return arrayOfarrayOfdouble_1;
-   }
-
-   public double doubleTest(double double_1)
-   {
-      return double_1;
-   }
-
-   public float[] floatArrayTest(float[] arrayOffloat_1)
-   {
-      return arrayOffloat_1;
-   }
-
-   public float[][] floatMultiArrayTest(float[][] arrayOfarrayOffloat_1)
-   {
-      return arrayOfarrayOffloat_1;
-   }
-
-   public float floatTest(float float_1)
-   {
-      return float_1;
-   }
-
-   public int[] intArrayTest(int[] arrayOfint_1)
-   {
-      return arrayOfint_1;
-   }
-
-   public int[][] intMultiArrayTest(int[][] arrayOfarrayOfint_1)
-   {
-      return arrayOfarrayOfint_1;
-   }
-
-   public int intTest(int int_1)
-   {
-      return int_1;
-   }
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] arrayOfJavaBean_1)
-   {
-      return arrayOfJavaBean_1;
-   }
-
-   public JavaBean[][] javaBeanMultiArrayTest(JavaBean[][] arrayOfarrayOfJavaBean_1)
-   {
-      return arrayOfarrayOfJavaBean_1;
-   }
-
-   public JavaBean javaBeanTest(JavaBean javaBean_1)
-   {
-      return javaBean_1;
-   }
-
-   public long[] longArrayTest(long[] arrayOflong_1)
-   {
-      return arrayOflong_1;
-   }
-
-   public long[][] longMultiArrayTest(long[][] arrayOfarrayOflong_1)
-   {
-      return arrayOfarrayOflong_1;
-   }
-
-   public long longTest(long long_1)
-   {
-      return long_1;
-   }
-
-   public void myServiceExceptionTest() throws MyServiceException
-   {
-      throw new MyServiceException("just a test");
-   }
-
-   public short[] shortArrayTest(short[] arrayOfshort_1)
-   {
-      return arrayOfshort_1;
-   }
-
-   public short[][] shortMultiArrayTest(short[][] arrayOfarrayOfshort_1)
-   {
-      return arrayOfarrayOfshort_1;
-   }
-
-   public short shortTest(short short_1)
-   {
-      return short_1;
-   }
-
-   public String[] stringArrayTest(String[] arrayOfString_1)
-   {
-      return arrayOfString_1;
-   }
-
-   public String[][] stringMultiArrayTest(String[][] arrayOfarrayOfString_1)
-   {
-      return arrayOfarrayOfString_1;
-   }
-
-   public String stringTest(String string_1)
-   {
-      return string_1;
-   }
-
-   public ValueType[] valueTypeArrayTest(ValueType[] arrayOfValueType_1)
-   {
-      return arrayOfValueType_1;
-   }
-
-   public ValueType[][] valueTypeMultiArrayTest(ValueType[][] arrayOfarrayOfValueType_1)
-   {
-      return arrayOfarrayOfValueType_1;
-   }
-
-   public ValueType valueTypeTest(ValueType valueType_1)
-   {
-      return valueType_1;
-   }
-
-   public void voidTest()
-   {
-   }
-
-   public Boolean wrapperBooleanTest(Boolean boolean_1)
-   {
-      return boolean_1;
-   }
-
-   public Byte wrapperByteTest(Byte byte_1)
-   {
-      return byte_1;
-   }
-
-   public Double wrapperDoubleTest(Double double_1)
-   {
-      return double_1;
-   }
-
-   public Float wrapperFloatTest(Float float_1)
-   {
-      return float_1;
-   }
-
-   public Integer wrapperIntegerTest(Integer integer_1)
-   {
-      return integer_1;
-   }
-
-   public Long wrapperLongTest(Long long_1)
-   {
-      return long_1;
-   }
-
-   public Short wrapperShortTest(Short short_1)
-   {
-      return short_1;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-public class MyServiceException extends Exception
-{
-   private String theMessage;
-
-   public MyServiceException(String theMessage)
-   {
-      super(theMessage);
-      this.theMessage = theMessage;
-   }
-
-   public String getTheMessage()
-   {
-      return theMessage;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/MyServiceException.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,497 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.encoded.marshalltest;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Arrays;
-import java.util.Calendar;
-
-import org.jboss.ws.utils.JavaUtils;
-
-public class ValueType
-{
-   protected BigDecimal myBigDecimal;
-   protected BigDecimal[] myBigDecimalArray;
-   protected BigInteger myBigInteger;
-   protected BigInteger[] myBigIntegerArray;
-   protected boolean myBoolean;
-   protected Boolean myBoolean1;
-   protected Boolean[] myBoolean1Array;
-   protected boolean[] myBooleanArray;
-   protected byte myByte;
-   protected Byte myByte1;
-   protected byte[] myByteArray;
-   protected Calendar myCalendar;
-   protected Calendar[] myCalendarArray;
-   protected double myDouble;
-   protected Double myDouble1;
-   protected Double[] myDouble1Array;
-   protected double[] myDoubleArray;
-   protected float myFloat;
-   protected Float myFloat1;
-   protected Float[] myFloat1Array;
-   protected float[] myFloatArray;
-   protected int myInt;
-   protected Integer myInt1;
-   protected Integer[] myInt1Array;
-   protected int[] myIntArray;
-   protected long myLong;
-   protected Long myLong1;
-   protected Long[] myLong1Array;
-   protected long[] myLongArray;
-   protected short myShort;
-   protected Short myShort1;
-   protected Short[] myShort1Array;
-   protected short[] myShortArray;
-   protected String myString;
-   protected String[] myStringArray;
-
-   public ValueType()
-   {
-   }
-
-   public ValueType(BigDecimal myBigDecimal, BigDecimal[] myBigDecimalArray, BigInteger myBigInteger, BigInteger[] myBigIntegerArray, boolean myBoolean,
-         Boolean myBoolean1, Boolean[] myBoolean1Array, boolean[] myBooleanArray, byte myByte, Byte myByte1, byte[] myByteArray,
-         Calendar myCalendar, Calendar[] myCalendarArray, double myDouble, Double myDouble1, Double[] myDouble1Array,
-         double[] myDoubleArray, float myFloat, Float myFloat1, Float[] myFloat1Array, float[] myFloatArray, int myInt, Integer myInt1,
-         Integer[] myInt1Array, int[] myIntArray, long myLong, Long myLong1, Long[] myLong1Array, long[] myLongArray, short myShort,
-         Short myShort1, Short[] myShort1Array, short[] myShortArray, String myString, String[] myStringArray)
-   {
-      this.myBigDecimal = myBigDecimal;
-      this.myBigDecimalArray = myBigDecimalArray;
-      this.myBigInteger = myBigInteger;
-      this.myBigIntegerArray = myBigIntegerArray;
-      this.myBoolean = myBoolean;
-      this.myBoolean1 = myBoolean1;
-      this.myBoolean1Array = myBoolean1Array;
-      this.myBooleanArray = myBooleanArray;
-      this.myByte = myByte;
-      this.myByte1 = myByte1;
-      this.myByteArray = myByteArray;
-      this.myCalendar = myCalendar;
-      this.myCalendarArray = myCalendarArray;
-      this.myDouble = myDouble;
-      this.myDouble1 = myDouble1;
-      this.myDouble1Array = myDouble1Array;
-      this.myDoubleArray = myDoubleArray;
-      this.myFloat = myFloat;
-      this.myFloat1 = myFloat1;
-      this.myFloat1Array = myFloat1Array;
-      this.myFloatArray = myFloatArray;
-      this.myInt = myInt;
-      this.myInt1 = myInt1;
-      this.myInt1Array = myInt1Array;
-      this.myIntArray = myIntArray;
-      this.myLong = myLong;
-      this.myLong1 = myLong1;
-      this.myLong1Array = myLong1Array;
-      this.myLongArray = myLongArray;
-      this.myShort = myShort;
-      this.myShort1 = myShort1;
-      this.myShort1Array = myShort1Array;
-      this.myShortArray = myShortArray;
-      this.myString = myString;
-      this.myStringArray = myStringArray;
-   }
-
-   public BigDecimal getMyBigDecimal()
-   {
-      return myBigDecimal;
-   }
-
-   public void setMyBigDecimal(BigDecimal myBigDecimal)
-   {
-      this.myBigDecimal = myBigDecimal;
-   }
-
-   public BigDecimal[] getMyBigDecimalArray()
-   {
-      return myBigDecimalArray;
-   }
-
-   public void setMyBigDecimalArray(BigDecimal[] myBigDecimalArray)
-   {
-      this.myBigDecimalArray = myBigDecimalArray;
-   }
-
-   public BigInteger getMyBigInteger()
-   {
-      return myBigInteger;
-   }
-
-   public void setMyBigInteger(BigInteger myBigInteger)
-   {
-      this.myBigInteger = myBigInteger;
-   }
-
-   public BigInteger[] getMyBigIntegerArray()
-   {
-      return myBigIntegerArray;
-   }
-
-   public void setMyBigIntegerArray(BigInteger[] myBigIntegerArray)
-   {
-      this.myBigIntegerArray = myBigIntegerArray;
-   }
-
-   public boolean isMyBoolean()
-   {
-      return myBoolean;
-   }
-
-   public void setMyBoolean(boolean myBoolean)
-   {
-      this.myBoolean = myBoolean;
-   }
-
-   public Boolean getMyBoolean1()
-   {
-      return myBoolean1;
-   }
-
-   public void setMyBoolean1(Boolean myBoolean1)
-   {
-      this.myBoolean1 = myBoolean1;
-   }
-
-   public Boolean[] getMyBoolean1Array()
-   {
-      return myBoolean1Array;
-   }
-
-   public void setMyBoolean1Array(Boolean[] myBoolean1Array)
-   {
-      this.myBoolean1Array = myBoolean1Array;
-   }
-
-   public boolean[] getMyBooleanArray()
-   {
-      return myBooleanArray;
-   }
-
-   public void setMyBooleanArray(boolean[] myBooleanArray)
-   {
-      this.myBooleanArray = myBooleanArray;
-   }
-
-   public byte getMyByte()
-   {
-      return myByte;
-   }
-
-   public void setMyByte(byte myByte)
-   {
-      this.myByte = myByte;
-   }
-
-   public Byte getMyByte1()
-   {
-      return myByte1;
-   }
-
-   public void setMyByte1(Byte myByte1)
-   {
-      this.myByte1 = myByte1;
-   }
-
-   public byte[] getMyByteArray()
-   {
-      return myByteArray;
-   }
-
-   public void setMyByteArray(byte[] myByteArray)
-   {
-      this.myByteArray = myByteArray;
-   }
-
-   public Calendar getMyCalendar()
-   {
-      return myCalendar;
-   }
-
-   public void setMyCalendar(Calendar myCalendar)
-   {
-      this.myCalendar = myCalendar;
-   }
-
-   public Calendar[] getMyCalendarArray()
-   {
-      return myCalendarArray;
-   }
-
-   public void setMyCalendarArray(Calendar[] myCalendarArray)
-   {
-      this.myCalendarArray = myCalendarArray;
-   }
-
-   public double getMyDouble()
-   {
-      return myDouble;
-   }
-
-   public void setMyDouble(double myDouble)
-   {
-      this.myDouble = myDouble;
-   }
-
-   public Double getMyDouble1()
-   {
-      return myDouble1;
-   }
-
-   public void setMyDouble1(Double myDouble1)
-   {
-      this.myDouble1 = myDouble1;
-   }
-
-   public Double[] getMyDouble1Array()
-   {
-      return myDouble1Array;
-   }
-
-   public void setMyDouble1Array(Double[] myDouble1Array)
-   {
-      this.myDouble1Array = myDouble1Array;
-   }
-
-   public double[] getMyDoubleArray()
-   {
-      return myDoubleArray;
-   }
-
-   public void setMyDoubleArray(double[] myDoubleArray)
-   {
-      this.myDoubleArray = myDoubleArray;
-   }
-
-   public float getMyFloat()
-   {
-      return myFloat;
-   }
-
-   public void setMyFloat(float myFloat)
-   {
-      this.myFloat = myFloat;
-   }
-
-   public Float getMyFloat1()
-   {
-      return myFloat1;
-   }
-
-   public void setMyFloat1(Float myFloat1)
-   {
-      this.myFloat1 = myFloat1;
-   }
-
-   public Float[] getMyFloat1Array()
-   {
-      return myFloat1Array;
-   }
-
-   public void setMyFloat1Array(Float[] myFloat1Array)
-   {
-      this.myFloat1Array = myFloat1Array;
-   }
-
-   public float[] getMyFloatArray()
-   {
-      return myFloatArray;
-   }
-
-   public void setMyFloatArray(float[] myFloatArray)
-   {
-      this.myFloatArray = myFloatArray;
-   }
-
-   public int getMyInt()
-   {
-      return myInt;
-   }
-
-   public void setMyInt(int myInt)
-   {
-      this.myInt = myInt;
-   }
-
-   public Integer getMyInt1()
-   {
-      return myInt1;
-   }
-
-   public void setMyInt1(Integer myInt1)
-   {
-      this.myInt1 = myInt1;
-   }
-
-   public Integer[] getMyInt1Array()
-   {
-      return myInt1Array;
-   }
-
-   public void setMyInt1Array(Integer[] myInt1Array)
-   {
-      this.myInt1Array = myInt1Array;
-   }
-
-   public int[] getMyIntArray()
-   {
-      return myIntArray;
-   }
-
-   public void setMyIntArray(int[] myIntArray)
-   {
-      this.myIntArray = myIntArray;
-   }
-
-   public long getMyLong()
-   {
-      return myLong;
-   }
-
-   public void setMyLong(long myLong)
-   {
-      this.myLong = myLong;
-   }
-
-   public Long getMyLong1()
-   {
-      return myLong1;
-   }
-
-   public void setMyLong1(Long myLong1)
-   {
-      this.myLong1 = myLong1;
-   }
-
-   public Long[] getMyLong1Array()
-   {
-      return myLong1Array;
-   }
-
-   public void setMyLong1Array(Long[] myLong1Array)
-   {
-      this.myLong1Array = myLong1Array;
-   }
-
-   public long[] getMyLongArray()
-   {
-      return myLongArray;
-   }
-
-   public void setMyLongArray(long[] myLongArray)
-   {
-      this.myLongArray = myLongArray;
-   }
-
-   public short getMyShort()
-   {
-      return myShort;
-   }
-
-   public void setMyShort(short myShort)
-   {
-      this.myShort = myShort;
-   }
-
-   public Short getMyShort1()
-   {
-      return myShort1;
-   }
-
-   public void setMyShort1(Short myShort1)
-   {
-      this.myShort1 = myShort1;
-   }
-
-   public Short[] getMyShort1Array()
-   {
-      return myShort1Array;
-   }
-
-   public void setMyShort1Array(Short[] myShort1Array)
-   {
-      this.myShort1Array = myShort1Array;
-   }
-
-   public short[] getMyShortArray()
-   {
-      return myShortArray;
-   }
-
-   public void setMyShortArray(short[] myShortArray)
-   {
-      this.myShortArray = myShortArray;
-   }
-
-   public String getMyString()
-   {
-      return myString;
-   }
-
-   public void setMyString(String myString)
-   {
-      this.myString = myString;
-   }
-
-   public String[] getMyStringArray()
-   {
-      return myStringArray;
-   }
-
-   public void setMyStringArray(String[] myStringArray)
-   {
-      this.myStringArray = myStringArray;
-   }
-   
-   public boolean equals(Object obj)
-   {
-      return toString().equals("" + obj);
-   }
-   
-   public String toString()
-   {
-      StringBuffer buf = new StringBuffer("[");
-      buf.append("myBigDecimal=" + myBigDecimal);
-      buf.append(",myBigDecimalArray=" + (myBigDecimalArray != null ? Arrays.asList(myBigDecimalArray) : null));
-      buf.append(",myBigInteger=" + myBigInteger);
-      buf.append(",myBigIntegerArray=" + (myBigIntegerArray != null ? Arrays.asList(myBigIntegerArray) : null));
-      buf.append(",myBoolean=" + myBoolean);
-      buf.append(",myBoolean1=" + myBoolean1);
-      buf.append(",myBoolean1Array=" + (myBoolean1Array != null ? Arrays.asList(myBoolean1Array) : null));
-      buf.append(",myBooleanArray=" + (myBooleanArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myBooleanArray)) : null));
-      buf.append(",myByte=" + myByte);
-      buf.append(",myByte1=" + myByte1);
-      buf.append(",myByteArray=" + (myByteArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myByteArray)) : null));
-      buf.append(",myCalendar=" + myCalendar);
-      buf.append(",myCalendarArray=" + (myCalendarArray != null ? Arrays.asList(myCalendarArray) : null));
-      buf.append(",myDouble=" + myDouble);
-      buf.append(",myDouble1=" + myDouble1);
-      buf.append(",myDouble1Array=" + (myDouble1Array != null ? Arrays.asList(myDouble1Array) : null));
-      buf.append(",myDoubleArray=" + (myDoubleArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myDoubleArray)) : null));
-      buf.append(",myFloat=" + myFloat);
-      buf.append(",myFloat1=" + myFloat1);
-      buf.append(",myFloat1Array=" + (myFloat1Array != null ? Arrays.asList(myFloat1Array) : null));
-      buf.append(",myFloatArray=" + (myFloatArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myFloatArray)) : null));
-      buf.append(",myInt=" + myInt);
-      buf.append(",myInt1=" + myInt1);
-      buf.append(",myInt1Array=" + (myInt1Array != null ? Arrays.asList(myInt1Array) : null));
-      buf.append(",myIntArray=" + (myIntArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myIntArray)) : null));
-      buf.append(",myLong=" + myLong);
-      buf.append(",myLong1=" + myLong1);
-      buf.append(",myLong1Array=" + (myLong1Array != null ? Arrays.asList(myLong1Array) : null));
-      buf.append(",myLongArray=" + (myLongArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myLongArray)) : null));
-      buf.append(",myShort=" + myShort);
-      buf.append(",myShort1=" + myShort1);
-      buf.append(",myShort1Array=" + (myShort1Array != null ? Arrays.asList(myShort1Array) : null));
-      buf.append(",myShortArray=" + (myShortArray != null ? Arrays.asList((Object[])JavaUtils.getWrapperValue(myShortArray)) : null));
-      buf.append(",myString=" + myString);
-      buf.append(",myStringArray=" + (myStringArray != null ? Arrays.asList(myStringArray) : null));
-      buf.append("]");
-      return buf.toString();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/marshalltest/ValueType.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,246 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-public class AllStruct {
-    protected java.lang.String varString;
-    protected java.math.BigInteger varInteger;
-    protected int varInt;
-    protected long varLong;
-    protected short varShort;
-    protected java.math.BigDecimal varDecimal;
-    protected float varFloat;
-    protected double varDouble;
-    protected boolean varBoolean;
-    protected byte varByte;
-    protected javax.xml.namespace.QName varQName;
-    protected java.util.Calendar varDateTime;
-    protected java.lang.String varSoapString;
-    protected java.lang.Boolean varSoapBoolean;
-    protected java.lang.Float varSoapFloat;
-    protected java.lang.Double varSoapDouble;
-    protected java.math.BigDecimal varSoapDecimal;
-    protected java.lang.Integer varSoapInt;
-    protected java.lang.Short varSoapShort;
-    protected java.lang.Byte varSoapByte;
-    protected byte[] varBase64Binary;
-    protected byte[] varHexBinary;
-    protected byte[] varSoapBase64;
-    
-    public AllStruct() {
-    }
-    
-    public AllStruct(java.lang.String varString, java.math.BigInteger varInteger, int varInt, long varLong, short varShort, java.math.BigDecimal varDecimal, float varFloat, double varDouble, boolean varBoolean, byte varByte, javax.xml.namespace.QName varQName, java.util.Calendar varDateTime, java.lang.String varSoapString, java.lang.Boolean varSoapBoolean, java.lang.Float varSoapFloat, java.lang.Double varSoapDouble, java.math.BigDecimal varSoapDecimal, java.lang.Integer varSoapInt, java.lang.Short varSoapShort, java.lang.Byte varSoapByte, byte[] varBase64Binary, byte[] varHexBinary, byte[] varSoapBase64) {
-        this.varString = varString;
-        this.varInteger = varInteger;
-        this.varInt = varInt;
-        this.varLong = varLong;
-        this.varShort = varShort;
-        this.varDecimal = varDecimal;
-        this.varFloat = varFloat;
-        this.varDouble = varDouble;
-        this.varBoolean = varBoolean;
-        this.varByte = varByte;
-        this.varQName = varQName;
-        this.varDateTime = varDateTime;
-        this.varSoapString = varSoapString;
-        this.varSoapBoolean = varSoapBoolean;
-        this.varSoapFloat = varSoapFloat;
-        this.varSoapDouble = varSoapDouble;
-        this.varSoapDecimal = varSoapDecimal;
-        this.varSoapInt = varSoapInt;
-        this.varSoapShort = varSoapShort;
-        this.varSoapByte = varSoapByte;
-        this.varBase64Binary = varBase64Binary;
-        this.varHexBinary = varHexBinary;
-        this.varSoapBase64 = varSoapBase64;
-    }
-    
-    public java.lang.String getVarString() {
-        return varString;
-    }
-    
-    public void setVarString(java.lang.String varString) {
-        this.varString = varString;
-    }
-    
-    public java.math.BigInteger getVarInteger() {
-        return varInteger;
-    }
-    
-    public void setVarInteger(java.math.BigInteger varInteger) {
-        this.varInteger = varInteger;
-    }
-    
-    public int getVarInt() {
-        return varInt;
-    }
-    
-    public void setVarInt(int varInt) {
-        this.varInt = varInt;
-    }
-    
-    public long getVarLong() {
-        return varLong;
-    }
-    
-    public void setVarLong(long varLong) {
-        this.varLong = varLong;
-    }
-    
-    public short getVarShort() {
-        return varShort;
-    }
-    
-    public void setVarShort(short varShort) {
-        this.varShort = varShort;
-    }
-    
-    public java.math.BigDecimal getVarDecimal() {
-        return varDecimal;
-    }
-    
-    public void setVarDecimal(java.math.BigDecimal varDecimal) {
-        this.varDecimal = varDecimal;
-    }
-    
-    public float getVarFloat() {
-        return varFloat;
-    }
-    
-    public void setVarFloat(float varFloat) {
-        this.varFloat = varFloat;
-    }
-    
-    public double getVarDouble() {
-        return varDouble;
-    }
-    
-    public void setVarDouble(double varDouble) {
-        this.varDouble = varDouble;
-    }
-    
-    public boolean isVarBoolean() {
-        return varBoolean;
-    }
-    
-    public void setVarBoolean(boolean varBoolean) {
-        this.varBoolean = varBoolean;
-    }
-    
-    public byte getVarByte() {
-        return varByte;
-    }
-    
-    public void setVarByte(byte varByte) {
-        this.varByte = varByte;
-    }
-    
-    public javax.xml.namespace.QName getVarQName() {
-        return varQName;
-    }
-    
-    public void setVarQName(javax.xml.namespace.QName varQName) {
-        this.varQName = varQName;
-    }
-    
-    public java.util.Calendar getVarDateTime() {
-        return varDateTime;
-    }
-    
-    public void setVarDateTime(java.util.Calendar varDateTime) {
-        this.varDateTime = varDateTime;
-    }
-    
-    public java.lang.String getVarSoapString() {
-        return varSoapString;
-    }
-    
-    public void setVarSoapString(java.lang.String varSoapString) {
-        this.varSoapString = varSoapString;
-    }
-    
-    public java.lang.Boolean getVarSoapBoolean() {
-        return varSoapBoolean;
-    }
-    
-    public void setVarSoapBoolean(java.lang.Boolean varSoapBoolean) {
-        this.varSoapBoolean = varSoapBoolean;
-    }
-    
-    public java.lang.Float getVarSoapFloat() {
-        return varSoapFloat;
-    }
-    
-    public void setVarSoapFloat(java.lang.Float varSoapFloat) {
-        this.varSoapFloat = varSoapFloat;
-    }
-    
-    public java.lang.Double getVarSoapDouble() {
-        return varSoapDouble;
-    }
-    
-    public void setVarSoapDouble(java.lang.Double varSoapDouble) {
-        this.varSoapDouble = varSoapDouble;
-    }
-    
-    public java.math.BigDecimal getVarSoapDecimal() {
-        return varSoapDecimal;
-    }
-    
-    public void setVarSoapDecimal(java.math.BigDecimal varSoapDecimal) {
-        this.varSoapDecimal = varSoapDecimal;
-    }
-    
-    public java.lang.Integer getVarSoapInt() {
-        return varSoapInt;
-    }
-    
-    public void setVarSoapInt(java.lang.Integer varSoapInt) {
-        this.varSoapInt = varSoapInt;
-    }
-    
-    public java.lang.Short getVarSoapShort() {
-        return varSoapShort;
-    }
-    
-    public void setVarSoapShort(java.lang.Short varSoapShort) {
-        this.varSoapShort = varSoapShort;
-    }
-    
-    public java.lang.Byte getVarSoapByte() {
-        return varSoapByte;
-    }
-    
-    public void setVarSoapByte(java.lang.Byte varSoapByte) {
-        this.varSoapByte = varSoapByte;
-    }
-    
-    public byte[] getVarBase64Binary() {
-        return varBase64Binary;
-    }
-    
-    public void setVarBase64Binary(byte[] varBase64Binary) {
-        this.varBase64Binary = varBase64Binary;
-    }
-    
-    public byte[] getVarHexBinary() {
-        return varHexBinary;
-    }
-    
-    public void setVarHexBinary(byte[] varHexBinary) {
-        this.varHexBinary = varHexBinary;
-    }
-    
-    public byte[] getVarSoapBase64() {
-        return varSoapBase64;
-    }
-    
-    public void setVarSoapBase64(byte[] varSoapBase64) {
-        this.varSoapBase64 = varSoapBase64;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/AllStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-public class Book
-{
-   protected java.lang.String author;
-   protected java.lang.String title;
-   protected int isbn;
-
-   public Book()
-   {
-   }
-
-   public Book(java.lang.String author, java.lang.String title, int isbn)
-   {
-      this.author = author;
-      this.title = title;
-      this.isbn = isbn;
-   }
-
-   public java.lang.String getAuthor()
-   {
-      return author;
-   }
-
-   public void setAuthor(java.lang.String author)
-   {
-      this.author = author;
-   }
-
-   public java.lang.String getTitle()
-   {
-      return title;
-   }
-
-   public void setTitle(java.lang.String title)
-   {
-      this.title = title;
-   }
-
-   public int getIsbn()
-   {
-      return isbn;
-   }
-
-   public void setIsbn(int isbn)
-   {
-      this.isbn = isbn;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (obj == null) return false;
-      return toString().equals(obj.toString());
-   }
-   
-   public String toString()
-   {
-      return "[author=" + author + ",title=" + title + ",isbn=" + isbn + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/Book.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumByte {
-    private byte value;
-    private static Map valueMap = new HashMap();
-    public static final byte _value1 = (byte)-128;
-    public static final byte _value2 = (byte)127;
-    
-    public static final EnumByte value1 = new EnumByte(_value1);
-    public static final EnumByte value2 = new EnumByte(_value2);
-    
-    protected EnumByte(byte value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public byte getValue() {
-        return value;
-    }
-    
-    public static EnumByte fromValue(byte value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumByte fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumByte ret = (EnumByte)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-128")) {
-            return value1;
-        } else if (value.equals("127")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Byte(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumByte)) {
-            return false;
-        }
-        return ((EnumByte)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Byte(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumByte.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumDecimal {
-    private java.math.BigDecimal value;
-    private static Map valueMap = new HashMap();
-    public static final String _value1String = "3512359.1456";
-    public static final String _value2String = "3512360.1456";
-    
-    public static final java.math.BigDecimal _value1 = new java.math.BigDecimal(_value1String);
-    public static final java.math.BigDecimal _value2 = new java.math.BigDecimal(_value2String);
-    
-    public static final EnumDecimal value1 = new EnumDecimal(_value1);
-    public static final EnumDecimal value2 = new EnumDecimal(_value2);
-    
-    protected EnumDecimal(java.math.BigDecimal value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public java.math.BigDecimal getValue() {
-        return value;
-    }
-    
-    public static EnumDecimal fromValue(java.math.BigDecimal value)
-        throws java.lang.IllegalStateException {
-        if (value1.value.equals(value)) {
-            return value1;
-        } else if (value2.value.equals(value)) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumDecimal fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumDecimal ret = (EnumDecimal)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals(_value1String)) {
-            return value1;
-        } else if (value.equals(_value2String)) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return value.toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumDecimal)) {
-            return false;
-        }
-        return ((EnumDecimal)obj).value.equals(value);
-    }
-    
-    public int hashCode() {
-        return value.hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDecimal.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumDouble {
-    private double value;
-    private static Map valueMap = new HashMap();
-    public static final double _value1 = (double)-1.0000000000000;
-    public static final double _value2 = (double)3.0000000000000;
-    
-    public static final EnumDouble value1 = new EnumDouble(_value1);
-    public static final EnumDouble value2 = new EnumDouble(_value2);
-    
-    protected EnumDouble(double value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public double getValue() {
-        return value;
-    }
-    
-    public static EnumDouble fromValue(double value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumDouble fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumDouble ret = (EnumDouble)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-1.0000000000000")) {
-            return value1;
-        } else if (value.equals("3.0000000000000")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Double(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumDouble)) {
-            return false;
-        }
-        return ((EnumDouble)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Double(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumDouble.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumFloat {
-    private float value;
-    private static Map valueMap = new HashMap();
-    public static final float _value1 = (float)-1.00000000;
-    public static final float _value2 = (float)3.00000000;
-    
-    public static final EnumFloat value1 = new EnumFloat(_value1);
-    public static final EnumFloat value2 = new EnumFloat(_value2);
-    
-    protected EnumFloat(float value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public float getValue() {
-        return value;
-    }
-    
-    public static EnumFloat fromValue(float value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumFloat fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumFloat ret = (EnumFloat)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-1.00000000")) {
-            return value1;
-        } else if (value.equals("3.00000000")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Float(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumFloat)) {
-            return false;
-        }
-        return ((EnumFloat)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Float(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumFloat.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumInt {
-    private int value;
-    private static Map valueMap = new HashMap();
-    public static final int _value1 = (int)-2147483648;
-    public static final int _value2 = (int)2147483647;
-    
-    public static final EnumInt value1 = new EnumInt(_value1);
-    public static final EnumInt value2 = new EnumInt(_value2);
-    
-    protected EnumInt(int value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public int getValue() {
-        return value;
-    }
-    
-    public static EnumInt fromValue(int value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumInt fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumInt ret = (EnumInt)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-2147483648")) {
-            return value1;
-        } else if (value.equals("2147483647")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Integer(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumInt)) {
-            return false;
-        }
-        return ((EnumInt)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Integer(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInt.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumInteger {
-    private java.math.BigInteger value;
-    private static Map valueMap = new HashMap();
-    public static final String _value1String = "3512359";
-    public static final String _value2String = "3512360";
-    
-    public static final java.math.BigInteger _value1 = new java.math.BigInteger(_value1String);
-    public static final java.math.BigInteger _value2 = new java.math.BigInteger(_value2String);
-    
-    public static final EnumInteger value1 = new EnumInteger(_value1);
-    public static final EnumInteger value2 = new EnumInteger(_value2);
-    
-    protected EnumInteger(java.math.BigInteger value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public java.math.BigInteger getValue() {
-        return value;
-    }
-    
-    public static EnumInteger fromValue(java.math.BigInteger value)
-        throws java.lang.IllegalStateException {
-        if (value1.value.equals(value)) {
-            return value1;
-        } else if (value2.value.equals(value)) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumInteger fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumInteger ret = (EnumInteger)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals(_value1String)) {
-            return value1;
-        } else if (value.equals(_value2String)) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return value.toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumInteger)) {
-            return false;
-        }
-        return ((EnumInteger)obj).value.equals(value);
-    }
-    
-    public int hashCode() {
-        return value.hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumInteger.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumLong {
-    private long value;
-    private static Map valueMap = new HashMap();
-    public static final long _value1 = -9223372036854775808L;
-    public static final long _value2 = 9223372036854775807L;
-    
-    public static final EnumLong value1 = new EnumLong(_value1);
-    public static final EnumLong value2 = new EnumLong(_value2);
-    
-    protected EnumLong(long value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public long getValue() {
-        return value;
-    }
-    
-    public static EnumLong fromValue(long value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumLong fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumLong ret = (EnumLong)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-9223372036854775808")) {
-            return value1;
-        } else if (value.equals("9223372036854775807")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Long(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumLong)) {
-            return false;
-        }
-        return ((EnumLong)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Long(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumLong.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumShort {
-    private short value;
-    private static Map valueMap = new HashMap();
-    public static final short _value1 = (short)-32768;
-    public static final short _value2 = (short)32767;
-    
-    public static final EnumShort value1 = new EnumShort(_value1);
-    public static final EnumShort value2 = new EnumShort(_value2);
-    
-    protected EnumShort(short value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public short getValue() {
-        return value;
-    }
-    
-    public static EnumShort fromValue(short value)
-        throws java.lang.IllegalStateException {
-        if (value1.value == value) {
-            return value1;
-        } else if (value2.value == value) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumShort fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumShort ret = (EnumShort)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals("-32768")) {
-            return value1;
-        } else if (value.equals("32767")) {
-            return value2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return new Short(value).toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumShort)) {
-            return false;
-        }
-        return ((EnumShort)obj).value == value;
-    }
-    
-    public int hashCode() {
-        return new Short(value).toString().hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumShort.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-
-import java.util.HashMap;
-import java.util.Map;
-
-public class EnumString {
-    private java.lang.String value;
-    private static Map valueMap = new HashMap();
-    public static final String _String1String = "String1";
-    public static final String _String2String = "String2";
-    
-    public static final java.lang.String _String1 = new java.lang.String(_String1String);
-    public static final java.lang.String _String2 = new java.lang.String(_String2String);
-    
-    public static final EnumString String1 = new EnumString(_String1);
-    public static final EnumString String2 = new EnumString(_String2);
-    
-    protected EnumString(java.lang.String value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public java.lang.String getValue() {
-        return value;
-    }
-    
-    public static EnumString fromValue(java.lang.String value)
-        throws java.lang.IllegalStateException {
-        if (String1.value.equals(value)) {
-            return String1;
-        } else if (String2.value.equals(value)) {
-            return String2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public static EnumString fromString(String value)
-        throws java.lang.IllegalStateException {
-        EnumString ret = (EnumString)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals(_String1String)) {
-            return String1;
-        } else if (value.equals(_String2String)) {
-            return String2;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public String toString() {
-        return value.toString();
-    }
-    
-    private Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(Object obj) {
-        if (!(obj instanceof EnumString)) {
-            return false;
-        }
-        return ((EnumString)obj).value.equals(value);
-    }
-    
-    public int hashCode() {
-        return value.hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/EnumString.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,112 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfBookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfQNameHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbooleanHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbyteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdateTimeHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOffloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOflongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfshortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfstringHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.BookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumByteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumFloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumLongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumShortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumStringHolder;
-
-public interface ParameterModeTest extends Remote
-{
-   public void echoIn(String varString) throws RemoteException;
-
-   public void echoOut(StringHolder varString) throws RemoteException;
-
-   public void echoInOut(StringHolder varString) throws RemoteException;
-
-   public void echoInOut2(StringHolder varString) throws RemoteException;
-
-   public String echoInOut3(String param) throws RemoteException;
-
-   public String echoInOut4(String param) throws RemoteException;
-
-   public void echoMix(String varInString, StringHolder varInOutString, StringHolder varOutString) throws RemoteException;
-
-   public void echoInSimpleTypes(String varString, BigInteger varInteger, int varInt, long varLong, short varShort, BigDecimal varDecimal,
-         float varFloat, double varDouble, boolean varBoolean, byte varByte, QName varQName, Calendar varDateTime, String varSoapString,
-         Boolean varSoapBoolean, Float varSoapFloat, Double varSoapDouble, BigDecimal varSoapDecimal, Integer varSoapInt, Short varSoapShort,
-         Byte varSoapByte, byte[] varBase64Binary, byte[] varHexBinary, byte[] varSoapBase64) throws RemoteException;
-
-   public void echoOutSimpleTypes(StringHolder varString, BigIntegerHolder varInteger, IntHolder varInt, LongHolder varLong, ShortHolder varShort,
-         BigDecimalHolder varDecimal, FloatHolder varFloat, DoubleHolder varDouble, BooleanHolder varBoolean, ByteHolder varByte, QNameHolder varQName,
-         CalendarHolder varDateTime, StringHolder varSoapString, BooleanWrapperHolder varSoapBoolean, FloatWrapperHolder varSoapFloat,
-         DoubleWrapperHolder varSoapDouble, BigDecimalHolder varSoapDecimal, IntegerWrapperHolder varSoapInt, ShortWrapperHolder varSoapShort,
-         ByteWrapperHolder varSoapByte, ByteArrayHolder varBase64Binary, ByteArrayHolder varHexBinary, ByteArrayHolder varSoapBase64) throws RemoteException;
-
-   public void echoInOutSimpleTypes(StringHolder varString, BigIntegerHolder varInteger, IntHolder varInt, LongHolder varLong, ShortHolder varShort,
-         BigDecimalHolder varDecimal, FloatHolder varFloat, DoubleHolder varDouble, BooleanHolder varBoolean, ByteHolder varByte, QNameHolder varQName,
-         CalendarHolder varDateTime, StringHolder varSoapString, BooleanWrapperHolder varSoapBoolean, FloatWrapperHolder varSoapFloat,
-         DoubleWrapperHolder varSoapDouble, BigDecimalHolder varSoapDecimal, IntegerWrapperHolder varSoapInt, ShortWrapperHolder varSoapShort,
-         ByteWrapperHolder varSoapByte, ByteArrayHolder varBase64Binary, ByteArrayHolder varHexBinary, ByteArrayHolder varSoapBase64) throws RemoteException;
-
-   public void echoInEnum(EnumString varEnumString, EnumInteger varEnumInteger, EnumInt varEnumInt, EnumLong varEnumLong, EnumShort varEnumShort,
-         EnumDecimal varEnumDecimal, EnumFloat varEnumFloat, EnumDouble varEnumDouble, EnumByte varEnumByte) throws RemoteException;
-
-   public void echoOutEnum(EnumStringHolder varEnumString, EnumIntegerHolder varEnumInteger, EnumIntHolder varEnumInt, EnumLongHolder varEnumLong,
-         EnumShortHolder varEnumShort, EnumDecimalHolder varEnumDecimal, EnumFloatHolder varEnumFloat, EnumDoubleHolder varEnumDouble, EnumByteHolder varEnumByte)
-         throws RemoteException;
-
-   public void echoInOutEnum(EnumStringHolder varEnumString, EnumIntegerHolder varEnumInteger, EnumIntHolder varEnumInt, EnumLongHolder varEnumLong,
-         EnumShortHolder varEnumShort, EnumDecimalHolder varEnumDecimal, EnumFloatHolder varEnumFloat, EnumDoubleHolder varEnumDouble, EnumByteHolder varEnumByte)
-         throws RemoteException;
-
-   public void echoInStruct(AllStruct varStruct) throws RemoteException;
-
-   public void echoInOutSimpleTypesArray(ArrayOfstringHolder varString, ArrayOfintegerHolder varInteger, ArrayOfintHolder varInt, ArrayOflongHolder varLong,
-         ArrayOfshortHolder varShort, ArrayOfdecimalHolder varDecimal, ArrayOffloatHolder varFloat, ArrayOfdoubleHolder varDouble, ArrayOfbooleanHolder varBoolean,
-         ArrayOfbyteHolder varByte, ArrayOfQNameHolder varQName, ArrayOfdateTimeHolder varDateTime) throws RemoteException;
-
-   public void echoInOutBook(BookHolder varBook) throws RemoteException;
-
-   public void echoInOutBookArray(ArrayOfBookHolder varBook) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,407 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-// $Id$
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-import java.util.Date;
-import java.util.GregorianCalendar;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfBookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfQNameHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbooleanHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbyteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdateTimeHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOffloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOflongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfshortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfstringHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.BookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumByteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumFloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumLongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumShortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumStringHolder;
-
-/**
- * Test soap encoded parameters
- *
- * @author Thomas.Diesler at jboss.org
- * @since 31-Oct-2005
- */
-public class ParameterModeTestCase extends JBossWSTest
-{
-   private static ParameterModeTest port;
-
-   private static String _varString = "varString";
-   private static BigInteger _varInteger = new BigInteger("100");
-   private static int _varInt = 1;
-   private static long _varLong = 2;
-   private static short _varShort = 3;
-   private static BigDecimal _varDecimal = new BigDecimal("200");
-   private static float _varFloat = 1.1f;
-   private static double _varDouble = 1.2;
-   private static boolean _varBoolean = true;
-   private static byte _varByte = 0x04;
-   private static QName _varQName = new QName("http://nsuri", "name");
-   private static Calendar _varDateTime = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-   private static String _varSoapString = "soapString";
-   private static Boolean _varSoapBoolean = new Boolean(true);
-   private static Float _varSoapFloat = new Float(2.1f);
-   private static Double _varSoapDouble = new Double(2.2);
-   private static BigDecimal _varSoapDecimal = new BigDecimal("300");
-   private static Integer _varSoapInt = new Integer(3);
-   private static Short _varSoapShort = new Short(_varShort);
-   private static Byte _varSoapByte = new Byte(_varByte);
-   private static byte[] _varBase64Binary = "varBase64Binary".getBytes();
-   private static byte[] _varHexBinary = "varHexBinary".getBytes();
-   private static byte[] _varSoapBase64 = "varSoapBase64".getBytes();
-
-   private static EnumString _varEnumString = EnumString.String1;
-   private static EnumInteger _varEnumInteger = EnumInteger.value1;
-   private static EnumInt _varEnumInt = EnumInt.value1;
-   private static EnumLong _varEnumLong = EnumLong.value1;
-   private static EnumShort _varEnumShort = EnumShort.value1;
-   private static EnumDecimal _varEnumDecimal = EnumDecimal.value1;
-   private static EnumFloat _varEnumFloat = EnumFloat.value1;
-   private static EnumDouble _varEnumDouble = EnumDouble.value1;
-   private static EnumByte _varEnumByte = EnumByte.value1;
-
-   static
-   {
-      //_varDateTime.setTimeZone(TimeZone.getTimeZone("GMT-0"));
-   }
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(ParameterModeTestCase.class, "jaxrpc-encoded-parametermode.war, jaxrpc-encoded-parametermode-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (ParameterModeTest)service.getPort(ParameterModeTest.class);
-      }
-   }
-
-   public void testEchoIn() throws Exception
-   {
-      port.echoIn("Kermit");
-   }
-
-   public void testEchoOut() throws Exception
-   {
-      StringHolder varString = new StringHolder();
-      port.echoOut(varString);
-      assertEquals("Kermit", varString.value);
-   }
-
-   public void testEchoInOut() throws Exception
-   {
-      StringHolder varString = new StringHolder("Frerrari");
-      port.echoInOut(varString);
-      assertEquals("Frerrari", varString.value);
-   }
-
-   public void testEchoMix() throws Exception
-   {
-      String varInString = "in";
-      StringHolder varInOutString = new StringHolder("inout");
-      StringHolder varOutString = new StringHolder();
-      port.echoMix(varInString, varInOutString, varOutString);
-      assertEquals("inout", varInOutString.value);
-      assertEquals("in", varOutString.value);
-   }
-
-   public void testEchoInSimpleTypes() throws Exception
-   {
-      port.echoInSimpleTypes(_varString, _varInteger, _varInt, _varLong, _varShort, _varDecimal, _varFloat, _varDouble, _varBoolean, _varByte, _varQName, _varDateTime,
-            _varSoapString, _varSoapBoolean, _varSoapFloat, _varSoapDouble, _varSoapDecimal, _varSoapInt, _varSoapShort, _varSoapByte, _varBase64Binary, _varHexBinary,
-            _varSoapBase64);
-   }
-
-   public void testEchoOutSimpleTypes() throws Exception
-   {
-      StringHolder varString = new StringHolder();
-      BigIntegerHolder varInteger = new BigIntegerHolder();
-      IntHolder varInt = new IntHolder();
-      LongHolder varLong = new LongHolder();
-      ShortHolder varShort = new ShortHolder();
-      BigDecimalHolder varDecimal = new BigDecimalHolder();
-      FloatHolder varFloat = new FloatHolder();
-      DoubleHolder varDouble = new DoubleHolder();
-      BooleanHolder varBoolean = new BooleanHolder();
-      ByteHolder varByte = new ByteHolder();
-      QNameHolder varQName = new QNameHolder();
-      CalendarHolder varDateTime = new CalendarHolder();
-      StringHolder varSoapString = new StringHolder();
-      BooleanWrapperHolder varSoapBoolean = new BooleanWrapperHolder();
-      FloatWrapperHolder varSoapFloat = new FloatWrapperHolder();
-      DoubleWrapperHolder varSoapDouble = new DoubleWrapperHolder();
-      BigDecimalHolder varSoapDecimal = new BigDecimalHolder();
-      IntegerWrapperHolder varSoapInt = new IntegerWrapperHolder();
-      ShortWrapperHolder varSoapShort = new ShortWrapperHolder();
-      ByteWrapperHolder varSoapByte = new ByteWrapperHolder();
-      ByteArrayHolder varBase64Binary = new ByteArrayHolder();
-      ByteArrayHolder varHexBinary = new ByteArrayHolder();
-      ByteArrayHolder varSoapBase64 = new ByteArrayHolder();
-
-      port.echoOutSimpleTypes(varString, varInteger, varInt, varLong, varShort, varDecimal, varFloat, varDouble, varBoolean, varByte, varQName, varDateTime,
-            varSoapString, varSoapBoolean, varSoapFloat, varSoapDouble, varSoapDecimal, varSoapInt, varSoapShort, varSoapByte, varBase64Binary, varHexBinary,
-            varSoapBase64);
-
-      assertEquals(_varString, varString.value);
-      assertEquals(_varInteger, varInteger.value);
-      assertEquals(_varInt, varInt.value);
-      assertEquals(_varLong, varLong.value);
-      assertEquals(_varShort, varShort.value);
-      assertEquals(_varDecimal, varDecimal.value);
-      assertEquals(_varFloat, varFloat.value, 2);
-      assertEquals(_varDouble, varDouble.value, 2);
-      assertEquals(_varBoolean, varBoolean.value);
-      assertEquals(_varByte, varByte.value);
-      assertEquals(_varQName, varQName.value);
-      assertEquals(_varDateTime.getTime(), varDateTime.value.getTime());
-      assertEquals(_varSoapString, varSoapString.value);
-      assertEquals(_varSoapBoolean, varSoapBoolean.value);
-      assertEquals(_varSoapFloat, varSoapFloat.value);
-      assertEquals(_varSoapDouble, varSoapDouble.value);
-      assertEquals(_varSoapDecimal, varSoapDecimal.value);
-      assertEquals(_varSoapInt, varSoapInt.value);
-      assertEquals(_varSoapShort, varSoapShort.value);
-      assertEquals(_varSoapByte, varSoapByte.value);
-      assertEquals(_varBase64Binary, varBase64Binary.value);
-      assertEquals(_varHexBinary, varHexBinary.value);
-      assertEquals(_varSoapBase64, varSoapBase64.value);
-   }
-
-   public void testEchoInOutSimpleTypes() throws Exception
-   {
-      StringHolder varString = new StringHolder(_varString);
-      BigIntegerHolder varInteger = new BigIntegerHolder(_varInteger);
-      IntHolder varInt = new IntHolder(_varInt);
-      LongHolder varLong = new LongHolder(_varLong);
-      ShortHolder varShort = new ShortHolder(_varShort);
-      BigDecimalHolder varDecimal = new BigDecimalHolder(_varDecimal);
-      FloatHolder varFloat = new FloatHolder(_varFloat);
-      DoubleHolder varDouble = new DoubleHolder(_varDouble);
-      BooleanHolder varBoolean = new BooleanHolder(_varBoolean);
-      ByteHolder varByte = new ByteHolder(_varByte);
-      QNameHolder varQName = new QNameHolder(_varQName);
-      CalendarHolder varDateTime = new CalendarHolder(_varDateTime);
-      StringHolder varSoapString = new StringHolder(_varSoapString);
-      BooleanWrapperHolder varSoapBoolean = new BooleanWrapperHolder(_varSoapBoolean);
-      FloatWrapperHolder varSoapFloat = new FloatWrapperHolder(_varSoapFloat);
-      DoubleWrapperHolder varSoapDouble = new DoubleWrapperHolder(_varSoapDouble);
-      BigDecimalHolder varSoapDecimal = new BigDecimalHolder(_varSoapDecimal);
-      IntegerWrapperHolder varSoapInt = new IntegerWrapperHolder(_varSoapInt);
-      ShortWrapperHolder varSoapShort = new ShortWrapperHolder(_varSoapShort);
-      ByteWrapperHolder varSoapByte = new ByteWrapperHolder(_varSoapByte);
-      ByteArrayHolder varBase64Binary = new ByteArrayHolder(_varBase64Binary);
-      ByteArrayHolder varHexBinary = new ByteArrayHolder(_varHexBinary);
-      ByteArrayHolder varSoapBase64 = new ByteArrayHolder(_varSoapBase64);
-
-      port.echoInOutSimpleTypes(varString, varInteger, varInt, varLong, varShort, varDecimal, varFloat, varDouble, varBoolean, varByte, varQName, varDateTime,
-            varSoapString, varSoapBoolean, varSoapFloat, varSoapDouble, varSoapDecimal, varSoapInt, varSoapShort, varSoapByte, varBase64Binary, varHexBinary,
-            varSoapBase64);
-
-      assertEquals(_varString, varString.value);
-      assertEquals(_varInteger, varInteger.value);
-      assertEquals(_varInt, varInt.value);
-      assertEquals(_varLong, varLong.value);
-      assertEquals(_varShort, varShort.value);
-      assertEquals(_varDecimal, varDecimal.value);
-      assertEquals(_varFloat, varFloat.value, 2);
-      assertEquals(_varDouble, varDouble.value, 2);
-      assertEquals(_varBoolean, varBoolean.value);
-      assertEquals(_varByte, varByte.value);
-      assertEquals(_varQName, varQName.value);
-      assertEquals(_varDateTime.getTime(), varDateTime.value.getTime());
-      assertEquals(_varSoapString, varSoapString.value);
-      assertEquals(_varSoapBoolean, varSoapBoolean.value);
-      assertEquals(_varSoapFloat, varSoapFloat.value);
-      assertEquals(_varSoapDouble, varSoapDouble.value);
-      assertEquals(_varSoapDecimal, varSoapDecimal.value);
-      assertEquals(_varSoapInt, varSoapInt.value);
-      assertEquals(_varSoapShort, varSoapShort.value);
-      assertEquals(_varSoapByte, varSoapByte.value);
-      assertEquals(_varBase64Binary, varBase64Binary.value);
-      assertEquals(_varHexBinary, varHexBinary.value);
-      assertEquals(_varSoapBase64, varSoapBase64.value);
-   }
-
-   public void testEchoInEnum() throws Exception
-   {
-      port.echoInEnum(_varEnumString, _varEnumInteger, _varEnumInt, _varEnumLong, _varEnumShort, _varEnumDecimal, _varEnumFloat, _varEnumDouble, _varEnumByte);
-   }
-
-   public void testEchoOutEnum() throws Exception
-   {
-      EnumStringHolder varEnumString = new EnumStringHolder();
-      EnumIntegerHolder varEnumInteger = new EnumIntegerHolder();
-      EnumIntHolder varEnumInt = new EnumIntHolder();
-      EnumLongHolder varEnumLong = new EnumLongHolder();
-      EnumShortHolder varEnumShort = new EnumShortHolder();
-      EnumDecimalHolder varEnumDecimal = new EnumDecimalHolder();
-      EnumFloatHolder varEnumFloat = new EnumFloatHolder();
-      EnumDoubleHolder varEnumDouble = new EnumDoubleHolder();
-      EnumByteHolder varEnumByte = new EnumByteHolder();
-
-      port.echoOutEnum(varEnumString, varEnumInteger, varEnumInt, varEnumLong, varEnumShort, varEnumDecimal, varEnumFloat, varEnumDouble, varEnumByte);
-
-      assertEquals(_varEnumString, varEnumString.value);
-      assertEquals(_varEnumInteger, varEnumInteger.value);
-      assertEquals(_varEnumInt, varEnumInt.value);
-      assertEquals(_varEnumLong, varEnumLong.value);
-      assertEquals(_varEnumShort, varEnumShort.value);
-      assertEquals(_varEnumDecimal, varEnumDecimal.value);
-      assertEquals(_varEnumFloat, varEnumFloat.value);
-      assertEquals(_varEnumDouble, varEnumDouble.value);
-      assertEquals(_varEnumByte, varEnumByte.value);
-   }
-
-   public void testEchoInOutEnum() throws Exception
-   {
-      EnumStringHolder varEnumString = new EnumStringHolder(_varEnumString);
-      EnumIntegerHolder varEnumInteger = new EnumIntegerHolder(_varEnumInteger);
-      EnumIntHolder varEnumInt = new EnumIntHolder(_varEnumInt);
-      EnumLongHolder varEnumLong = new EnumLongHolder(_varEnumLong);
-      EnumShortHolder varEnumShort = new EnumShortHolder(_varEnumShort);
-      EnumDecimalHolder varEnumDecimal = new EnumDecimalHolder(_varEnumDecimal);
-      EnumFloatHolder varEnumFloat = new EnumFloatHolder(_varEnumFloat);
-      EnumDoubleHolder varEnumDouble = new EnumDoubleHolder(_varEnumDouble);
-      EnumByteHolder varEnumByte = new EnumByteHolder(_varEnumByte);
-
-      port.echoOutEnum(varEnumString, varEnumInteger, varEnumInt, varEnumLong, varEnumShort, varEnumDecimal, varEnumFloat, varEnumDouble, varEnumByte);
-
-      assertEquals(_varEnumString, varEnumString.value);
-      assertEquals(_varEnumInteger, varEnumInteger.value);
-      assertEquals(_varEnumInt, varEnumInt.value);
-      assertEquals(_varEnumLong, varEnumLong.value);
-      assertEquals(_varEnumShort, varEnumShort.value);
-      assertEquals(_varEnumDecimal, varEnumDecimal.value);
-      assertEquals(_varEnumFloat, varEnumFloat.value);
-      assertEquals(_varEnumDouble, varEnumDouble.value);
-      assertEquals(_varEnumByte, varEnumByte.value);
-   }
-
-   public void testEchoInStruct() throws Exception
-   {
-      AllStruct allStruct = new AllStruct(_varString, _varInteger, _varInt, _varLong, _varShort, _varDecimal, _varFloat, _varDouble, _varBoolean, _varByte, _varQName,
-            _varDateTime, _varSoapString, _varSoapBoolean, _varSoapFloat, _varSoapDouble, _varSoapDecimal, _varSoapInt, _varSoapShort, _varSoapByte, _varBase64Binary,
-            _varHexBinary, _varSoapBase64);
-      
-      port.echoInStruct(allStruct);
-   }
-
-   public void testEchoInOutSimpleTypesArray() throws Exception
-   {
-      ArrayOfstringHolder varString = new ArrayOfstringHolder(new String[] { _varString, _varString });
-      ArrayOfintegerHolder varInteger = new ArrayOfintegerHolder(new BigInteger[] { _varInteger, _varInteger });
-      ArrayOfintHolder varInt = new ArrayOfintHolder(new int[] { _varInt, _varInt });
-      ArrayOflongHolder varLong = new ArrayOflongHolder(new long[] { _varLong, _varLong });
-      ArrayOfshortHolder varShort = new ArrayOfshortHolder(new short[] { _varShort, _varShort });
-      ArrayOfdecimalHolder varDecimal = new ArrayOfdecimalHolder(new BigDecimal[] { _varDecimal, _varDecimal });
-      ArrayOffloatHolder varFloat = new ArrayOffloatHolder(new float[] { _varFloat, _varFloat });
-      ArrayOfdoubleHolder varDouble = new ArrayOfdoubleHolder(new double[] { _varDouble, _varDouble });
-      ArrayOfbooleanHolder varBoolean = new ArrayOfbooleanHolder(new boolean[] { _varBoolean, _varBoolean });
-      ArrayOfbyteHolder varByte = new ArrayOfbyteHolder(new byte[] { _varByte, _varByte });
-      ArrayOfQNameHolder varQName = new ArrayOfQNameHolder(new QName[] { _varQName, _varQName });
-      ArrayOfdateTimeHolder varDateTime = new ArrayOfdateTimeHolder(new Calendar[] { _varDateTime, _varDateTime });
-
-      port.echoInOutSimpleTypesArray(varString, varInteger, varInt, varLong, varShort, varDecimal, varFloat, varDouble, varBoolean, varByte, varQName, varDateTime);
-
-      assertEquals(new String[] { _varString, _varString }, varString.value);
-      assertEquals(new BigInteger[] { _varInteger, _varInteger }, varInteger.value);
-      assertEquals(new int[] { _varInt, _varInt }, varInt.value);
-      assertEquals(new long[] { _varLong, _varLong }, varLong.value);
-      assertEquals(new short[] { _varShort, _varShort }, varShort.value);
-      assertEquals(new BigDecimal[] { _varDecimal, _varDecimal }, varDecimal.value);
-      assertEquals(new float[] { _varFloat, _varFloat }, varFloat.value);
-      assertEquals(new double[] { _varDouble, _varDouble }, varDouble.value);
-      assertEquals(new boolean[] { _varBoolean, _varBoolean }, varBoolean.value);
-      assertEquals(new byte[] { _varByte, _varByte }, varByte.value);
-      assertEquals(new QName[] { _varQName, _varQName }, varQName.value);
-      // Although the XML fragments are equal, Calendar.equals fails ???
-      //assertEquals(new Calendar[] { _varDateTime, _varDateTime }, varDateTime.value);
-      assertEquals(new Date[] { _varDateTime.getTime(), _varDateTime.getTime() }, new Date[] { varDateTime.value[0].getTime(), varDateTime.value[1].getTime() });
-   }
-
-   public void testEchoInOutBook() throws Exception
-   {
-      Book book = new Book("author", "title", 12345);
-      BookHolder holder = new BookHolder(book);
-      port.echoInOutBook(holder);
-      assertEquals(book, holder.value);
-   }
-
-   public void testEchoInOutBookArray() throws Exception
-   {
-      Book book1 = new Book("author1", "title1", 12345);
-      Book book2 = new Book("author2", "title2", 67890);
-      ArrayOfBookHolder holder = new ArrayOfBookHolder(new Book[] { book1, book2 });
-      port.echoInOutBookArray(holder);
-      assertEquals(new Book[] { book1, book2 }, holder.value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,290 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-package org.jboss.test.ws.jaxrpc.encoded.parametermode;
-
-// $Id$
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import org.jboss.logging.Logger;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfBookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfQNameHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbooleanHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfbyteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdateTimeHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfdoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOffloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfintegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOflongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfshortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.ArrayOfstringHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.BookHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumByteHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDecimalHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumDoubleHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumFloatHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumIntegerHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumLongHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumShortHolder;
-import org.jboss.test.ws.jaxrpc.encoded.parametermode.holders.EnumStringHolder;
-
-public class ParameterModeTestImpl implements ParameterModeTest
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ParameterModeTestImpl.class);
-
-   private static String _varString;
-   private static BigInteger _varInteger;
-   private static int _varInt;
-   private static long _varLong;
-   private static short _varShort;
-   private static BigDecimal _varDecimal;
-   private static float _varFloat;
-   private static double _varDouble;
-   private static boolean _varBoolean;
-   private static byte _varByte;
-   private static QName _varQName;
-   private static Calendar _varDateTime;
-   private static String _varSoapString;
-   private static Boolean _varSoapBoolean;
-   private static Float _varSoapFloat;
-   private static Double _varSoapDouble;
-   private static BigDecimal _varSoapDecimal;
-   private static Integer _varSoapInt;
-   private static Short _varSoapShort;
-   private static Byte _varSoapByte;
-   private static byte[] _varBase64Binary;
-   private static byte[] _varHexBinary;
-   private static byte[] _varSoapBase64;
-
-   private static EnumString _varEnumString;
-   private static EnumInteger _varEnumInteger;
-   private static EnumInt _varEnumInt;
-   private static EnumLong _varEnumLong;
-   private static EnumShort _varEnumShort;
-   private static EnumDecimal _varEnumDecimal;
-   private static EnumFloat _varEnumFloat;
-   private static EnumDouble _varEnumDouble;
-   private static EnumByte _varEnumByte;
-
-   public void echoIn(String varString)
-   {
-      log.info("echoIn: " + varString);
-      _varString = varString;
-   }
-
-   public void echoOut(StringHolder varString)
-   {
-      log.info("echoOut: " + varString);
-      varString.value = _varString;
-   }
-
-   public void echoInOut(StringHolder varString)
-   {
-      log.info("echoInOut: " + varString.value);
-   }
-
-   public void echoInOut2(StringHolder varString)
-   {
-      log.info("echoInOut2: " + varString);
-   }
-
-   public String echoInOut3(String param)
-   {
-      log.info("echoInOut3: " + param);
-      return param;
-   }
-
-   public String echoInOut4(String param)
-   {
-      log.info("echoInOut4: " + param);
-      return param;
-   }
-
-   public void echoMix(String varInString, StringHolder varInOutString, StringHolder varOutString)
-   {
-      log.info("echoMix: " + varInString);
-      varOutString.value = varInString;
-   }
-
-   public void echoInSimpleTypes(String varString, BigInteger varInteger, int varInt, long varLong, short varShort, BigDecimal varDecimal, float varFloat,
-         double varDouble, boolean varBoolean, byte varByte, QName varQName, Calendar varDateTime, String varSoapString, Boolean varSoapBoolean, Float varSoapFloat,
-         Double varSoapDouble, BigDecimal varSoapDecimal, Integer varSoapInt, Short varSoapShort, Byte varSoapByte, byte[] varBase64Binary, byte[] varHexBinary,
-         byte[] varSoapBase64)
-   {
-      log.info("echoInSimpleTypes: " + varString);
-      _varString = varString;
-      _varInteger = varInteger;
-      _varInt = varInt;
-      _varLong = varLong;
-      _varShort = varShort;
-      _varDecimal = varDecimal;
-      _varFloat = varFloat;
-      _varDouble = varDouble;
-      _varBoolean = varBoolean;
-      _varByte = varByte;
-      _varQName = varQName;
-      _varDateTime = varDateTime;
-      _varSoapString = varSoapString;
-      _varSoapBoolean = varSoapBoolean;
-      _varSoapFloat = varSoapFloat;
-      _varSoapDouble = varSoapDouble;
-      _varSoapDecimal = varSoapDecimal;
-      _varSoapInt = varSoapInt;
-      _varSoapShort = varSoapShort;
-      _varSoapByte = varSoapByte;
-      _varBase64Binary = varBase64Binary;
-      _varHexBinary = varHexBinary;
-      _varSoapBase64 = varSoapBase64;
-   }
-
-   public void echoOutSimpleTypes(StringHolder varString, BigIntegerHolder varInteger, IntHolder varInt, LongHolder varLong, ShortHolder varShort,
-         BigDecimalHolder varDecimal, FloatHolder varFloat, DoubleHolder varDouble, BooleanHolder varBoolean, ByteHolder varByte, QNameHolder varQName,
-         CalendarHolder varDateTime, StringHolder varSoapString, BooleanWrapperHolder varSoapBoolean, FloatWrapperHolder varSoapFloat,
-         DoubleWrapperHolder varSoapDouble, BigDecimalHolder varSoapDecimal, IntegerWrapperHolder varSoapInt, ShortWrapperHolder varSoapShort,
-         ByteWrapperHolder varSoapByte, ByteArrayHolder varBase64Binary, ByteArrayHolder varHexBinary, ByteArrayHolder varSoapBase64)
-   {
-      log.info("echoOutSimpleTypes: " + varString);
-      varString.value = _varString;
-      varInteger.value = _varInteger;
-      varInt.value = _varInt;
-      varLong.value = _varLong;
-      varShort.value = _varShort;
-      varDecimal.value = _varDecimal;
-      varFloat.value = _varFloat;
-      varDouble.value = _varDouble;
-      varBoolean.value = _varBoolean;
-      varByte.value = _varByte;
-      varQName.value = _varQName;
-      varDateTime.value = _varDateTime;
-      varSoapString.value = _varSoapString;
-      varSoapBoolean.value = _varSoapBoolean;
-      varSoapFloat.value = _varSoapFloat;
-      varSoapDouble.value = _varSoapDouble;
-      varSoapDecimal.value = _varSoapDecimal;
-      varSoapInt.value = _varSoapInt;
-      varSoapShort.value = _varSoapShort;
-      varSoapByte.value = _varSoapByte;
-      varBase64Binary.value = _varBase64Binary;
-      varHexBinary.value = _varHexBinary;
-      varSoapBase64.value = _varSoapBase64;
-   }
-
-   public void echoInOutSimpleTypes(StringHolder varString, BigIntegerHolder varInteger, IntHolder varInt, LongHolder varLong, ShortHolder varShort,
-         BigDecimalHolder varDecimal, FloatHolder varFloat, DoubleHolder varDouble, BooleanHolder varBoolean, ByteHolder varByte, QNameHolder varQName,
-         CalendarHolder varDateTime, StringHolder varSoapString, BooleanWrapperHolder varSoapBoolean, FloatWrapperHolder varSoapFloat,
-         DoubleWrapperHolder varSoapDouble, BigDecimalHolder varSoapDecimal, IntegerWrapperHolder varSoapInt, ShortWrapperHolder varSoapShort,
-         ByteWrapperHolder varSoapByte, ByteArrayHolder varBase64Binary, ByteArrayHolder varHexBinary, ByteArrayHolder varSoapBase64)
-   {
-      log.info("echoInOutSimpleTypes: " + varString);
-   }
-
-   public void echoInEnum(EnumString varEnumString, EnumInteger varEnumInteger, EnumInt varEnumInt, EnumLong varEnumLong, EnumShort varEnumShort,
-         EnumDecimal varEnumDecimal, EnumFloat varEnumFloat, EnumDouble varEnumDouble, EnumByte varEnumByte)
-   {
-      log.info("echoInEnum: " + varEnumString);
-      _varEnumString = varEnumString;
-      _varEnumInteger = varEnumInteger;
-      _varEnumInt = varEnumInt;
-      _varEnumLong = varEnumLong;
-      _varEnumShort = varEnumShort;
-      _varEnumDecimal = varEnumDecimal;
-      _varEnumFloat = varEnumFloat;
-      _varEnumDouble = varEnumDouble;
-      _varEnumByte = varEnumByte;
-   }
-
-   public void echoOutEnum(EnumStringHolder varEnumString, EnumIntegerHolder varEnumInteger, EnumIntHolder varEnumInt, EnumLongHolder varEnumLong,
-         EnumShortHolder varEnumShort, EnumDecimalHolder varEnumDecimal, EnumFloatHolder varEnumFloat, EnumDoubleHolder varEnumDouble, EnumByteHolder varEnumByte)
-   {
-      log.info("echoOutEnum: " + varEnumString);
-      varEnumString.value = _varEnumString;
-      varEnumInteger.value = _varEnumInteger;
-      varEnumInt.value = _varEnumInt;
-      varEnumLong.value = _varEnumLong;
-      varEnumShort.value = _varEnumShort;
-      varEnumDecimal.value = _varEnumDecimal;
-      varEnumFloat.value = _varEnumFloat;
-      varEnumDouble.value = _varEnumDouble;
-      varEnumByte.value = _varEnumByte;
-   }
-
-   public void echoInOutEnum(EnumStringHolder varEnumString, EnumIntegerHolder varEnumInteger, EnumIntHolder varEnumInt, EnumLongHolder varEnumLong,
-         EnumShortHolder varEnumShort, EnumDecimalHolder varEnumDecimal, EnumFloatHolder varEnumFloat, EnumDoubleHolder varEnumDouble, EnumByteHolder varEnumByte)
-   {
-      log.info("echoInOutEnum: " + varEnumString);
-   }
-
-   public void echoInStruct(AllStruct varStruct)
-   {
-      log.info("echoInStruct: " + varStruct);
-      _varString = varStruct.varString;
-      _varInteger = varStruct.varInteger;
-      _varInt = varStruct.varInt;
-      _varLong = varStruct.varLong;
-      _varShort = varStruct.varShort;
-      _varDecimal = varStruct.varDecimal;
-      _varFloat = varStruct.varFloat;
-      _varDouble = varStruct.varDouble;
-      _varBoolean = varStruct.varBoolean;
-      _varByte = varStruct.varByte;
-      _varQName = varStruct.varQName;
-      _varDateTime = varStruct.varDateTime;
-      _varSoapString = varStruct.varSoapString;
-      _varSoapBoolean = varStruct.varSoapBoolean;
-      _varSoapFloat = varStruct.varSoapFloat;
-      _varSoapDouble = varStruct.varSoapDouble;
-      _varSoapDecimal = varStruct.varSoapDecimal;
-      _varSoapInt = varStruct.varSoapInt;
-      _varSoapShort = varStruct.varSoapShort;
-      _varSoapByte = varStruct.varSoapByte;
-      _varBase64Binary = varStruct.varBase64Binary;
-      _varHexBinary = varStruct.varHexBinary;
-      _varSoapBase64 = varStruct.varSoapBase64;
-   }
-
-   public void echoInOutSimpleTypesArray(ArrayOfstringHolder varString, ArrayOfintegerHolder varInteger, ArrayOfintHolder varInt, ArrayOflongHolder varLong,
-         ArrayOfshortHolder varShort, ArrayOfdecimalHolder varDecimal, ArrayOffloatHolder varFloat, ArrayOfdoubleHolder varDouble, ArrayOfbooleanHolder varBoolean,
-         ArrayOfbyteHolder varByte, ArrayOfQNameHolder varQName, ArrayOfdateTimeHolder varDateTime)
-   {
-      log.info("echoInOutSimpleTypesArray: " + varString);
-   }
-
-   public void echoInOutBook(BookHolder varBook)
-   {
-      log.info("echoInOutBook: " + varBook);
-   }
-
-   public void echoInOutBookArray(ArrayOfBookHolder varBook)
-   {
-      log.info("echoInOutBookArray: " + varBook);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/ParameterModeTestImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfBookHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.Book[] value;
-    
-    public ArrayOfBookHolder() {
-    }
-    
-    public ArrayOfBookHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.Book[] myBook) {
-        this.value = myBook;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfBookHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfQNameHolder implements Holder {
-    public javax.xml.namespace.QName[] value;
-    
-    public ArrayOfQNameHolder() {
-    }
-    
-    public ArrayOfQNameHolder(javax.xml.namespace.QName[] myQName) {
-        this.value = myQName;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfQNameHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfbooleanHolder implements Holder {
-    public boolean[] value;
-    
-    public ArrayOfbooleanHolder() {
-    }
-    
-    public ArrayOfbooleanHolder(boolean[] myboolean) {
-        this.value = myboolean;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbooleanHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfbyteHolder implements Holder {
-    public byte[] value;
-    
-    public ArrayOfbyteHolder() {
-    }
-    
-    public ArrayOfbyteHolder(byte[] mybyte) {
-        this.value = mybyte;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfbyteHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfdateTimeHolder implements Holder {
-    public java.util.Calendar[] value;
-    
-    public ArrayOfdateTimeHolder() {
-    }
-    
-    public ArrayOfdateTimeHolder(java.util.Calendar[] myCalendar) {
-        this.value = myCalendar;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdateTimeHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfdecimalHolder implements Holder {
-    public java.math.BigDecimal[] value;
-    
-    public ArrayOfdecimalHolder() {
-    }
-    
-    public ArrayOfdecimalHolder(java.math.BigDecimal[] myBigDecimal) {
-        this.value = myBigDecimal;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdecimalHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfdoubleHolder implements Holder {
-    public double[] value;
-    
-    public ArrayOfdoubleHolder() {
-    }
-    
-    public ArrayOfdoubleHolder(double[] mydouble) {
-        this.value = mydouble;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfdoubleHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOffloatHolder implements Holder {
-    public float[] value;
-    
-    public ArrayOffloatHolder() {
-    }
-    
-    public ArrayOffloatHolder(float[] myfloat) {
-        this.value = myfloat;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOffloatHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfintHolder implements Holder {
-    public int[] value;
-    
-    public ArrayOfintHolder() {
-    }
-    
-    public ArrayOfintHolder(int[] myint) {
-        this.value = myint;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfintegerHolder implements Holder {
-    public java.math.BigInteger[] value;
-    
-    public ArrayOfintegerHolder() {
-    }
-    
-    public ArrayOfintegerHolder(java.math.BigInteger[] myBigInteger) {
-        this.value = myBigInteger;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfintegerHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOflongHolder implements Holder {
-    public long[] value;
-    
-    public ArrayOflongHolder() {
-    }
-    
-    public ArrayOflongHolder(long[] mylong) {
-        this.value = mylong;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOflongHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfshortHolder implements Holder {
-    public short[] value;
-    
-    public ArrayOfshortHolder() {
-    }
-    
-    public ArrayOfshortHolder(short[] myshort) {
-        this.value = myshort;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfshortHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class ArrayOfstringHolder implements Holder {
-    public java.lang.String[] value;
-    
-    public ArrayOfstringHolder() {
-    }
-    
-    public ArrayOfstringHolder(java.lang.String[] myString) {
-        this.value = myString;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/ArrayOfstringHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class BookHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.Book value;
-    
-    public BookHolder() {
-    }
-    
-    public BookHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.Book myBook) {
-        this.value = myBook;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/BookHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumByteHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte value;
-    
-    public EnumByteHolder() {
-    }
-    
-    public EnumByteHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte myEnumByte) {
-        this.value = myEnumByte;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumByteHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumDecimalHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal value;
-    
-    public EnumDecimalHolder() {
-    }
-    
-    public EnumDecimalHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal myEnumDecimal) {
-        this.value = myEnumDecimal;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDecimalHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumDoubleHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble value;
-    
-    public EnumDoubleHolder() {
-    }
-    
-    public EnumDoubleHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble myEnumDouble) {
-        this.value = myEnumDouble;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumDoubleHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumFloatHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat value;
-    
-    public EnumFloatHolder() {
-    }
-    
-    public EnumFloatHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat myEnumFloat) {
-        this.value = myEnumFloat;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumFloatHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumIntHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt value;
-    
-    public EnumIntHolder() {
-    }
-    
-    public EnumIntHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt myEnumInt) {
-        this.value = myEnumInt;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumIntegerHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger value;
-    
-    public EnumIntegerHolder() {
-    }
-    
-    public EnumIntegerHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger myEnumInteger) {
-        this.value = myEnumInteger;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumIntegerHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumLongHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong value;
-    
-    public EnumLongHolder() {
-    }
-    
-    public EnumLongHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong myEnumLong) {
-        this.value = myEnumLong;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumLongHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumShortHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort value;
-    
-    public EnumShortHolder() {
-    }
-    
-    public EnumShortHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort myEnumShort) {
-        this.value = myEnumShort;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumShortHolder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-// Generated source version: 1.1.2
-
-package org.jboss.test.ws.jaxrpc.encoded.parametermode.holders;
-
-
-import javax.xml.rpc.holders.Holder;
-
-public class EnumStringHolder implements Holder {
-    public org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString value;
-    
-    public EnumStringHolder() {
-    }
-    
-    public EnumStringHolder(org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString myEnumString) {
-        this.value = myEnumString;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/encoded/parametermode/holders/EnumStringHolder.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import java.util.Properties;
-
-import javax.naming.Context;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-public class ClientSideHandler extends EnvEntryHandler
-{
-   public InitialContext getInitialContext() throws NamingException
-   {
-      Properties env = new Properties();
-      env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
-      env.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
-      env.setProperty(Context.PROVIDER_URL, "jnp://" + getServerHost() + ":1099");
-      env.setProperty("j2ee.clientName", "jbossws-client");
-      return new InitialContext(env);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ClientSideHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,80 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the EnvEntryTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Sep-2005
- */
-public class EnvEntryBeanEJB implements SessionBean, EnvEntryTestService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(EnvEntryBeanEJB.class);
-
-   public String helloEnvEntry(String msg)
-   {
-      log.info("helloEnvEntry: " + msg);
-      try
-      {
-         InitialContext ic = new InitialContext();
-         String strValue = (String)ic.lookup("java:comp/env/jsr109/entry1");
-         Integer intValue = (Integer)ic.lookup("java:comp/env/jsr109/entry2");
-         return msg + ":endpoint:" + strValue + ":" + intValue;
-      }
-      catch (NamingException ex)
-      {
-         throw new RuntimeException(ex.getMessage(), ex);
-      }
-   }
-
-   public void setSessionContext(SessionContext ctx) throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbCreate() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbRemove() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbActivate() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbPassivate() throws EJBException, RemoteException
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanEJB.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,55 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the EnvEntryTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Sep-2005
- */
-public class EnvEntryBeanJSE implements EnvEntryTestService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(EnvEntryBeanJSE.class);
-
-   public String helloEnvEntry(String msg)
-   {
-      log.info("helloEnvEntry: " + msg);
-      try
-      {
-         InitialContext ic = new InitialContext();
-         String strValue = (String)ic.lookup("java:comp/env/jsr109/entry1");
-         Integer intValue = (Integer)ic.lookup("java:comp/env/jsr109/entry2");
-         return msg + ":endpoint:" + strValue + ":" + intValue;
-      }
-      catch (NamingException ex)
-      {
-         throw new RuntimeException(ex.getMessage(), ex);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryBeanJSE.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,63 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test env entry access
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Sep-2005
- */
-public class EnvEntryEJBTestCase extends JBossWSTest
-{
-   private static EnvEntryTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(EnvEntryEJBTestCase.class, "jaxrpc-enventry.jar, jaxrpc-enventry-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (EnvEntryTestService)service.getPort(EnvEntryTestService.class);
-      }
-   }
-
-   public void testHandlers() throws Exception
-   {
-      String res = port.helloEnvEntry("InitalMessage");
-      assertEquals("InitalMessage:ClientSideHandler:appclient:8:ServerSideHandler:ejb:8:endpoint:ejb:8:ServerSideHandler:ejb:8:ClientSideHandler:appclient:8", res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryEJBTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,108 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-
-abstract public class EnvEntryHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(EnvEntryHandler.class);
-
-   private QName[] headers = new QName[]{};
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      String value = handleRequestAndResponse(msgContext);
-      log.info("handleRequest: " + value);
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      String value = handleRequestAndResponse(msgContext);
-      log.info("handleResponse: " + value);
-      return true;
-   }
-
-   private String handleRequestAndResponse(MessageContext msgContext)
-   {
-      String value = null;
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         SOAPElement soapElement = (SOAPElement)soapBodyElement.getChildElements().next();
-         value = soapElement.getValue();
-         
-         InitialContext ic = getInitialContext();
-         String strValue = (String)ic.lookup("java:comp/env/jsr109/entry1");
-         Integer intValue = (Integer)ic.lookup("java:comp/env/jsr109/entry2");
-         
-         value = value + ":" + getHandlerName() + ":" + strValue + ":" + intValue;
-         soapElement.setValue(value);
-      }
-      catch (Exception e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return value;
-   }
-  
-   private String getHandlerName()
-   {
-      String handlerName = getClass().getName();
-      return handlerName.substring(handlerName.lastIndexOf(".") + 1);
-   }
-
-   abstract public InitialContext getInitialContext() throws NamingException;
-
-   /**
-    * Get the JBoss server host from system property "jbosstest.server.host"
-    * This defaults to "" + getServerHost() + ""
-    */
-   public String getServerHost()
-   {
-      String hostName = System.getProperty("jbosstest.server.host", "localhost");
-      return hostName;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,63 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test env entry access
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Sep-2005
- */
-public class EnvEntryJSETestCase extends JBossWSTest
-{
-   private static EnvEntryTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(EnvEntryJSETestCase.class, "jaxrpc-enventry.war, jaxrpc-enventry-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (EnvEntryTestService)service.getPort(EnvEntryTestService.class);
-      }
-   }
-
-   public void testHandlers() throws Exception
-   {
-      String res = port.helloEnvEntry("InitalMessage");
-      assertEquals("InitalMessage:ClientSideHandler:appclient:8:ServerSideHandler:web:8:endpoint:web:8:ServerSideHandler:web:8:ClientSideHandler:appclient:8", res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryJSETestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for the EnvEntryTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Sep-2005
- */
-public interface EnvEntryTestService extends Remote
-{
-   String helloEnvEntry(String msg) throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/EnvEntryTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.enventry;
-
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-public class ServerSideHandler extends EnvEntryHandler
-{
-   public InitialContext getInitialContext() throws NamingException
-   {
-      return new InitialContext();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/enventry/ServerSideHandler.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1010;
-
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 27-June-2006
- */
-public interface InheritenceChildInterface extends InheritenceParentInterface
-{   
-
-   public String getB() throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceChildInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1010;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 27 June 2006
- */
-public interface InheritenceParentInterface extends Remote
-{
-
-   public String getA() throws RemoteException;
-   
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/InheritenceParentInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1010;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 27-June-2006
- */
-public class JBWS1010TestCase extends JBossWSTest
-{
-
-   private static InheritenceChildInterface port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1010TestCase.class, "jaxrpc-jbws1010.war, jaxrpc-jbws1010-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (InheritenceChildInterface)service.getPort(InheritenceChildInterface.class);
-      }
-   }
-
-   public void testGetA() throws Exception
-   {
-      String response = port.getA();
-      assertEquals("A", response);
-   }
-
-   public void testGetB() throws Exception
-   {
-      String response = port.getB();
-      assertEquals("B", response);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/JBWS1010TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1010;
-
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 27-June-2006
- */
-public class TestEndpointImpl implements InheritenceChildInterface
-{
-
-   public String getA() throws RemoteException
-   {
-      return "A";
-   }
-
-   public String getB() throws RemoteException
-   {
-      return "B";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1010/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,67 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test case to test that a deployment containg a stateless session bean exposed
- * as a web service and a CMP entity bean (exposed using local interfaces) can be
- * correctly deployed.
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-July-2006
- */
-public class JBWS1011TestCase extends JBossWSTest
-{
-
-   private static TestEndpoint port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1011TestCase.class, "jaxrpc-jbws1011.jar, jaxrpc-jbws1011-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testCall() throws Exception
-   {
-      String response = port.echoString("Hello");
-      assertEquals("Hello", response);
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/JBWS1011TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,82 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import javax.ejb.CreateException;
-import javax.ejb.EntityBean;
-import javax.ejb.EntityContext;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-July-2006
- */
-public abstract class SimpleEntityBean implements EntityBean
-{
-
-   private EntityContext context;
-
-   public String ejbCreate(final String id) throws CreateException
-   {
-      setId(id);
-      return null;
-   }
-
-   public void ejbPostCreate(final String id)
-   {
-   }
-
-   public abstract void setId(final String id);
-
-   public abstract String getId();
-
-   public void setEntityContext(final EntityContext context)
-   {
-      this.context = context;
-   }
-
-   public void unsetEntityContext()
-   {
-      context = null;
-   }
-
-   public void ejbRemove()
-   {
-   }
-
-   public void ejbActivate()
-   {
-   }
-
-   public void ejbPassivate()
-   {
-   }
-
-   public void ejbLoad()
-   {
-   }
-
-   public void ejbStore()
-   {
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import java.util.Collection;
-
-import javax.ejb.CreateException;
-import javax.ejb.EJBLocalHome;
-import javax.ejb.FinderException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-July-2006
- */
-public interface SimpleEntityHome extends EJBLocalHome
-{
-
-   public SimpleEntityLocal create(String id) throws CreateException;
-
-   public SimpleEntityLocal findByPrimaryKey(String id) throws FinderException;
-
-   public Collection findAll() throws FinderException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityHome.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import javax.ejb.EJBLocalObject;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-July-2006
- */
-public interface SimpleEntityLocal extends EJBLocalObject
-{
-
-   public String getId();
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/SimpleEntityLocal.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-July-2006
- */
-public interface TestEndpoint extends Remote
-{
-
-   public String echoString(final String message) throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws1011;
-
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-public class TestEndpointBean implements SessionBean
-{
-
-   /**  */
-   private static final long serialVersionUID = 4273529627421651843L;
-
-   private SessionContext context;
-
-   public void ejbCreate()
-   {
-   }
-
-   public String echoString(final String message)
-   {
-      return message;
-   }
-
-   public void setSessionContext(final SessionContext context)
-   {
-      this.context = context;
-   }
-
-   public void ejbRemove()
-   {
-   }
-
-   public void ejbActivate()
-   {
-   }
-
-   public void ejbPassivate()
-   {
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1011/TestEndpointBean.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1068;
-
-import java.io.File;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Cannot handle xsd:import of xml schema
- * 
- * http://jira.jboss.org/jira/browse/JBWS-1068
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Jul-2006
- */
-public class JBWS1068TestCase extends JBossWSTest
-{
-   public void testWSDLParse() throws Exception
-   {
-      File wsdlFile = new File("resources/jaxrpc/jbws1068/wsrp_services.wsdl");
-      assertTrue(wsdlFile.exists());
-
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlFile.toURL());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1068/JBWS1068TestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1107;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test case to test that an endpoint can be accessed if there is whitespace
- * around the endpoint name in the web.xml
- * 
- * @author darran.lofthouse at jboss.com
- * @since 04-August-2006
- */
-public class JBWS1107TestCase extends JBossWSTest
-{
-
-   private static TestEndpoint port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1107TestCase.class, "jaxrpc-jbws1107.war, jaxrpc-jbws1107-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (TestEndpoint)service.getPort(TestEndpoint.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.test.ws/jbws1107", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (TestEndpoint)service.getPort(TestEndpoint.class);
-         }
-      }
-   }
-
-
-   public void testAccessEnpoint() throws Exception
-   {
-      assertEquals("Hello", port.echoString("Hello"));
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/JBWS1107TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1107;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author darran.lofthouse at jboss.com
- * @since 04-August-2006
- */
-public interface TestEndpoint extends Remote
-{
-
-   public String echoString(final String message) throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1107;
-
-import java.rmi.RemoteException;
-
-/**
- * @author darran.lofthouse at jboss.com
- * @since 04-August-2006
- */
-public class TestEndpointImpl implements TestEndpoint
-{
-
-   public String echoString(String message) throws RemoteException
-   {
-      return message;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1107/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1121;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-August-2006
- */
-public interface HelloWorld extends Remote
-{
-
-   public String echo(final String message) throws RemoteException;
-   
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorld.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1121;
-
-import java.rmi.RemoteException;
-
-/**
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-August-2006
- */
-public class HelloWorldBean implements HelloWorld
-{
-
-   public String echo(String message) throws RemoteException
-   {
-      return message;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/HelloWorldBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1121;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test case to test that the call can be made when the client
- * was deployed with an issolated classloader.
- * 
- * If the client has not picked up the config it will send the
- * message without security headers which will cause the call
- * to fail.
- * 
- * @author darran.lofthouse at jboss.com
- * @since 03-August-2006
- */
-public class JBWS1121TestCase extends JBossWSTest
-{
-
-   private static HelloWorld port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1121TestCase.class, "jaxrpc-jbws1121.ear");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloWorldService");
-         port = (HelloWorld)service.getPort(HelloWorld.class);
-      }
-   }
-
-   public void testCall() throws Exception
-   {
-      String response = port.echo("Hello");
-      assertEquals("Hello", response);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1121/JBWS1121TestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1124;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Scoped class loading domains for WS endpoints
- * 
- * http://jira.jboss.org/jira/browse/JBWS-1124
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 07-August-2006
- */
-public class JBWS1124TestCase extends JBossWSTest
-{
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1124TestCase.class, "jaxrpc-jbws1124one.war, jaxrpc-jbws1124two.war");
-   }
-
-   public void testEnpointOne() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1124one/TestEndpoint?wsdl");
-      URL mappingURL = new File("resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml").toURL();
-      QName qname = new QName("http://org.jboss.test.ws/jbws1124", "TestService");
-      Service service = factory.createService(wsdlURL, qname, mappingURL);
-      TestEndpoint port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      assertEquals("jbws1124one", port.getResourceString());
-   }
-
-
-   public void testEnpointTwo() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbws1124two/TestEndpoint?wsdl");
-      URL mappingURL = new File("resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml").toURL();
-      QName qname = new QName("http://org.jboss.test.ws/jbws1124", "TestService");
-      Service service = factory.createService(wsdlURL, qname, mappingURL);
-      TestEndpoint port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      assertEquals("jbws1124two", port.getResourceString());
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/JBWS1124TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1124;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 07-August-2006
- */
-public interface TestEndpoint extends Remote
-{
-
-   public String getResourceString() throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,59 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1124;
-
-import java.io.BufferedReader;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.rmi.RemoteException;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.WSException;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 07-August-2006
- */
-public class TestEndpointImpl implements TestEndpoint
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-
-   public String getResourceString() throws RemoteException
-   {
-      try
-      {
-         InputStream ins = getClass().getClassLoader().getResourceAsStream("WEB-INF/test-resource.txt");
-         String line = new BufferedReader(new InputStreamReader(ins)).readLine();
-         
-         log.info(line);
-         
-         return line;
-      }
-      catch (IOException ex)
-      {
-         throw new WSException(ex);
-      }      
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1124/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,94 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-// $Id$
-
-import java.io.ByteArrayInputStream;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPMessage;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Support empty soap body elements
- * 
- * http://jira.jboss.org/jira/browse/JBWS-1125
- * 
- * @author Thomas.Diesler at jboss.com
- * @since 16-August-2006
- */
-public class JBWS1125TestCase extends JBossWSTest
-{
-   private static TestEndpoint port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS1125TestCase.class, "jaxrpc-jbws1125.war, jaxrpc-jbws1125-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testClientAccess() throws Exception
-   {
-      String retObj = port.noParamPart();
-      assertEquals("noParamPart", retObj);
-      
-      port.noReturnPart("hello");
-   }
-   
-   public void _testMessageAccess() throws Exception
-   {
-      String reqEnv =
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "  <env:Body/>" +
-         "</env:Envelope>";
-      
-      MessageFactory msgFactory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = msgFactory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
-      
-      SOAPConnectionFactory conFactory = SOAPConnectionFactory.newInstance();
-      SOAPConnection con = conFactory.createConnection();
-      SOAPMessage resMessage = con.call(soapMessage, "http://" + getServerHost() + ":8080/jaxrpc-jbws1125");
-      SOAPElement soapElement = (SOAPElement)resMessage.getSOAPBody().getChildElements().next();
-      assertEquals("noParamPartResponse", soapElement.getElementName().getLocalName());
-      
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/JBWS1125TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface TestEndpoint extends Remote
-{
-   public String noParamPart() throws RemoteException;
-   
-   public void noReturnPart(String param) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl implements TestEndpoint
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public String noParamPart()
-   {
-      log.info("noParamPart");
-      return "noParamPart";
-   }
-
-   public void noReturnPart(String param)
-   {
-      log.info("noReturnPart: " + param);
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-/*
- * JBossWS WS-Tools Generated Source
- *
- * Generation Date: Wed Aug 16 14:41:18 CEST 2006
- *
- * This generated source code represents a derivative work of the input to
- * the generator that produced it. Consult the input for the copyright and
- * terms of use that apply to this source code.
- */
-
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-
-public class  TestEndpoint_noParamPart_RequestStruct
-{
-public TestEndpoint_noParamPart_RequestStruct(){
-}
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-/*
- * JBossWS WS-Tools Generated Source
- *
- * Generation Date: Wed Aug 16 14:41:18 CEST 2006
- *
- * This generated source code represents a derivative work of the input to
- * the generator that produced it. Consult the input for the copyright and
- * terms of use that apply to this source code.
- */
-
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-
-public class  TestEndpoint_noParamPart_ResponseStruct
-{
-
-protected java.lang.String result;
-public TestEndpoint_noParamPart_ResponseStruct(){}
-
-public TestEndpoint_noParamPart_ResponseStruct(java.lang.String result){
-this.result=result;
-}
-public java.lang.String getResult() { return result ;}
-
-public void setResult(java.lang.String result){ this.result=result; }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noParamPart_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-/*
- * JBossWS WS-Tools Generated Source
- *
- * Generation Date: Wed Aug 16 14:41:18 CEST 2006
- *
- * This generated source code represents a derivative work of the input to
- * the generator that produced it. Consult the input for the copyright and
- * terms of use that apply to this source code.
- */
-
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-
-public class  TestEndpoint_noReturnPart_RequestStruct
-{
-
-protected java.lang.String string_1;
-public TestEndpoint_noReturnPart_RequestStruct(){}
-
-public TestEndpoint_noReturnPart_RequestStruct(java.lang.String string_1){
-this.string_1=string_1;
-}
-public java.lang.String getString_1() { return string_1 ;}
-
-public void setString_1(java.lang.String string_1){ this.string_1=string_1; }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-/*
- * JBossWS WS-Tools Generated Source
- *
- * Generation Date: Wed Aug 16 14:41:18 CEST 2006
- *
- * This generated source code represents a derivative work of the input to
- * the generator that produced it. Consult the input for the copyright and
- * terms of use that apply to this source code.
- */
-
-package org.jboss.test.ws.jaxrpc.jbws1125;
-
-
-public class  TestEndpoint_noReturnPart_ResponseStruct
-{
-public TestEndpoint_noReturnPart_ResponseStruct(){
-}
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws1125/TestEndpoint_noReturnPart_ResponseStruct.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,55 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws231;
-
-public class EyeColorType
-{
-   private String value;
-
-   protected EyeColorType(String value)
-   {
-      this.value = value;
-   }
-
-   public static final String _green = "green";
-   public static final String _blue = "blue";
-
-   public static final EyeColorType green = new EyeColorType(_green);
-   public static final EyeColorType blue = new EyeColorType(_blue);
-
-   private static EyeColorType[] colors = new EyeColorType[] { green, blue };
-
-   public String getValue()
-   {
-      return value;
-   }
-
-   public static EyeColorType fromValue(String value)
-   {
-      for (int i = 0; i < colors.length; i++)
-      {
-         if (colors[i].getValue().equals(value))
-            return colors[i];
-      }
-      throw new IllegalArgumentException(value);
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/EyeColorType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,71 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws231;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/** 
- * Handle Simple Types with Enumerated Values
- *
- * http://jira.jboss.com/jira/browse/JBWS-231
- *
- * @author Thomas.Diesler at jboss.org
- * @since 11-Apr-2006
- */
-public class JBWS231TestCase extends JBossWSTest
-{
-   private static TestEndpoint port;
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS231TestCase.class, "jaxrpc-jbws231.war, jaxrpc-jbws231-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testSimple() throws Exception
-   {
-      EyeColorType ret = port.echoSimple(EyeColorType.green);
-      assertEquals(EyeColorType.green, ret);
-   }
-
-   public void testAnonymous() throws Exception
-   {
-      EyeColorType ret = port.echoSimple(EyeColorType.green);
-      assertEquals(EyeColorType.green, ret);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/JBWS231TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws231;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 07-Apr-2006
- */
-public interface TestEndpoint extends Remote
-{
-   EyeColorType echoSimple(EyeColorType eyeColor) throws RemoteException;
-   
-   EyeColorType echoAnonymous(EyeColorType eyeColor) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws231;
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl implements TestEndpoint
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public EyeColorType echoSimple(EyeColorType eyeColor)
-   {
-      log.info("echoSimple: " + eyeColor);
-      return eyeColor;
-   }
-
-   public EyeColorType echoAnonymous(EyeColorType eyeColor)
-   {
-      log.info("echoAnonymous: " + eyeColor);
-      return eyeColor;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws231/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-import javax.xml.soap.SOAPElement;
-
-
-public class ArrayOfAny {
-    protected SOAPElement[] _any;
-    
-    public ArrayOfAny() {
-    }
-    
-    public ArrayOfAny(SOAPElement[] _any) {
-        this._any = _any;
-    }
-    
-    public SOAPElement[] get_any() {
-        return _any;
-    }
-    
-    public void set_any(SOAPElement[] _any) {
-        this._any = _any;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-import javax.xml.soap.SOAPElement;
-
-
-public class ArrayOfAny2 {
-    protected SOAPElement[] _any;
-
-    public ArrayOfAny2() {
-    }
-
-    public ArrayOfAny2(SOAPElement[] _any) {
-        this._any = _any;
-    }
-
-    public SOAPElement[] get_any() {
-        return _any;
-    }
-
-    public void set_any(SOAPElement[] _any) {
-        this._any = _any;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/ArrayOfAny2.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,186 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-// $Id$
-
-import java.util.Iterator;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPFactory;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Attr;
-import org.w3c.dom.NamedNodeMap;
-
-/**
- * Support sequences of anys
- * 
- * http://jira.jboss.org/jira/browse/JBWS-434
- *
- * @author Thomas.Diesler at jboss.org
- * @since 11-Nov-2005
- */
-public class JBWS434TestCase extends JBossWSTest
-{
-   private static TestServiceEndpoint port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS434TestCase.class, "jaxrpc-jbws434.war, jaxrpc-jbws434-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestServiceEndpoint)service.getPort(TestServiceEndpoint.class);
-      }
-   }
-
-   public void testWildCardArrayWithOtherNS() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-      
-      SOAPElement el1 = factory.createElement("name", "ns1", "http://somens");
-      el1.setValue("Kermmit");
-      SOAPElement el2 = factory.createElement("product", "ns1", "http://somens");
-      el2.setValue("Ferrari");
-      
-      ArrayOfAny inObj = new ArrayOfAny(new SOAPElement[] { el1, el2 });
-      ArrayOfAny retObj = port.echo(inObj);
-
-      assertNotNull(retObj);
-      assertNotNull(retObj._any);
-      assertEquals(inObj._any.length, retObj._any.length);
-
-      for(int i = 0; i < inObj._any.length; ++i)
-      {
-         SOAPElement inE = inObj._any[i];
-         SOAPElement retE = retObj._any[i];
-         assertEquals(inE, retE);
-      }
-   }
-
-   public void testWildCardArrayWithAnyNS() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-
-      SOAPElement el1 = factory.createElement("name", "ns1", "http://somens");
-      el1.setValue("Kermmit");
-      SOAPElement el2 = factory.createElement("product", "ns1", "http://somens");
-      el2.setValue("Ferrari");
-
-      ArrayOfAny2 inObj = new ArrayOfAny2(new SOAPElement[] { el1, el2 });
-      ArrayOfAny2 retObj = port.echo2(inObj);
-
-      assertNotNull(retObj);
-      assertNotNull(retObj._any);
-      assertEquals(inObj._any.length, retObj._any.length);
-
-      for(int i = 0; i < inObj._any.length; ++i)
-      {
-         SOAPElement inE = inObj._any[i];
-         SOAPElement retE = retObj._any[i];
-         assertEquals(inE, retE);
-      }
-   }
-
-   public void testWildCardArrayWithMaxOccurance() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-
-      SOAPElement el1 = factory.createElement("name", "ns1", "http://somens");
-      el1.setValue("Kermmit");
-
-      TypeOfAny3 inObj = new TypeOfAny3(el1);
-      TypeOfAny3 retObj = port.echo3(inObj);
-
-      assertNotNull(retObj);
-      assertNotNull(retObj._any);
-
-      SOAPElement inE = inObj._any;
-      SOAPElement retE = retObj._any;
-      assertEquals(inE, retE);
-
-   }
-
-   private static void assertEquals(SOAPElement myE, SOAPElement otherE)
-   {
-      assertEquals(otherE.getLocalName(), myE.getLocalName());
-      assertEquals(myE.getNamespaceURI(), otherE.getNamespaceURI());
-
-      NamedNodeMap myAttrs = myE.getAttributes();
-      int myTotalAttrs = myAttrs == null ? 0 : myAttrs.getLength();
-      NamedNodeMap otherAttrs = otherE.getAttributes();
-      int otherTotalAttrs = otherAttrs == null ? 0 : otherAttrs.getLength();
-      assertEquals(myTotalAttrs, otherTotalAttrs);
-
-      if(myTotalAttrs > 0)
-      {
-         for(int attrIndex = 0; attrIndex < myAttrs.getLength(); ++attrIndex)
-         {
-            Attr myAttr = (Attr)myAttrs.item(attrIndex);
-            String myValue = myAttr.getValue();
-            String otherValue = otherE.getAttributeNS(myAttr.getNamespaceURI(), myAttr.getLocalName());
-            assertEquals(myValue, otherValue);
-         }
-      }
-
-      boolean myHasChildren = DOMUtils.hasChildElements(myE);
-      boolean otherHasChildren = DOMUtils.hasChildElements(otherE);
-      assertEquals(myHasChildren, otherHasChildren);
-
-      if(myHasChildren)
-      {
-         Iterator myChildren = DOMUtils.getChildElements(myE);
-         Iterator otherChildren = DOMUtils.getChildElements(otherE);
-
-         int myChildrenTotal = 0;
-         int otherChildrenTotal = 0;
-         while(myChildren.hasNext() && otherChildren.hasNext())
-         {
-            SOAPElement myChild = (SOAPElement)myChildren.next();
-            ++myChildrenTotal;
-            SOAPElement otherChild = (SOAPElement)myChildren.next();
-            ++otherChildrenTotal;
-
-            assertEquals(myChild, otherChild);
-         }
-
-         assertEquals(myChildrenTotal, otherChildrenTotal);
-      }
-
-      String myText = DOMUtils.getTextContent(myE);
-      String otherText = DOMUtils.getTextContent(otherE);
-      assertEquals(myText, otherText);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/JBWS434TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface TestServiceEndpoint extends Remote
-{
-   ArrayOfAny echo(ArrayOfAny param1) throws RemoteException;
-   ArrayOfAny2 echo2(ArrayOfAny2 param1) throws RemoteException;
-   TypeOfAny3 echo3(TypeOfAny3 param1) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-import java.rmi.RemoteException;
-
-import org.jboss.logging.Logger;
-
-public class TestServiceEndpointImpl implements TestServiceEndpoint
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(TestServiceEndpoint.class);
-
-   public ArrayOfAny echo(ArrayOfAny param1)
-   {
-      log.info("echo: " + param1);
-      return param1;
-   }
-
-   public ArrayOfAny2 echo2(ArrayOfAny2 param1) throws RemoteException {
-      log.info("echo: " + param1);
-      return param1;
-   }
-
-   public TypeOfAny3 echo3(TypeOfAny3 param1) throws RemoteException {
-      log.info("echo: " + param1);
-      return param1;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TestServiceEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws434;
-
-import javax.xml.soap.SOAPElement;
-
-
-public class TypeOfAny3 {
-   
-    protected SOAPElement _any;
-
-    public TypeOfAny3() {
-    }
-
-    public TypeOfAny3(SOAPElement _any) {
-        this._any = _any;
-    }
-
-    public SOAPElement get_any() {
-        return _any;
-    }
-
-    public void set_any(SOAPElement _any) {
-        this._any = _any;
-    }
-}
-

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws434/TypeOfAny3.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws718;
-
-// $Id$
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * DOM Serialization in ServiceReferencable leads to stack overflow
- *
- * http://jira.jboss.org/jira/browse/JBWS-718
- *
- * @author Thomas.Diesler at jboss.org
- * @since 11-Nov-2005
- */
-public class JBWS718TestCase extends JBossWSTest
-{
-   private static TestService_PortType port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS718TestCase.class, "jaxrpc-jbws718.war, jaxrpc-jbws718-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestService_PortType)service.getPort(TestService_PortType.class);
-      }
-   }
-
-   public void testPingMsg() throws Exception {
-       PingMsgResponse response = port.ping(new PingMsg("Hello World"));
-       assertNotNull(response);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/JBWS718TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.jbws718;
-
-
-public class  PingMsg
-{
-
-    protected java.lang.String message;
-    public PingMsg(){}
-
-    public PingMsg(java.lang.String message){
-        this.message=message;
-    }
-    public java.lang.String getMessage() { return message ;}
-
-    public void setMessage(java.lang.String message){ this.message=message; }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsg.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-/*
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org.
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.jbws718;
-
-
-public class  PingMsgResponse
-{
-    public PingMsgResponse(){
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/PingMsgResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws718;
-
-import java.rmi.RemoteException;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 11-Apr-2006
- */
-public class TestServiceImpl implements TestService_PortType {
-    public PingMsgResponse ping(PingMsg pingMsg) throws RemoteException {
-        return new PingMsgResponse();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestServiceImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws718;
-public interface  TestService_PortType extends java.rmi.Remote
-{
-
-  public org.jboss.test.ws.jaxrpc.jbws718.PingMsgResponse  ping(org.jboss.test.ws.jaxrpc.jbws718.PingMsg pingMsg) throws  java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_PortType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-/*  
-* JBoss, the OpenSource EJB server
-* Distributable under LGPL license. See terms of license at gnu.org.
-*/
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws718;
-
-
-import javax.xml.rpc.ServiceException;
-
-
-public interface  TestService_Service extends  javax.xml.rpc.Service
-{
-
-     public org.jboss.test.ws.jaxrpc.jbws718.TestService_PortType getTestServicePort() throws ServiceException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws718/TestService_Service.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,91 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws720;
-
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPElement;
-
-public class GetProperty
-{
-   protected String strAttr;
-   protected String lang;
-   protected String strElement;
-   protected SOAPElement[] _any;
-
-   public GetProperty()
-   {
-   }
-
-   public GetProperty(String strAttr, String lang, String strElement, SOAPElement[] _any)
-   {
-      this.strAttr = strAttr;
-      this.lang = lang;
-      this.strElement = strElement;
-      this._any = _any;
-   }
-
-   public String getStrAttr()
-   {
-      return strAttr;
-   }
-
-   public void setStrAttr(String strAttr)
-   {
-      this.strAttr = strAttr;
-   }
-
-   public String getLang()
-   {
-      return lang;
-   }
-
-   public void setLang(String lang)
-   {
-      this.lang = lang;
-   }
-
-   public String getStrElement()
-   {
-      return strElement;
-   }
-
-   public void setStrElement(String strElement)
-   {
-      this.strElement = strElement;
-   }
-
-   public SOAPElement[] get_any()
-   {
-      return _any;
-   }
-
-   public void set_any(SOAPElement[] _any)
-   {
-      this._any = _any;
-   }
-   
-   public boolean equals(Object obj)
-   {
-      if ((obj instanceof GetProperty) == false) return false;
-      return toString().equals(obj.toString());
-   }
-   
-   public String toString() 
-   {
-      StringBuffer builder = null;
-      if (_any != null && _any.length > 0)
-      {
-         builder = new StringBuffer();
-         for (int i =0; i < _any.length; i++)
-         {
-            SOAPElement sel = _any[i];
-            Name name = sel.getElementName();
-            builder.append(name);
-         }
-      }
-      return "[elmt=" + strElement + ",attr=" + strAttr + ",lang=" + lang + ",any=" + builder + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetProperty.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws720;
-
-
-public class GetPropertyResponse {
-    protected java.lang.String result;
-    
-    public GetPropertyResponse() {
-    }
-    
-    public GetPropertyResponse(java.lang.String result) {
-        this.result = result;
-    }
-    
-    public java.lang.String getResult() {
-        return result;
-    }
-    
-    public void setResult(java.lang.String result) {
-        this.result = result;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/GetPropertyResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,128 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws720;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPFactory;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/** 
- * Handling of xml:lang and any namespace="##other"
- * http://jira.jboss.com/jira/browse/JBWS-720
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 04-Mar-2006
- */
-public class JBWS720TestCase extends JBossWSTest
-{
-   private static TestEndpoint port;
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS720TestCase.class, "jaxrpc-jbws720.war, jaxrpc-jbws720-client.jar");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testLangEmptyAny() throws Exception
-   {
-      GetProperty inObj = new GetProperty();
-      inObj.setStrElement("someElement");
-      inObj.setStrAttr("someAttr");
-      inObj.setLang("en");
-      inObj.set_any(new SOAPElement[] {});
-
-      GetPropertyResponse outObj = port.getProperty(inObj);
-      assertEquals(inObj.toString(), outObj.getResult());
-   }
-
-   public void testEmptyLangEmptyAny() throws Exception
-   {
-      GetProperty inObj = new GetProperty();
-      inObj.setStrElement("someElement");
-      inObj.setStrAttr("someAttr");
-      inObj.set_any(new SOAPElement[] {});
-
-      GetPropertyResponse outObj = port.getProperty(inObj);
-      assertEquals(inObj.toString(), outObj.getResult());
-   }
-
-   public void testLangAnyWithNamespace() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-
-      GetProperty inObj = new GetProperty();
-      inObj.setStrElement("someElement");
-      inObj.setStrAttr("someAttr");
-      inObj.setLang("en");
-
-      // test any element with namespace
-      SOAPElement el1 = factory.createElement("el1", "nsany", "http://somens");
-      SOAPElement el2 = factory.createElement("el2", "nsany", "http://somens");
-      inObj.set_any(new SOAPElement[] { el1, el2 });
-
-      GetPropertyResponse outObj = port.getProperty(inObj);
-      assertEquals(inObj.toString(), outObj.getResult());
-   }
-
-   public void testLangAnyWithoutNamespace() throws Exception
-   {
-      SOAPFactory factory = SOAPFactory.newInstance();
-
-      GetProperty inObj = new GetProperty();
-      inObj.setStrElement("someElement");
-      inObj.setStrAttr("someAttr");
-      inObj.setLang("en");
-
-      // test any element without namespace
-      SOAPElement el1 = factory.createElement("el1");
-      SOAPElement el2 = factory.createElement("el2");
-      inObj.set_any(new SOAPElement[] { el1, el2 });
-
-      GetPropertyResponse outObj = port.getProperty(inObj);
-      assertEquals(inObj.toString(), outObj.getResult());
-   }
-
-   public void testAllNull() throws Exception
-   {
-      GetProperty inObj = new GetProperty();
-
-      GetPropertyResponse outObj = port.getProperty(inObj);
-      assertEquals(inObj.toString(), outObj.getResult());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/JBWS720TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws720;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface TestEndpoint extends Remote
-{
-   public GetPropertyResponse getProperty(GetProperty parameters) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws720;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl implements TestEndpoint, Remote
-{
-   private static Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public GetPropertyResponse getProperty(GetProperty getp) throws RemoteException
-   {
-      log.info("getProperty: " + getp);
-      return new GetPropertyResponse(getp.toString());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws720/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public interface BareEndpoint extends java.rmi.Remote
-{
-
-   public org.jboss.test.ws.jaxrpc.jbws732.BareResponse echoStringArray(org.jboss.test.ws.jaxrpc.jbws732.BareRequest bareRequest)
-         throws java.rmi.RemoteException;
-
-   public org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayResponse echoStringWrappedArray(
-         org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayRequest bareWrappedArrayRequest) throws java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,59 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-import java.util.Arrays;
-
-import org.jboss.logging.Logger;
-
-public class BareEndpointImpl implements BareEndpoint
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(BareEndpointImpl.class);
-   
-   private void dump(String[] arr)
-   {
-      if (arr == null)
-      {
-         log.info("Null");
-      }
-      else
-      {
-         String message = Arrays.asList(arr).toString();
-         log.info(message);
-      }
-   }
-
-   public BareResponse echoStringArray(BareRequest arr)
-   {
-      dump(arr.getStringArray());
-
-      return new BareResponse(arr.getStringArray());
-   }
-
-   public BareWrappedArrayResponse echoStringWrappedArray(BareWrappedArrayRequest arr)
-   {
-      dump(arr.getStringArray());
-
-      return new BareWrappedArrayResponse(arr.getStringArray());
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class BareRequest
-{
-   protected java.lang.String[] stringArray;
-
-   public BareRequest()
-   {
-   }
-
-   public BareRequest(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-   public java.lang.String[] getStringArray()
-   {
-      return stringArray;
-   }
-
-   public void setStringArray(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareRequest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class BareResponse
-{
-
-   protected java.lang.String[] stringArray;
-
-   public BareResponse()
-   {
-   }
-
-   public BareResponse(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-   public java.lang.String[] getStringArray()
-   {
-      return stringArray;
-   }
-
-   public void setStringArray(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-/*  
-* JBoss, the OpenSource EJB server
-* Distributable under LGPL license. See terms of license at gnu.org.
-*/
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-
-import javax.xml.rpc.ServiceException;
-
-
-public interface  BareService extends  javax.xml.rpc.Service
-{
-
-     public org.jboss.test.ws.jaxrpc.jbws732.BareEndpoint getBareEndpointPort() throws ServiceException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class BareWrappedArrayRequest
-{
-
-   protected java.lang.String[] stringArray;
-
-   public BareWrappedArrayRequest()
-   {
-   }
-
-   public BareWrappedArrayRequest(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-   public java.lang.String[] getStringArray()
-   {
-      return stringArray;
-   }
-
-   public void setStringArray(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayRequest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class BareWrappedArrayResponse
-{
-   protected java.lang.String[] stringArray;
-
-   public BareWrappedArrayResponse()
-   {
-   }
-
-   public BareWrappedArrayResponse(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-
-   public java.lang.String[] getStringArray()
-   {
-      return stringArray;
-   }
-
-   public void setStringArray(java.lang.String[] stringArray)
-   {
-      this.stringArray = stringArray;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/BareWrappedArrayResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,200 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Empty unwrapped arrays incorrectly unmarshalled as a null value
- * http://jira.jboss.org/jira/browse/JBWS-732
- *
- * @author Thomas.Diesler at jboss.org
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @since 08-Mar-2006
- */
-public class JBWS732TestCase extends JBossWSTest
-{
-   private static WrappedEndpoint wrapped;
-   private static BareEndpoint bare;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS732TestCase.class, "jaxrpc-jbws732.war, jaxrpc-jbws732-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (wrapped == null || bare == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/jbws732/wrapped");
-         wrapped = (WrappedEndpoint)service.getPort(WrappedEndpoint.class);
-
-         service = (Service)iniCtx.lookup("java:comp/env/service/jbws732/bare");
-         bare = (BareEndpoint)service.getPort(BareEndpoint.class);
-      }
-   }
-
-
-   /* Wrapped Style, Unwrapped Arrays */
-   public void testEchoUnwrappedArrayWrappedStyleElements() throws Exception
-   {
-      String[] inArr = {"one", "two"};
-      String[] outArr = wrapped.echoStringArray(inArr);
-      assertEquals(inArr, outArr);
-   }
-
-   public void testEchoUnwrappedArrayWrappedStyleEmpty() throws Exception
-   {
-      String[] inArr = {};
-      String[] outArr = wrapped.echoStringArray(inArr);
-      assertEquals(inArr, outArr);
-
-   }
-   public void testEchoUnwrappedArrayWrappedStyleNullElement() throws Exception
-   {
-      String[] outArr = wrapped.echoStringArray(new String[] {null});
-
-      assertEquals(new String[] {null}, outArr);
-   }
-
-   public void testEchoUnwrappedArrayWrappedStyleNull() throws Exception
-   {
-      String[] outArr = wrapped.echoStringArray(null);
-
-      // Since, tt is impossible to send an unwrapped array as null,
-      // JAXB says this is semantically equivalent to inserting a null element in the collection
-      assertEquals(new String[] {null}, outArr);
-   }
-
-   /* Wrapped Style, Wrapped Arrays */
-   public void testEchoWrappedArrayWrappedStyleElements() throws Exception
-   {
-      String[] inArr = {"one", "two"};
-      String[] outArr = wrapped.echoStringWrappedArray(inArr);
-      assertEquals(inArr, outArr);
-   }
-
-   public void testEchoWrappedArrayWrappedStyleEmpty() throws Exception
-   {
-      String[] inArr = {};
-      String[] outArr = wrapped.echoStringWrappedArray(inArr);
-      assertEquals(inArr, outArr);
-   }
-
-   public void testEchoWrappedArrayWrappedStyleNullElement() throws Exception
-   {
-      String[] outArr = wrapped.echoStringWrappedArray(new String[] {null});
-
-      assertEquals(new String[] {null}, outArr);
-   }
-
-   public void testEchoWrappedArrayWrappedStyleNull() throws Exception
-   {
-      String[] outArr = wrapped.echoStringWrappedArray(null);
-
-      assertEquals(null, outArr);
-   }
-
-
-   /* Bare Style, Unwrapped Arrays */
-   public void testEchoUnwrappedArrayBareStyleElements() throws Exception
-   {
-      String[] inArr = {"one", "two"};
-      BareRequest request = new BareRequest();
-      request.setStringArray(inArr);
-
-      BareResponse response = bare.echoStringArray(request);
-      assertEquals(inArr, response.getStringArray());
-   }
-
-   public void testEchoUnwrappedArrayBareStyleEmpty() throws Exception
-   {
-      BareRequest in = new BareRequest(new String[]{});
-      BareResponse out = bare.echoStringArray(in);
-      assertEquals(in.getStringArray(), out.getStringArray());
-   }
-
-   public void testEchoUnwrappedArrayBareStyleNullElement() throws Exception
-   {
-      BareRequest in = new BareRequest();
-      in.setStringArray(new String[]{null});
-      BareResponse out = bare.echoStringArray(in);
-
-      assertEquals(new String[]{null}, out.getStringArray());
-   }
-
-   public void testEchoUnwrappedArrayBareStyleNull() throws Exception
-   {
-      BareRequest in = new BareRequest();
-      in.setStringArray(null);
-      BareResponse out = bare.echoStringArray(in);
-
-      // Since, tt is impossible to send an unwrapped array as null,
-      // JAXB says this is semantically equivalent to inserting a null element in the collection
-      assertEquals(new String[]{null}, out.getStringArray());
-   }
-
-
-   /* Bare Style, Wrapped Arrays */
-   public void testEchoWrappedArrayBareStyleElements() throws Exception
-   {
-      String[] inArr = {"one", "two"};
-      BareWrappedArrayRequest request = new BareWrappedArrayRequest();
-      request.setStringArray(inArr);
-
-      BareWrappedArrayResponse response = bare.echoStringWrappedArray(request);
-      assertEquals(inArr, response.getStringArray());
-   }
-
-   public void testEchoWrappedArrayBareStyleEmpty() throws Exception
-   {
-      BareWrappedArrayRequest in = new BareWrappedArrayRequest(new String[]{});
-      BareWrappedArrayResponse out = bare.echoStringWrappedArray(in);
-      assertEquals(in.getStringArray(), out.getStringArray());
-   }
-
-   public void testEchoWwrappedArrayBareStyleNullElement() throws Exception
-   {
-      BareWrappedArrayRequest in = new BareWrappedArrayRequest();
-      in.setStringArray(new String[]{null});
-      BareWrappedArrayResponse out = bare.echoStringWrappedArray(in);
-
-      assertEquals(new String[]{null}, out.getStringArray());
-   }
-
-   public void testEchoWrappedArrayBareStyleNull() throws Exception
-   {
-      BareWrappedArrayRequest in = new BareWrappedArrayRequest();
-      in.setStringArray(null);
-      BareWrappedArrayResponse out = bare.echoStringWrappedArray(in);
-
-      assertEquals(null, out.getStringArray());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/JBWS732TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface WrappedEndpoint extends Remote
-{
-   String[] echoStringArray(String[] arr) throws RemoteException;
-
-   String[] echoStringWrappedArray(String[] arr) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,59 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-import java.util.Arrays;
-
-import org.jboss.logging.Logger;
-
-public class WrappedEndpointImpl implements WrappedEndpoint
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(WrappedEndpointImpl.class);
-   
-   private void dump(String[] arr)
-   {
-      if (arr == null)
-      {
-         log.info("Null");
-      }
-      else
-      {
-         String message = Arrays.asList(arr).toString();
-         log.info(message);
-      }
-   }
-
-   public String[] echoStringArray(String[] arr)
-   {
-      dump(arr);
-
-      return arr;
-   }
-
-   public String[] echoStringWrappedArray(String[] arr)
-   {
-      dump(arr);
-
-      return arr;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class WrappedEndpoint_echoStringArray_RequestStruct
-{
-
-   protected java.lang.String[] arrayOfString_1;
-
-   public WrappedEndpoint_echoStringArray_RequestStruct()
-   {
-   }
-
-   public WrappedEndpoint_echoStringArray_RequestStruct(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-   public java.lang.String[] getArrayOfString_1()
-   {
-      return arrayOfString_1;
-   }
-
-   public void setArrayOfString_1(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class WrappedEndpoint_echoStringArray_ResponseStruct
-{
-
-   protected java.lang.String[] result;
-
-   public WrappedEndpoint_echoStringArray_ResponseStruct()
-   {
-   }
-
-   public WrappedEndpoint_echoStringArray_ResponseStruct(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.String[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringArray_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class WrappedEndpoint_echoStringWrappedArray_RequestStruct
-{
-
-   protected java.lang.String[] arrayOfString_1;
-
-   public WrappedEndpoint_echoStringWrappedArray_RequestStruct()
-   {
-   }
-
-   public WrappedEndpoint_echoStringWrappedArray_RequestStruct(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-   public java.lang.String[] getArrayOfString_1()
-   {
-      return arrayOfString_1;
-   }
-
-   public void setArrayOfString_1(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws732;
-
-public class WrappedEndpoint_echoStringWrappedArray_ResponseStruct
-{
-
-   protected java.lang.String[] result;
-
-   public WrappedEndpoint_echoStringWrappedArray_ResponseStruct()
-   {
-   }
-
-   public WrappedEndpoint_echoStringWrappedArray_ResponseStruct(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.String[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws732/WrappedEndpoint_echoStringWrappedArray_ResponseStruct.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface DocumentTranslator extends Remote
-{
-   public TDocument translate(TTranslationRequest translationRequest) throws TTextNotTranslatable, TDictionaryNotAvailable, RemoteException;
-
-   public void quoteTranslation(TQuotationRequest quotationRequest) throws RemoteException;
-
-   public TStatusResponse getQuotationStatus(TStatusRequest statusRequest) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslator.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import org.jboss.logging.Logger;
-
-public class DocumentTranslatorImpl implements DocumentTranslator, Remote
-{
-   private Logger log = Logger.getLogger(DocumentTranslatorImpl.class);
-
-   public TDocument translate(TTranslationRequest tRequest) throws TTextNotTranslatable, TDictionaryNotAvailable, RemoteException
-   {
-      TDocument tDocument = tRequest.getDocument();
-      
-      TDocumentHead tHead = tDocument.getHead();
-      String lang = tHead.getLanguage();
-      String title = tHead.getTitle();
-      
-      log.info("[lang=" + lang + ",title=" + title + "]");
-      if ("en".equals(lang) == false || "title".equals(title) == false)
-         throw new IllegalStateException("Invalid TDocumentHead");
-
-      return tDocument;
-   }
-
-   public void quoteTranslation(TQuotationRequest quotationRequest) throws RemoteException
-   {
-   }
-
-   public TStatusResponse getQuotationStatus(TStatusRequest statusRequest) throws RemoteException
-   {
-      TStatusResponse _retVal = null;
-      return _retVal;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/DocumentTranslatorImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,112 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-import java.io.ByteArrayInputStream;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.utils.DOMWriter;
-
-/**
- * Web services deployment can fail when deploying multiple EJB JARs
- * 
- * http://jira.jboss.com/jira/browse/JBWS-772
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Mar-2006
- */
-public class JBWS775TestCase extends JBossWSTest
-{
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS775TestCase.class, "jaxrpc-jbws775.war, jaxrpc-jbws775-client.jar");
-   }
-
-   public void testEndpointAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/DocumentTranslator");
-      DocumentTranslator port = (DocumentTranslator)service.getPort(DocumentTranslator.class);
-      
-      TDocumentHead tDocHead = new TDocumentHead("title", "en");
-      TDocumentBody tDocBody = new TDocumentBody(new String[] {"hi", "bye"});
-      TDocument tDocReq = new TDocument(tDocHead, tDocBody);
-      TTranslationRequest tReq = new TTranslationRequest("es", tDocReq);
-      
-      TDocument tDocRes = port.translate(tReq);
-      assertEquals("en", tDocRes.getHead().getLanguage());
-      assertEquals("title", tDocRes.getHead().getTitle());
-      assertEquals("hi", tDocRes.getBody().getParagraph()[0]);
-      assertEquals("bye", tDocRes.getBody().getParagraph()[1]);
-   }
-   
-   public void testSAAJAccess() throws Exception
-   {
-      String reqStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         " <env:Body>" + 
-         "  <sns:translationRequest targetLanguage='es' xmlns:sns='http://example.com/translator/types' xmlns:vendor='http://jbpm.org/bpel'>" + 
-         "   <sns:document>" + 
-         "    <head language='en' title='title'/>" + 
-         "    <body>" + 
-         "     <paragraph>hi</paragraph>" + 
-         "     <paragraph>bye</paragraph>" + 
-         "    </body>" + 
-         "   </sns:document>" + 
-         "  </sns:translationRequest>" + 
-         " </env:Body>" + 
-         "</env:Envelope>";
-
-      String resStr = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Header/>" + 
-          "<env:Body>" + 
-           "<ns1:document xmlns:ns1='http://example.com/translator/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" + 
-            "<head language='en' title='title'/>" + 
-            "<body>" + 
-             "<paragraph>hi</paragraph>" + 
-             "<paragraph>bye</paragraph>" + 
-            "</body>" + 
-           "</ns1:document>" + 
-          "</env:Body>" + 
-         "</env:Envelope>";
-
-      SOAPMessage reqMsg = MessageFactory.newInstance().createMessage(null, new ByteArrayInputStream(reqStr.getBytes()));
-      SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
-      SOAPMessage resMsg = con.call(reqMsg, "http://" + getServerHost() + ":8080/jaxrpc-jbws775/document");
-      SOAPEnvelope resEnv = resMsg.getSOAPPart().getEnvelope();
-      
-      assertEquals(resStr, DOMWriter.printNode(resEnv, false));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/JBWS775TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TDictionaryNotAvailable extends java.lang.Exception {
-    
-    
-    public TDictionaryNotAvailable() {
-    }
-    
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDictionaryNotAvailable.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TDocument {
-    protected org.jboss.test.ws.jaxrpc.jbws775.TDocumentHead head;
-    protected org.jboss.test.ws.jaxrpc.jbws775.TDocumentBody body;
-    
-    public TDocument() {
-    }
-    
-    public TDocument(org.jboss.test.ws.jaxrpc.jbws775.TDocumentHead head, org.jboss.test.ws.jaxrpc.jbws775.TDocumentBody body) {
-        this.head = head;
-        this.body = body;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TDocumentHead getHead() {
-        return head;
-    }
-    
-    public void setHead(org.jboss.test.ws.jaxrpc.jbws775.TDocumentHead head) {
-        this.head = head;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TDocumentBody getBody() {
-        return body;
-    }
-    
-    public void setBody(org.jboss.test.ws.jaxrpc.jbws775.TDocumentBody body) {
-        this.body = body;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocument.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TDocumentBody {
-    protected java.lang.String[] paragraph;
-    
-    public TDocumentBody() {
-    }
-    
-    public TDocumentBody(java.lang.String[] paragraph) {
-        this.paragraph = paragraph;
-    }
-    
-    public java.lang.String[] getParagraph() {
-        return paragraph;
-    }
-    
-    public void setParagraph(java.lang.String[] paragraph) {
-        this.paragraph = paragraph;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentBody.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TDocumentHead {
-    protected java.lang.String title;
-    protected java.lang.String language;
-    
-    public TDocumentHead() {
-    }
-    
-    public TDocumentHead(java.lang.String title, java.lang.String language) {
-        this.title = title;
-        this.language = language;
-    }
-    
-    public java.lang.String getTitle() {
-        return title;
-    }
-    
-    public void setTitle(java.lang.String title) {
-        this.title = title;
-    }
-    
-    public java.lang.String getLanguage() {
-        return language;
-    }
-    
-    public void setLanguage(java.lang.String language) {
-        this.language = language;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TDocumentHead.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TQuotationRequest {
-    protected java.lang.String clientName;
-    protected java.lang.String targetLanguage;
-    protected org.jboss.test.ws.jaxrpc.jbws775.TDocument document;
-    
-    public TQuotationRequest() {
-    }
-    
-    public TQuotationRequest(java.lang.String clientName, java.lang.String targetLanguage, org.jboss.test.ws.jaxrpc.jbws775.TDocument document) {
-        this.clientName = clientName;
-        this.targetLanguage = targetLanguage;
-        this.document = document;
-    }
-    
-    public java.lang.String getClientName() {
-        return clientName;
-    }
-    
-    public void setClientName(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-    
-    public java.lang.String getTargetLanguage() {
-        return targetLanguage;
-    }
-    
-    public void setTargetLanguage(java.lang.String targetLanguage) {
-        this.targetLanguage = targetLanguage;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TDocument getDocument() {
-        return document;
-    }
-    
-    public void setDocument(org.jboss.test.ws.jaxrpc.jbws775.TDocument document) {
-        this.document = document;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuotationRequest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,89 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-import java.util.HashMap;
-
-public class TQuoteStatus {
-    private java.lang.String value;
-    private static java.util.Map valueMap = new HashMap();
-    public static final java.lang.String _noneString = "none";
-    public static final java.lang.String _receivedString = "received";
-    public static final java.lang.String _processingString = "processing";
-    public static final java.lang.String _completedString = "completed";
-    
-    public static final java.lang.String _none = new java.lang.String(_noneString);
-    public static final java.lang.String _received = new java.lang.String(_receivedString);
-    public static final java.lang.String _processing = new java.lang.String(_processingString);
-    public static final java.lang.String _completed = new java.lang.String(_completedString);
-    
-    public static final TQuoteStatus none = new TQuoteStatus(_none);
-    public static final TQuoteStatus received = new TQuoteStatus(_received);
-    public static final TQuoteStatus processing = new TQuoteStatus(_processing);
-    public static final TQuoteStatus completed = new TQuoteStatus(_completed);
-    
-    protected TQuoteStatus(java.lang.String value) {
-        this.value = value;
-        valueMap.put(this.toString(), this);
-    }
-    
-    public java.lang.String getValue() {
-        return value;
-    }
-    
-    public static TQuoteStatus fromValue(java.lang.String value)
-        throws java.lang.IllegalStateException {
-        if (none.value.equals(value)) {
-            return none;
-        } else if (received.value.equals(value)) {
-            return received;
-        } else if (processing.value.equals(value)) {
-            return processing;
-        } else if (completed.value.equals(value)) {
-            return completed;
-        }
-        throw new java.lang.IllegalArgumentException();
-    }
-    
-    public static TQuoteStatus fromString(java.lang.String value)
-        throws java.lang.IllegalStateException {
-        TQuoteStatus ret = (TQuoteStatus)valueMap.get(value);
-        if (ret != null) {
-            return ret;
-        }
-        if (value.equals(_noneString)) {
-            return none;
-        } else if (value.equals(_receivedString)) {
-            return received;
-        } else if (value.equals(_processingString)) {
-            return processing;
-        } else if (value.equals(_completedString)) {
-            return completed;
-        }
-        throw new IllegalArgumentException();
-    }
-    
-    public java.lang.String toString() {
-        return value.toString();
-    }
-    
-    private java.lang.Object readResolve()
-        throws java.io.ObjectStreamException {
-        return fromValue(getValue());
-    }
-    
-    public boolean equals(java.lang.Object obj) {
-        if (!(obj instanceof TQuoteStatus)) {
-            return false;
-        }
-        return ((TQuoteStatus)obj).value.equals(value);
-    }
-    
-    public int hashCode() {
-        return value.hashCode();
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TQuoteStatus.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TStatusRequest {
-    protected java.lang.String clientName;
-    
-    public TStatusRequest() {
-    }
-    
-    public TStatusRequest(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-    
-    public java.lang.String getClientName() {
-        return clientName;
-    }
-    
-    public void setClientName(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusRequest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TStatusResponse {
-    protected org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status;
-    
-    public TStatusResponse() {
-    }
-    
-    public TStatusResponse(org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status) {
-        this.status = status;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus getStatus() {
-        return status;
-    }
-    
-    public void setStatus(org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status) {
-        this.status = status;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TStatusResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TTextNotTranslatable extends java.lang.Exception {
-    private java.lang.String text;
-    
-    
-    public TTextNotTranslatable(java.lang.String text) {
-        super(text);
-        this.text = text;
-    }
-    
-    public java.lang.String getText() {
-        return text;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTextNotTranslatable.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TTranslationRequest {
-    protected java.lang.String targetLanguage;
-    protected org.jboss.test.ws.jaxrpc.jbws775.TDocument document;
-    
-    public TTranslationRequest() {
-    }
-    
-    public TTranslationRequest(java.lang.String targetLanguage, org.jboss.test.ws.jaxrpc.jbws775.TDocument document) {
-        this.targetLanguage = targetLanguage;
-        this.document = document;
-    }
-    
-    public java.lang.String getTargetLanguage() {
-        return targetLanguage;
-    }
-    
-    public void setTargetLanguage(java.lang.String targetLanguage) {
-        this.targetLanguage = targetLanguage;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TDocument getDocument() {
-        return document;
-    }
-    
-    public void setDocument(org.jboss.test.ws.jaxrpc.jbws775.TDocument document) {
-        this.document = document;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TTranslationRequest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-public interface TextTranslator extends java.rmi.Remote {
-    public java.lang.String translate(java.lang.String text, java.lang.String sourceLanguage, java.lang.String targetLanguage) throws 
-        org.jboss.test.ws.jaxrpc.jbws775.TDictionaryNotAvailable, org.jboss.test.ws.jaxrpc.jbws775.TTextNotTranslatable,  java.rmi.RemoteException;
-    public void quoteTranslation(java.lang.String clientName, java.lang.String text, java.lang.String sourceLanguage, java.lang.String targetLanguage) throws 
-         java.rmi.RemoteException;
-    public org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus getQuotationStatus(java.lang.String clientName) throws 
-         java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public class TextTranslatorImpl implements TextTranslator, Remote
-{
-   public String translate(String text, String sourceLanguage, String targetLanguage) throws TDictionaryNotAvailable, TTextNotTranslatable, RemoteException
-   {
-
-      String _retVal = null;
-      return _retVal;
-   }
-
-   public void quoteTranslation(String clientName, String text, String sourceLanguage, String targetLanguage) throws RemoteException
-   {
-   }
-
-   public TQuoteStatus getQuotationStatus(String clientName) throws RemoteException
-   {
-
-      TQuoteStatus _retVal = null;
-      return _retVal;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslatorImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TextTranslator_getQuotationStatus_RequestStruct {
-    protected java.lang.String clientName;
-    
-    public TextTranslator_getQuotationStatus_RequestStruct() {
-    }
-    
-    public TextTranslator_getQuotationStatus_RequestStruct(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-    
-    public java.lang.String getClientName() {
-        return clientName;
-    }
-    
-    public void setClientName(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TextTranslator_getQuotationStatus_ResponseStruct {
-    protected org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status;
-    
-    public TextTranslator_getQuotationStatus_ResponseStruct() {
-    }
-    
-    public TextTranslator_getQuotationStatus_ResponseStruct(org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status) {
-        this.status = status;
-    }
-    
-    public org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus getStatus() {
-        return status;
-    }
-    
-    public void setStatus(org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus status) {
-        this.status = status;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_getQuotationStatus_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,56 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TextTranslator_quoteTranslation_RequestStruct {
-    protected java.lang.String clientName;
-    protected java.lang.String text;
-    protected java.lang.String sourceLanguage;
-    protected java.lang.String targetLanguage;
-    
-    public TextTranslator_quoteTranslation_RequestStruct() {
-    }
-    
-    public TextTranslator_quoteTranslation_RequestStruct(java.lang.String clientName, java.lang.String text, java.lang.String sourceLanguage, java.lang.String targetLanguage) {
-        this.clientName = clientName;
-        this.text = text;
-        this.sourceLanguage = sourceLanguage;
-        this.targetLanguage = targetLanguage;
-    }
-    
-    public java.lang.String getClientName() {
-        return clientName;
-    }
-    
-    public void setClientName(java.lang.String clientName) {
-        this.clientName = clientName;
-    }
-    
-    public java.lang.String getText() {
-        return text;
-    }
-    
-    public void setText(java.lang.String text) {
-        this.text = text;
-    }
-    
-    public java.lang.String getSourceLanguage() {
-        return sourceLanguage;
-    }
-    
-    public void setSourceLanguage(java.lang.String sourceLanguage) {
-        this.sourceLanguage = sourceLanguage;
-    }
-    
-    public java.lang.String getTargetLanguage() {
-        return targetLanguage;
-    }
-    
-    public void setTargetLanguage(java.lang.String targetLanguage) {
-        this.targetLanguage = targetLanguage;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_quoteTranslation_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TextTranslator_translate_RequestStruct {
-    protected java.lang.String text;
-    protected java.lang.String sourceLanguage;
-    protected java.lang.String targetLanguage;
-    
-    public TextTranslator_translate_RequestStruct() {
-    }
-    
-    public TextTranslator_translate_RequestStruct(java.lang.String text, java.lang.String sourceLanguage, java.lang.String targetLanguage) {
-        this.text = text;
-        this.sourceLanguage = sourceLanguage;
-        this.targetLanguage = targetLanguage;
-    }
-    
-    public java.lang.String getText() {
-        return text;
-    }
-    
-    public void setText(java.lang.String text) {
-        this.text = text;
-    }
-    
-    public java.lang.String getSourceLanguage() {
-        return sourceLanguage;
-    }
-    
-    public void setSourceLanguage(java.lang.String sourceLanguage) {
-        this.sourceLanguage = sourceLanguage;
-    }
-    
-    public java.lang.String getTargetLanguage() {
-        return targetLanguage;
-    }
-    
-    public void setTargetLanguage(java.lang.String targetLanguage) {
-        this.targetLanguage = targetLanguage;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-
-public class TextTranslator_translate_ResponseStruct {
-    protected java.lang.String translatedText;
-    
-    public TextTranslator_translate_ResponseStruct() {
-    }
-    
-    public TextTranslator_translate_ResponseStruct(java.lang.String translatedText) {
-        this.translatedText = translatedText;
-    }
-    
-    public java.lang.String getTranslatedText() {
-        return translatedText;
-    }
-    
-    public void setTranslatedText(java.lang.String translatedText) {
-        this.translatedText = translatedText;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TextTranslator_translate_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.3, build R1)
-// Generated source version: 1.1.3
-
-package org.jboss.test.ws.jaxrpc.jbws775;
-
-import javax.xml.rpc.ServiceException;
-
-public interface TranslatorService extends javax.xml.rpc.Service {
-    public TextTranslator getTextTranslatorPort() throws ServiceException;
-    public DocumentTranslator getDocumentTranslatorPort() throws ServiceException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws775/TranslatorService.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,195 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws801;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.util.Arrays;
-import java.util.Iterator;
-
-import javax.activation.DataHandler;
-import javax.activation.DataSource;
-import javax.xml.soap.AttachmentPart;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.soap.SOAPPart;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-public class JBWS801TestCase extends JBossWSTest
-{
-   private static final String NS_PREFIX = "ns1";
-   private static final String NS_URI = "http://org.jboss.webservice/jbws801";
-   private static final String CID_MIMEPART = "big";
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS801TestCase.class, "jaxrpc-jbws801.war");
-   }   
-
-   public void testLargeFile() throws Exception
-   {
-      long size = 6L * 1024L * 1024L;
-
-      String methodName = "sendLargeFile";
-      SOAPMessage msg = setupMimeMessage(methodName);
-      DataHandler handler = new DataHandler(new GeneratorDataSource(size));
-      addAttachmentPart(msg, handler);
-      sendAndValidateMimeMessage(methodName, msg, size);
-   }
-
-   private static class GeneratorDataSource implements DataSource
-   {
-      private long size;
-
-      public GeneratorDataSource(long size)
-      {
-         this.size = size;
-      }
-
-      public String getContentType()
-      {
-         return "application/octet-stream";
-      }
-
-      public InputStream getInputStream() throws IOException
-      {
-         return new FakeInputStream(size);
-      }
-
-      public String getName()
-      {
-         return null;
-      }
-
-      public OutputStream getOutputStream() throws IOException
-      {
-         return null;
-      }
-   }
-
-   private static class FakeInputStream extends InputStream
-   {
-      private long size;
-
-      public FakeInputStream(long size)
-      {
-         this.size = size;
-      }
-
-      public int read(byte[] b, int off, int len) throws IOException
-      {
-         if (len < 1)
-            return 0;
-
-         if (size == 0)
-            return -1;
-
-         int ret = (int) Math.min(size, len);
-         Arrays.fill(b, off, off + ret, (byte)1);
-         size -= ret;
-
-         return ret;
-      }
-
-      public int read() throws IOException
-      {
-         if (size > 0)
-         {
-            size--;
-            return 1;
-         }
-
-         return -1;
-      }
-   }
-
-   private SOAPMessage setupMimeMessage(String rpcMethodName)
-      throws Exception
-   {
-      MessageFactory mf = MessageFactory.newInstance();
-
-      // Create a soap message from the message factory.
-      SOAPMessage msg = mf.createMessage();
-
-      // Message creation takes care of creating the SOAPPart - a required part of the message as per the SOAP 1.1 spec.
-      SOAPPart sp = msg.getSOAPPart();
-
-      // Retrieve the envelope from the soap part to start building the soap message.
-      SOAPEnvelope envelope = sp.getEnvelope();
-
-      // Create a soap body from the envelope.
-      SOAPBody bdy = envelope.getBody();
-
-      // Add a soap body element
-      bdy.addBodyElement(envelope.createName(rpcMethodName, NS_PREFIX, NS_URI));
-
-      return msg;
-   }
-
-   private void addAttachmentPart(SOAPMessage msg, DataHandler dataHandler)
-   {
-      // Create the attachment part
-      AttachmentPart ap = msg.createAttachmentPart(dataHandler);
-      ap.setContentId(CID_MIMEPART);
-
-      // Add the attachments to the message.
-      msg.addAttachmentPart(ap);
-   }
-
-   /** Send the message and validate the result
-    */
-   private void sendAndValidateMimeMessage(String rpcMethodName, SOAPMessage msg, long count)
-      throws SOAPException, MalformedURLException
-   {
-      SOAPConnectionFactory conFactory = SOAPConnectionFactory.newInstance();
-      SOAPConnection con = conFactory.createConnection();
-      SOAPMessage resMessage = con.call(msg, new URL("http://" + getServerHost() + ":8080/jaxrpc-jbws801"));
-      SOAPBody soapBody = resMessage.getSOAPBody();
-      SOAPEnvelope soapEnvelope = (SOAPEnvelope)soapBody.getParentElement();
-
-      Name rpcName = soapEnvelope.createName(rpcMethodName + "Response", NS_PREFIX, NS_URI);
-      Iterator childElements = soapBody.getChildElements(rpcName);
-      assertTrue("Expexted child: " + rpcName, childElements.hasNext());
-
-      SOAPElement bodyChild = (SOAPElement)childElements.next();
-      Name resName = soapEnvelope.createName("result");
-      SOAPElement resElement = (SOAPElement)bodyChild.getChildElements(resName).next();
-      String value = resElement.getValue();
-
-      assertEquals(count, Long.parseLong(value));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/JBWS801TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws801;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-
-public interface LargeAttachment extends Remote
-{
-   long sendLargeFile() throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachment.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,81 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws801;
-
-import java.io.InputStream;
-import java.rmi.RemoteException;
-import java.util.Iterator;
-
-import javax.xml.rpc.ServiceException;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.rpc.server.ServiceLifecycle;
-import javax.xml.rpc.server.ServletEndpointContext;
-import javax.xml.soap.AttachmentPart;
-import javax.xml.soap.SOAPMessage;
-
-public class LargeAttachmentImpl implements LargeAttachment, ServiceLifecycle
-{
-   private ServletEndpointContext context;
-
-   public long sendLargeFile() throws RemoteException
-   {
-      long count = 0;
-      SOAPMessage message = ((SOAPMessageContext) context.getMessageContext()).getMessage();
-      try
-      {
-         byte[] buffer = new byte[1024];
-         for (Iterator iter = message.getAttachments(); iter.hasNext(); )
-         {
-            AttachmentPart part = (AttachmentPart) iter.next();
-
-            InputStream inputStream = part.getDataHandler().getInputStream();
-            int read = 0;
-            do
-            {
-               count += read;
-               read = inputStream.read(buffer);
-            }
-            while (read != -1);
-         }
-      }
-      catch (Exception e)
-      {
-         throw new RemoteException(e.getMessage());
-      }
-
-      System.out.println("[Size = " + count + "]");
-      return count;
-   }
-
-
-   // ServiceLifecycle *******************************************************************************************
-
-   public void init(Object context) throws ServiceException
-   {
-      this.context = (ServletEndpointContext)context;
-   }
-
-   public void destroy()
-   {
-      this.context = null;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws801/LargeAttachmentImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFault;
-import javax.xml.soap.SOAPMessage;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 12-Apr-2006
- */
-public class ExceptionHandler extends GenericHandler {
-
-    public QName[] getHeaders() {
-        return new QName[0];
-    }
-
-    public boolean handleFault(MessageContext messageContext) {
-        try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)messageContext).getMessage();
-
-         SOAPFault soapFault = soapMessage.getSOAPBody().getFault();
-         soapFault.setFaultString("ExceptionHandler processed this message");
-         return true;
-
-      }
-      catch (SOAPException e)
-      {
-         throw new JAXRPCException(e.toString(), e);
-      }
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/ExceptionHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-// $Id$
-
-import java.rmi.RemoteException;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Support sequences of anys
- *
- * http://jira.jboss.org/jira/browse/JBWS-807
- *
- * @author Thomas.Diesler at jboss.org
- * @since 11-Nov-2005
- */
-public class JBWS807TestCase extends JBossWSTest
-{
-    private static TestService_PortType port;
-
-    public static Test suite()
-    {
-        return JBossWSTestSetup.newTestSetup(JBWS807TestCase.class, "jaxrpc-jbws807.war, jaxrpc-jbws807-client.jar");
-    }
-
-    protected void setUp() throws Exception
-    {
-        super.setUp();
-        if (port == null)
-        {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (TestService_PortType)service.getPort(TestService_PortType.class);
-        }
-    }
-
-    public void testPingMsg() throws Exception {
-        try {
-            port.ping(new PingMsg("Hello World"));
-            fail("JBWS807 endpoint is supposed to fault");
-
-        } catch (RemoteException e) {         
-            if( ! e.getCause().getMessage().equals("ExceptionHandler processed this message"))
-                fail("Exception not procesed");
-        }
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/JBWS807TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-
-public class  PingMsg
-{
-
-    protected java.lang.String message;
-    public PingMsg(){}
-
-    public PingMsg(java.lang.String message){
-        this.message=message;
-    }
-    public java.lang.String getMessage() { return message ;}
-
-    public void setMessage(java.lang.String message){ this.message=message; }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsg.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-/*
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org.
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-
-public class  PingMsgResponse
-{
-    public PingMsgResponse(){
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/PingMsgResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-import java.rmi.RemoteException;
-
-import org.jboss.ws.WSException;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 11-Apr-2006
- */
-public class TestServiceImpl implements TestService_PortType {
-    public PingMsgResponse ping(PingMsg pingMsg) throws RemoteException {
-        throw new WSException("JBWS807 is supposed to fault");
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestServiceImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws807;
-public interface  TestService_PortType extends java.rmi.Remote
-{
-
-  public org.jboss.test.ws.jaxrpc.jbws807.PingMsgResponse  ping(org.jboss.test.ws.jaxrpc.jbws807.PingMsg pingMsg) throws  java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_PortType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-/*  
-* JBoss, the OpenSource EJB server
-* Distributable under LGPL license. See terms of license at gnu.org.
-*/
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.jbws807;
-
-
-import javax.xml.rpc.ServiceException;
-
-
-public interface  TestService_Service extends  javax.xml.rpc.Service
-{
-
-     public org.jboss.test.ws.jaxrpc.jbws807.TestService_PortType getTestServicePort() throws ServiceException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws807/TestService_Service.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,170 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws812;
-
-import java.io.ByteArrayInputStream;
-import java.io.OutputStream;
-import java.net.HttpURLConnection;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.MimeHeaders;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
-import org.w3c.dom.Element;
-
-/** 
- * Invalid byte 2 of 2-byte UTF-8 sequence
- *
- * http://jira.jboss.com/jira/browse/JBWS-812
- *
- * @author Thomas.Diesler at jboss.org
- * @since 11-Apr-2006
- */
-public class JBWS812TestCase extends JBossWSTest
-{
-   private String reqEnv = 
-      "<?xml version='1.0' encoding='UTF-8'?>" + 
-      "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" + 
-      " <env:Body>" + 
-      "  <ns1:echoSimple xmlns:ns1='http://org.jboss.test.ws/jbws812'>" + 
-      "   <String_1>&#xA0;</String_1>" + 
-      "  </ns1:echoSimple>" + 
-      " </env:Body>" + 
-      "</env:Envelope>";
-   
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS812TestCase.class, "jaxrpc-jbws812.war, jaxrpc-jbws812-client.jar");
-   }
-
-   /** Send the raw bytes via an HttpURLConnection
-    */
-   public void testHttpURLConnection() throws Exception
-   {
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-jbws812";
-      HttpURLConnection con = (HttpURLConnection)new URL(targetAddress).openConnection();
-      con.setRequestProperty("Content-Type", "text/xml; charset=UTF-8");
-      con.setRequestMethod("POST");
-      con.setDoOutput(true);
-      con.connect();
-      
-      OutputStream outs = con.getOutputStream();
-      outs.write(reqEnv.getBytes("UTF-8"));
-      outs.close();
-      
-      int resCode = con.getResponseCode();
-      assertEquals(200, resCode);
-   }
-
-   /** Test DOMUtils, DOMWriter roundtrip and send the via an HttpURLConnection
-    */
-   public void testDOMParseWrite() throws Exception
-   {
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-jbws812";
-      HttpURLConnection con = (HttpURLConnection)new URL(targetAddress).openConnection();
-      con.setRequestProperty("Content-Type", "text/xml; charset=UTF-8");
-      con.setRequestMethod("POST");
-      con.setDoOutput(true);
-      con.connect();
-      
-      OutputStream outs = con.getOutputStream();
-      Element reqMsg = DOMUtils.parse(reqEnv);
-      new DOMWriter(outs).print(reqMsg);
-      outs.close();
-      
-      int resCode = con.getResponseCode();
-      assertEquals(200, resCode);
-   }
-
-   /** Send the SOAPMessage via an HttpURLConnection
-    */
-   public void testSOAPMessage() throws Exception
-   {
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-jbws812";
-      HttpURLConnection con = (HttpURLConnection)new URL(targetAddress).openConnection();
-      con.setRequestProperty("Content-Type", "text/xml; charset=UTF-8");
-      con.setRequestMethod("POST");
-      con.setDoOutput(true);
-      con.connect();
-      
-      MessageFactory factory = MessageFactory.newInstance();
-      MimeHeaders mimeHeaders = new MimeHeaders();
-      mimeHeaders.addHeader("Content-Type", "text/xml; charset=UTF-8");
-      SOAPMessage reqMsg = factory.createMessage(mimeHeaders, new ByteArrayInputStream(reqEnv.getBytes("UTF-8")));
-
-      OutputStream outs = con.getOutputStream();
-      reqMsg.writeTo(outs);
-      outs.close();
-      
-      int resCode = con.getResponseCode();
-      assertEquals(200, resCode);
-   }
-
-   /** Send the SOAPMessage via SOAPConnection
-    */
-   public void testSOAPConnection() throws Exception
-   {
-      MessageFactory factory = MessageFactory.newInstance();
-      MimeHeaders mimeHeaders = new MimeHeaders();
-      mimeHeaders.addHeader("Content-Type", "text/xml; charset=UTF-8");
-      SOAPMessage reqMsg = factory.createMessage(mimeHeaders, new ByteArrayInputStream(reqEnv.getBytes("UTF-8")));
-
-      SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-jbws812";
-      SOAPMessage resMsg = con.call(reqMsg, targetAddress);
-      
-      SOAPEnvelope resEnv = resMsg.getSOAPPart().getEnvelope();
-      Name name = resEnv.createName("echoSimpleResponse", "ns1", "http://org.jboss.test.ws/jbws812");
-      SOAPElement soapElement = (SOAPElement)resMsg.getSOAPBody().getChildElements(name).next();
-      soapElement = (SOAPElement)soapElement.getChildElements(resEnv.createName("result")).next();
-      
-      String resValue = soapElement.getValue();
-      assertEquals(160, resValue.charAt(0));
-   }
-
-
-   /** Test client proxy API
-    */
-   public void testClientProxy() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-      TestEndpoint port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      
-      String resStr = port.echoSimple("\u00a0");
-      assertEquals(160, resStr.charAt(0));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/JBWS812TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws812;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.utils.DOMWriter;
-
-public class ServerHandler extends GenericHandler
-{
-   private Logger log = Logger.getLogger(ServerHandler.class);
-   
-   public QName[] getHeaders()
-   {
-      return new QName[]{};
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPEnvelope soapEnvelope = soapMessage.getSOAPPart().getEnvelope();
-         log.info(DOMWriter.printNode(soapEnvelope, true));
-      }
-      catch (SOAPException ex)
-      {
-         throw new RuntimeException(ex);
-      }      
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPEnvelope soapEnvelope = soapMessage.getSOAPPart().getEnvelope();
-         log.info(DOMWriter.printNode(soapEnvelope, true));
-      }
-      catch (Exception ex)
-      {
-         throw new RuntimeException(ex);
-      }      
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/ServerHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws812;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface TestEndpoint extends Remote
-{
-   String echoSimple(String inStr) throws RemoteException;
-   
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws812;
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl implements TestEndpoint
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public String echoSimple(String inStr)
-   {
-      log.info("echoSimple: " + (int)inStr.charAt(0));
-      return inStr;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws812/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,82 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws950;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Attributes of type xsd:QName incorrectly serialized
- * 
- * http://jira.jboss.org/jira/browse/JBWS-950
- *
- * @author Thomas.Diesler at jboss.org
- * @since 31-May-2006
- */
-public class JBWS950TestCase extends JBossWSTest
-{
-   private static TestEndpoint port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS950TestCase.class, "jaxrpc-jbws950.war");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
-         URL wsdlURL = new File("resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml").toURL();
-         QName serviceName = new QName("http://org.jboss.test.ws/jbws950", "TestService");
-         Service service = factory.createService(wsdlURL, serviceName, mappingURL);
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testElement() throws Exception
-   {
-      QName arg = new QName("http://somens", "qname");
-      QName ret = port.echoElement(arg);
-      assertEquals(arg, ret);
-   }
-   
-   public void testUserType() throws Exception
-   {
-      QName arg = new QName("http://somens", "qname");
-      UserType userType = new UserType("string", arg);
-      UserType retObj = port.echoUserType(userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/JBWS950TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws950;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.xml.namespace.QName;
-
-public interface TestEndpoint extends Remote 
-{
-   QName echoElement(QName arg) throws RemoteException;
-   
-   UserType echoUserType(UserType arg) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws950;
-
-// $Id$
-
-import javax.xml.namespace.QName;
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl implements TestEndpoint
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public QName echoElement(QName arg)
-   {
-      log.info("echoElement: " + arg);
-      return arg;
-   }
-
-   public UserType echoUserType(UserType arg)
-   {
-      log.info("echoUserType: " + arg);
-      return arg;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/TestEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws950;
-
-import javax.xml.namespace.QName;
-
-public class UserType
-{
-   private String string;
-   private QName qname;
-
-   
-   public UserType(String string, QName qname)
-   {
-      this.string = string;
-      this.qname = qname;
-   }
-
-   public UserType()
-   {
-   }
-
-   public QName getQname()
-   {
-      return qname;
-   }
-
-   public void setQname(QName qname)
-   {
-      this.qname = qname;
-   }
-
-   public String getString()
-   {
-      return string;
-   }
-
-   public void setString(String string)
-   {
-      this.string = string;
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public boolean equals(Object obj)
-   {
-      return toString().equals("" + obj);
-   }
-
-   public String toString()
-   {
-      return "[string=" + string + ",qname=" + qname + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws950/UserType.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws955)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,98 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws955;
-
-import java.io.ByteArrayInputStream;
-import java.util.Iterator;
-
-import javax.xml.soap.Detail;
-import javax.xml.soap.DetailEntry;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPFault;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
-import org.w3c.dom.Element;
-
-/**
- * Cannot deserialize fault detail
- * 
- * http://jira.jboss.org/jira/browse/JBWS-955
- *
- * @author Thomas.Diesler at jboss.org
- * @since 31-May-2006
- */
-public class JBWS955TestCase extends JBossWSTest
-{
-
-   public void testWebService() throws Exception
-   {
-      String msgStr = 
-         "<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "<soapenv:Header/>" +
-         " <soapenv:Body>" +
-         "  <env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' xmlns:wsrp='urn:oasis:names:tc:wsrp:v1:types'>" +
-         "   <faultcode>wsrp:InvalidRegistration</faultcode>" +
-         "   <faultstring>Missing registrationHandle.</faultstring>" +
-         "   <detail>" +
-         "    <wsrp:InvalidRegistration/>" +
-         "    <fd:FaultDetail xmlns:fd='urn:bea:wsrp:ext:v1:types'>" +
-         "     <fd:created>2006-05-23T23:18:36.312-06:00</fd:created>" +
-         "     <fd:trace>com.bea.wsrp.faults.v1.InvalidRegistrationExceptionImpl: Missing registrationHandle." +
-         "        at com.bea.wsrp.producer.handlers.RegistrationHandleFilter.doFilter(RegistrationHandleFilter.java:121)" +
-         "        at com.bea.wsrp.producer.handlers.AbstractServiceHandler.preprocess(AbstractServiceHandler.java:131)" +
-         "     </fd:trace>" +
-         "    </fd:FaultDetail>" +
-         "   </detail>" +
-         "  </env:Fault>" +
-         " </soapenv:Body>" +
-         "</soapenv:Envelope>";
-      
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMsg = factory.createMessage(null, new ByteArrayInputStream(msgStr.getBytes()));
-      SOAPFault soapFault = soapMsg.getSOAPBody().getFault();
-      assertNotNull(soapFault);
-      
-      //SOAPFaultExceptionHelper.getSOAPFaultException
-      //
-      Detail detail = soapFault.getDetail();
-      Iterator it = detail.getDetailEntries();
-      while (it.hasNext())
-      {
-         DetailEntry deElement = (DetailEntry)it.next();
-         Name deName = deElement.getElementName();
-
-         String nsURI = deName.getURI();
-         String prefix = deName.getPrefix();
-         String attrValue = deElement.getAttribute("xmlns:" + prefix);
-         if (nsURI.length() > 0 && attrValue.length() == 0)
-            deElement.addNamespaceDeclaration(prefix, nsURI);
-         
-         String xmlFragment = DOMWriter.printNode(deElement, false);
-         Element domElement = DOMUtils.parse(xmlFragment);
-         assertNotNull(domElement);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws955/JBWS955TestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.jbws956;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Deserialization of complex bean containing an array of complex beans
- * 
- * http://jira.jboss.org/jira/browse/JBWS-956
- *
- * @author Thomas.Diesler at jboss.org
- * @since 30-May-2006
- */
-public class JBWS956TestCase extends JBossWSTest
-{
-   private static TestEndpoint port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS956TestCase.class, "jaxrpc-jbws956.war");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         ServiceFactoryImpl factory = (ServiceFactoryImpl)ServiceFactory.newInstance();
-         URL wsdlURL = new File("resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml").toURL();
-         QName serviceName = new QName("http://org.jboss.test.ws/jbws956", "TestService");
-         Service service = factory.createService(wsdlURL, serviceName, mappingURL);
-         port = (TestEndpoint)service.getPort(TestEndpoint.class);
-      }
-   }
-
-   public void testWebService() throws Exception
-   {
-      StringArray arr1 = new StringArray(new String[]{"str1", "str2"});
-      StringArray arr2 = new StringArray(new String[]{"str3", "str4"});
-      StringArrayArray arr3 = new StringArrayArray(new StringArray[]{arr1, arr2});
-      String retStr = port.echo(arr1, arr3);
-      assertEquals("[str1, str2][[str1, str2], [str3, str4]]", retStr);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/JBWS956TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,77 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws956;
-
-import java.util.Arrays;
-
-/**
- * Wrapper class for a string array.
- * @author Frank Langelage
- */
-public class StringArray
-{
-   /** The payload of this class. */
-   private String[] value;
-
-   /**
-    * The default parameterless constructor.
-    */
-   public StringArray()
-   {
-   }
-
-   /**
-    * The constructor with a given payload.
-    * @param value     the value to store.
-    */
-   public StringArray(final String[] value)
-   {
-      this.value = value;
-   }
-
-   /**
-    * Get the current value.
-    * @return  The current value.
-    */
-   public String[] getValue()
-   {
-      return this.value;
-   }
-
-   /**
-    * Set the value attirbute to a new value.
-    * @param value The new value.
-    */
-   public void setValue(final String[] value)
-   {
-      this.value = value;
-   }
-
-   /**
-    * @see Object#toString()
-    * @return a string representation of the object.
-    */
-   public String toString()
-   {
-      return (value != null ? Arrays.asList(value).toString() : null);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,77 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws956;
-
-import java.util.Arrays;
-
-/**
- * Wrapper class for an array of string arrays.
- * @author Frank Langelage
- */
-public class StringArrayArray
-{
-   /** The encapsulated value of this object. */
-   private StringArray[] value;
-
-   /**
-    * The default parameterless constructor.
-    */
-   public StringArrayArray()
-   {
-   }
-
-   /**
-    * A constructor with assignment of the value attribute.
-    * @param value The value to store.
-    */
-   public StringArrayArray(final StringArray[] value)
-   {
-      this.value = value;
-   }
-
-   /**
-    * Get the current value.
-    * @return  The current value.
-    */
-   public StringArray[] getValue()
-   {
-      return this.value;
-   }
-
-   /**
-    * Set the value attribute to a new value.
-    * @param value The new value.
-    */
-   public void setValue(final StringArray[] value)
-   {
-      this.value = value;
-   }
-
-   /**
-    * @see Object#toString()
-    * @return a string representation of the object.
-    */
-   public String toString()
-   {
-      return (value != null ? Arrays.asList(value).toString() : null);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/StringArrayArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws956;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface TestEndpoint extends Remote 
-{
-   String echo(StringArray arr1, StringArrayArray arr2) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.jbws956;
-
-// $Id$
-
-import org.jboss.logging.Logger;
-
-public class TestEndpointImpl 
-{
-   private Logger log = Logger.getLogger(TestEndpointImpl.class);
-
-   public String echo(StringArray arr1, StringArrayArray arr2)
-   {
-      log.info("" + arr1 + arr2);
-      return "" + arr1 + arr2;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/jbws956/TestEndpointImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,375 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-
-/**
- * Test standard JAX-RPC types.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Feb-2005
- */
-public class MarshallDocLitTestCase extends MarshallTest
-{
-   // The static endpoint cache
-   private static StandardTypes port;
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(MarshallDocLitTestCase.class, "jaxrpc-marshall-doclit.war, jaxrpc-marshall-doclit-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/StandardTypes");
-         port = (StandardTypes)service.getPort(StandardTypes.class);
-      }
-   }
-
-   public BigDecimal bigDecimalTest(BigDecimal param) throws Exception
-   {
-      return port.bigDecimalTest(param);
-   }
-
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] params) throws Exception
-   {
-      return port.bigDecimalArrayTest(params);
-   }
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] params) throws Exception
-   {
-      return port.bigDecimalMultiArrayTest(params);
-   }
-
-   public BigInteger bigIntegerTest(BigInteger param) throws Exception
-   {
-      return port.bigIntegerTest(param);
-   }
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] params) throws Exception
-   {
-      return port.bigIntegerArrayTest(params);
-   }
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] params) throws Exception
-   {
-      return port.bigIntegerMultiArrayTest(params);
-   }
-
-   public boolean booleanTest(boolean param) throws Exception
-   {
-      return port.booleanTest(param);
-   }
-
-   public boolean[] booleanArrayTest(boolean[] params) throws Exception
-   {
-      return port.booleanArrayTest(params);
-   }
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] params) throws Exception
-   {
-      return port.booleanMultiArrayTest(params);
-   }
-
-   public Boolean booleanWrapperTest(Boolean param) throws Exception
-   {
-      return port.booleanWrapperTest(param);
-   }
-
-   public Boolean[] booleanWrapperArrayTest(Boolean[] params) throws Exception
-   {
-      return port.booleanWrapperArrayTest(params);
-   }
-
-   public Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] params) throws Exception
-   {
-      return port.booleanWrapperMultiArrayTest(params);
-   }
-
-   public byte byteTest(byte param) throws Exception
-   {
-      return port.byteTest(param);
-   }
-
-   public byte[] byteArrayTest(byte[] params) throws Exception
-   {
-      return port.byteArrayTest(params);
-   }
-
-   public byte[][] byteMultiArrayTest(byte[][] params) throws Exception
-   {
-      return port.byteMultiArrayTest(params);
-   }
-
-   public Byte byteWrapperTest(Byte param) throws Exception
-   {
-      return port.byteWrapperTest(param);
-   }
-
-   public Byte[] byteWrapperArrayTest(Byte[] params) throws Exception
-   {
-      return port.byteWrapperArrayTest(params);
-   }
-
-   public Byte[][] byteWrapperMultiArrayTest(Byte[][] params) throws Exception
-   {
-      return port.byteWrapperMultiArrayTest(params);
-   }
-
-   public QName qnameTest(QName param) throws Exception
-   {
-      return port.qnameTest(param);
-   }
-
-   public QName[] qnameArrayTest(QName[] params) throws Exception
-   {
-      return port.qnameArrayTest(params);
-   }
-
-   public QName[][] qnameMultiArrayTest(QName[][] params) throws Exception
-   {
-      return port.qnameMultiArrayTest(params);
-   }
-
-   public byte[] base64BinaryTest(byte[] params) throws Exception
-   {
-      return port.base64BinaryTest(params);
-   }
-
-   public byte[] hexBinaryTest(byte[] params) throws Exception
-   {
-      return port.hexBinaryTest(params);
-   }
-
-   public Calendar calendarTest(Calendar param) throws Exception
-   {
-      return port.calendarTest(param);
-   }
-
-   public Calendar[] calendarArrayTest(Calendar[] params) throws Exception
-   {
-      return port.calendarArrayTest(params);
-   }
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] params) throws Exception
-   {
-      return port.calendarMultiArrayTest(params);
-   }
-
-   public double doubleTest(double param) throws Exception
-   {
-      return port.doubleTest(param);
-   }
-
-   public double[] doubleArrayTest(double[] params) throws Exception
-   {
-      return port.doubleArrayTest(params);
-   }
-
-   public double[][] doubleMultiArrayTest(double[][] params) throws Exception
-   {
-      return port.doubleMultiArrayTest(params);
-   }
-
-   public Double doubleWrapperTest(Double param) throws Exception
-   {
-      return port.doubleWrapperTest(param);
-   }
-
-   public Double[] doubleWrapperArrayTest(Double[] params) throws Exception
-   {
-      return port.doubleWrapperArrayTest(params);
-   }
-
-   public Double[][] doubleWrapperMultiArrayTest(Double[][] params) throws Exception
-   {
-      return port.doubleWrapperMultiArrayTest(params);
-   }
-
-   public float floatTest(float param) throws Exception
-   {
-      return port.floatTest(param);
-   }
-
-   public float[] floatArrayTest(float[] params) throws Exception
-   {
-      return port.floatArrayTest(params);
-   }
-
-   public float[][] floatMultiArrayTest(float[][] params) throws Exception
-   {
-      return port.floatMultiArrayTest(params);
-   }
-
-   public Float floatWrapperTest(Float param) throws Exception
-   {
-      return port.floatWrapperTest(param);
-   }
-
-   public Float[] floatWrapperArrayTest(Float[] params) throws Exception
-   {
-      return port.floatWrapperArrayTest(params);
-   }
-
-   public Float[][] floatWrapperMultiArrayTest(Float[][] params) throws Exception
-   {
-      return port.floatWrapperMultiArrayTest(params);
-   }
-
-   public int intTest(int param) throws Exception
-   {
-      return port.intTest(param);
-   }
-
-   public int[] intArrayTest(int[] params) throws Exception
-   {
-      return port.intArrayTest(params);
-   }
-
-   public int[][] intMultiArrayTest(int[][] params) throws Exception
-   {
-     return port.intMultiArrayTest(params);
-   }
-
-   public Integer intWrapperTest(Integer param) throws Exception
-   {
-      return port.intWrapperTest(param);
-   }
-
-   public Integer[] intWrapperArrayTest(Integer[] params) throws Exception
-   {
-      return port.intWrapperArrayTest(params);
-   }
-
-   public Integer[][] intWrapperMultiArrayTest(Integer[][] params) throws Exception
-   {
-      return port.intWrapperMultiArrayTest(params);
-   }
-
-   public JavaBean javaBeanTest(JavaBean param) throws Exception
-   {
-      return port.javaBeanTest(param);
-   }
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] params) throws Exception
-   {
-      return port.javaBeanArrayTest(params);
-   }
-
-   public long longTest(long param) throws Exception
-   {
-      return port.longTest(param);
-   }
-
-   public long[] longArrayTest(long[] params) throws Exception
-   {
-      return port.longArrayTest(params);
-   }
-
-   public long[][] longMultiArrayTest(long[][] params) throws Exception
-   {
-      return port.longMultiArrayTest(params);
-   }
-
-   public Long longWrapperTest(Long param) throws Exception
-   {
-      return port.longWrapperTest(param);
-   }
-
-   public Long[] longWrapperArrayTest(Long[] params) throws Exception
-   {
-      return port.longWrapperArrayTest(params);
-   }
-
-   public Long[][] longWrapperMultiArrayTest(Long[][] params) throws Exception
-   {
-      return port.longWrapperMultiArrayTest(params);
-   }
-
-   public short shortTest(short param) throws Exception
-   {
-      return port.shortTest(param);
-   }
-
-   public short[] shortArrayTest(short[] params) throws Exception
-   {
-      return port.shortArrayTest(params);
-   }
-
-   public short[][] shortMultiArrayTest(short[][] params) throws Exception
-   {
-      return port.shortMultiArrayTest(params);
-   }
-
-   public Short shortWrapperTest(Short param) throws Exception
-   {
-      return port.shortWrapperTest(param);
-   }
-
-   public Short[] shortWrapperArrayTest(Short[] params) throws Exception
-   {
-      return port.shortWrapperArrayTest(params);
-   }
-
-   public Short[][] shortWrapperMultiArrayTest(Short[][] params) throws Exception
-   {
-      return port.shortWrapperMultiArrayTest(params);
-   }
-
-   public String stringTest(String param) throws Exception
-   {
-      return port.stringTest(param);
-   }
-
-   public String[] stringArrayTest(String[] params) throws Exception
-   {
-      return port.stringArrayTest(params);
-   }
-
-   public String[][] stringMultiArrayTest(String[][] params) throws Exception
-   {
-      return port.stringMultiArrayTest(params);
-   }
-
-   public void voidTest() throws Exception
-   {
-      port.voidTest();
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallDocLitTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,762 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on the Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class MarshallRpcLitDIITestCase extends MarshallTest
-{
-   private final String TARGET_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-marshall-rpclit";
-
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/marshall/rpclit";
-   private static final String SERVICE_NAME = "MarshallService";
-
-   // The static service cache
-   private static Service service;
-
-   public static Test suite() throws Exception
-   {
-      return new JBossWSTestSetup(MarshallRpcLitDIITestCase.class, "jaxrpc-marshall-rpclit.war") {
-         protected void setUp() throws Exception
-         {
-            super.setUp();
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            service = factory.createService(new QName(TARGET_NAMESPACE, SERVICE_NAME));
-         }
-      };
-   }
-
-   public BigDecimal bigDecimalTest(BigDecimal param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigDecimalTest"));
-      call.addParameter("BigDecimal_1", Constants.TYPE_LITERAL_DECIMAL, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_DECIMAL, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigDecimal)call.invoke(new Object[] { param });
-   }
-
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigDecimalArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/math", "BigDecimalArray");
-      call.addParameter("arrayOfBigDecimal_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigDecimal[])call.invoke(new Object[] { params });
-   }
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigDecimalMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/math", "BigDecimalArrayArray");
-      call.addParameter("arrayOfarrayOfBigDecimal_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigDecimal[][])call.invoke(new Object[] { params });
-   }
-
-   public BigInteger bigIntegerTest(BigInteger param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigIntegerTest"));
-      call.addParameter("BigInteger_1", Constants.TYPE_LITERAL_INTEGER, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_INTEGER, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigInteger)call.invoke(new Object[] { param });
-   }
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigIntegerArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/math", "BigIntegerArray");
-      call.addParameter("arrayOfBigInteger_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigInteger[])call.invoke(new Object[] { params });
-   }
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "bigIntegerMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/math", "BigIntegerArrayArray");
-      call.addParameter("arrayOfarrayOfBigInteger_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (BigInteger[][])call.invoke(new Object[] { params });
-   }
-
-   public boolean booleanTest(boolean primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanTest"));
-      call.addParameter("boolean_1", Constants.TYPE_LITERAL_BOOLEAN, boolean.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_BOOLEAN, boolean.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Boolean param = new Boolean(primParam);
-      param = (Boolean)call.invoke(new Object[] { param });
-      primParam = param.booleanValue();
-      return primParam;
-   }
-
-   public boolean[] booleanArrayTest(boolean[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/", "booleanArray");
-      call.addParameter("arrayOfboolean_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (boolean[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/", "booleanArrayArray");
-      call.addParameter("arrayOfarrayOfboolean_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (boolean[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Boolean booleanWrapperTest(Boolean param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanWrapperTest"));
-      call.addParameter("Boolean_1", Constants.TYPE_LITERAL_BOOLEAN, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_BOOLEAN, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Boolean)call.invoke(new Object[] { param });
-   }
-
-   public Boolean[] booleanWrapperArrayTest(Boolean[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang", "BooleanArray");
-      call.addParameter("arrayOfBoolean_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Boolean[])call.invoke(new Object[] { params });
-   }
-
-   public Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "booleanWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang", "BooleanArrayArray");
-      call.addParameter("arrayOfarrayOfBoolean_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Boolean[][])call.invoke(new Object[] { params });
-   }
-
-   public byte byteTest(byte primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteTest"));
-      call.addParameter("byte_1", Constants.TYPE_LITERAL_BYTE, byte.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_BYTE, byte.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Byte param = new Byte(primParam);
-      param = (Byte)call.invoke(new Object[] { param });
-      primParam = param.byteValue();
-      return primParam;
-   }
-
-   public byte[] byteArrayTest(byte[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "byteArray");
-      call.addParameter("arrayOfbyte_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (byte[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public byte[][] byteMultiArrayTest(byte[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "byteArrayArray");
-      call.addParameter("arrayOfarrayOfbyte_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (byte[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Byte byteWrapperTest(Byte param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteWrapperTest"));
-      call.addParameter("Byte_1", Constants.TYPE_LITERAL_BYTE, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_BYTE, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Byte)call.invoke(new Object[] { param });
-   }
-
-   public Byte[] byteWrapperArrayTest(Byte[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "ByteArray");
-      call.addParameter("arrayOfByte_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Byte[])call.invoke(new Object[] { params });
-   }
-
-   public Byte[][] byteWrapperMultiArrayTest(Byte[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "byteWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "ByteArrayArray");
-      call.addParameter("arrayOfarrayOfByte_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Byte[][])call.invoke(new Object[] { params });
-   }
-
-   public QName qnameTest(QName param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "qnameTest"));
-      call.addParameter("QName_1", Constants.TYPE_LITERAL_QNAME, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_QNAME, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (QName)call.invoke(new Object[] { param });
-   }
-
-   public QName[] qnameArrayTest(QName[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "qnameArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "QNameArray");
-      call.addParameter("arrayOfQName_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (QName[])call.invoke(new Object[] { params });
-   }
-
-   public QName[][] qnameMultiArrayTest(QName[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "qnameMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "QNameArrayArray");
-      call.addParameter("arrayOfarrayOfQName_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (QName[][])call.invoke(new Object[] { params });
-   }
-
-   public byte[] base64BinaryTest(byte[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "base64BinaryTest"));
-      call.addParameter("arrayOfbyte_1", Constants.TYPE_LITERAL_BASE64BINARY, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_BASE64BINARY, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (byte[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public byte[] hexBinaryTest(byte[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "hexBinaryTest"));
-      call.addParameter("arrayOfbyte_1", Constants.TYPE_LITERAL_HEXBINARY, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_HEXBINARY, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (byte[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Calendar calendarTest(Calendar param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "calendarTest"));
-      call.addParameter("Calendar_1", Constants.TYPE_LITERAL_DATETIME, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_DATETIME, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Calendar)call.invoke(new Object[] { param });
-   }
-
-   public Calendar[] calendarArrayTest(Calendar[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "calendarArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "CalendarArray");
-      call.addParameter("arrayOfCalendar_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Calendar[])call.invoke(new Object[] { params });
-   }
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "calendarMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "CalendarArrayArray");
-      call.addParameter("arrayOfarrayOfCalendar_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Calendar[][])call.invoke(new Object[] { params });
-   }
-
-   public double doubleTest(double primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleTest"));
-      call.addParameter("double_1", Constants.TYPE_LITERAL_DOUBLE, double.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_DOUBLE, double.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Double param = new Double(primParam);
-      param = (Double)call.invoke(new Object[] { param });
-      primParam = param.doubleValue();
-      return primParam;
-   }
-
-   public double[] doubleArrayTest(double[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/", "doubleArray");
-      call.addParameter("arrayOfdouble_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (double[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public double[][] doubleMultiArrayTest(double[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/", "doubleArrayArray");
-      call.addParameter("arrayOfarrayOfdouble_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (double[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Double doubleWrapperTest(Double param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleWrapperTest"));
-      call.addParameter("Double_1", Constants.TYPE_LITERAL_DOUBLE, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_DOUBLE, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Double)call.invoke(new Object[] { param });
-   }
-
-   public Double[] doubleWrapperArrayTest(Double[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "DoubleArray");
-      call.addParameter("arrayOfDouble_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Double[])call.invoke(new Object[] { params });
-   }
-
-   public Double[][] doubleWrapperMultiArrayTest(Double[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "doubleWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "DoubleArrayArray");
-      call.addParameter("arrayOfarrayOfDouble_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Double[][])call.invoke(new Object[] { params });
-   }
-
-   public float floatTest(float primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatTest"));
-      call.addParameter("float_1", Constants.TYPE_LITERAL_FLOAT, float.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_FLOAT, float.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Float param = new Float (primParam);
-      param = (Float)call.invoke(new Object[] { param });
-      primParam = param.floatValue();
-      return primParam;
-   }
-
-   public float[] floatArrayTest(float[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "floatArray");
-      call.addParameter("arrayOffloat_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (float[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public float[][] floatMultiArrayTest(float[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "floatArrayArray");
-      call.addParameter("arrayOfarrayOffloat_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (float[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Float floatWrapperTest(Float param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatWrapperTest"));
-      call.addParameter("Float_1", Constants.TYPE_LITERAL_FLOAT, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_FLOAT, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Float)call.invoke(new Object[] { param });
-   }
-
-   public Float[] floatWrapperArrayTest(Float[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "FloatArray");
-      call.addParameter("arrayOfFloat_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Float[])call.invoke(new Object[] { params });
-   }
-
-   public Float[][] floatWrapperMultiArrayTest(Float[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "floatWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "FloatArrayArray");
-      call.addParameter("arrayOfarrayOfFloat_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Float[][])call.invoke(new Object[] { params });
-   }
-
-   public int intTest(int primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intTest"));
-      call.addParameter("int_1", Constants.TYPE_LITERAL_INT, int.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_INT, int.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Integer param = new Integer(primParam);
-      param = (Integer)call.invoke(new Object[] { param });
-      primParam = param.intValue();
-      return primParam;
-   }
-
-   public int[] intArrayTest(int[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "intArray");
-      call.addParameter("arrayOfint_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (int[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public int[][] intMultiArrayTest(int[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "intArrayArray");
-      call.addParameter("arrayOfarrayOfint_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (int[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Integer intWrapperTest(Integer param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intWrapperTest"));
-      call.addParameter("Integer_1", Constants.TYPE_LITERAL_INT, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_INT, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Integer)call.invoke(new Object[] { param });
-   }
-
-   public Integer[] intWrapperArrayTest(Integer[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "IntegerArray");
-      call.addParameter("arrayOfInteger_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Integer[])call.invoke(new Object[] { params });
-   }
-
-   public Integer[][] intWrapperMultiArrayTest(Integer[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "intWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "IntegerArrayArray");
-      call.addParameter("arrayOfarrayOfInteger_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Integer[][])call.invoke(new Object[] { params });
-   }
-
-   public JavaBean javaBeanTest(JavaBean param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "javaBeanTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "JavaBean");
-      call.addParameter("JavaBean_1", xmlType, param.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (JavaBean)call.invoke(new Object[] { param });
-   }
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "javaBeanArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "JavaBeanArray");
-      call.addParameter("arrayOfJavaBean_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (JavaBean[])call.invoke(new Object[] { params });
-   }
-
-   public long longTest(long primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longTest"));
-      call.addParameter("long_1", Constants.TYPE_LITERAL_LONG, long.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_LONG, long.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Long param = new Long(primParam);
-      param = (Long)call.invoke(new Object[] { param });
-      primParam = param.longValue();
-      return primParam;
-   }
-
-   public long[] longArrayTest(long[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "longArray");
-      call.addParameter("arrayOflong_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (long[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public long[][] longMultiArrayTest(long[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "longArrayArray");
-      call.addParameter("arrayOfarrayOflong_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (long[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Long longWrapperTest(Long param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longWrapperTest"));
-      call.addParameter("Long_1", Constants.TYPE_LITERAL_LONG, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_LONG, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Long)call.invoke(new Object[] { param });
-   }
-
-   public Long[] longWrapperArrayTest(Long[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "LongArray");
-      call.addParameter("arrayOfLong_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Long[])call.invoke(new Object[] { params });
-   }
-
-   public Long[][] longWrapperMultiArrayTest(Long[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "longWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "LongArrayArray");
-      call.addParameter("arrayOfarrayOfLong_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Long[][])call.invoke(new Object[] { params });
-   }
-
-   public short shortTest(short primParam) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortTest"));
-      call.addParameter("short_1", Constants.TYPE_LITERAL_SHORT, short.class, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_SHORT, short.class);
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      Short param = new Short(primParam);
-      param = (Short)call.invoke(new Object[] { param });
-      primParam = param.shortValue();
-      return primParam;
-   }
-
-   public short[] shortArrayTest(short[] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "shortArray");
-      call.addParameter("arrayOfshort_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (short[])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public short[][] shortMultiArrayTest(short[][] primParams) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "shortArrayArray");
-      call.addParameter("arrayOfarrayOfshort_1", xmlType, primParams.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, primParams.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      primParams = (short[][])call.invoke(new Object[] { primParams });
-      return primParams;
-   }
-
-   public Short shortWrapperTest(Short param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortWrapperTest"));
-      call.addParameter("Short_1", Constants.TYPE_LITERAL_SHORT, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_SHORT, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Short)call.invoke(new Object[] { param });
-   }
-
-   public Short[] shortWrapperArrayTest(Short[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortWrapperArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "ShortArray");
-      call.addParameter("arrayOfShort_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Short[])call.invoke(new Object[] { params });
-   }
-
-   public Short[][] shortWrapperMultiArrayTest(Short[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "shortWrapperMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types", "ShortArrayArray");
-      call.addParameter("arrayOfarrayOfShort_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (Short[][])call.invoke(new Object[] { params });
-   }
-
-   public String stringTest(String param) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "stringTest"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, param.getClass(), ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_STRING, param.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (String)call.invoke(new Object[] { param });
-   }
-
-   public String[] stringArrayTest(String[] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "stringArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang", "StringArray");
-      call.addParameter("arrayOfString_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (String[])call.invoke(new Object[] { params });
-   }
-
-   public String[][] stringMultiArrayTest(String[][] params) throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "stringMultiArrayTest"));
-      QName xmlType = new QName("http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang", "StringArrayArray");
-      call.addParameter("arrayOfarrayOfString_1", xmlType, params.getClass(), ParameterMode.IN);
-      call.setReturnType(xmlType, params.getClass());
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      return (String[][])call.invoke(new Object[] { params });
-   }
-
-   public void voidTest() throws Exception
-   {
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "voidTest"));
-      call.setTargetEndpointAddress(TARGET_ADDRESS);
-      call.invoke(new Object[] {});
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitDIITestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,375 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-
-/**
- * Test standard JAX-RPC types.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Feb-2005
- */
-public class MarshallRpcLitTestCase extends MarshallTest
-{
-   // The static endpoint cache
-   private static StandardTypes port;
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(MarshallRpcLitTestCase.class, "jaxrpc-marshall-rpclit.war, jaxrpc-marshall-rpclit-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/StandardTypes");
-         port = (StandardTypes)service.getPort(StandardTypes.class);
-      }
-   }
-
-   public BigDecimal bigDecimalTest(BigDecimal param) throws Exception
-   {
-      return port.bigDecimalTest(param);
-   }
-
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] params) throws Exception
-   {
-      return port.bigDecimalArrayTest(params);
-   }
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] params) throws Exception
-   {
-      return port.bigDecimalMultiArrayTest(params);
-   }
-
-   public BigInteger bigIntegerTest(BigInteger param) throws Exception
-   {
-      return port.bigIntegerTest(param);
-   }
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] params) throws Exception
-   {
-      return port.bigIntegerArrayTest(params);
-   }
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] params) throws Exception
-   {
-      return port.bigIntegerMultiArrayTest(params);
-   }
-
-   public boolean booleanTest(boolean param) throws Exception
-   {
-      return port.booleanTest(param);
-   }
-
-   public boolean[] booleanArrayTest(boolean[] params) throws Exception
-   {
-      return port.booleanArrayTest(params);
-   }
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] params) throws Exception
-   {
-      return port.booleanMultiArrayTest(params);
-   }
-
-   public Boolean booleanWrapperTest(Boolean param) throws Exception
-   {
-      return port.booleanWrapperTest(param);
-   }
-
-   public Boolean[] booleanWrapperArrayTest(Boolean[] params) throws Exception
-   {
-      return port.booleanWrapperArrayTest(params);
-   }
-
-   public Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] params) throws Exception
-   {
-      return port.booleanWrapperMultiArrayTest(params);
-   }
-
-   public byte byteTest(byte param) throws Exception
-   {
-      return port.byteTest(param);
-   }
-
-   public byte[] byteArrayTest(byte[] params) throws Exception
-   {
-      return port.byteArrayTest(params);
-   }
-
-   public byte[][] byteMultiArrayTest(byte[][] params) throws Exception
-   {
-      return port.byteMultiArrayTest(params);
-   }
-
-   public Byte byteWrapperTest(Byte param) throws Exception
-   {
-      return port.byteWrapperTest(param);
-   }
-
-   public Byte[] byteWrapperArrayTest(Byte[] params) throws Exception
-   {
-      return port.byteWrapperArrayTest(params);
-   }
-
-   public Byte[][] byteWrapperMultiArrayTest(Byte[][] params) throws Exception
-   {
-      return port.byteWrapperMultiArrayTest(params);
-   }
-
-   public QName qnameTest(QName param) throws Exception
-   {
-      return port.qnameTest(param);
-   }
-
-   public QName[] qnameArrayTest(QName[] params) throws Exception
-   {
-      return port.qnameArrayTest(params);
-   }
-
-   public QName[][] qnameMultiArrayTest(QName[][] params) throws Exception
-   {
-      return port.qnameMultiArrayTest(params);
-   }
-
-   public byte[] base64BinaryTest(byte[] params) throws Exception
-   {
-      return port.base64BinaryTest(params);
-   }
-
-   public byte[] hexBinaryTest(byte[] params) throws Exception
-   {
-      return port.hexBinaryTest(params);
-   }
-
-   public Calendar calendarTest(Calendar param) throws Exception
-   {
-      return port.calendarTest(param);
-   }
-
-   public Calendar[] calendarArrayTest(Calendar[] params) throws Exception
-   {
-      return port.calendarArrayTest(params);
-   }
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] params) throws Exception
-   {
-      return port.calendarMultiArrayTest(params);
-   }
-
-   public double doubleTest(double param) throws Exception
-   {
-      return port.doubleTest(param);
-   }
-
-   public double[] doubleArrayTest(double[] params) throws Exception
-   {
-      return port.doubleArrayTest(params);
-   }
-
-   public double[][] doubleMultiArrayTest(double[][] params) throws Exception
-   {
-      return port.doubleMultiArrayTest(params);
-   }
-
-   public Double doubleWrapperTest(Double param) throws Exception
-   {
-      return port.doubleWrapperTest(param);
-   }
-
-   public Double[] doubleWrapperArrayTest(Double[] params) throws Exception
-   {
-      return port.doubleWrapperArrayTest(params);
-   }
-
-   public Double[][] doubleWrapperMultiArrayTest(Double[][] params) throws Exception
-   {
-      return port.doubleWrapperMultiArrayTest(params);
-   }
-
-   public float floatTest(float param) throws Exception
-   {
-      return port.floatTest(param);
-   }
-
-   public float[] floatArrayTest(float[] params) throws Exception
-   {
-      return port.floatArrayTest(params);
-   }
-
-   public float[][] floatMultiArrayTest(float[][] params) throws Exception
-   {
-      return port.floatMultiArrayTest(params);
-   }
-
-   public Float floatWrapperTest(Float param) throws Exception
-   {
-      return port.floatWrapperTest(param);
-   }
-
-   public Float[] floatWrapperArrayTest(Float[] params) throws Exception
-   {
-      return port.floatWrapperArrayTest(params);
-   }
-
-   public Float[][] floatWrapperMultiArrayTest(Float[][] params) throws Exception
-   {
-      return port.floatWrapperMultiArrayTest(params);
-   }
-
-   public int intTest(int param) throws Exception
-   {
-      return port.intTest(param);
-   }
-
-   public int[] intArrayTest(int[] params) throws Exception
-   {
-      return port.intArrayTest(params);
-   }
-
-   public int[][] intMultiArrayTest(int[][] params) throws Exception
-   {
-      return port.intMultiArrayTest(params);
-   }
-
-   public Integer intWrapperTest(Integer param) throws Exception
-   {
-      return port.intWrapperTest(param);
-   }
-
-   public Integer[] intWrapperArrayTest(Integer[] params) throws Exception
-   {
-      return port.intWrapperArrayTest(params);
-   }
-
-   public Integer[][] intWrapperMultiArrayTest(Integer[][] params) throws Exception
-   {
-      return port.intWrapperMultiArrayTest(params);
-   }
-
-   public JavaBean javaBeanTest(JavaBean param) throws Exception
-   {
-      return port.javaBeanTest(param);
-   }
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] params) throws Exception
-   {
-      return port.javaBeanArrayTest(params);
-   }
-
-   public long longTest(long param) throws Exception
-   {
-      return port.longTest(param);
-   }
-
-   public long[] longArrayTest(long[] params) throws Exception
-   {
-      return port.longArrayTest(params);
-   }
-
-   public long[][] longMultiArrayTest(long[][] params) throws Exception
-   {
-      return port.longMultiArrayTest(params);
-   }
-
-   public Long longWrapperTest(Long param) throws Exception
-   {
-      return port.longWrapperTest(param);
-   }
-
-   public Long[] longWrapperArrayTest(Long[] params) throws Exception
-   {
-      return port.longWrapperArrayTest(params);
-   }
-
-   public Long[][] longWrapperMultiArrayTest(Long[][] params) throws Exception
-   {
-      return port.longWrapperMultiArrayTest(params);
-   }
-
-   public short shortTest(short param) throws Exception
-   {
-      return port.shortTest(param);
-   }
-
-   public short[] shortArrayTest(short[] params) throws Exception
-   {
-      return port.shortArrayTest(params);
-   }
-
-   public short[][] shortMultiArrayTest(short[][] params) throws Exception
-   {
-      return port.shortMultiArrayTest(params);
-   }
-
-   public Short shortWrapperTest(Short param) throws Exception
-   {
-      return port.shortWrapperTest(param);
-   }
-
-   public Short[] shortWrapperArrayTest(Short[] params) throws Exception
-   {
-      return port.shortWrapperArrayTest(params);
-   }
-
-   public Short[][] shortWrapperMultiArrayTest(Short[][] params) throws Exception
-   {
-      return port.shortWrapperMultiArrayTest(params);
-   }
-
-   public String stringTest(String param) throws Exception
-   {
-      return port.stringTest(param);
-   }
-
-   public String[] stringArrayTest(String[] params) throws Exception
-   {
-      return port.stringArrayTest(params);
-   }
-
-   public String[][] stringMultiArrayTest(String[][] params) throws Exception
-   {
-      return port.stringMultiArrayTest(params);
-   }
-
-   public void voidTest() throws Exception
-   {
-      port.voidTest();
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcLitTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,769 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-import java.util.TimeZone;
-
-import javax.xml.namespace.QName;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean2;
-import org.jboss.ws.utils.JavaUtils;
-
-/**
- * Test standard JAX-RPC types.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 15-Feb-2005
- */
-public abstract class MarshallTest extends JBossWSTest
-{
-   public void testBigDecimal() throws Exception
-   {
-      BigDecimal in = new BigDecimal("100");
-      BigDecimal out = bigDecimalTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBigDecimalArray() throws Exception
-   {
-      BigDecimal[] in = new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") };
-      BigDecimal[] out = bigDecimalArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBigDecimalMultiArray() throws Exception
-   {
-      BigDecimal[] ar1 = new BigDecimal[] { new BigDecimal("100"), new BigDecimal("200"), new BigDecimal("300") };
-      BigDecimal[] ar2 = new BigDecimal[] { new BigDecimal("400"), new BigDecimal("500"), new BigDecimal("600") };
-      BigDecimal[][] in = new BigDecimal[][] { ar1, ar2 };
-      BigDecimal[][] out = bigDecimalMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBigInteger() throws Exception
-   {
-      BigInteger in = new BigInteger("100");
-      BigInteger out = bigIntegerTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBigIntegerArray() throws Exception
-   {
-      BigInteger[] in = new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") };
-      BigInteger[] out = bigIntegerArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBigIntegerMultiArray() throws Exception
-   {
-      BigInteger[] ar1 = new BigInteger[] { new BigInteger("100"), new BigInteger("200"), new BigInteger("300") };
-      BigInteger[] ar2 = new BigInteger[] { new BigInteger("400"), new BigInteger("500"), new BigInteger("600") };
-      BigInteger[][] in = new BigInteger[][] { ar1, ar2 };
-      BigInteger[][] out = bigIntegerMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBoolean() throws Exception
-   {
-      boolean in = true;
-      boolean out = booleanTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBooleanArray() throws Exception
-   {
-      boolean[] in = new boolean[] { true, false, true };
-      boolean[] out = booleanArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBooleanMultiArray() throws Exception
-   {
-      boolean[] ar1 = new boolean[] { true, false, true };
-      boolean[] ar2 = new boolean[] { false, true, false };
-      boolean[][] in = new boolean[][] { ar1, ar2 };
-      boolean[][] out = booleanMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBooleanWrapper() throws Exception
-   {
-      Boolean in = new Boolean(true);
-      Boolean out = booleanWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBooleanWrapperArray() throws Exception
-   {
-      Boolean[] in = new Boolean[] { new Boolean(true), new Boolean(false), new Boolean(true) };
-      Boolean[] out = booleanWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBooleanWrapperMultiArray() throws Exception
-   {
-      Boolean[] ar1 = new Boolean[] { new Boolean(true), new Boolean(false), new Boolean(true) };
-      Boolean[] ar2 = new Boolean[] { new Boolean(false), new Boolean(true), new Boolean(false) };
-      Boolean[][] in = new Boolean[][] { ar1, ar2 };
-      Boolean[][] out = booleanWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByte() throws Exception
-   {
-      byte in = (byte)8;
-      byte out = byteTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByteArray() throws Exception
-   {
-      byte[] in = "ByteArray".getBytes();
-      byte[] out = byteArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByteMultiArray() throws Exception
-   {
-      byte[] ar1 = "ByteArray".getBytes();
-      byte[] ar2 = "ArrayByte".getBytes();
-      byte[][] in = new byte[][] { ar1, ar2 };
-      byte[][] out = byteMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByteWrapper() throws Exception
-   {
-      Byte in = new Byte((byte)8);
-      Byte out = byteWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByteWrapperArray() throws Exception
-   {
-      Byte[] in = (Byte[])JavaUtils.getWrapperValue("ByteArray".getBytes());
-      Byte[] out = byteWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testByteWrapperMultiArray() throws Exception
-   {
-      Byte[] ar1 = (Byte[])JavaUtils.getWrapperValue("ByteArray".getBytes());
-      Byte[] ar2 = (Byte[])JavaUtils.getWrapperValue("ArrayByte".getBytes());
-      Byte[][] in = new Byte[][] { ar1, ar2 };
-      Byte[][] out = byteWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testQName() throws Exception
-   {
-      QName in = new QName("http://some-ns1", "lp1");
-      QName out = qnameTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testQNameArray() throws Exception
-   {
-      QName[] in = new QName[] { new QName("http://some-ns1", "lp1"), new QName("http://some-ns2", "lp2"), new QName("http://some-ns3", "lp3") };
-      QName[] out = qnameArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testQNameMultiArray() throws Exception
-   {
-      QName[] ar1 = new QName[] { new QName("http://some-ns1", "lp1"), new QName("http://some-ns2", "lp2"), new QName("http://some-ns3", "lp3") };
-      QName[] ar2 = new QName[] { new QName("http://some-ns1", "lp4"), new QName("http://some-ns2", "lp5"), new QName("http://some-ns3", "lp6") };
-      QName[][] in = new QName[][] { ar1, ar2 };
-      QName[][] out = qnameMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testBase64Binary() throws Exception
-   {
-      byte[] in = "base64Binary".getBytes();
-      byte[] out = base64BinaryTest(in);
-      assertEquals(new String(in), new String(out));
-   }
-
-   public void testHexBinary() throws Exception
-   {
-      byte[] in = "hexBinary".getBytes();
-      byte[] out = hexBinaryTest(in);
-      assertEquals(new String(in), new String(out));
-   }
-
-   public void testCalendar() throws Exception
-   {
-      Calendar in = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      /**
-       * Will be a problem where the JVM is running in a TZ which
-       * has Daylight Saving Time influence. So offset the TZ to GMT.
-       */
-      in.setTimeZone(TimeZone.getTimeZone("GMT-0"));
-      Calendar out = calendarTest(in);
-      assertEquals(in.getTime(), out.getTime());
-   }
-
-   public void testCalendarArray() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar[] in = new Calendar[] { cal1, cal2, cal3 };
-      Calendar[] out = calendarArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testCalendarMultiArray() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar[] ar1 = new Calendar[] { cal1, cal2, cal3 };
-      Calendar[] ar2 = new Calendar[] { cal3, cal2, cal1 };
-      Calendar[][] in = new Calendar[][] { ar1, ar2 };
-      Calendar[][] out = calendarMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testDouble() throws Exception
-   {
-      double in = 1.2;
-      double out = doubleTest(in);
-      assertEquals(in, out, 0.1);
-   }
-
-   public void testDoubleArray() throws Exception
-   {
-      double[] in = new double[] { 1.1, 1.2, 1.3 };
-      double[] out = doubleArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testDoubleMultiArray() throws Exception
-   {
-      double[] ar1 = new double[] { 1.1, 1.2, 1.3 };
-      double[] ar2 = new double[] { 2.1, 2.2, 2.3 };
-      double[][] in = new double[][] { ar1, ar2 };
-      double[][] out = doubleMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testDoubleWrapper() throws Exception
-   {
-      Double in = new Double(1.2);
-      Double out = doubleWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testDoubleWrapperArray() throws Exception
-   {
-      Double[] in = new Double[] { new Double(1.1), new Double(1.2), new Double(1.3) };
-      Double[] out = doubleWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testDoubleWrapperMultiArray() throws Exception
-   {
-      Double[] ar1 = new Double[] { new Double(1.1), new Double(1.2), new Double(1.3) };
-      Double[] ar2 = new Double[] { new Double(2.1), new Double(2.2), new Double(2.3) };
-      Double[][] in = new Double[][] { ar1, ar2 };
-      Double[][] out = doubleWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testFloat() throws Exception
-   {
-      float in = 1.2f;
-      float out = floatTest(in);
-      assertEquals(in, out, 0.1);
-   }
-
-   public void testFloatArray() throws Exception
-   {
-      float[] in = new float[] { 1.2f, 2.3f, 3.4f };
-      float[] out = floatArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testFloatMultiArray() throws Exception
-   {
-      float[] ar1 = new float[] { 1.2f, 2.3f, 3.4f };
-      float[] ar2 = new float[] { 2.2f, 3.3f, 4.4f };
-      float[][] in = new float[][] { ar1, ar2 };
-      float[][] out = floatMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testFloatWrapper() throws Exception
-   {
-      Float in = new Float(1.2f);
-      Float out = floatWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testFloatWrapperArray() throws Exception
-   {
-      Float[] in = new Float[] { new Float(1.2f), new Float(2.3f), new Float(3.4f) };
-      Float[] out = floatWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testFloatWrapperMultiArray() throws Exception
-   {
-      Float[] ar1 = new Float[] { new Float(1.2f), new Float(2.3f), new Float(3.4f) };
-      Float[] ar2 = new Float[] { new Float(3.2f), new Float(5.3f), new Float(6.4f) };
-      Float[][] in = new Float[][] { ar1, ar2 };
-      Float[][] out = floatWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testInt() throws Exception
-   {
-      int in = 1;
-      int out = intTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testIntArray() throws Exception
-   {
-      int[] in = new int[] { 1, 2, 3 };
-      int[] out = intArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testIntMultiArray() throws Exception
-   {
-      int[] ar1 = new int[] { 1, 2, 3 };
-      int[] ar2 = new int[] { 4, 5, 6 };
-      int[][] in = new int[][] { ar1, ar2 };
-      int[][] out = intMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testIntWrapper() throws Exception
-   {
-      Integer in = new Integer(1);
-      Integer out = intWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testIntWrapperArray() throws Exception
-   {
-      Integer[] in = new Integer[] { new Integer(1), new Integer(2), new Integer(3) };
-      Integer[] out = intWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testIntWrapperMultiArray() throws Exception
-   {
-      Integer[] ar1 = new Integer[] { new Integer(1), new Integer(2), new Integer(3) };
-      Integer[] ar2 = new Integer[] { new Integer(4), new Integer(5), new Integer(6) };
-      Integer[][] in = new Integer[][] { ar1, ar2 };
-      Integer[][] out = intWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testJavaBean() throws Exception
-   {
-      GregorianCalendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      GregorianCalendar cal2 = new GregorianCalendar(1970, 5, 16, 14, 23, 55);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-
-      JavaBean2 inner = new JavaBean2();
-      inner.setMyBigDecimal(new BigDecimal("100"));
-      inner.setMyBigInteger(new BigInteger("101"));
-      inner.setMyBoolean(true);
-      inner.setMyByte((byte)1);
-      inner.setMyCalendar(cal1);
-      inner.setMyDouble(1.1);
-      inner.setMyFloat(1.2f);
-      inner.setMyInt(1);
-      inner.setMyLong(1);
-      inner.setMyShort((short)1);
-      inner.setMyString("one");
-
-      JavaBean in = new JavaBean();
-      in.setMyBigDecimal(new BigDecimal("200"));
-      in.setMyBigInteger(new BigInteger("201"));
-      in.setMyBoolean(true);
-      in.setMyByte((byte)1);
-      in.setMyCalendar(cal2);
-      in.setMyDouble(2.1);
-      in.setMyFloat(2.2f);
-      in.setMyInt(2);
-      in.setMyJavaBean(inner);
-      in.setMyLong(2);
-      in.setMyShort((short)2);
-      in.setMyString("two");
-
-      JavaBean out = javaBeanTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testJavaBeanArray() throws Exception
-   {
-      Calendar cal1 = new GregorianCalendar(1968, 5, 16, 14, 23, 55);
-      cal1.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal2 = new GregorianCalendar(1969, 6, 17, 15, 24, 56);
-      cal2.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal3 = new GregorianCalendar(1970, 7, 18, 16, 25, 57);
-      cal3.setTimeZone(TimeZone.getTimeZone("GMT"));
-      Calendar cal4 = new GregorianCalendar(1971, 8, 19, 17, 26, 58);
-      cal4.setTimeZone(TimeZone.getTimeZone("GMT"));
-
-      JavaBean2 inner = new JavaBean2();
-      inner.setMyBigDecimal(new BigDecimal("100"));
-      inner.setMyBigInteger(new BigInteger("101"));
-      inner.setMyBoolean(true);
-      inner.setMyByte((byte)1);
-      inner.setMyCalendar(cal1);
-      inner.setMyDouble(1.1);
-      inner.setMyFloat(1.2f);
-      inner.setMyInt(1);
-      inner.setMyLong(1);
-      inner.setMyShort((short)1);
-      inner.setMyString("one");
-
-      JavaBean b1 = new JavaBean();
-      b1.setMyBigDecimal(new BigDecimal("200"));
-      b1.setMyBigInteger(new BigInteger("201"));
-      b1.setMyBoolean(true);
-      b1.setMyByte((byte)1);
-      b1.setMyCalendar(cal2);
-      b1.setMyDouble(2.1);
-      b1.setMyFloat(2.2f);
-      b1.setMyInt(2);
-      b1.setMyJavaBean(inner);
-      b1.setMyLong(2);
-      b1.setMyShort((short)2);
-      b1.setMyString("two");
-
-      JavaBean b2 = new JavaBean();
-      b2.setMyBigDecimal(new BigDecimal("300"));
-      b2.setMyBigInteger(new BigInteger("301"));
-      b2.setMyBoolean(true);
-      b2.setMyByte((byte)3);
-      b2.setMyCalendar(cal3);
-      b2.setMyDouble(3.1);
-      b2.setMyFloat(3.2f);
-      b2.setMyInt(3);
-      b2.setMyJavaBean(inner);
-      b2.setMyLong(3);
-      b2.setMyShort((short)3);
-      b2.setMyString("three");
-
-      JavaBean b3 = new JavaBean();
-      b3.setMyBigDecimal(new BigDecimal("400"));
-      b3.setMyBigInteger(new BigInteger("401"));
-      b3.setMyBoolean(true);
-      b3.setMyByte((byte)4);
-      b3.setMyCalendar(cal4);
-      b3.setMyDouble(4.1);
-      b3.setMyFloat(4.2f);
-      b3.setMyInt(4);
-      b3.setMyJavaBean(inner);
-      b3.setMyLong(4);
-      b3.setMyShort((short)4);
-      b3.setMyString("four");
-
-      JavaBean[] in = new JavaBean[] { b1, b2, b3 };
-      JavaBean[] out = javaBeanArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLong() throws Exception
-   {
-      long in = 1L;
-      long out = longTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLongArray() throws Exception
-   {
-      long[] in = new long[] { 1, 2, 3 };
-      long[] out = longArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLongMultiArray() throws Exception
-   {
-      long[] ar1 = new long[] { 1, 2, 3 };
-      long[] ar2 = new long[] { 4, 5, 6 };
-      long[][] in = new long[][] { ar1, ar2 };
-      long[][] out = longMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLongWrapper() throws Exception
-   {
-      Long in = new Long(1L);
-      Long out = longWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLongWrapperArray() throws Exception
-   {
-      Long[] in = new Long[] { new Long(1), new Long(2), new Long(3) };
-      Long[] out = longWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testLongWrapperMultiArray() throws Exception
-   {
-      Long[] ar1 = new Long[] { new Long(1), new Long(2), new Long(3) };
-      Long[] ar2 = new Long[] { new Long(4), new Long(5), new Long(6) };
-      Long[][] in = new Long[][] { ar1, ar2 };
-      Long[][] out = longWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShort() throws Exception
-   {
-      short in = (short)1;
-      short out = shortTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShortArray() throws Exception
-   {
-      short[] in = new short[] { (short)1, (short)2, (short)3 };
-      short[] out = shortArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShortMultiArray() throws Exception
-   {
-      short[] ar1 = new short[] { (short)1, (short)2, (short)3 };
-      short[] ar2 = new short[] { (short)4, (short)5, (short)6 };
-      short[][] in = new short[][] { ar1, ar2 };
-      short[][] out = shortMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShortWrapper() throws Exception
-   {
-      Short in = new Short((short)1);
-      Short out = shortWrapperTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShortWrapperArray() throws Exception
-   {
-      Short[] in = new Short[] { new Short((short)1), new Short((short)2), new Short((short)3) };
-      Short[] out = shortWrapperArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testShortWrapperMultiArray() throws Exception
-   {
-      Short[] ar1 = new Short[] { new Short((short)1), new Short((short)2), new Short((short)3) };
-      Short[] ar2 = new Short[] { new Short((short)2), new Short((short)3), new Short((short)4) };
-      Short[][] in = new Short[][] { ar1, ar2 };
-      Short[][] out = shortWrapperMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testString() throws Exception
-   {
-      String in = "one";
-      String out = stringTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testStringSpecialChars() throws Exception
-   {
-      String inStr = "&Test & this &";
-      String outStr = stringTest(inStr);
-      assertEquals(inStr, outStr);
-
-      inStr = "<Test < this <";
-      outStr = stringTest(inStr);
-      assertEquals(inStr, outStr);
-
-      inStr = ">Test > this >";
-      outStr = stringTest(inStr);
-      assertEquals(inStr, outStr);
-
-      inStr = "\"Test \" this \"";
-      outStr = stringTest(inStr);
-      assertEquals(inStr, outStr);
-   }
-
-   public void testStringArray() throws Exception
-   {
-      String[] in = new String[] { "one", "two", "three" };
-      String[] out = stringArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testStringMultiArray() throws Exception
-   {
-      String[] ar1 = new String[] { "one", "two", "three" };
-      String[] ar2 = new String[] { "four", "five", "six" };
-      String[][] in = new String[][] { ar1, ar2 };
-      String[][] out = stringMultiArrayTest(in);
-      assertEquals(in, out);
-   }
-
-   public void testVoid() throws Exception
-   {
-      voidTest();
-   }
-
-   public abstract BigDecimal bigDecimalTest(BigDecimal param) throws Exception;
-
-   public abstract BigDecimal[] bigDecimalArrayTest(BigDecimal[] params) throws Exception;
-
-   public abstract BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] params) throws Exception;
-
-   public abstract BigInteger bigIntegerTest(BigInteger param) throws Exception;
-
-   public abstract BigInteger[] bigIntegerArrayTest(BigInteger[] params) throws Exception;
-
-   public abstract BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] params) throws Exception;
-
-   public abstract boolean booleanTest(boolean primParam) throws Exception;
-
-   public abstract boolean[] booleanArrayTest(boolean[] primParams) throws Exception;
-
-   public abstract boolean[][] booleanMultiArrayTest(boolean[][] primParams) throws Exception;
-
-   public abstract Boolean booleanWrapperTest(Boolean param) throws Exception;
-
-   public abstract Boolean[] booleanWrapperArrayTest(Boolean[] params) throws Exception;
-
-   public abstract Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] params) throws Exception;
-
-   public abstract byte byteTest(byte primParam) throws Exception;
-
-   public abstract byte[] byteArrayTest(byte[] primParams) throws Exception;
-
-   public abstract byte[][] byteMultiArrayTest(byte[][] primParams) throws Exception;
-
-   public abstract Byte byteWrapperTest(Byte param) throws Exception;
-
-   public abstract Byte[] byteWrapperArrayTest(Byte[] params) throws Exception;
-
-   public abstract Byte[][] byteWrapperMultiArrayTest(Byte[][] params) throws Exception;
-
-   public abstract QName qnameTest(QName param) throws Exception;
-
-   public abstract QName[] qnameArrayTest(QName[] params) throws Exception;
-
-   public abstract QName[][] qnameMultiArrayTest(QName[][] params) throws Exception;
-
-   public abstract byte[] base64BinaryTest(byte[] params) throws Exception;
-
-   public abstract byte[] hexBinaryTest(byte[] params) throws Exception;
-
-   public abstract Calendar calendarTest(Calendar param) throws Exception;
-
-   public abstract Calendar[] calendarArrayTest(Calendar[] params) throws Exception;
-
-   public abstract Calendar[][] calendarMultiArrayTest(Calendar[][] params) throws Exception;
-
-   public abstract double doubleTest(double primParam) throws Exception;
-
-   public abstract double[] doubleArrayTest(double[] primParams) throws Exception;
-
-   public abstract double[][] doubleMultiArrayTest(double[][] primParams) throws Exception;
-
-   public abstract Double doubleWrapperTest(Double param) throws Exception;
-
-   public abstract Double[] doubleWrapperArrayTest(Double[] params) throws Exception;
-
-   public abstract Double[][] doubleWrapperMultiArrayTest(Double[][] params) throws Exception;
-
-   public abstract float floatTest(float param) throws Exception;
-
-   public abstract float[] floatArrayTest(float[] params) throws Exception;
-
-   public abstract float[][] floatMultiArrayTest(float[][] params) throws Exception;
-
-   public abstract Float floatWrapperTest(Float param) throws Exception;
-
-   public abstract Float[] floatWrapperArrayTest(Float[] params) throws Exception;
-
-   public abstract Float[][] floatWrapperMultiArrayTest(Float[][] params) throws Exception;
-
-   public abstract int intTest(int param) throws Exception;
-
-   public abstract int[] intArrayTest(int[] params) throws Exception;
-
-   public abstract int[][] intMultiArrayTest(int[][] params) throws Exception;
-
-   public abstract Integer intWrapperTest(Integer param) throws Exception;
-
-   public abstract Integer[] intWrapperArrayTest(Integer[] params) throws Exception;
-
-   public abstract Integer[][] intWrapperMultiArrayTest(Integer[][] params) throws Exception;
-
-   public abstract JavaBean javaBeanTest(JavaBean param) throws Exception;
-
-   public abstract JavaBean[] javaBeanArrayTest(JavaBean[] params) throws Exception;
-
-   public abstract long longTest(long param) throws Exception;
-
-   public abstract long[] longArrayTest(long[] params) throws Exception;
-
-   public abstract long[][] longMultiArrayTest(long[][] params) throws Exception;
-
-   public abstract Long longWrapperTest(Long param) throws Exception;
-
-   public abstract Long[] longWrapperArrayTest(Long[] params) throws Exception;
-
-   public abstract Long[][] longWrapperMultiArrayTest(Long[][] params) throws Exception;
-
-   public abstract short shortTest(short param) throws Exception;
-
-   public abstract short[] shortArrayTest(short[] params) throws Exception;
-
-   public abstract short[][] shortMultiArrayTest(short[][] params) throws Exception;
-
-   public abstract Short shortWrapperTest(Short param) throws Exception;
-
-   public abstract Short[] shortWrapperArrayTest(Short[] params) throws Exception;
-
-   public abstract Short[][] shortWrapperMultiArrayTest(Short[][] params) throws Exception;
-
-   public abstract String stringTest(String param) throws Exception;
-
-   public abstract String[] stringArrayTest(String[] params) throws Exception;
-
-   public abstract String[][] stringMultiArrayTest(String[][] params) throws Exception;
-
-   public abstract void voidTest() throws Exception;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/MarshallTest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,159 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-
-public interface StandardTypes extends Remote
-{
-   public BigDecimal bigDecimalTest(BigDecimal param) throws RemoteException;
-
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] param) throws RemoteException;
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] param) throws RemoteException;
-
-   public BigInteger bigIntegerTest(BigInteger param) throws RemoteException;
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] param) throws RemoteException;
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] param) throws RemoteException;
-
-   public boolean booleanTest(boolean param) throws RemoteException;
-
-   public boolean[] booleanArrayTest(boolean[] param) throws RemoteException;
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] param) throws RemoteException;
-
-   public Boolean booleanWrapperTest(Boolean param) throws RemoteException;
-
-   public Boolean[] booleanWrapperArrayTest(Boolean[] param) throws RemoteException;
-
-   public Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] param) throws RemoteException;
-
-   public byte byteTest(byte param) throws RemoteException;
-
-   public byte[] byteArrayTest(byte[] param) throws RemoteException;
-
-   public byte[][] byteMultiArrayTest(byte[][] param) throws RemoteException;
-
-   public Byte byteWrapperTest(Byte param) throws RemoteException;
-
-   public Byte[] byteWrapperArrayTest(Byte[] param) throws RemoteException;
-
-   public Byte[][] byteWrapperMultiArrayTest(Byte[][] param) throws RemoteException;
-
-   public QName qnameTest(QName param) throws RemoteException;
-
-   public QName[] qnameArrayTest(QName[] param) throws RemoteException;
-
-   public QName[][] qnameMultiArrayTest(QName[][] param) throws RemoteException;
-
-   public byte[] base64BinaryTest(byte[] param) throws RemoteException;
-
-   public byte[] hexBinaryTest(byte[] param) throws RemoteException;
-
-   public Calendar calendarTest(Calendar param) throws RemoteException;
-
-   public Calendar[] calendarArrayTest(Calendar[] param) throws RemoteException;
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] param) throws RemoteException;
-
-   public double doubleTest(double param) throws RemoteException;
-
-   public double[] doubleArrayTest(double[] param) throws RemoteException;
-
-   public double[][] doubleMultiArrayTest(double[][] param) throws RemoteException;
-
-   public Double doubleWrapperTest(Double param) throws RemoteException;
-
-   public Double[] doubleWrapperArrayTest(Double[] param) throws RemoteException;
-
-   public Double[][] doubleWrapperMultiArrayTest(Double[][] param) throws RemoteException;
-
-   public float floatTest(float param) throws RemoteException;
-
-   public float[] floatArrayTest(float[] param) throws RemoteException;
-
-   public float[][] floatMultiArrayTest(float[][] param) throws RemoteException;
-
-   public Float floatWrapperTest(Float param) throws RemoteException;
-
-   public Float[] floatWrapperArrayTest(Float[] param) throws RemoteException;
-
-   public Float[][] floatWrapperMultiArrayTest(Float[][] param) throws RemoteException;
-
-   public int intTest(int param) throws RemoteException;
-
-   public int[] intArrayTest(int[] param) throws RemoteException;
-
-   public int[][] intMultiArrayTest(int[][] param) throws RemoteException;
-
-   public Integer intWrapperTest(Integer param) throws RemoteException;
-
-   public Integer[] intWrapperArrayTest(Integer[] param) throws RemoteException;
-
-   public Integer[][] intWrapperMultiArrayTest(Integer[][] param) throws RemoteException;
-
-   public JavaBean javaBeanTest(JavaBean param) throws RemoteException;
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] param) throws RemoteException;
-
-   public long longTest(long param) throws RemoteException;
-
-   public long[] longArrayTest(long[] param) throws RemoteException;
-
-   public long[][] longMultiArrayTest(long[][] param) throws RemoteException;
-
-   public Long longWrapperTest(Long param) throws RemoteException;
-
-   public Long[] longWrapperArrayTest(Long[] param) throws RemoteException;
-
-   public Long[][] longWrapperMultiArrayTest(Long[][] param) throws RemoteException;
-
-   public short shortTest(short param) throws RemoteException;
-
-   public short[] shortArrayTest(short[] param) throws RemoteException;
-
-   public short[][] shortMultiArrayTest(short[][] param) throws RemoteException;
-
-   public Short shortWrapperTest(Short param) throws RemoteException;
-
-   public Short[] shortWrapperArrayTest(Short[] param) throws RemoteException;
-
-   public Short[][] shortWrapperMultiArrayTest(Short[][] param) throws RemoteException;
-
-   public String stringTest(String param) throws RemoteException;
-
-   public String[] stringArrayTest(String[] param) throws RemoteException;
-
-   public String[][] stringMultiArrayTest(String[][] param) throws RemoteException;
-
-   public void voidTest() throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,415 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.rmi.RemoteException;
-import java.util.Arrays;
-import java.util.Calendar;
-import java.util.Date;
-
-import javax.xml.namespace.QName;
-
-import org.jboss.logging.Logger;
-import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
-
-public class StandardTypesBean implements StandardTypes
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(StandardTypesBean.class);
-
-   public BigDecimal bigDecimalTest(BigDecimal param)
-   {
-      log.info("bigDecimalTest: " + param);
-      return param;
-   }
-
-   public BigDecimal[] bigDecimalArrayTest(BigDecimal[] param)
-   {
-      log.info("bigDecimalArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public BigDecimal[][] bigDecimalMultiArrayTest(BigDecimal[][] param) throws RemoteException
-   {
-      log.info("bigDecimalMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public BigInteger bigIntegerTest(BigInteger param)
-   {
-      log.info("bigIntegerTest: " + param);
-      return param;
-   }
-
-   public BigInteger[] bigIntegerArrayTest(BigInteger[] param)
-   {
-      log.info("bigIntegerArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public BigInteger[][] bigIntegerMultiArrayTest(BigInteger[][] param) throws RemoteException
-   {
-      log.info("bigIntegerMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public boolean booleanTest(boolean param)
-   {
-      log.info("booleanTest: " + param);
-      return param;
-   }
-
-   public boolean[] booleanArrayTest(boolean[] param)
-   {
-      log.info("booleanArrayTest: " + param);
-      return param;
-   }
-
-   public boolean[][] booleanMultiArrayTest(boolean[][] param) throws RemoteException
-   {
-      log.info("booleanMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Boolean booleanWrapperTest(Boolean param) throws RemoteException
-   {
-      log.info("booleanWrapperTest: " + param);
-      return param;
-   }
-
-   public Boolean[] booleanWrapperArrayTest(Boolean[] param) throws RemoteException
-   {
-      log.info("booleanWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Boolean[][] booleanWrapperMultiArrayTest(Boolean[][] param) throws RemoteException
-   {
-      log.info("booleanWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public byte byteTest(byte param)
-   {
-      log.info("byteTest: " + param);
-      return param;
-   }
-
-   public byte[] byteArrayTest(byte[] param)
-   {
-      log.info("byteArrayTest: " + param);
-      return param;
-   }
-
-   public byte[][] byteMultiArrayTest(byte[][] param) throws RemoteException
-   {
-      log.info("byteMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Byte byteWrapperTest(Byte param) throws RemoteException
-   {
-      log.info("byteWrapperTest: " + param);
-      return param;
-   }
-
-   public Byte[] byteWrapperArrayTest(Byte[] param) throws RemoteException
-   {
-      log.info("byteWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Byte[][] byteWrapperMultiArrayTest(Byte[][] param) throws RemoteException
-   {
-      log.info("byteWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public QName qnameTest(QName param)
-   {
-      log.info("qnameTest: " + param);
-      return param;
-   }
-
-   public QName[] qnameArrayTest(QName[] param)
-   {
-      log.info("qnameArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public QName[][] qnameMultiArrayTest(QName[][] param) throws RemoteException
-   {
-      log.info("qnameMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public byte[] base64BinaryTest(byte[] param)
-   {
-      log.info("base64BinaryTest: " + new String(param));
-      return param;
-   }
-
-   public byte[] hexBinaryTest(byte[] param)
-   {
-      log.info("hexBinaryTest: " + new String(param));
-      return param;
-   }
-
-   public Calendar calendarTest(Calendar param)
-   {
-      log.info("calendarTest: " + param.getTime());
-      return param;
-   }
-
-   public Calendar[] calendarArrayTest(Calendar[] param)
-   {
-      Date[] dates = new Date[param.length];
-      for (int i=0; i < param.length; i++)
-         dates[i] = param[i].getTime();
-      
-      log.info("calendarArrayTest: " + Arrays.asList(dates));
-      return param;
-   }
-
-   public Calendar[][] calendarMultiArrayTest(Calendar[][] param) throws RemoteException
-   {
-      log.info("calendarMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public double doubleTest(double param)
-   {
-      log.info("doubleTest: " + param);
-      return param;
-   }
-
-   public double[] doubleArrayTest(double[] param)
-   {
-      log.info("doubleArrayTest: " + param);
-      return param;
-   }
-
-   public double[][] doubleMultiArrayTest(double[][] param) throws RemoteException
-   {
-      log.info("doubleMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Double doubleWrapperTest(Double param) throws RemoteException
-   {
-      log.info("doubleWrapperTest: " + param);
-      return param;
-   }
-
-   public Double[] doubleWrapperArrayTest(Double[] param) throws RemoteException
-   {
-      log.info("doubleWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Double[][] doubleWrapperMultiArrayTest(Double[][] param) throws RemoteException
-   {
-      log.info("doubleWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public float floatTest(float param)
-   {
-      log.info("floatTest: " + param);
-      return param;
-   }
-
-   public float[] floatArrayTest(float[] param)
-   {
-      log.info("floatArrayTest: " + param);
-      return param;
-   }
-
-   public float[][] floatMultiArrayTest(float[][] param) throws RemoteException
-   {
-      log.info("floatMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Float floatWrapperTest(Float param) throws RemoteException
-   {
-      log.info("floatWrapperTest: " + param);
-      return param;
-   }
-
-   public Float[] floatWrapperArrayTest(Float[] param) throws RemoteException
-   {
-      log.info("floatWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Float[][] floatWrapperMultiArrayTest(Float[][] param) throws RemoteException
-   {
-      log.info("floatWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public int intTest(int param)
-   {
-      log.info("intTest: " + param);
-      return param;
-   }
-
-   public int[] intArrayTest(int[] param)
-   {
-      log.info("intArrayTest: " + param);
-      return param;
-   }
-
-   public int[][] intMultiArrayTest(int[][] param) throws RemoteException
-   {
-      log.info("intMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Integer intWrapperTest(Integer param) throws RemoteException
-   {
-      log.info("intWrapperTest: " + param);
-      return param;
-   }
-
-   public Integer[] intWrapperArrayTest(Integer[] param) throws RemoteException
-   {
-      log.info("intWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Integer[][] intWrapperMultiArrayTest(Integer[][] param) throws RemoteException
-   {
-      log.info("intWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public JavaBean javaBeanTest(JavaBean param)
-   {
-      log.info("javaBeanTest: " + param);
-      return param;
-   }
-
-   public JavaBean[] javaBeanArrayTest(JavaBean[] param)
-   {
-      log.info("javaBeanArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public long longTest(long param)
-   {
-      log.info("longTest: " + param);
-      return param;
-   }
-
-   public long[] longArrayTest(long[] param)
-   {
-      log.info("longArrayTest: " + param);
-      return param;
-   }
-
-   public long[][] longMultiArrayTest(long[][] param) throws RemoteException
-   {
-      log.info("longMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Long longWrapperTest(Long param) throws RemoteException
-   {
-      log.info("longWrapperTest: " + param);
-      return param;
-   }
-
-   public Long[] longWrapperArrayTest(Long[] param) throws RemoteException
-   {
-      log.info("longWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Long[][] longWrapperMultiArrayTest(Long[][] param) throws RemoteException
-   {
-      log.info("longWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public short shortTest(short param)
-   {
-      log.info("shortTest: " + param);
-      return param;
-   }
-
-   public short[] shortArrayTest(short[] param)
-   {
-      log.info("shortArrayTest: " + param);
-      return param;
-   }
-
-   public short[][] shortMultiArrayTest(short[][] param) throws RemoteException
-   {
-      log.info("shortMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Short shortWrapperTest(Short param) throws RemoteException
-   {
-      log.info("shortWrapperTest: " + param);
-      return param;
-   }
-
-   public Short[] shortWrapperArrayTest(Short[] param) throws RemoteException
-   {
-      log.info("shortWrapperArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public Short[][] shortWrapperMultiArrayTest(Short[][] param) throws RemoteException
-   {
-      log.info("shortWrapperMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public String stringTest(String param)
-   {
-      log.info("stringTest: " + param);
-      return param;
-   }
-
-   public String[] stringArrayTest(String[] param)
-   {
-      log.info("stringArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public String[][] stringMultiArrayTest(String[][] param) throws RemoteException
-   {
-      log.info("stringMultiArrayTest: " + Arrays.asList(param));
-      return param;
-   }
-
-   public void voidTest()
-   {
-      log.info("voidTest");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_base64BinaryTest_RequestStruct
-{
-
-   protected byte[] arrayOfbyte_1;
-
-   public StandardTypes_base64BinaryTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_base64BinaryTest_RequestStruct(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-   public byte[] getArrayOfbyte_1()
-   {
-      return arrayOfbyte_1;
-   }
-
-   public void setArrayOfbyte_1(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_base64BinaryTest_ResponseStruct
-{
-
-   protected byte[] result;
-
-   public StandardTypes_base64BinaryTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_base64BinaryTest_ResponseStruct(byte[] result)
-   {
-      this.result = result;
-   }
-
-   public byte[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(byte[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_base64BinaryTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalArrayTest_RequestStruct
-{
-
-   protected java.math.BigDecimal[] arrayOfBigDecimal_1;
-
-   public StandardTypes_bigDecimalArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalArrayTest_RequestStruct(java.math.BigDecimal[] arrayOfBigDecimal_1)
-   {
-      this.arrayOfBigDecimal_1 = arrayOfBigDecimal_1;
-   }
-
-   public java.math.BigDecimal[] getArrayOfBigDecimal_1()
-   {
-      return arrayOfBigDecimal_1;
-   }
-
-   public void setArrayOfBigDecimal_1(java.math.BigDecimal[] arrayOfBigDecimal_1)
-   {
-      this.arrayOfBigDecimal_1 = arrayOfBigDecimal_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalArrayTest_ResponseStruct
-{
-
-   protected java.math.BigDecimal[] result;
-
-   public StandardTypes_bigDecimalArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalArrayTest_ResponseStruct(java.math.BigDecimal[] result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigDecimal[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigDecimal[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalMultiArrayTest_RequestStruct
-{
-
-   protected java.math.BigDecimal[][] arrayOfBigDecimal_1;
-
-   public StandardTypes_bigDecimalMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalMultiArrayTest_RequestStruct(java.math.BigDecimal[][] arrayOfBigDecimal_1)
-   {
-      this.arrayOfBigDecimal_1 = arrayOfBigDecimal_1;
-   }
-
-   public java.math.BigDecimal[][] getArrayOfBigDecimal_1()
-   {
-      return arrayOfBigDecimal_1;
-   }
-
-   public void setArrayOfBigDecimal_1(java.math.BigDecimal[][] arrayOfBigDecimal_1)
-   {
-      this.arrayOfBigDecimal_1 = arrayOfBigDecimal_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalMultiArrayTest_ResponseStruct
-{
-
-   protected java.math.BigDecimal[][] result;
-
-   public StandardTypes_bigDecimalMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalMultiArrayTest_ResponseStruct(java.math.BigDecimal[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigDecimal[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigDecimal[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalTest_RequestStruct
-{
-
-   protected java.math.BigDecimal bigDecimal_1;
-
-   public StandardTypes_bigDecimalTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalTest_RequestStruct(java.math.BigDecimal bigDecimal_1)
-   {
-      this.bigDecimal_1 = bigDecimal_1;
-   }
-
-   public java.math.BigDecimal getBigDecimal_1()
-   {
-      return bigDecimal_1;
-   }
-
-   public void setBigDecimal_1(java.math.BigDecimal bigDecimal_1)
-   {
-      this.bigDecimal_1 = bigDecimal_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigDecimalTest_ResponseStruct
-{
-
-   protected java.math.BigDecimal result;
-
-   public StandardTypes_bigDecimalTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigDecimalTest_ResponseStruct(java.math.BigDecimal result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigDecimal getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigDecimal result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigDecimalTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerArrayTest_RequestStruct
-{
-
-   protected java.math.BigInteger[] arrayOfBigInteger_1;
-
-   public StandardTypes_bigIntegerArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerArrayTest_RequestStruct(java.math.BigInteger[] arrayOfBigInteger_1)
-   {
-      this.arrayOfBigInteger_1 = arrayOfBigInteger_1;
-   }
-
-   public java.math.BigInteger[] getArrayOfBigInteger_1()
-   {
-      return arrayOfBigInteger_1;
-   }
-
-   public void setArrayOfBigInteger_1(java.math.BigInteger[] arrayOfBigInteger_1)
-   {
-      this.arrayOfBigInteger_1 = arrayOfBigInteger_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerArrayTest_ResponseStruct
-{
-
-   protected java.math.BigInteger[] result;
-
-   public StandardTypes_bigIntegerArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerArrayTest_ResponseStruct(java.math.BigInteger[] result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigInteger[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigInteger[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerMultiArrayTest_RequestStruct
-{
-
-   protected java.math.BigInteger[][] arrayOfBigInteger_1;
-
-   public StandardTypes_bigIntegerMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerMultiArrayTest_RequestStruct(java.math.BigInteger[][] arrayOfBigInteger_1)
-   {
-      this.arrayOfBigInteger_1 = arrayOfBigInteger_1;
-   }
-
-   public java.math.BigInteger[][] getArrayOfBigInteger_1()
-   {
-      return arrayOfBigInteger_1;
-   }
-
-   public void setArrayOfBigInteger_1(java.math.BigInteger[][] arrayOfBigInteger_1)
-   {
-      this.arrayOfBigInteger_1 = arrayOfBigInteger_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerMultiArrayTest_ResponseStruct
-{
-
-   protected java.math.BigInteger[][] result;
-
-   public StandardTypes_bigIntegerMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerMultiArrayTest_ResponseStruct(java.math.BigInteger[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigInteger[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigInteger[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerTest_RequestStruct
-{
-
-   protected java.math.BigInteger bigInteger_1;
-
-   public StandardTypes_bigIntegerTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerTest_RequestStruct(java.math.BigInteger bigInteger_1)
-   {
-      this.bigInteger_1 = bigInteger_1;
-   }
-
-   public java.math.BigInteger getBigInteger_1()
-   {
-      return bigInteger_1;
-   }
-
-   public void setBigInteger_1(java.math.BigInteger bigInteger_1)
-   {
-      this.bigInteger_1 = bigInteger_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_bigIntegerTest_ResponseStruct
-{
-
-   protected java.math.BigInteger result;
-
-   public StandardTypes_bigIntegerTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_bigIntegerTest_ResponseStruct(java.math.BigInteger result)
-   {
-      this.result = result;
-   }
-
-   public java.math.BigInteger getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.math.BigInteger result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_bigIntegerTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanArrayTest_RequestStruct
-{
-
-   protected boolean[] arrayOfboolean_1;
-
-   public StandardTypes_booleanArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanArrayTest_RequestStruct(boolean[] arrayOfboolean_1)
-   {
-      this.arrayOfboolean_1 = arrayOfboolean_1;
-   }
-
-   public boolean[] getArrayOfboolean_1()
-   {
-      return arrayOfboolean_1;
-   }
-
-   public void setArrayOfboolean_1(boolean[] arrayOfboolean_1)
-   {
-      this.arrayOfboolean_1 = arrayOfboolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanArrayTest_ResponseStruct
-{
-
-   protected boolean[] result;
-
-   public StandardTypes_booleanArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanArrayTest_ResponseStruct(boolean[] result)
-   {
-      this.result = result;
-   }
-
-   public boolean[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(boolean[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanMultiArrayTest_RequestStruct
-{
-
-   protected boolean[][] arrayOfboolean_1;
-
-   public StandardTypes_booleanMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanMultiArrayTest_RequestStruct(boolean[][] arrayOfboolean_1)
-   {
-      this.arrayOfboolean_1 = arrayOfboolean_1;
-   }
-
-   public boolean[][] getArrayOfboolean_1()
-   {
-      return arrayOfboolean_1;
-   }
-
-   public void setArrayOfboolean_1(boolean[][] arrayOfboolean_1)
-   {
-      this.arrayOfboolean_1 = arrayOfboolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-/*
- /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanMultiArrayTest_ResponseStruct
-{
-
-   protected boolean[][] result;
-
-   public StandardTypes_booleanMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanMultiArrayTest_ResponseStruct(boolean[][] result)
-   {
-      this.result = result;
-   }
-
-   public boolean[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(boolean[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanTest_RequestStruct
-{
-
-   protected boolean boolean_1;
-
-   public StandardTypes_booleanTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanTest_RequestStruct(boolean boolean_1)
-   {
-      this.boolean_1 = boolean_1;
-   }
-
-   public boolean isBoolean_1()
-   {
-      return boolean_1;
-   }
-
-   public void setBoolean_1(boolean boolean_1)
-   {
-      this.boolean_1 = boolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanTest_ResponseStruct
-{
-
-   protected boolean result;
-
-   public StandardTypes_booleanTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanTest_ResponseStruct(boolean result)
-   {
-      this.result = result;
-   }
-
-   public boolean isResult()
-   {
-      return result;
-   }
-
-   public void setResult(boolean result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Boolean[] arrayOfBoolean_1;
-
-   public StandardTypes_booleanWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperArrayTest_RequestStruct(java.lang.Boolean[] arrayOfBoolean_1)
-   {
-      this.arrayOfBoolean_1 = arrayOfBoolean_1;
-   }
-
-   public java.lang.Boolean[] getArrayOfBoolean_1()
-   {
-      return arrayOfBoolean_1;
-   }
-
-   public void setArrayOfBoolean_1(java.lang.Boolean[] arrayOfBoolean_1)
-   {
-      this.arrayOfBoolean_1 = arrayOfBoolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Boolean[] result;
-
-   public StandardTypes_booleanWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperArrayTest_ResponseStruct(java.lang.Boolean[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Boolean[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Boolean[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Boolean[][] arrayOfBoolean_1;
-
-   public StandardTypes_booleanWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperMultiArrayTest_RequestStruct(java.lang.Boolean[][] arrayOfBoolean_1)
-   {
-      this.arrayOfBoolean_1 = arrayOfBoolean_1;
-   }
-
-   public java.lang.Boolean[][] getArrayOfBoolean_1()
-   {
-      return arrayOfBoolean_1;
-   }
-
-   public void setArrayOfBoolean_1(java.lang.Boolean[][] arrayOfBoolean_1)
-   {
-      this.arrayOfBoolean_1 = arrayOfBoolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Boolean[][] result;
-
-   public StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct(java.lang.Boolean[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Boolean[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Boolean[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperTest_RequestStruct
-{
-
-   protected java.lang.Boolean boolean_1;
-
-   public StandardTypes_booleanWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperTest_RequestStruct(java.lang.Boolean boolean_1)
-   {
-      this.boolean_1 = boolean_1;
-   }
-
-   public java.lang.Boolean getBoolean_1()
-   {
-      return boolean_1;
-   }
-
-   public void setBoolean_1(java.lang.Boolean boolean_1)
-   {
-      this.boolean_1 = boolean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_booleanWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Boolean result;
-
-   public StandardTypes_booleanWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_booleanWrapperTest_ResponseStruct(java.lang.Boolean result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Boolean getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Boolean result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_booleanWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteArrayTest_RequestStruct
-{
-
-   protected byte[] arrayOfbyte_1;
-
-   public StandardTypes_byteArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteArrayTest_RequestStruct(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-   public byte[] getArrayOfbyte_1()
-   {
-      return arrayOfbyte_1;
-   }
-
-   public void setArrayOfbyte_1(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteArrayTest_ResponseStruct
-{
-
-   protected byte[] result;
-
-   public StandardTypes_byteArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteArrayTest_ResponseStruct(byte[] result)
-   {
-      this.result = result;
-   }
-
-   public byte[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(byte[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteMultiArrayTest_RequestStruct
-{
-
-   protected byte[][] arrayOfbyte_1;
-
-   public StandardTypes_byteMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteMultiArrayTest_RequestStruct(byte[][] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-   public byte[][] getArrayOfbyte_1()
-   {
-      return arrayOfbyte_1;
-   }
-
-   public void setArrayOfbyte_1(byte[][] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteMultiArrayTest_ResponseStruct
-{
-
-   protected byte[][] result;
-
-   public StandardTypes_byteMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteMultiArrayTest_ResponseStruct(byte[][] result)
-   {
-      this.result = result;
-   }
-
-   public byte[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(byte[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteTest_RequestStruct
-{
-
-   protected byte byte_1;
-
-   public StandardTypes_byteTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteTest_RequestStruct(byte byte_1)
-   {
-      this.byte_1 = byte_1;
-   }
-
-   public byte getByte_1()
-   {
-      return byte_1;
-   }
-
-   public void setByte_1(byte byte_1)
-   {
-      this.byte_1 = byte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteTest_ResponseStruct
-{
-
-   protected byte result;
-
-   public StandardTypes_byteTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteTest_ResponseStruct(byte result)
-   {
-      this.result = result;
-   }
-
-   public byte getResult()
-   {
-      return result;
-   }
-
-   public void setResult(byte result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Byte[] arrayOfByte_1;
-
-   public StandardTypes_byteWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperArrayTest_RequestStruct(java.lang.Byte[] arrayOfByte_1)
-   {
-      this.arrayOfByte_1 = arrayOfByte_1;
-   }
-
-   public java.lang.Byte[] getArrayOfByte_1()
-   {
-      return arrayOfByte_1;
-   }
-
-   public void setArrayOfByte_1(java.lang.Byte[] arrayOfByte_1)
-   {
-      this.arrayOfByte_1 = arrayOfByte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Byte[] result;
-
-   public StandardTypes_byteWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperArrayTest_ResponseStruct(java.lang.Byte[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Byte[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Byte[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Byte[][] arrayOfByte_1;
-
-   public StandardTypes_byteWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperMultiArrayTest_RequestStruct(java.lang.Byte[][] arrayOfByte_1)
-   {
-      this.arrayOfByte_1 = arrayOfByte_1;
-   }
-
-   public java.lang.Byte[][] getArrayOfByte_1()
-   {
-      return arrayOfByte_1;
-   }
-
-   public void setArrayOfByte_1(java.lang.Byte[][] arrayOfByte_1)
-   {
-      this.arrayOfByte_1 = arrayOfByte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Byte[][] result;
-
-   public StandardTypes_byteWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperMultiArrayTest_ResponseStruct(java.lang.Byte[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Byte[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Byte[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperTest_RequestStruct
-{
-
-   protected java.lang.Byte byte_1;
-
-   public StandardTypes_byteWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperTest_RequestStruct(java.lang.Byte byte_1)
-   {
-      this.byte_1 = byte_1;
-   }
-
-   public java.lang.Byte getByte_1()
-   {
-      return byte_1;
-   }
-
-   public void setByte_1(java.lang.Byte byte_1)
-   {
-      this.byte_1 = byte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_byteWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Byte result;
-
-   public StandardTypes_byteWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_byteWrapperTest_ResponseStruct(java.lang.Byte result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Byte getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Byte result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_byteWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarArrayTest_RequestStruct
-{
-
-   protected java.util.Calendar[] arrayOfCalendar_1;
-
-   public StandardTypes_calendarArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_calendarArrayTest_RequestStruct(java.util.Calendar[] arrayOfCalendar_1)
-   {
-      this.arrayOfCalendar_1 = arrayOfCalendar_1;
-   }
-
-   public java.util.Calendar[] getArrayOfCalendar_1()
-   {
-      return arrayOfCalendar_1;
-   }
-
-   public void setArrayOfCalendar_1(java.util.Calendar[] arrayOfCalendar_1)
-   {
-      this.arrayOfCalendar_1 = arrayOfCalendar_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarArrayTest_ResponseStruct
-{
-
-   protected java.util.Calendar[] result;
-
-   public StandardTypes_calendarArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_calendarArrayTest_ResponseStruct(java.util.Calendar[] result)
-   {
-      this.result = result;
-   }
-
-   public java.util.Calendar[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.util.Calendar[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarMultiArrayTest_RequestStruct
-{
-
-   protected java.util.Calendar[][] arrayOfCalendar_1;
-
-   public StandardTypes_calendarMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_calendarMultiArrayTest_RequestStruct(java.util.Calendar[][] arrayOfCalendar_1)
-   {
-      this.arrayOfCalendar_1 = arrayOfCalendar_1;
-   }
-
-   public java.util.Calendar[][] getArrayOfCalendar_1()
-   {
-      return arrayOfCalendar_1;
-   }
-
-   public void setArrayOfCalendar_1(java.util.Calendar[][] arrayOfCalendar_1)
-   {
-      this.arrayOfCalendar_1 = arrayOfCalendar_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarMultiArrayTest_ResponseStruct
-{
-
-   protected java.util.Calendar[][] result;
-
-   public StandardTypes_calendarMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_calendarMultiArrayTest_ResponseStruct(java.util.Calendar[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.util.Calendar[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.util.Calendar[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarTest_RequestStruct
-{
-
-   protected java.util.Calendar calendar_1;
-
-   public StandardTypes_calendarTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_calendarTest_RequestStruct(java.util.Calendar calendar_1)
-   {
-      this.calendar_1 = calendar_1;
-   }
-
-   public java.util.Calendar getCalendar_1()
-   {
-      return calendar_1;
-   }
-
-   public void setCalendar_1(java.util.Calendar calendar_1)
-   {
-      this.calendar_1 = calendar_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_calendarTest_ResponseStruct
-{
-
-   protected java.util.Calendar result;
-
-   public StandardTypes_calendarTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_calendarTest_ResponseStruct(java.util.Calendar result)
-   {
-      this.result = result;
-   }
-
-   public java.util.Calendar getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.util.Calendar result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_calendarTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleArrayTest_RequestStruct
-{
-
-   protected double[] arrayOfdouble_1;
-
-   public StandardTypes_doubleArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleArrayTest_RequestStruct(double[] arrayOfdouble_1)
-   {
-      this.arrayOfdouble_1 = arrayOfdouble_1;
-   }
-
-   public double[] getArrayOfdouble_1()
-   {
-      return arrayOfdouble_1;
-   }
-
-   public void setArrayOfdouble_1(double[] arrayOfdouble_1)
-   {
-      this.arrayOfdouble_1 = arrayOfdouble_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleArrayTest_ResponseStruct
-{
-
-   protected double[] result;
-
-   public StandardTypes_doubleArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleArrayTest_ResponseStruct(double[] result)
-   {
-      this.result = result;
-   }
-
-   public double[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(double[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleMultiArrayTest_RequestStruct
-{
-
-   protected double[][] arrayOfdouble_1;
-
-   public StandardTypes_doubleMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleMultiArrayTest_RequestStruct(double[][] arrayOfdouble_1)
-   {
-      this.arrayOfdouble_1 = arrayOfdouble_1;
-   }
-
-   public double[][] getArrayOfdouble_1()
-   {
-      return arrayOfdouble_1;
-   }
-
-   public void setArrayOfdouble_1(double[][] arrayOfdouble_1)
-   {
-      this.arrayOfdouble_1 = arrayOfdouble_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!s
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleMultiArrayTest_ResponseStruct
-{
-
-   protected double[][] result;
-
-   public StandardTypes_doubleMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleMultiArrayTest_ResponseStruct(double[][] result)
-   {
-      this.result = result;
-   }
-
-   public double[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(double[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleTest_RequestStruct
-{
-
-   protected double double_1;
-
-   public StandardTypes_doubleTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleTest_RequestStruct(double double_1)
-   {
-      this.double_1 = double_1;
-   }
-
-   public double getDouble_1()
-   {
-      return double_1;
-   }
-
-   public void setDouble_1(double double_1)
-   {
-      this.double_1 = double_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleTest_ResponseStruct
-{
-
-   protected double result;
-
-   public StandardTypes_doubleTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleTest_ResponseStruct(double result)
-   {
-      this.result = result;
-   }
-
-   public double getResult()
-   {
-      return result;
-   }
-
-   public void setResult(double result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Double[] arrayOfDouble_1;
-
-   public StandardTypes_doubleWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperArrayTest_RequestStruct(java.lang.Double[] arrayOfDouble_1)
-   {
-      this.arrayOfDouble_1 = arrayOfDouble_1;
-   }
-
-   public java.lang.Double[] getArrayOfDouble_1()
-   {
-      return arrayOfDouble_1;
-   }
-
-   public void setArrayOfDouble_1(java.lang.Double[] arrayOfDouble_1)
-   {
-      this.arrayOfDouble_1 = arrayOfDouble_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Double[] result;
-
-   public StandardTypes_doubleWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperArrayTest_ResponseStruct(java.lang.Double[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Double[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Double[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Double[][] arrayOfDouble_1;
-
-   public StandardTypes_doubleWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperMultiArrayTest_RequestStruct(java.lang.Double[][] arrayOfDouble_1)
-   {
-      this.arrayOfDouble_1 = arrayOfDouble_1;
-   }
-
-   public java.lang.Double[][] getArrayOfDouble_1()
-   {
-      return arrayOfDouble_1;
-   }
-
-   public void setArrayOfDouble_1(java.lang.Double[][] arrayOfDouble_1)
-   {
-      this.arrayOfDouble_1 = arrayOfDouble_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Double[][] result;
-
-   public StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct(java.lang.Double[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Double[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Double[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperTest_RequestStruct
-{
-
-   protected java.lang.Double double_1;
-
-   public StandardTypes_doubleWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperTest_RequestStruct(java.lang.Double double_1)
-   {
-      this.double_1 = double_1;
-   }
-
-   public java.lang.Double getDouble_1()
-   {
-      return double_1;
-   }
-
-   public void setDouble_1(java.lang.Double double_1)
-   {
-      this.double_1 = double_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_doubleWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Double result;
-
-   public StandardTypes_doubleWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_doubleWrapperTest_ResponseStruct(java.lang.Double result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Double getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Double result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_doubleWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatArrayTest_RequestStruct
-{
-
-   protected float[] arrayOffloat_1;
-
-   public StandardTypes_floatArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatArrayTest_RequestStruct(float[] arrayOffloat_1)
-   {
-      this.arrayOffloat_1 = arrayOffloat_1;
-   }
-
-   public float[] getArrayOffloat_1()
-   {
-      return arrayOffloat_1;
-   }
-
-   public void setArrayOffloat_1(float[] arrayOffloat_1)
-   {
-      this.arrayOffloat_1 = arrayOffloat_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatArrayTest_ResponseStruct
-{
-
-   protected float[] result;
-
-   public StandardTypes_floatArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatArrayTest_ResponseStruct(float[] result)
-   {
-      this.result = result;
-   }
-
-   public float[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(float[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatMultiArrayTest_RequestStruct
-{
-
-   protected float[][] arrayOffloat_1;
-
-   public StandardTypes_floatMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatMultiArrayTest_RequestStruct(float[][] arrayOffloat_1)
-   {
-      this.arrayOffloat_1 = arrayOffloat_1;
-   }
-
-   public float[][] getArrayOffloat_1()
-   {
-      return arrayOffloat_1;
-   }
-
-   public void setArrayOffloat_1(float[][] arrayOffloat_1)
-   {
-      this.arrayOffloat_1 = arrayOffloat_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatMultiArrayTest_ResponseStruct
-{
-
-   protected float[][] result;
-
-   public StandardTypes_floatMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatMultiArrayTest_ResponseStruct(float[][] result)
-   {
-      this.result = result;
-   }
-
-   public float[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(float[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatTest_RequestStruct
-{
-
-   protected float float_1;
-
-   public StandardTypes_floatTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatTest_RequestStruct(float float_1)
-   {
-      this.float_1 = float_1;
-   }
-
-   public float getFloat_1()
-   {
-      return float_1;
-   }
-
-   public void setFloat_1(float float_1)
-   {
-      this.float_1 = float_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatTest_ResponseStruct
-{
-
-   protected float result;
-
-   public StandardTypes_floatTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatTest_ResponseStruct(float result)
-   {
-      this.result = result;
-   }
-
-   public float getResult()
-   {
-      return result;
-   }
-
-   public void setResult(float result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Float[] arrayOfFloat_1;
-
-   public StandardTypes_floatWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperArrayTest_RequestStruct(java.lang.Float[] arrayOfFloat_1)
-   {
-      this.arrayOfFloat_1 = arrayOfFloat_1;
-   }
-
-   public java.lang.Float[] getArrayOfFloat_1()
-   {
-      return arrayOfFloat_1;
-   }
-
-   public void setArrayOfFloat_1(java.lang.Float[] arrayOfFloat_1)
-   {
-      this.arrayOfFloat_1 = arrayOfFloat_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Float[] result;
-
-   public StandardTypes_floatWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperArrayTest_ResponseStruct(java.lang.Float[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Float[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Float[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Float[][] arrayOfFloat_1;
-
-   public StandardTypes_floatWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperMultiArrayTest_RequestStruct(java.lang.Float[][] arrayOfFloat_1)
-   {
-      this.arrayOfFloat_1 = arrayOfFloat_1;
-   }
-
-   public java.lang.Float[][] getArrayOfFloat_1()
-   {
-      return arrayOfFloat_1;
-   }
-
-   public void setArrayOfFloat_1(java.lang.Float[][] arrayOfFloat_1)
-   {
-      this.arrayOfFloat_1 = arrayOfFloat_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Float[][] result;
-
-   public StandardTypes_floatWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperMultiArrayTest_ResponseStruct(java.lang.Float[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Float[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Float[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperTest_RequestStruct
-{
-
-   protected java.lang.Float float_1;
-
-   public StandardTypes_floatWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperTest_RequestStruct(java.lang.Float float_1)
-   {
-      this.float_1 = float_1;
-   }
-
-   public java.lang.Float getFloat_1()
-   {
-      return float_1;
-   }
-
-   public void setFloat_1(java.lang.Float float_1)
-   {
-      this.float_1 = float_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_floatWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Float result;
-
-   public StandardTypes_floatWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_floatWrapperTest_ResponseStruct(java.lang.Float result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Float getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Float result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_floatWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_hexBinaryTest_RequestStruct
-{
-
-   protected byte[] arrayOfbyte_1;
-
-   public StandardTypes_hexBinaryTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_hexBinaryTest_RequestStruct(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-   public byte[] getArrayOfbyte_1()
-   {
-      return arrayOfbyte_1;
-   }
-
-   public void setArrayOfbyte_1(byte[] arrayOfbyte_1)
-   {
-      this.arrayOfbyte_1 = arrayOfbyte_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_hexBinaryTest_ResponseStruct
-{
-
-   protected byte[] result;
-
-   public StandardTypes_hexBinaryTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_hexBinaryTest_ResponseStruct(byte[] result)
-   {
-      this.result = result;
-   }
-
-   public byte[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(byte[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_hexBinaryTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intArrayTest_RequestStruct
-{
-
-   protected int[] arrayOfint_1;
-
-   public StandardTypes_intArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intArrayTest_RequestStruct(int[] arrayOfint_1)
-   {
-      this.arrayOfint_1 = arrayOfint_1;
-   }
-
-   public int[] getArrayOfint_1()
-   {
-      return arrayOfint_1;
-   }
-
-   public void setArrayOfint_1(int[] arrayOfint_1)
-   {
-      this.arrayOfint_1 = arrayOfint_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intArrayTest_ResponseStruct
-{
-
-   protected int[] result;
-
-   public StandardTypes_intArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intArrayTest_ResponseStruct(int[] result)
-   {
-      this.result = result;
-   }
-
-   public int[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(int[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intMultiArrayTest_RequestStruct
-{
-
-   protected int[][] arrayOfint_1;
-
-   public StandardTypes_intMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intMultiArrayTest_RequestStruct(int[][] arrayOfint_1)
-   {
-      this.arrayOfint_1 = arrayOfint_1;
-   }
-
-   public int[][] getArrayOfint_1()
-   {
-      return arrayOfint_1;
-   }
-
-   public void setArrayOfint_1(int[][] arrayOfint_1)
-   {
-      this.arrayOfint_1 = arrayOfint_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intMultiArrayTest_ResponseStruct
-{
-
-   protected int[][] result;
-
-   public StandardTypes_intMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intMultiArrayTest_ResponseStruct(int[][] result)
-   {
-      this.result = result;
-   }
-
-   public int[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(int[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intTest_RequestStruct
-{
-
-   protected int int_1;
-
-   public StandardTypes_intTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intTest_RequestStruct(int int_1)
-   {
-      this.int_1 = int_1;
-   }
-
-   public int getInt_1()
-   {
-      return int_1;
-   }
-
-   public void setInt_1(int int_1)
-   {
-      this.int_1 = int_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intTest_ResponseStruct
-{
-
-   protected int result;
-
-   public StandardTypes_intTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intTest_ResponseStruct(int result)
-   {
-      this.result = result;
-   }
-
-   public int getResult()
-   {
-      return result;
-   }
-
-   public void setResult(int result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Integer[] arrayOfInteger_1;
-
-   public StandardTypes_intWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperArrayTest_RequestStruct(java.lang.Integer[] arrayOfInteger_1)
-   {
-      this.arrayOfInteger_1 = arrayOfInteger_1;
-   }
-
-   public java.lang.Integer[] getArrayOfInteger_1()
-   {
-      return arrayOfInteger_1;
-   }
-
-   public void setArrayOfInteger_1(java.lang.Integer[] arrayOfInteger_1)
-   {
-      this.arrayOfInteger_1 = arrayOfInteger_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Integer[] result;
-
-   public StandardTypes_intWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperArrayTest_ResponseStruct(java.lang.Integer[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Integer[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Integer[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Integer[][] arrayOfInteger_1;
-
-   public StandardTypes_intWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperMultiArrayTest_RequestStruct(java.lang.Integer[][] arrayOfInteger_1)
-   {
-      this.arrayOfInteger_1 = arrayOfInteger_1;
-   }
-
-   public java.lang.Integer[][] getArrayOfInteger_1()
-   {
-      return arrayOfInteger_1;
-   }
-
-   public void setArrayOfInteger_1(java.lang.Integer[][] arrayOfInteger_1)
-   {
-      this.arrayOfInteger_1 = arrayOfInteger_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Integer[][] result;
-
-   public StandardTypes_intWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperMultiArrayTest_ResponseStruct(java.lang.Integer[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Integer[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Integer[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperTest_RequestStruct
-{
-
-   protected java.lang.Integer integer_1;
-
-   public StandardTypes_intWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperTest_RequestStruct(java.lang.Integer integer_1)
-   {
-      this.integer_1 = integer_1;
-   }
-
-   public java.lang.Integer getInteger_1()
-   {
-      return integer_1;
-   }
-
-   public void setInteger_1(java.lang.Integer integer_1)
-   {
-      this.integer_1 = integer_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-/*
- /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_intWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Integer result;
-
-   public StandardTypes_intWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_intWrapperTest_ResponseStruct(java.lang.Integer result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Integer getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Integer result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_intWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_javaBeanArrayTest_RequestStruct
-{
-
-   protected org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] arrayOfJavaBean_1;
-
-   public StandardTypes_javaBeanArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_javaBeanArrayTest_RequestStruct(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] arrayOfJavaBean_1)
-   {
-      this.arrayOfJavaBean_1 = arrayOfJavaBean_1;
-   }
-
-   public org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] getArrayOfJavaBean_1()
-   {
-      return arrayOfJavaBean_1;
-   }
-
-   public void setArrayOfJavaBean_1(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] arrayOfJavaBean_1)
-   {
-      this.arrayOfJavaBean_1 = arrayOfJavaBean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_javaBeanArrayTest_ResponseStruct
-{
-
-   protected org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] result;
-
-   public StandardTypes_javaBeanArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_javaBeanArrayTest_ResponseStruct(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] result)
-   {
-      this.result = result;
-   }
-
-   public org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_javaBeanTest_RequestStruct
-{
-
-   protected org.jboss.test.ws.jaxrpc.marshall.types.JavaBean javaBean_1;
-
-   public StandardTypes_javaBeanTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_javaBeanTest_RequestStruct(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean javaBean_1)
-   {
-      this.javaBean_1 = javaBean_1;
-   }
-
-   public org.jboss.test.ws.jaxrpc.marshall.types.JavaBean getJavaBean_1()
-   {
-      return javaBean_1;
-   }
-
-   public void setJavaBean_1(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean javaBean_1)
-   {
-      this.javaBean_1 = javaBean_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_javaBeanTest_ResponseStruct
-{
-
-   protected org.jboss.test.ws.jaxrpc.marshall.types.JavaBean result;
-
-   public StandardTypes_javaBeanTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_javaBeanTest_ResponseStruct(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean result)
-   {
-      this.result = result;
-   }
-
-   public org.jboss.test.ws.jaxrpc.marshall.types.JavaBean getResult()
-   {
-      return result;
-   }
-
-   public void setResult(org.jboss.test.ws.jaxrpc.marshall.types.JavaBean result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_javaBeanTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longArrayTest_RequestStruct
-{
-
-   protected long[] arrayOflong_1;
-
-   public StandardTypes_longArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longArrayTest_RequestStruct(long[] arrayOflong_1)
-   {
-      this.arrayOflong_1 = arrayOflong_1;
-   }
-
-   public long[] getArrayOflong_1()
-   {
-      return arrayOflong_1;
-   }
-
-   public void setArrayOflong_1(long[] arrayOflong_1)
-   {
-      this.arrayOflong_1 = arrayOflong_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longArrayTest_ResponseStruct
-{
-
-   protected long[] result;
-
-   public StandardTypes_longArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longArrayTest_ResponseStruct(long[] result)
-   {
-      this.result = result;
-   }
-
-   public long[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(long[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longMultiArrayTest_RequestStruct
-{
-
-   protected long[][] arrayOflong_1;
-
-   public StandardTypes_longMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longMultiArrayTest_RequestStruct(long[][] arrayOflong_1)
-   {
-      this.arrayOflong_1 = arrayOflong_1;
-   }
-
-   public long[][] getArrayOflong_1()
-   {
-      return arrayOflong_1;
-   }
-
-   public void setArrayOflong_1(long[][] arrayOflong_1)
-   {
-      this.arrayOflong_1 = arrayOflong_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longMultiArrayTest_ResponseStruct
-{
-
-   protected long[][] result;
-
-   public StandardTypes_longMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longMultiArrayTest_ResponseStruct(long[][] result)
-   {
-      this.result = result;
-   }
-
-   public long[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(long[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longTest_RequestStruct
-{
-
-   protected long long_1;
-
-   public StandardTypes_longTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longTest_RequestStruct(long long_1)
-   {
-      this.long_1 = long_1;
-   }
-
-   public long getLong_1()
-   {
-      return long_1;
-   }
-
-   public void setLong_1(long long_1)
-   {
-      this.long_1 = long_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longTest_ResponseStruct
-{
-
-   protected long result;
-
-   public StandardTypes_longTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longTest_ResponseStruct(long result)
-   {
-      this.result = result;
-   }
-
-   public long getResult()
-   {
-      return result;
-   }
-
-   public void setResult(long result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Long[] arrayOfLong_1;
-
-   public StandardTypes_longWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperArrayTest_RequestStruct(java.lang.Long[] arrayOfLong_1)
-   {
-      this.arrayOfLong_1 = arrayOfLong_1;
-   }
-
-   public java.lang.Long[] getArrayOfLong_1()
-   {
-      return arrayOfLong_1;
-   }
-
-   public void setArrayOfLong_1(java.lang.Long[] arrayOfLong_1)
-   {
-      this.arrayOfLong_1 = arrayOfLong_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Long[] result;
-
-   public StandardTypes_longWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperArrayTest_ResponseStruct(java.lang.Long[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Long[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Long[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Long[][] arrayOfLong_1;
-
-   public StandardTypes_longWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperMultiArrayTest_RequestStruct(java.lang.Long[][] arrayOfLong_1)
-   {
-      this.arrayOfLong_1 = arrayOfLong_1;
-   }
-
-   public java.lang.Long[][] getArrayOfLong_1()
-   {
-      return arrayOfLong_1;
-   }
-
-   public void setArrayOfLong_1(java.lang.Long[][] arrayOfLong_1)
-   {
-      this.arrayOfLong_1 = arrayOfLong_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Long[][] result;
-
-   public StandardTypes_longWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperMultiArrayTest_ResponseStruct(java.lang.Long[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Long[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Long[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperTest_RequestStruct
-{
-
-   protected java.lang.Long long_1;
-
-   public StandardTypes_longWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperTest_RequestStruct(java.lang.Long long_1)
-   {
-      this.long_1 = long_1;
-   }
-
-   public java.lang.Long getLong_1()
-   {
-      return long_1;
-   }
-
-   public void setLong_1(java.lang.Long long_1)
-   {
-      this.long_1 = long_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_longWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Long result;
-
-   public StandardTypes_longWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_longWrapperTest_ResponseStruct(java.lang.Long result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Long getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Long result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_longWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameArrayTest_RequestStruct
-{
-
-   protected javax.xml.namespace.QName[] arrayOfQName_1;
-
-   public StandardTypes_qnameArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_qnameArrayTest_RequestStruct(javax.xml.namespace.QName[] arrayOfQName_1)
-   {
-      this.arrayOfQName_1 = arrayOfQName_1;
-   }
-
-   public javax.xml.namespace.QName[] getArrayOfQName_1()
-   {
-      return arrayOfQName_1;
-   }
-
-   public void setArrayOfQName_1(javax.xml.namespace.QName[] arrayOfQName_1)
-   {
-      this.arrayOfQName_1 = arrayOfQName_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameArrayTest_ResponseStruct
-{
-
-   protected javax.xml.namespace.QName[] result;
-
-   public StandardTypes_qnameArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_qnameArrayTest_ResponseStruct(javax.xml.namespace.QName[] result)
-   {
-      this.result = result;
-   }
-
-   public javax.xml.namespace.QName[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(javax.xml.namespace.QName[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameMultiArrayTest_RequestStruct
-{
-
-   protected javax.xml.namespace.QName[][] arrayOfQName_1;
-
-   public StandardTypes_qnameMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_qnameMultiArrayTest_RequestStruct(javax.xml.namespace.QName[][] arrayOfQName_1)
-   {
-      this.arrayOfQName_1 = arrayOfQName_1;
-   }
-
-   public javax.xml.namespace.QName[][] getArrayOfQName_1()
-   {
-      return arrayOfQName_1;
-   }
-
-   public void setArrayOfQName_1(javax.xml.namespace.QName[][] arrayOfQName_1)
-   {
-      this.arrayOfQName_1 = arrayOfQName_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameMultiArrayTest_ResponseStruct
-{
-
-   protected javax.xml.namespace.QName[][] result;
-
-   public StandardTypes_qnameMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_qnameMultiArrayTest_ResponseStruct(javax.xml.namespace.QName[][] result)
-   {
-      this.result = result;
-   }
-
-   public javax.xml.namespace.QName[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(javax.xml.namespace.QName[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameTest_RequestStruct
-{
-
-   protected javax.xml.namespace.QName qName_1;
-
-   public StandardTypes_qnameTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_qnameTest_RequestStruct(javax.xml.namespace.QName qName_1)
-   {
-      this.qName_1 = qName_1;
-   }
-
-   public javax.xml.namespace.QName getQName_1()
-   {
-      return qName_1;
-   }
-
-   public void setQName_1(javax.xml.namespace.QName qName_1)
-   {
-      this.qName_1 = qName_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_qnameTest_ResponseStruct
-{
-
-   protected javax.xml.namespace.QName result;
-
-   public StandardTypes_qnameTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_qnameTest_ResponseStruct(javax.xml.namespace.QName result)
-   {
-      this.result = result;
-   }
-
-   public javax.xml.namespace.QName getResult()
-   {
-      return result;
-   }
-
-   public void setResult(javax.xml.namespace.QName result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_qnameTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortArrayTest_RequestStruct
-{
-
-   protected short[] arrayOfshort_1;
-
-   public StandardTypes_shortArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortArrayTest_RequestStruct(short[] arrayOfshort_1)
-   {
-      this.arrayOfshort_1 = arrayOfshort_1;
-   }
-
-   public short[] getArrayOfshort_1()
-   {
-      return arrayOfshort_1;
-   }
-
-   public void setArrayOfshort_1(short[] arrayOfshort_1)
-   {
-      this.arrayOfshort_1 = arrayOfshort_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortArrayTest_ResponseStruct
-{
-
-   protected short[] result;
-
-   public StandardTypes_shortArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortArrayTest_ResponseStruct(short[] result)
-   {
-      this.result = result;
-   }
-
-   public short[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(short[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortMultiArrayTest_RequestStruct
-{
-
-   protected short[][] arrayOfshort_1;
-
-   public StandardTypes_shortMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortMultiArrayTest_RequestStruct(short[][] arrayOfshort_1)
-   {
-      this.arrayOfshort_1 = arrayOfshort_1;
-   }
-
-   public short[][] getArrayOfshort_1()
-   {
-      return arrayOfshort_1;
-   }
-
-   public void setArrayOfshort_1(short[][] arrayOfshort_1)
-   {
-      this.arrayOfshort_1 = arrayOfshort_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortMultiArrayTest_ResponseStruct
-{
-
-   protected short[][] result;
-
-   public StandardTypes_shortMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortMultiArrayTest_ResponseStruct(short[][] result)
-   {
-      this.result = result;
-   }
-
-   public short[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(short[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortTest_RequestStruct
-{
-
-   protected short short_1;
-
-   public StandardTypes_shortTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortTest_RequestStruct(short short_1)
-   {
-      this.short_1 = short_1;
-   }
-
-   public short getShort_1()
-   {
-      return short_1;
-   }
-
-   public void setShort_1(short short_1)
-   {
-      this.short_1 = short_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortTest_ResponseStruct
-{
-
-   protected short result;
-
-   public StandardTypes_shortTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortTest_ResponseStruct(short result)
-   {
-      this.result = result;
-   }
-
-   public short getResult()
-   {
-      return result;
-   }
-
-   public void setResult(short result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperArrayTest_RequestStruct
-{
-
-   protected java.lang.Short[] arrayOfShort_1;
-
-   public StandardTypes_shortWrapperArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperArrayTest_RequestStruct(java.lang.Short[] arrayOfShort_1)
-   {
-      this.arrayOfShort_1 = arrayOfShort_1;
-   }
-
-   public java.lang.Short[] getArrayOfShort_1()
-   {
-      return arrayOfShort_1;
-   }
-
-   public void setArrayOfShort_1(java.lang.Short[] arrayOfShort_1)
-   {
-      this.arrayOfShort_1 = arrayOfShort_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperArrayTest_ResponseStruct
-{
-
-   protected java.lang.Short[] result;
-
-   public StandardTypes_shortWrapperArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperArrayTest_ResponseStruct(java.lang.Short[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Short[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Short[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.Short[][] arrayOfShort_1;
-
-   public StandardTypes_shortWrapperMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperMultiArrayTest_RequestStruct(java.lang.Short[][] arrayOfShort_1)
-   {
-      this.arrayOfShort_1 = arrayOfShort_1;
-   }
-
-   public java.lang.Short[][] getArrayOfShort_1()
-   {
-      return arrayOfShort_1;
-   }
-
-   public void setArrayOfShort_1(java.lang.Short[][] arrayOfShort_1)
-   {
-      this.arrayOfShort_1 = arrayOfShort_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.Short[][] result;
-
-   public StandardTypes_shortWrapperMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperMultiArrayTest_ResponseStruct(java.lang.Short[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Short[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Short[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperTest_RequestStruct
-{
-
-   protected java.lang.Short short_1;
-
-   public StandardTypes_shortWrapperTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperTest_RequestStruct(java.lang.Short short_1)
-   {
-      this.short_1 = short_1;
-   }
-
-   public java.lang.Short getShort_1()
-   {
-      return short_1;
-   }
-
-   public void setShort_1(java.lang.Short short_1)
-   {
-      this.short_1 = short_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_shortWrapperTest_ResponseStruct
-{
-
-   protected java.lang.Short result;
-
-   public StandardTypes_shortWrapperTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_shortWrapperTest_ResponseStruct(java.lang.Short result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.Short getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.Short result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_shortWrapperTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringArrayTest_RequestStruct
-{
-
-   protected java.lang.String[] arrayOfString_1;
-
-   public StandardTypes_stringArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_stringArrayTest_RequestStruct(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-   public java.lang.String[] getArrayOfString_1()
-   {
-      return arrayOfString_1;
-   }
-
-   public void setArrayOfString_1(java.lang.String[] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringArrayTest_ResponseStruct
-{
-
-   protected java.lang.String[] result;
-
-   public StandardTypes_stringArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_stringArrayTest_ResponseStruct(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.String[] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.String[] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringMultiArrayTest_RequestStruct
-{
-
-   protected java.lang.String[][] arrayOfString_1;
-
-   public StandardTypes_stringMultiArrayTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_stringMultiArrayTest_RequestStruct(java.lang.String[][] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-   public java.lang.String[][] getArrayOfString_1()
-   {
-      return arrayOfString_1;
-   }
-
-   public void setArrayOfString_1(java.lang.String[][] arrayOfString_1)
-   {
-      this.arrayOfString_1 = arrayOfString_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringMultiArrayTest_ResponseStruct
-{
-
-   protected java.lang.String[][] result;
-
-   public StandardTypes_stringMultiArrayTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_stringMultiArrayTest_ResponseStruct(java.lang.String[][] result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.String[][] getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.String[][] result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringMultiArrayTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringTest_RequestStruct
-{
-
-   protected java.lang.String string_1;
-
-   public StandardTypes_stringTest_RequestStruct()
-   {
-   }
-
-   public StandardTypes_stringTest_RequestStruct(java.lang.String string_1)
-   {
-      this.string_1 = string_1;
-   }
-
-   public java.lang.String getString_1()
-   {
-      return string_1;
-   }
-
-   public void setString_1(java.lang.String string_1)
-   {
-      this.string_1 = string_1;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_stringTest_ResponseStruct
-{
-
-   protected java.lang.String result;
-
-   public StandardTypes_stringTest_ResponseStruct()
-   {
-   }
-
-   public StandardTypes_stringTest_ResponseStruct(java.lang.String result)
-   {
-      this.result = result;
-   }
-
-   public java.lang.String getResult()
-   {
-      return result;
-   }
-
-   public void setResult(java.lang.String result)
-   {
-      this.result = result;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_stringTest_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_voidTest_RequestStruct
-{
-
-   public StandardTypes_voidTest_RequestStruct()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.marshall;
-
-public class StandardTypes_voidTest_ResponseStruct
-{
-
-   public StandardTypes_voidTest_ResponseStruct()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/StandardTypes_voidTest_ResponseStruct.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,211 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types;
-
-
-public class JavaBean
-{
-   protected java.math.BigDecimal myBigDecimal;
-   protected double myDouble;
-   protected long myLong;
-   protected JavaBean2 myJavaBean;
-   protected short myShort;
-   protected int myInt;
-   protected java.util.Calendar myCalendar;
-   protected byte myByte;
-   protected boolean myBoolean;
-   protected java.lang.String myString;
-   protected java.math.BigInteger myBigInteger;
-   protected float myFloat;
-
-   public JavaBean()
-   {
-   }
-
-   public JavaBean(java.math.BigDecimal myBigDecimal, double myDouble, long myLong, JavaBean2 myJavaBean, short myShort, int myInt, java.util.Calendar myCalendar, byte myByte, boolean myBoolean, java.lang.String myString, java.math.BigInteger myBigInteger, float myFloat)
-   {
-      this.myBigDecimal = myBigDecimal;
-      this.myDouble = myDouble;
-      this.myLong = myLong;
-      this.myJavaBean = myJavaBean;
-      this.myShort = myShort;
-      this.myInt = myInt;
-      this.myCalendar = myCalendar;
-      this.myByte = myByte;
-      this.myBoolean = myBoolean;
-      this.myString = myString;
-      this.myBigInteger = myBigInteger;
-      this.myFloat = myFloat;
-   }
-
-   public java.math.BigDecimal getMyBigDecimal()
-   {
-      return myBigDecimal;
-   }
-
-   public void setMyBigDecimal(java.math.BigDecimal myBigDecimal)
-   {
-      this.myBigDecimal = myBigDecimal;
-   }
-
-   public double getMyDouble()
-   {
-      return myDouble;
-   }
-
-   public void setMyDouble(double myDouble)
-   {
-      this.myDouble = myDouble;
-   }
-
-   public long getMyLong()
-   {
-      return myLong;
-   }
-
-   public void setMyLong(long myLong)
-   {
-      this.myLong = myLong;
-   }
-
-   public JavaBean2 getMyJavaBean()
-   {
-      return myJavaBean;
-   }
-
-   public void setMyJavaBean(JavaBean2 myJavaBean)
-   {
-      this.myJavaBean = myJavaBean;
-   }
-
-   public short getMyShort()
-   {
-      return myShort;
-   }
-
-   public void setMyShort(short myShort)
-   {
-      this.myShort = myShort;
-   }
-
-   public int getMyInt()
-   {
-      return myInt;
-   }
-
-   public void setMyInt(int myInt)
-   {
-      this.myInt = myInt;
-   }
-
-   public java.util.Calendar getMyCalendar()
-   {
-      return myCalendar;
-   }
-
-   public void setMyCalendar(java.util.Calendar myCalendar)
-   {
-      this.myCalendar = myCalendar;
-   }
-
-   public byte getMyByte()
-   {
-      return myByte;
-   }
-
-   public void setMyByte(byte myByte)
-   {
-      this.myByte = myByte;
-   }
-
-   public boolean isMyBoolean()
-   {
-      return myBoolean;
-   }
-
-   public void setMyBoolean(boolean myBoolean)
-   {
-      this.myBoolean = myBoolean;
-   }
-
-   public java.lang.String getMyString()
-   {
-      return myString;
-   }
-
-   public void setMyString(java.lang.String myString)
-   {
-      this.myString = myString;
-   }
-
-   public java.math.BigInteger getMyBigInteger()
-   {
-      return myBigInteger;
-   }
-
-   public void setMyBigInteger(java.math.BigInteger myBigInteger)
-   {
-      this.myBigInteger = myBigInteger;
-   }
-
-   public float getMyFloat()
-   {
-      return myFloat;
-   }
-
-   public void setMyFloat(float myFloat)
-   {
-      this.myFloat = myFloat;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (obj == this) return true;
-      if ((obj instanceof JavaBean) == false) return false;
-      JavaBean other = (JavaBean)obj;
-      return other.toString().equals(toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      String ret =
-              "[myBigDecimal=" + myBigDecimal +
-              ",myDouble=" + myDouble +
-              ",myLong=" + myLong +
-              ",myJavaBean=" + myJavaBean +
-              ",myShort=" + myShort +
-              ",myInt=" + myInt +
-              ",myCalendar=" + (myCalendar != null ? myCalendar.getTime() : null) +
-              ",myByte=" + myByte +
-              ",myBoolean=" + myBoolean +
-              ",myString=" + myString +
-              ",myBigInteger=" + myBigInteger +
-              ",myFloat=" + myFloat +
-              "]";
-      return ret;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,203 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-import java.util.Date;
-
-public class JavaBean2
-{
-   protected java.math.BigDecimal myBigDecimal;
-   protected double myDouble;
-   protected long myLong;
-   protected short myShort;
-   protected int myInt;
-   protected Calendar myCalendar;
-   protected byte myByte;
-   protected boolean myBoolean;
-   protected String myString;
-   protected java.math.BigInteger myBigInteger;
-   protected float myFloat;
-
-   public JavaBean2()
-   {
-   }
-
-   public JavaBean2(BigDecimal myBigDecimal, double myDouble, long myLong, short myShort, int myInt, Calendar myCalendar, byte myByte, boolean myBoolean, String myString, BigInteger myBigInteger, float myFloat)
-   {
-      this.myBigDecimal = myBigDecimal;
-      this.myDouble = myDouble;
-      this.myLong = myLong;
-      this.myShort = myShort;
-      this.myInt = myInt;
-      this.myCalendar = myCalendar;
-      this.myByte = myByte;
-      this.myBoolean = myBoolean;
-      this.myString = myString;
-      this.myBigInteger = myBigInteger;
-      this.myFloat = myFloat;
-   }
-
-   public BigDecimal getMyBigDecimal()
-   {
-      return myBigDecimal;
-   }
-
-   public void setMyBigDecimal(BigDecimal myBigDecimal)
-   {
-      this.myBigDecimal = myBigDecimal;
-   }
-
-   public double getMyDouble()
-   {
-      return myDouble;
-   }
-
-   public void setMyDouble(double myDouble)
-   {
-      this.myDouble = myDouble;
-   }
-
-   public long getMyLong()
-   {
-      return myLong;
-   }
-
-   public void setMyLong(long myLong)
-   {
-      this.myLong = myLong;
-   }
-
-   public short getMyShort()
-   {
-      return myShort;
-   }
-
-   public void setMyShort(short myShort)
-   {
-      this.myShort = myShort;
-   }
-
-   public int getMyInt()
-   {
-      return myInt;
-   }
-
-   public void setMyInt(int myInt)
-   {
-      this.myInt = myInt;
-   }
-
-   public Calendar getMyCalendar()
-   {
-      return myCalendar;
-   }
-
-   public void setMyCalendar(Calendar myCalendar)
-   {
-      this.myCalendar = myCalendar;
-   }
-
-   public byte getMyByte()
-   {
-      return myByte;
-   }
-
-   public void setMyByte(byte myByte)
-   {
-      this.myByte = myByte;
-   }
-
-   public boolean isMyBoolean()
-   {
-      return myBoolean;
-   }
-
-   public void setMyBoolean(boolean myBoolean)
-   {
-      this.myBoolean = myBoolean;
-   }
-
-   public String getMyString()
-   {
-      return myString;
-   }
-
-   public void setMyString(String myString)
-   {
-      this.myString = myString;
-   }
-
-   public BigInteger getMyBigInteger()
-   {
-      return myBigInteger;
-   }
-
-   public void setMyBigInteger(BigInteger myBigInteger)
-   {
-      this.myBigInteger = myBigInteger;
-   }
-
-   public float getMyFloat()
-   {
-      return myFloat;
-   }
-
-   public void setMyFloat(float myFloat)
-   {
-      this.myFloat = myFloat;
-   }
-
-   public boolean equals(Object obj)
-   {
-      if (obj == this) return true;
-      if ((obj instanceof JavaBean2) == false) return false;
-      JavaBean2 other = (JavaBean2)obj;
-      return other.toString().equals(toString());
-   }
-
-   public int hashCode()
-   {
-      return toString().hashCode();
-   }
-
-   public String toString()
-   {
-      Date date = (myCalendar != null ? myCalendar.getTime() : null);
-      String ret =
-              "[myBigDecimal=" + myBigDecimal +
-              ",myDouble=" + myDouble +
-              ",myLong=" + myLong +
-              ",myShort=" + myShort +
-              ",myInt=" + myInt +
-              ",myCalendar=" + date +
-              ",myByte=" + myByte +
-              ",myBoolean=" + myBoolean +
-              ",myString=" + myString +
-              ",myBigInteger=" + myBigInteger +
-              ",myFloat=" + myFloat +
-              "]";
-      return ret;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class BooleanArray {
-    private boolean[] value;
-    
-    public BooleanArray() {
-    }
-    
-    public BooleanArray(boolean[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(boolean[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public boolean[] toArray() {
-        return value;
-    }
-    
-    public boolean[] getValue() {
-        return value;
-    }
-    
-    public void setValue(boolean[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/BooleanArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class DoubleArray {
-    private double[] value;
-    
-    public DoubleArray() {
-    }
-    
-    public DoubleArray(double[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(double[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public double[] toArray() {
-        return value;
-    }
-    
-    public double[] getValue() {
-        return value;
-    }
-    
-    public void setValue(double[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/DoubleArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class FloatArray {
-    private float[] value;
-    
-    public FloatArray() {
-    }
-    
-    public FloatArray(float[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(float[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public float[] toArray() {
-        return value;
-    }
-    
-    public float[] getValue() {
-        return value;
-    }
-    
-    public void setValue(float[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/FloatArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class IntArray {
-    private int[] value;
-    
-    public IntArray() {
-    }
-    
-    public IntArray(int[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(int[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public int[] toArray() {
-        return value;
-    }
-    
-    public int[] getValue() {
-        return value;
-    }
-    
-    public void setValue(int[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/IntArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class LongArray {
-    private long[] value;
-    
-    public LongArray() {
-    }
-    
-    public LongArray(long[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(long[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public long[] toArray() {
-        return value;
-    }
-    
-    public long[] getValue() {
-        return value;
-    }
-    
-    public void setValue(long[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/LongArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays;
-
-
-public class ShortArray {
-    private short[] value;
-    
-    public ShortArray() {
-    }
-    
-    public ShortArray(short[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(short[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public short[] toArray() {
-        return value;
-    }
-    
-    public short[] getValue() {
-        return value;
-    }
-    
-    public void setValue(short[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/ShortArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class BooleanArray {
-    private java.lang.Boolean[] value;
-    
-    public BooleanArray() {
-    }
-    
-    public BooleanArray(java.lang.Boolean[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Boolean[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Boolean[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Boolean[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Boolean[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/BooleanArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class ByteArray {
-    private java.lang.Byte[] value;
-    
-    public ByteArray() {
-    }
-    
-    public ByteArray(java.lang.Byte[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Byte[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Byte[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Byte[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Byte[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ByteArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class DoubleArray {
-    private java.lang.Double[] value;
-    
-    public DoubleArray() {
-    }
-    
-    public DoubleArray(java.lang.Double[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Double[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Double[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Double[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Double[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/DoubleArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class FloatArray {
-    private java.lang.Float[] value;
-    
-    public FloatArray() {
-    }
-    
-    public FloatArray(java.lang.Float[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Float[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Float[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Float[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Float[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/FloatArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class IntegerArray {
-    private java.lang.Integer[] value;
-    
-    public IntegerArray() {
-    }
-    
-    public IntegerArray(java.lang.Integer[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Integer[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Integer[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Integer[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Integer[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/IntegerArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class LongArray {
-    private java.lang.Long[] value;
-    
-    public LongArray() {
-    }
-    
-    public LongArray(java.lang.Long[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Long[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Long[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Long[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Long[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/LongArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class ShortArray {
-    private java.lang.Short[] value;
-    
-    public ShortArray() {
-    }
-    
-    public ShortArray(java.lang.Short[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.Short[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.Short[] toArray() {
-        return value;
-    }
-    
-    public java.lang.Short[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.Short[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/ShortArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.lang;
-
-
-public class StringArray {
-    private java.lang.String[] value;
-    
-    public StringArray() {
-    }
-    
-    public StringArray(java.lang.String[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.lang.String[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.lang.String[] toArray() {
-        return value;
-    }
-    
-    public java.lang.String[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.lang.String[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/lang/StringArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.math;
-
-
-public class BigDecimalArray {
-    private java.math.BigDecimal[] value;
-    
-    public BigDecimalArray() {
-    }
-    
-    public BigDecimalArray(java.math.BigDecimal[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.math.BigDecimal[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.math.BigDecimal[] toArray() {
-        return value;
-    }
-    
-    public java.math.BigDecimal[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.math.BigDecimal[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigDecimalArray.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.math;
-
-
-public class BigIntegerArray {
-    private java.math.BigInteger[] value;
-    
-    public BigIntegerArray() {
-    }
-    
-    public BigIntegerArray(java.math.BigInteger[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.math.BigInteger[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.math.BigInteger[] toArray() {
-        return value;
-    }
-    
-    public java.math.BigInteger[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.math.BigInteger[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/math/BigIntegerArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.java.util;
-
-
-public class CalendarArray {
-    private java.util.Calendar[] value;
-    
-    public CalendarArray() {
-    }
-    
-    public CalendarArray(java.util.Calendar[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(java.util.Calendar[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public java.util.Calendar[] toArray() {
-        return value;
-    }
-    
-    public java.util.Calendar[] getValue() {
-        return value;
-    }
-    
-    public void setValue(java.util.Calendar[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/java/util/CalendarArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-// This class was generated by the JAXRPC SI, do not edit.
-// Contents subject to change without notice.
-// JAX-RPC Standard Implementation (1.1.2_01, build R40)
-
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.marshall.types._arrays.javax.xml.namespace;
-
-
-public class QNameArray {
-    private javax.xml.namespace.QName[] value;
-    
-    public QNameArray() {
-    }
-    
-    public QNameArray(javax.xml.namespace.QName[] sourceArray) {
-        value = sourceArray;
-    }
-    
-    public void fromArray(javax.xml.namespace.QName[] sourceArray) {
-        this.value = sourceArray;
-    }
-    
-    public javax.xml.namespace.QName[] toArray() {
-        return value;
-    }
-    
-    public javax.xml.namespace.QName[] getValue() {
-        return value;
-    }
-    
-    public void setValue(javax.xml.namespace.QName[] value) {
-        this.value = value;
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/marshall/types/_arrays/javax/xml/namespace/QNameArray.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,476 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.outparam;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-import java.util.GregorianCalendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-
-/**
- * Test DII with Holders
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public class OutParamDIITestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-outparam";
-   private static final String NAMESPACE_URI = "http://org.jboss.ws/outparam";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(OutParamDIITestCase.class, "jaxrpc-outparam.war");
-   }
-
-   public void testEchoBigDecimal() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoBigDecimal"));
-      call.addParameter("BigDecimal_1", Constants.TYPE_LITERAL_DECIMAL, ParameterMode.IN);
-      call.addParameter("BigDecimal_2", Constants.TYPE_LITERAL_DECIMAL, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BigDecimalHolder holder = new BigDecimalHolder();
-      BigDecimal in = new BigDecimal("1000");
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      BigDecimal out = (BigDecimal)call.getOutputParams().get("BigDecimal_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoBigInteger() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoBigInteger"));
-      call.addParameter("BigInteger_1", Constants.TYPE_LITERAL_INTEGER, ParameterMode.IN);
-      call.addParameter("BigInteger_2", Constants.TYPE_LITERAL_INTEGER, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BigIntegerHolder holder = new BigIntegerHolder();
-      BigInteger in = new BigInteger("1001");
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      BigInteger out = (BigInteger)call.getOutputParams().get("BigInteger_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoBoolean() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoBoolean"));
-      call.addParameter("boolean_1", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.IN);
-      call.addParameter("boolean_2", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BooleanHolder holder = new BooleanHolder();
-      Boolean in = new Boolean(true);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Boolean out = (Boolean)call.getOutputParams().get("boolean_2");
-      assertEquals(in, out);
-      assertEquals(true, holder.value);
-   }
-
-   public void testEchoBooleanWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoBooleanWrapper"));
-      call.addParameter("Boolean_1", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.IN);
-      call.addParameter("Boolean_2", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BooleanWrapperHolder holder = new BooleanWrapperHolder();
-      Boolean in = new Boolean(true);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Boolean out = (Boolean)call.getOutputParams().get("Boolean_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoByteArray() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoByteArray"));
-      call.addParameter("arrayOfbyte_1", Constants.TYPE_LITERAL_BASE64BINARY, ParameterMode.IN);
-      call.addParameter("arrayOfbyte_2", Constants.TYPE_LITERAL_BASE64BINARY, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteArrayHolder holder = new ByteArrayHolder();
-      String in = new String("Some base64 msg");
-      Object retObj = call.invoke(new Object[]{in.getBytes(), holder});
-      assertNull(retObj);
-
-      byte[] out = (byte[])call.getOutputParams().get("arrayOfbyte_2");
-      assertEquals(in, new String(out));
-      assertEquals(in, new String(holder.value));
-   }
-
-   public void testEchoByte() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoByte"));
-      call.addParameter("byte_1", Constants.TYPE_LITERAL_BYTE, ParameterMode.IN);
-      call.addParameter("byte_2", Constants.TYPE_LITERAL_BYTE, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteHolder holder = new ByteHolder();
-      Byte in = new Byte((byte)0x45);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Byte out = (Byte)call.getOutputParams().get("byte_2");
-      assertEquals(in, out);
-      assertEquals(in, new Byte(holder.value));
-   }
-
-   public void testEchoByteWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoByteWrapper"));
-      call.addParameter("Byte_1", Constants.TYPE_LITERAL_BYTE, ParameterMode.IN);
-      call.addParameter("Byte_2", Constants.TYPE_LITERAL_BYTE, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteWrapperHolder holder = new ByteWrapperHolder();
-      Byte in = new Byte((byte)0x45);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Byte out = (Byte)call.getOutputParams().get("Byte_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoCalendar() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoCalendar"));
-      call.addParameter("Calendar_1", Constants.TYPE_LITERAL_DATETIME, ParameterMode.IN);
-      call.addParameter("Calendar_2", Constants.TYPE_LITERAL_DATETIME, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      CalendarHolder holder = new CalendarHolder();
-      Calendar in = new GregorianCalendar(2004, 11, 23, 11, 58, 23);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Calendar out = (Calendar)call.getOutputParams().get("Calendar_2");
-      assertEquals(in.getTime().getTime(), out.getTime().getTime());
-      assertEquals(in.getTime().getTime(), holder.value.getTime().getTime());
-   }
-
-   public void testEchoDouble() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoDouble"));
-      call.addParameter("double_1", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.IN);
-      call.addParameter("double_2", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      DoubleHolder holder = new DoubleHolder();
-      Double in = new Double(1.2);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Double out = (Double)call.getOutputParams().get("double_2");
-      assertEquals(in, out);
-      assertEquals(in, new Double(holder.value));
-   }
-
-   public void testEchoDoubleWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoDoubleWrapper"));
-      call.addParameter("Double_1", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.IN);
-      call.addParameter("Double_2", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      DoubleWrapperHolder holder = new DoubleWrapperHolder();
-      Double in = new Double(1.2);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Double out = (Double)call.getOutputParams().get("Double_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoFloat() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoFloat"));
-      call.addParameter("float_1", Constants.TYPE_LITERAL_FLOAT, ParameterMode.IN);
-      call.addParameter("float_2", Constants.TYPE_LITERAL_FLOAT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      FloatHolder holder = new FloatHolder();
-      Float in = new Float(1.2);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Float out = (Float)call.getOutputParams().get("float_2");
-      assertEquals(in, out);
-      assertEquals(in, new Float(holder.value));
-   }
-
-   public void testEchoFloatWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoFloatWrapper"));
-      call.addParameter("Float_1", Constants.TYPE_LITERAL_FLOAT, ParameterMode.IN);
-      call.addParameter("Float_2", Constants.TYPE_LITERAL_FLOAT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      FloatWrapperHolder holder = new FloatWrapperHolder();
-      Float in = new Float(1.2);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Float out = (Float)call.getOutputParams().get("Float_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoInt() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoInt"));
-      call.addParameter("int_1", Constants.TYPE_LITERAL_INT, ParameterMode.IN);
-      call.addParameter("int_2", Constants.TYPE_LITERAL_INT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      IntHolder holder = new IntHolder();
-      Integer in = new Integer(1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Integer out = (Integer)call.getOutputParams().get("int_2");
-      assertEquals(in, out);
-      assertEquals(in, new Integer(holder.value));
-   }
-
-   public void testEchoIntegerWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoIntegerWrapper"));
-      call.addParameter("Integer_1", Constants.TYPE_LITERAL_INT, ParameterMode.IN);
-      call.addParameter("Integer_2", Constants.TYPE_LITERAL_INT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      IntegerWrapperHolder holder = new IntegerWrapperHolder();
-      Integer in = new Integer(1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Integer out = (Integer)call.getOutputParams().get("Integer_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoLong() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoLong"));
-      call.addParameter("long_1", Constants.TYPE_LITERAL_LONG, ParameterMode.IN);
-      call.addParameter("long_2", Constants.TYPE_LITERAL_LONG, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      LongHolder holder = new LongHolder();
-      Long in = new Long(1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Long out = (Long)call.getOutputParams().get("long_2");
-      assertEquals(in, out);
-      assertEquals(in, new Long(holder.value));
-   }
-
-   public void testEchoLongWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoLongWrapper"));
-      call.addParameter("Long_1", Constants.TYPE_LITERAL_LONG, ParameterMode.IN);
-      call.addParameter("Long_2", Constants.TYPE_LITERAL_LONG, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      LongWrapperHolder holder = new LongWrapperHolder();
-      Long in = new Long(1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Long out = (Long)call.getOutputParams().get("Long_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoQName() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoQName"));
-      call.addParameter("QName_1", Constants.TYPE_LITERAL_QNAME, ParameterMode.IN);
-      call.addParameter("QName_2", Constants.TYPE_LITERAL_QNAME, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      QNameHolder holder = new QNameHolder();
-      QName in = new QName("http://somens", "localPart", "ns1");
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      QName out = (QName)call.getOutputParams().get("QName_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoShort() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoShort"));
-      call.addParameter("short_1", Constants.TYPE_LITERAL_SHORT, ParameterMode.IN);
-      call.addParameter("short_2", Constants.TYPE_LITERAL_SHORT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ShortHolder holder = new ShortHolder();
-      Short in = new Short((short)1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Short out = (Short)call.getOutputParams().get("short_2");
-      assertEquals(in, out);
-      assertEquals(in, new Short(holder.value));
-   }
-
-   public void testEchoShortWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoShortWrapper"));
-      call.addParameter("Short_1", Constants.TYPE_LITERAL_SHORT, ParameterMode.IN);
-      call.addParameter("Short_2", Constants.TYPE_LITERAL_SHORT, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ShortWrapperHolder holder = new ShortWrapperHolder();
-      Short in = new Short((short)1);
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      Short out = (Short)call.getOutputParams().get("Short_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-
-   public void testEchoString() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "echoString"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.addParameter("String_2", Constants.TYPE_LITERAL_STRING, ParameterMode.OUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      StringHolder holder = new StringHolder();
-      String in = new String("Hello world!");
-      Object retObj = call.invoke(new Object[]{in, holder});
-      assertNull(retObj);
-
-      String out = (String)call.getOutputParams().get("String_2");
-      assertEquals(in, out);
-      assertEquals(in, holder.value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamDIITestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,103 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.outparam;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-/**
- * A service endpoint interface for the HolderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public interface OutParamTestService extends Remote
-{
-   void echoBigDecimal(BigDecimal in, BigDecimalHolder out) throws RemoteException;
-
-   void echoBigInteger(BigInteger in, BigIntegerHolder out) throws RemoteException;
-
-   void echoBoolean(boolean in, BooleanHolder out) throws RemoteException;
-
-   void echoBooleanWrapper(Boolean in, BooleanWrapperHolder out) throws RemoteException;
-
-   void echoByteArray(byte[] in, ByteArrayHolder out) throws RemoteException;
-
-   void echoByte(byte in, ByteHolder out) throws RemoteException;
-
-   void echoByteWrapper(Byte in, ByteWrapperHolder out) throws RemoteException;
-
-   void echoCalendar(Calendar in, CalendarHolder out) throws RemoteException;
-
-   void echoDouble(double in, DoubleHolder out) throws RemoteException;
-
-   void echoDoubleWrapper(Double in, DoubleWrapperHolder out) throws RemoteException;
-
-   void echoFloat(float in, FloatHolder out) throws RemoteException;
-
-   void echoFloatWrapper(Float in, FloatWrapperHolder out) throws RemoteException;
-
-   void echoInt(int in, IntHolder out) throws RemoteException;
-
-   void echoIntegerWrapper(Integer in, IntegerWrapperHolder out) throws RemoteException;
-
-   void echoLong(long in, LongHolder out) throws RemoteException;
-
-   void echoLongWrapper(Long in, LongWrapperHolder out) throws RemoteException;
-
-   /*
-   void echoObject(Object in, ObjectHolder out) throws RemoteException;
-   */
-
-   void echoQName(QName in, QNameHolder out) throws RemoteException;
-
-   void echoShort(short in, ShortHolder out) throws RemoteException;
-
-   void echoShortWrapper(Short in, ShortWrapperHolder out) throws RemoteException;
-
-   void echoString(String in, StringHolder out) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,189 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.outparam;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Calendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the HolderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public class OutParamTestServiceBean
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(OutParamTestServiceBean.class);
-
-   public void echoBigDecimal(BigDecimal in, BigDecimalHolder val)
-   {
-      log.info("echoBigDecimal: " + in);
-      val.value = in;
-   }
-
-   public void echoBigInteger(BigInteger in, BigIntegerHolder val)
-   {
-      log.info("echoBigInteger: " + in);
-      val.value = in;
-   }
-
-   public void echoBoolean(boolean in, BooleanHolder val)
-   {
-      log.info("echoBoolean: " + in);
-      val.value = in;
-   }
-
-   public void echoBooleanWrapper(Boolean in, BooleanWrapperHolder val)
-   {
-      log.info("echoBooleanWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoByteArray(byte[] in, ByteArrayHolder val)
-   {
-      log.info("echoByteArray: " + new String(in));
-      val.value = in;
-   }
-
-   public void echoByte(byte in, ByteHolder val)
-   {
-      log.info("echoByte: " + in);
-      val.value = in;
-   }
-
-   public void echoByteWrapper(Byte in, ByteWrapperHolder val)
-   {
-      log.info("echoByteWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoCalendar(Calendar in, CalendarHolder val)
-   {
-      log.info("echoCalendar: " + in.getTime());
-      val.value = in;
-   }
-
-   public void echoDouble(double in, DoubleHolder val)
-   {
-      log.info("echoDouble: " + in);
-      val.value = in;
-   }
-
-   public void echoDoubleWrapper(Double in, DoubleWrapperHolder val)
-   {
-      log.info("echoDoubleWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoFloat(float in, FloatHolder val)
-   {
-      log.info("echoFloat: " + in);
-      val.value = in;
-   }
-
-   public void echoFloatWrapper(Float in, FloatWrapperHolder val)
-   {
-      log.info("echoFloatWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoIntegerWrapper(Integer in, IntegerWrapperHolder val)
-   {
-      log.info("echoIntegerWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoInt(int in, IntHolder val)
-   {
-      log.info("echoInt: " + in);
-      val.value = in;
-   }
-
-   public void echoLong(long in, LongHolder val)
-   {
-      log.info("echoLong: " + in);
-      val.value = in;
-   }
-
-   public void echoLongWrapper(Long in, LongWrapperHolder val)
-   {
-      log.info("echoLongWrapper: " + in);
-      val.value = in;
-   }
-
-   /*
-   public void echoObject(Object in, ObjectHolder val)
-   {
-      log.info("echoObject: " + in);
-   }
-   */
-
-   public void echoQName(QName in, QNameHolder val)
-   {
-      log.info("echoQName: " + in);
-      val.value = in;
-   }
-
-   public void echoShort(short in, ShortHolder val)
-   {
-      log.info("echoShort: " + in);
-      val.value = in;
-   }
-
-   public void echoShortWrapper(Short in, ShortWrapperHolder val)
-   {
-      log.info("echoShortWrapper: " + in);
-      val.value = in;
-   }
-
-   public void echoString(String in, StringHolder val)
-   {
-      log.info("echoString: " + in);
-      val.value = in;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/outparam/OutParamTestServiceBean.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.overloaded;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface Overloaded extends Remote
-{
-   public String echo(String str1, String str2) throws RemoteException;
-
-   public String echo(String str1, String str2, String str3) throws RemoteException;
-
-   public String echo(String str1, int int1) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/Overloaded.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.overloaded;
-
-import org.jboss.logging.Logger;
-
-/**
- * A test that tests overloaded service methods.
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class OverloadedBean implements Overloaded
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(OverloadedBean.class);
-
-   public String echo(String str1, String str2)
-   {
-      log.info("echoString: " + str1 + "," + str2);
-      return str1 + str2;
-   }
-
-   public String echo(String str1, String str2, String str3)
-   {
-      log.info("echoString: " + str1 + "," + str2 + "," + str3);
-      return str1 + str2 + str3;
-   }
-
-   public String echo(String str1, int int1)
-   {
-      log.info("echoString: " + str1 + "," + int1);
-      return str1 + int1;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,86 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.overloaded;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * A test that tests overloaded methods.
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class OverloadedTestCase extends JBossWSTest
-{
-   private static Overloaded endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(OverloadedTestCase.class, "jaxrpc-overloaded.war, jaxrpc-overloaded-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/OverloadedTestService");
-         endpoint = (Overloaded)service.getPort(Overloaded.class);
-      }
-   }
-
-   public void testEcho1() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-
-      Object retObj = endpoint.echo(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEcho2() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      String extra = " take 2!";
-
-      Object retObj = endpoint.echo(hello, world, extra);
-      assertEquals(hello + world + extra, retObj);
-   }
-
-   public void testEcho3() throws Exception
-   {
-      String hello = "Hello";
-      int num = 12;
-
-      Object retObj = endpoint.echo(hello, num);
-      assertEquals(hello + num, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/overloaded/OverloadedTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.bare;
-
-import org.jboss.logging.Logger;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public class TrivialEndpointJSE implements TrivialService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(TrivialEndpointJSE.class);
-
-   public TrivialOrderResponse purchase(TrivialOrder order)
-   {
-      log.info("purchase: " + order);
-      String person = order.getPerson();
-      String product = order.getProduct();
-      TrivialOrderResponse res = new TrivialOrderResponse("ok" + person + product);
-      return res;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialEndpointJSE.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,88 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.bare;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public class TrivialOrder
-{
-   private String person;
-   private String product;
-
-   public TrivialOrder()
-   {
-   }
-
-   public TrivialOrder(String person, String product)
-   {
-      this.person = person;
-      this.product = product;
-   }
-
-   public String getPerson()
-   {
-      return person;
-   }
-
-   public void setPerson(String person)
-   {
-      this.person = person;
-   }
-
-   public String getProduct()
-   {
-      return product;
-   }
-
-   public void setProduct(String product)
-   {
-      this.product = product;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof TrivialOrder)) return false;
-
-      final TrivialOrder trivialOrder = (TrivialOrder)o;
-
-      if (person != null ? !person.equals(trivialOrder.person) : trivialOrder.person != null) return false;
-      if (product != null ? !product.equals(trivialOrder.product) : trivialOrder.product != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = (person != null ? person.hashCode() : 0);
-      result = 29 * result + (product != null ? product.hashCode() : 0);
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[person=" + person + ",product=" + product + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrder.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.bare;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public class TrivialOrderResponse
-{
-   private String result;
-
-   public TrivialOrderResponse()
-   {
-   }
-
-   public TrivialOrderResponse(String status)
-   {
-      this.result = status;
-   }
-
-   public String getResult()
-   {
-      return result;
-   }
-
-   public void setResult(String result)
-   {
-      this.result = result;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof TrivialOrderResponse)) return false;
-
-      final TrivialOrderResponse trivialOrderResponse = (TrivialOrderResponse)o;
-
-      if (result != null ? !result.equals(trivialOrderResponse.result) : trivialOrderResponse.result != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return (result != null ? result.hashCode() : 0);
-   }
-
-   public String toString()
-   {
-      return "[result=" + result + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialOrderResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.bare;
-
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public interface TrivialService extends Remote
-{
-   TrivialOrderResponse purchase(TrivialOrder order) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,86 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.bare;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE test case for an document/literal/bare style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 25-Jan-2005
- */
-public class TrivialServiceDocBareTestCase extends JBossWSTest
-{
-   private static TrivialService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(TrivialServiceDocBareTestCase.class, "jaxrpc-samples-docstyle-bare.war, jaxrpc-samples-docstyle-bare-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TrivialService");
-            port = (TrivialService)service.getPort(TrivialService.class);
-         }         
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/docstyle/bare/WEB-INF/wsdl/SampleService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/docstyle/bare/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/docstyle/bare", "SampleService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (TrivialService)service.getPort(TrivialService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-docstyle-bare");
-         }
-      }
-   }
-
-   public void testProducPurchase() throws Exception
-   {
-      String person = "Kermit";
-      String product = "Ferrari";
-      TrivialOrder req = new TrivialOrder(person, product);
-      TrivialOrderResponse res = port.purchase(req);
-      assertEquals("ok" + person +product, res.getResult());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/bare/TrivialServiceDocBareTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped;
-
-import org.jboss.logging.Logger;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public class TrivialEndpointJSE implements TrivialService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(TrivialEndpointJSE.class);
-
-   public String purchase (String person, String product)
-   {
-      log.info("purchase: " + person + "," + product);
-      return "ok" + person + product;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialEndpointJSE.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public interface TrivialService extends Remote
-{
-   String purchase (String person, String product) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,85 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE test case for an document/literal/wrapped style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 25-Jan-2005
- */
-public class TrivialServiceDocWrappedTestCase extends JBossWSTest
-{
-   private static TrivialService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(TrivialServiceDocWrappedTestCase.class, "jaxrpc-samples-docstyle-wrapped.war, jaxrpc-samples-docstyle-wrapped-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TrivialService");
-            port = (TrivialService)service.getPort(TrivialService.class);
-         }         
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/wsdl/SampleService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/docstyle/wrapped", "SampleService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (TrivialService)service.getPort(TrivialService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-docstyle-wrapped");
-         }
-      }
-   }
-
-   public void testProducTrivial() throws Exception
-   {
-      String person = "Kermit";
-      String product = "Ferrari";
-      String status = port.purchase(person, product);
-      assertEquals("ok" + person + product, status);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/docstyle/wrapped/TrivialServiceDocWrappedTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,114 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-
-/**
- * A client side handler for the HandlerTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public class ClientSideHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientSideHandler.class);
-
-   private QName[] headers = new QName[]{};
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPFactory soapFactory = SOAPFactory.newInstance();
-         Name headerName = soapFactory.createName("ClientRequest", "ns1", "http://somens");
-         SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-         she.setValue("true");
-
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         SOAPElement soapElement = (SOAPElement)soapBodyElement.getChildElements().next();
-         String value = soapElement.getValue();
-         soapElement.setValue(value + "|ClientRequest");
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      log.info("handleResponse");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPFactory soapFactory = SOAPFactory.newInstance();
-         Name headerName = soapFactory.createName("ClientResponse", "ns1", "http://somens");
-         SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-         she.setValue("true");
-
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         SOAPElement soapElement = (SOAPElement)soapBodyElement.getChildElements().next();
-         String value = soapElement.getValue();
-         soapElement.setValue(value + "|ClientResponse");
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ClientSideHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,119 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import java.util.Iterator;
-import java.util.List;
-
-import javax.management.MBeanServerConnection;
-import javax.management.ObjectName;
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-
-import junit.framework.Test;
-
-import org.jboss.mx.util.ObjectNameFactory;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceExt;
-import org.jboss.ws.metadata.HandlerMetaData;
-
-/**
- * Test dynamic handlers
- *
- * @author Thomas.Diesler at jboss.org
- * @since 20-Jul-2005
- */
-public class DynamicHandlerTestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-dynamichandler";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/dynamichandler";
-
-   private static ServiceExt service;
-   private static HandlerTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(DynamicHandlerTestCase.class, "jaxrpc-samples-dynamichandler.war, jaxrpc-samples-dynamichandler-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         service = (ServiceExt)iniCtx.lookup("java:comp/env/service/TestService");
-         endpoint = (HandlerTestService)service.getPort(HandlerTestService.class);
-      }
-   }
-
-   public void testStaticHandlers() throws Exception
-   {
-      String res = endpoint.testHandlers("InitalMessage");
-      assertEquals("InitalMessage|ClientRequest|ServerRequest|ServerResponse|ClientResponse", res);
-   }
-   
-   public void testRemoveClientHandlers() throws Exception
-   {
-      HandlerRegistry registry = service.getDynamicHandlerRegistry();
-      QName portName = new QName(TARGET_NAMESPACE, "HandlerTestServicePort");
-      
-      List infos = registry.getHandlerChain(portName);
-      Iterator it = infos.iterator();
-      while (it.hasNext())
-      {
-         HandlerInfo info = (HandlerInfo)it.next();
-         if (info.getHandlerClass() == ClientSideHandler.class)
-            it.remove();
-      }
-      registry.setHandlerChain(portName, infos);
-      
-      String res = endpoint.testHandlers("InitalMessage");
-      assertEquals("InitalMessage|ServerRequest|ServerResponse", res);
-   }
-   
-   public void testRemoveServerHandlers() throws Exception
-   {
-      MBeanServerConnection server = getServer();
-      ObjectName oname = ObjectNameFactory.create("jboss.ws:service=ServiceEndpointManager");
-      ObjectName serviceID = new ObjectName("jboss.ws:context=jaxrpc-samples-dynamichandler,endpoint=TestService");
-
-      List<HandlerMetaData> handlers = (List<HandlerMetaData>)server.invoke(oname, "getHandlerMetaData", new Object[]{serviceID}, new String[]{"javax.management.ObjectName"});
-      Iterator<HandlerMetaData> it = handlers.iterator();
-      while (it.hasNext())
-      {
-         HandlerMetaData handlerMetaData = it.next();
-         if (handlerMetaData.getHandlerClass().equals(ServerSideHandler.class.getName()))
-            it.remove();
-      }
-      server.invoke(oname, "stopServiceEndpoint", new Object[]{serviceID}, new String[]{"javax.management.ObjectName"});
-      server.invoke(oname, "setHandlerMetaData", new Object[]{serviceID, handlers}, new String[]{"javax.management.ObjectName", "java.util.List"});
-      server.invoke(oname, "startServiceEndpoint", new Object[]{serviceID}, new String[]{"javax.management.ObjectName"});
-      
-      String res = endpoint.testHandlers("InitalMessage");
-      assertEquals("InitalMessage", res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/DynamicHandlerTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for the HandlerTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public interface HandlerTestService extends Remote
-{
-   String testHandlers(String msg) throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,42 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the HandlerTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public class HandlerTestServiceBean implements HandlerTestService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(HandlerTestServiceBean.class);
-
-   public String testHandlers(String msg)
-   {
-      log.info("testHandlers: " + msg);
-      return msg;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/HandlerTestServiceBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,114 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-
-/**
- * A server side handler for the HandlerTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public class ServerSideHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ServerSideHandler.class);
-
-   private QName[] headers = new QName[]{};
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPFactory soapFactory = SOAPFactory.newInstance();
-         Name headerName = soapFactory.createName("ServerRequest", "ns1", "http://somens");
-         SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-         she.setValue("true");
-
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         SOAPElement soapElement = (SOAPElement)soapBodyElement.getChildElements().next();
-         String value = soapElement.getValue();
-         soapElement.setValue(value + "|ServerRequest");
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      log.info("handleResponse");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPFactory soapFactory = SOAPFactory.newInstance();
-         Name headerName = soapFactory.createName("ServerResponse", "ns1", "http://somens");
-         SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-         she.setValue("true");
-
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         SOAPElement soapElement = (SOAPElement)soapBodyElement.getChildElements().next();
-         String value = soapElement.getValue();
-         soapElement.setValue(value + "|ServerResponse");
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/ServerSideHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.dynamichandler;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test static handlers
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Feb-2005
- */
-public class StaticHandlerTestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-dynamichandler";
-
-   private static HandlerTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(StaticHandlerTestCase.class, "jaxrpc-samples-dynamichandler.war, jaxrpc-samples-dynamichandler-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         endpoint = (HandlerTestService)service.getPort(HandlerTestService.class);
-      }
-   }
-
-   public void testHandlers() throws Exception
-   {
-      String res = endpoint.testHandlers("InitalMessage");
-      assertEquals("InitalMessage|ClientRequest|ServerRequest|ServerResponse|ClientResponse", res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/dynamichandler/StaticHandlerTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-/**
- * JAX-RPC 1.1 WSDLFault
- * 
- * A service specific Java exception (mapped from a wsdl:fault and the corresponding
- * wsdl:message) extends the class java.lang.Exception directly or indirectly.
- * 
- * The single message part in the wsdl:message (referenced from the wsdl:fault
- * element) may be either a type or an element. If the former, it can be either a
- * xsd:complexType or a simple XML type.
- * 
- * Each element inside the xsd:complexType is mapped to a getter method and a
- * parameter in the constructor of the Java exception. Mapping of these elements follows
- * the standard XML to Java type mapping.
- * 
- * @author Thomas.Diesler at jboss.com
- */
-public class ComplexUserArrayException extends Exception
-{
-   private int[] errorCodes;
-
-   /** Constructor used by wscompile */
-   public ComplexUserArrayException(String message, int[] errorCodes)
-   {
-      super(message);
-      this.errorCodes = errorCodes;
-   }
-
-   /** Constructor used by the marshalling layer */
-   public ComplexUserArrayException(String message)
-   {
-      super(message);
-   }
-
-   public int[] getErrorCodes()
-   {
-      return errorCodes;
-   }
-
-   /* http://jira.jboss.org/jira/browse/JBWS-714
-    * Read-only array properties not supported for service specific exceptions
-   public void setErrorCodes(int[] errorCodes)
-   {
-      this.errorCodes = errorCodes;
-   }
-   */
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserArrayException.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-/**
- * JAX-RPC 1.1 WSDLFault
- * 
- * A service specific Java exception (mapped from a wsdl:fault and the corresponding
- * wsdl:message) extends the class java.lang.Exception directly or indirectly.
- * 
- * The single message part in the wsdl:message (referenced from the wsdl:fault
- * element) may be either a type or an element. If the former, it can be either a
- * xsd:complexType or a simple XML type.
- * 
- * Each element inside the xsd:complexType is mapped to a getter method and a
- * parameter in the constructor of the Java exception. Mapping of these elements follows
- * the standard XML to Java type mapping.
- * 
- * @author Thomas.Diesler at jboss.com
- */
-public class ComplexUserException extends Exception
-{
-   private int errorCode;
-
-   public ComplexUserException(String message, int errorCode)
-   {
-      super(message);
-      this.errorCode = errorCode;
-   }
-
-   public int getErrorCode()
-   {
-      return errorCode;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ComplexUserException.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-/** A SLSB that throws custom exceptions
- */
-public class ExceptionBeanImpl
-{
-   public void throwException() throws UserException
-   {
-      throw new UserException();
-   }
-
-   public void throwExceptionWithMessage(String message) throws UserMessageException
-   {
-      throw new UserMessageException(message);
-   }
-
-   public void throwComplexUserException(String message, int code) throws ComplexUserException
-   {
-      throw new ComplexUserException(message, code);
-   }
-
-   public void throwComplexUserArrayException(String message, int[] codes) throws ComplexUserArrayException
-   {
-      ComplexUserArrayException arrEx = new ComplexUserArrayException(message, codes);
-      throw arrEx;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionBeanImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-public interface ExceptionService extends javax.xml.rpc.Service
-{
-   ExceptionServiceInterface getPort() throws javax.xml.rpc.ServiceException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface ExceptionServiceInterface extends Remote
-{
-   void throwException() throws UserException, RemoteException;
-
-   void throwExceptionWithMessage(String message) throws UserMessageException, RemoteException;
-
-   void throwComplexUserException(String message, int code) throws ComplexUserException, RemoteException;
-
-   void throwComplexUserArrayException(String message, int[] code) throws ComplexUserArrayException, RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionServiceInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,237 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-import java.io.ByteArrayInputStream;
-import java.io.File;
-import java.net.URL;
-import java.rmi.RemoteException;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.soap.SOAPFaultException;
-import javax.xml.soap.Detail;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPFault;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.soap.SOAPPart;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test user exception propagation.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 23-Sep-2004
- */
-public class ExceptionTestCase extends JBossWSTest
-{
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/exception";
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(ExceptionTestCase.class, "jaxrpc-samples-exception.war, jaxrpc-samples-exception-client.jar");
-   }
-
-   private ExceptionServiceInterface getPort() throws Exception
-   {
-      if (isTargetServerJBoss())
-      {
-         InitialContext iniCtx = getInitialContext();
-         ExceptionService service = (ExceptionService)iniCtx.lookup("java:comp/env/service/ExceptionService");
-         ExceptionServiceInterface port = service.getPort();
-         return port;
-      }
-      else
-      {
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlURL = new File("resources/jaxrpc/samples/exception/WEB-INF/wsdl/ExceptionService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/samples/exception/WEB-INF/jaxrpc-mapping.xml").toURL();
-         QName qname = new QName("http://org.jboss.ws/samples/exception", "ExceptionService");
-         Service service = factory.createService(wsdlURL, qname, mappingURL);
-         ExceptionServiceInterface port = (ExceptionServiceInterface)service.getPort(ExceptionServiceInterface.class);
-         ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-exception");
-         return port;
-      }
-   }
-
-   /** Test creation of a SOAPFault */
-   public void testSOAPFault() throws Exception
-   {
-      MessageFactory msgfactory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = msgfactory.createMessage();
-      SOAPPart soapPart = soapMessage.getSOAPPart();
-      SOAPEnvelope soapEnv = soapPart.getEnvelope();
-      SOAPBody soapBody = soapEnv.getBody();
-      SOAPFault soapFault = soapBody.addFault();
-      Detail detail = soapFault.addDetail();
-      Name name = soapEnv.createName("GetLastTradePrice", "WOMBAT", "http://www.wombat.org/trader");
-      detail.addDetailEntry(name);
-
-      QName faultCode = new QName("http://foo.bar", "faultCode");
-      SOAPFaultException sfex = new SOAPFaultException(faultCode, "faultString", "faultActor", detail);
-      assertEquals("faultString", sfex.getFaultString());
-      assertEquals(faultCode, sfex.getFaultCode());
-      assertEquals("faultActor", sfex.getFaultActor());
-   }
-
-   /** Test simple exception propagation */
-   public void testException() throws Exception
-   {
-      ExceptionServiceInterface port = getPort();
-      try
-      {
-         port.throwException();
-         fail("Should have failed with UserException");
-      }
-      catch (UserException usrex)
-      {
-         // do nothing
-      }
-      catch (Exception e)
-      {
-         fail("Unexpected Exception: " + e);
-      }
-   }
-
-   /** Test exception with message */
-   public void testExceptionWithMessage() throws Exception
-   {
-      ExceptionServiceInterface port = getPort();
-
-      String message = "Don't worry it's just a test";
-      try
-      {
-         port.throwExceptionWithMessage(message);
-         fail("Should have failed with UserException");
-      }
-      catch (UserMessageException usrex)
-      {
-         assertEquals(message, usrex.getMessage());
-      }
-      catch (Exception e)
-      {
-         fail("Unexpected Exception: " + e);
-      }
-   }
-
-   /** Test a complex user exception */
-   public void testComplexUserException() throws Exception
-   {
-      ExceptionServiceInterface port = getPort();
-
-      String message = "Don't worry it's just a test";
-      try
-      {
-         port.throwComplexUserException(message, 200);
-         fail("Should have failed with ComplexUserException");
-      }
-      catch (ComplexUserException usrex)
-      {
-         assertEquals(message, usrex.getMessage());
-         assertEquals(200, usrex.getErrorCode());
-      }
-      catch (Exception e)
-      {
-         fail("Unexpected Exception: " + e);
-      }
-   }
-
-   /** Test a complex user exception that contains an array */
-   public void testComplexUserArrayException() throws Exception
-   {
-      ExceptionServiceInterface port = getPort();
-
-      String message = "Don't worry it's just a test";
-      try
-      {
-         port.throwComplexUserArrayException(message, new int[] { 100, 200 });
-         fail("Should have failed with ComplexUserArrayException");
-      }
-      catch (ComplexUserArrayException usrex)
-      {
-         assertEquals(message, usrex.getMessage());
-         assertEquals(100, usrex.getErrorCodes()[0]);
-         assertEquals(200, usrex.getErrorCodes()[1]);
-      }
-      catch (Exception e)
-      {
-         fail("Unexpected Exception: " + e);
-      }
-   }
-
-   /** Test a fault message for a non existant operation */
-   public void testNonExistantOperation() throws Exception
-   {
-      String reqEnv = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" + " <env:Header/>" + " <env:Body>"
-            + "  <ns1:nonExistantOperation xmlns:ns1='http://org.jboss.webservice/exception'/>" + " </env:Body>" + "</env:Envelope>";
-
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage reqMsg = factory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
-
-      SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-samples-exception/ExceptionBean";
-      SOAPMessage resMsg = con.call(reqMsg, targetAddress);
-
-      SOAPFault soapFault = resMsg.getSOAPBody().getFault();
-      assertNotNull("Expected SOAPFault", soapFault);
-
-      String faultString = soapFault.getFaultString();
-      assertTrue("Unexpected faultString: " + faultString, faultString.indexOf("nonExistantOperation") > 0);
-   }
-
-   /** Test a fault message for a non existant operation */
-   public void testNonExistantOperationDII() throws Exception
-   {
-      ServiceFactory factory = ServiceFactory.newInstance();
-      Service service = factory.createService(new QName(TARGET_NAMESPACE, "ExceptionService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "nonExistantOperation"));
-      String targetAddress = "http://" + getServerHost() + ":8080/jaxrpc-samples-exception/ExceptionBean";
-      call.setTargetEndpointAddress(targetAddress);
-
-      try
-      {
-         call.invoke(new Object[] {});
-         fail("Should have failed with RemoteException");
-      }
-      catch (RemoteException ex)
-      {
-         String faultString = ex.getMessage();
-         assertTrue("Unexpected faultString: " + faultString, faultString.indexOf("nonExistantOperation") > 0);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ExceptionTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFault;
-import javax.xml.soap.SOAPMessage;
-
-public class ServerHandler extends GenericHandler
-{
-
-   public QName[] getHeaders()
-   {
-      return new QName[] {};
-   }
-
-   // http://jira.jboss.org/jira/browse/JBWS-668
-   // Handler.handleFault does not give access to the fault message
-   public boolean handleFault(MessageContext msgContext)
-   {
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-
-         SOAPFault soapFault = soapMessage.getSOAPBody().getFault();
-         String faultString = soapFault.getFaultString();
-         if (!faultString.equals("Don't worry it's just a test") && !faultString.equals("org.jboss.test.webservice.exception.UserException"))
-            throw new JAXRPCException("Unexpected fault string: " + faultString);
-
-         return true;
-
-      }
-      catch (SOAPException e)
-      {
-         throw new JAXRPCException(e.toString(), e);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/ServerHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-/**
- * JAX-RPC 1.1 WSDLFault
- * 
- * A service specific Java exception (mapped from a wsdl:fault and the corresponding
- * wsdl:message) extends the class java.lang.Exception directly or indirectly.
- * 
- * The single message part in the wsdl:message (referenced from the wsdl:fault
- * element) may be either a type or an element. If the former, it can be either a
- * xsd:complexType or a simple XML type.
- * 
- * Each element inside the xsd:complexType is mapped to a getter method and a
- * parameter in the constructor of the Java exception. Mapping of these elements follows
- * the standard XML to Java type mapping.
- * 
- * @author Thomas.Diesler at jboss.com
- */
-public class UserException extends Exception
-{
-
-   public UserException()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserException.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,47 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.exception;
-
-/**
- * JAX-RPC 1.1 WSDLFault
- * 
- * A service specific Java exception (mapped from a wsdl:fault and the corresponding
- * wsdl:message) extends the class java.lang.Exception directly or indirectly.
- * 
- * The single message part in the wsdl:message (referenced from the wsdl:fault
- * element) may be either a type or an element. If the former, it can be either a
- * xsd:complexType or a simple XML type.
- * 
- * Each element inside the xsd:complexType is mapped to a getter method and a
- * parameter in the constructor of the Java exception. Mapping of these elements follows
- * the standard XML to Java type mapping.
- * 
- * @author Thomas.Diesler at jboss.com
- */
-public class UserMessageException extends Exception
-{
-
-   public UserMessageException(String message)
-   {
-      super(message);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/exception/UserMessageException.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,103 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-
-public class ClientSideHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientSideHandler.class);
-
-   protected QName[] headers = new QName[]{
-      new QName("http://somens", "InHeader"),
-      new QName("http://somens", "OutHeader"),
-      new QName("http://somens", "InOutHeader")
-   };
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         String rpcName = soapBodyElement.getElementName().getLocalName();
-
-         // testInHeader
-         if (rpcName.equals("testInHeader"))
-         {
-            SOAPHeaderElement she = (SOAPHeaderElement)soapHeader.examineAllHeaderElements().next();
-            String headerValue = she.getValue();
-            if ("IN header message".equals(headerValue) == false)
-               throw new JAXRPCException("Unexpected header value: " + headerValue);
-         }
-
-         // testOutHeader
-         else if (rpcName.equals("testOutHeader"))
-         {
-            if (soapHeader.examineAllHeaderElements().hasNext())
-               throw new JAXRPCException("Unexpected header element");
-         }
-
-         // testInOutHeader
-         else if (rpcName.equals("testInOutHeader"))
-         {
-            SOAPHeaderElement she = (SOAPHeaderElement)soapHeader.examineAllHeaderElements().next();
-            String headerValue = she.getValue();
-            if ("INOUT header message".equals(headerValue) == false)
-               throw new JAXRPCException("Unexpected header value: " + headerValue);
-         }
-         else
-         {
-            throw new JAXRPCException("Unexpected RPC name: " + rpcName);
-         }
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ClientSideHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,147 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.StubExt;
-
-/**
- * Test bound and unbound headers
- *
- * @author Thomas.Diesler at jboss.org
- * @since 27-Jan-2005
- */
-public class HeaderClientTestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-handler";
-
-   private static HeaderTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(HeaderClientTestCase.class, "jaxrpc-samples-handler.war, jaxrpc-samples-handler-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (HeaderTestService)service.getPort(HeaderTestService.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/handler/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/handler/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/handler", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (HeaderTestService)service.getPort(HeaderTestService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-handler");
-         }
-      }
-   }
-
-   public void testBoundInHeader() throws Exception
-   {
-      port.testInHeader("Hello world!", "IN header message");
-   }
-
-   public void testBoundInOutHeader() throws Exception
-   {
-      StringHolder holder = new StringHolder("INOUT header message");
-      port.testInOutHeader("Hello world!", holder);
-      assertEquals("INOUT header message - response", holder.value);
-   }
-
-   public void testBoundOutHeader() throws Exception
-   {
-      StringHolder holder = new StringHolder();
-      port.testOutHeader("Hello world!", holder);
-      assertEquals("OUT header message", holder.value);
-   }
-
-   public void testUnboundInHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)port;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
-      stub.setUnboundHeaderValue(xmlName, "Unbound IN header message");
-
-      port.testInHeader("Hello world!", "IN header message");
-
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-   public void testUnboundInOutHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)port;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.INOUT);
-      stub.setUnboundHeaderValue(xmlName, "Unbound INOUT header message");
-
-      StringHolder holder = new StringHolder("INOUT header message");
-      port.testInOutHeader("Hello world!", holder);
-      assertEquals("INOUT header message - response", holder.value);
-
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-   public void testUnboundOutHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)port;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT);
-
-      StringHolder holder = new StringHolder();
-      port.testOutHeader("Hello world!", holder);
-      assertEquals("OUT header message", holder.value);
-
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderClientTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,211 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.CallImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on the Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jan-2005
- */
-public class HeaderDIITestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-handler";
-   private static final String NAMESPACE_URI = "http://org.jboss.ws/samples/handler";
-   private static final String HEADER_NAMESPACE_URI = "http://org.jboss.ws/samples/handler/types";
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(HeaderDIITestCase.class, "jaxrpc-samples-handler.war");
-   }
-
-   public void testBoundInHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testInHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN, true);
-
-      Object retObj = call.invoke(new Object[]{"Hello world!", "IN header message"});
-      assertNull(retObj);
-   }
-
-   public void testBoundInOutHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testInOutHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.INOUT, true);
-
-      StringHolder holder = new StringHolder("INOUT header message");
-      Object retObj = call.invoke(new Object[]{"Hello world!", holder});
-      assertNull(retObj);
-
-      Map outputParams = call.getOutputParams();
-      Object headerValue = outputParams.get(xmlName.getLocalPart());
-      assertEquals("INOUT header message - response", headerValue);
-      assertEquals("INOUT header message - response", holder.value);
-   }
-
-   public void testBoundOutHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testOutHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT, true);
-
-      StringHolder holder = new StringHolder();
-      Object retObj = call.invoke(new Object[]{"Hello world!", holder});
-      assertNull(retObj);
-
-      Map outputParams = call.getOutputParams();
-      Object headerValue = outputParams.get(xmlName.getLocalPart());
-      assertEquals("OUT header message", headerValue);
-      assertEquals("OUT header message", holder.value);
-   }
-
-   public void testUnboundInHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      CallImpl call = (CallImpl)service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testInHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN, true);
-
-      // Add an unbound header to the call
-      xmlName = new QName("http://otherns", "HeaderValue");
-      call.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
-      call.setUnboundHeaderValue(xmlName, "Unbound IN header message");
-
-      Object retObj = call.invoke(new Object[]{"Hello world!", "IN header message"});
-      assertNull(retObj);
-
-      String unboundRet = (String)call.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-   public void testUnboundInOutHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      CallImpl call = (CallImpl)service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testInOutHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.INOUT, true);
-
-      // Add an unbound header to the call
-      xmlName = new QName("http://otherns", "HeaderValue");
-      call.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.INOUT);
-      call.setUnboundHeaderValue(xmlName, "Unbound INOUT header message");
-
-      StringHolder boundHeader = new StringHolder("INOUT header message");
-      Object retObj = call.invoke(new Object[]{"Hello world!", boundHeader});
-      assertNull(retObj);
-
-      assertEquals("INOUT header message - response", boundHeader.value);
-
-      String unboundRet = (String)call.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-
-   public void testUnboundOutHeader() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      CallImpl call = (CallImpl)service.createCall();
-      call.setOperationName(new QName(NAMESPACE_URI, "testOutHeader"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      // Add a bound header to the call
-      CallImpl mycall = (CallImpl)call;
-      QName xmlName = new QName(HEADER_NAMESPACE_URI, "headerMsg");
-      mycall.addParameter(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT, true);
-
-      // Add an unbound header to the call
-      xmlName = new QName("http://otherns", "HeaderValue");
-      call.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT);
-
-      StringHolder boundHeader = new StringHolder();
-      Object retObj = call.invoke(new Object[]{"Hello world!", boundHeader});
-      assertNull(retObj);
-
-      assertEquals("OUT header message", boundHeader.value);
-
-      String unboundRet = (String)call.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderDIITestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,138 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-import org.jboss.ws.jaxrpc.StubExt;
-
-/**
- * Test bound and unbound headers
- *
- * @author Thomas.Diesler at jboss.org
- * @since 27-Jan-2005
- */
-public class HeaderProxyTestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-handler";
-   private static final String NAMESPACE_URI = "http://org.jboss.ws/samples/handler";
-
-   private static HeaderTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(HeaderProxyTestCase.class, "jaxrpc-samples-handler.war");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         File javaWsdlMappingFile = new File("resources/jaxrpc/samples/handler/WEB-INF/jaxrpc-mapping.xml");
-         assertTrue(javaWsdlMappingFile.exists());
-
-         QName serviceName = new QName(NAMESPACE_URI, "TestService");
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlLocation = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlLocation, serviceName, javaWsdlMappingFile.toURL());
-         endpoint = (HeaderTestService)service.getPort(HeaderTestService.class);
-      }
-   }
-
-   public void testBoundInHeader() throws Exception
-   {
-      endpoint.testInHeader("Hello world!", "IN header message");
-   }
-
-   public void testBoundInOutHeader() throws Exception
-   {
-      StringHolder holder = new StringHolder("INOUT header message");
-      endpoint.testInOutHeader("Hello world!", holder);
-      assertEquals("INOUT header message - response", holder.value);
-   }
-
-   public void testBoundOutHeader() throws Exception
-   {
-      StringHolder holder = new StringHolder();
-      endpoint.testOutHeader("Hello world!", holder);
-      assertEquals("OUT header message", holder.value);
-   }
-
-   public void testUnboundInHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)endpoint;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.IN);
-      stub.setUnboundHeaderValue(xmlName, "Unbound IN header message");
-
-      endpoint.testInHeader("Hello world!", "IN header message");
-      
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-   public void testUnboundInOutHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)endpoint;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.INOUT);
-      stub.setUnboundHeaderValue(xmlName, "Unbound INOUT header message");
-
-      StringHolder holder = new StringHolder("INOUT header message");
-      endpoint.testInOutHeader("Hello world!", holder);
-      assertEquals("INOUT header message - response", holder.value);
-      
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-
-   public void testUnboundOutHeader() throws Exception
-   {
-      // Add a header to the stub
-      StubExt stub = (StubExt)endpoint;
-      QName xmlName = new QName("http://otherns", "HeaderValue");
-      stub.addUnboundHeader(xmlName, Constants.TYPE_LITERAL_STRING, String.class, ParameterMode.OUT);
-
-      StringHolder holder = new StringHolder();
-      endpoint.testOutHeader("Hello world!", holder);
-      assertEquals("OUT header message", holder.value);
-      
-      String unboundRet = (String)stub.getUnboundHeaderValue(xmlName);
-      assertEquals("Unbound OUT header message", unboundRet);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderProxyTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.xml.rpc.holders.StringHolder;
-
-/**
- * A service endpoint interface for the HeaderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jan-2005
- */
-public interface HeaderTestService extends Remote
-{
-   void testInHeader(String bodyMsg, String headerMsg) throws RemoteException;
-
-   void testInOutHeader(String bodyMsg, StringHolder headerMsg) throws RemoteException;
-
-   void testOutHeader(String bodyMsg, StringHolder headerMsg) throws RemoteException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,55 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import javax.xml.rpc.holders.StringHolder;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the HeaderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jan-2005
- */
-public class HeaderTestServiceBean implements HeaderTestService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(HeaderTestServiceBean.class);
-
-   public void testInHeader(String bodyMsg, String headerMsg)
-   {
-      log.info("testInHeader: " + bodyMsg + "," + headerMsg);
-   }
-
-   public void testInOutHeader(String bodyMsg, StringHolder headerMsg)
-   {
-      log.info("testInOutHeader: " + bodyMsg + "," + headerMsg.value);
-      headerMsg.value += " - response";
-   }
-   
-   public void testOutHeader(String bodyMsg, StringHolder headerMsg)
-   {
-      log.info("testOutHeader: " + bodyMsg + "," + headerMsg.value);
-      headerMsg.value = "OUT header message";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/HeaderTestServiceBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,152 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.handler;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.JAXRPCException;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPHeader;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-
-public class ServerSideHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ServerSideHandler.class);
-
-   protected QName[] headers = new QName[]{
-      new QName("http://somens", "InHeader"),
-      new QName("http://somens", "OutHeader"),
-      new QName("http://somens", "InOutHeader")
-   };
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         String rpcName = soapBodyElement.getElementName().getLocalName();
-
-         // testInHeader
-         if (rpcName.equals("testInHeader"))
-         {
-            SOAPHeaderElement she = (SOAPHeaderElement)soapHeader.examineAllHeaderElements().next();
-            String headerValue = she.getValue();
-            if ("IN header message".equals(headerValue) == false)
-               throw new JAXRPCException("Unexpected header value: " + headerValue);
-         }
-
-         // testOutHeader
-         else if (rpcName.equals("testOutHeader"))
-         {
-            if (soapHeader.examineAllHeaderElements().hasNext())
-               throw new JAXRPCException("Unexpected header element");
-         }
-
-         // testInOutHeader
-         else if (rpcName.equals("testInOutHeader"))
-         {
-            SOAPHeaderElement she = (SOAPHeaderElement)soapHeader.examineAllHeaderElements().next();
-            String headerValue = she.getValue();
-            if ("INOUT header message".equals(headerValue) == false)
-               throw new JAXRPCException("Unexpected header value: " + headerValue);
-         }
-         else
-         {
-            throw new JAXRPCException("Unexpected RPC name: " + rpcName);
-         }
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      log.info("handleResponse");
-
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
-         SOAPHeader soapHeader = soapMessage.getSOAPHeader();
-
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-         SOAPBodyElement soapBodyElement = (SOAPBodyElement)soapBody.getChildElements().next();
-         String rpcName = soapBodyElement.getElementName().getLocalName();
-
-         if (rpcName.equals("testInHeaderResponse"))
-         {
-            SOAPFactory soapFactory = SOAPFactory.newInstance();
-            Name headerName = soapFactory.createName("HeaderValue", "ns2", "http://otherns");
-            SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-            she.setValue("Unbound OUT header message");
-         }
-         else if (rpcName.equals("testOutHeaderResponse"))
-         {
-            SOAPFactory soapFactory = SOAPFactory.newInstance();
-            Name headerName = soapFactory.createName("HeaderValue", "ns2", "http://otherns");
-            SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-            she.setValue("Unbound OUT header message");
-         }
-         else if (rpcName.equals("testInOutHeaderResponse"))
-         {
-            SOAPFactory soapFactory = SOAPFactory.newInstance();
-            Name headerName = soapFactory.createName("HeaderValue", "ns2", "http://otherns");
-            SOAPHeaderElement she = soapHeader.addHeaderElement(headerName);
-            she.setValue("Unbound OUT header message");
-         }
-         else
-         {
-            throw new JAXRPCException("Unexpected RPC name: " + rpcName);
-         }
-      }
-      catch (SOAPException e)
-      {
-         throw  new JAXRPCException(e);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/handler/ServerSideHandler.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,376 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.holder;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.GregorianCalendar;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-
-/**
- * Test DII with Holders
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public class HolderDIITestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-holder";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/holder";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(HolderDIITestCase.class, "jaxrpc-samples-holder.war");
-   }
-
-   public void testEchoBigDecimal() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoBigDecimal"));
-      call.addParameter("BigDecimal_1", Constants.TYPE_LITERAL_DECIMAL, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BigDecimalHolder holder = new BigDecimalHolder(new BigDecimal("1000"));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(new BigDecimal("1001"), holder.value);
-   }
-
-   public void testEchoBigInteger() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoBigInteger"));
-      call.addParameter("BigInteger_1", Constants.TYPE_LITERAL_INTEGER, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BigIntegerHolder holder = new BigIntegerHolder(new BigInteger("1000"));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(new BigInteger("1001"), holder.value);
-   }
-
-   public void testEchoBoolean() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoBoolean"));
-      call.addParameter("boolean_1", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BooleanHolder holder = new BooleanHolder(false);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(true, holder.value);
-   }
-
-   public void testEchoBooleanWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoBooleanWrapper"));
-      call.addParameter("Boolean_1", Constants.TYPE_LITERAL_BOOLEAN, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      BooleanWrapperHolder holder = new BooleanWrapperHolder(new Boolean(false));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(new Boolean(true), holder.value);
-   }
-
-   public void testEchoByteArray() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoByteArray"));
-      call.addParameter("arrayOfbyte_1", Constants.TYPE_LITERAL_BASE64BINARY, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteArrayHolder holder = new ByteArrayHolder(new String("Some base64 msg").getBytes());
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals("Some base64 msgResponse", new String(holder.value));
-   }
-
-   public void testEchoByte() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoByte"));
-      call.addParameter("byte_1", Constants.TYPE_LITERAL_BYTE, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteHolder holder = new ByteHolder((byte)0x45);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals((byte)0x46, holder.value);
-   }
-
-   public void testEchoByteWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoByteWrapper"));
-      call.addParameter("Byte_1", Constants.TYPE_LITERAL_BYTE, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ByteWrapperHolder holder = new ByteWrapperHolder(new Byte((byte)0x45));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(new Byte((byte)0x46), holder.value);
-   }
-
-   public void testEchoCalendar() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoCalendar"));
-      call.addParameter("Calendar_1", Constants.TYPE_LITERAL_DATETIME, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      GregorianCalendar value = new GregorianCalendar(2004, 11, 23, 11, 58, 23);
-      CalendarHolder holder = new CalendarHolder(value);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(value.getTime().getTime(), holder.value.getTime().getTime());
-   }
-
-   public void testEchoDouble() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoDouble"));
-      call.addParameter("double_1", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      DoubleHolder holder = new DoubleHolder(1.2);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2.2, holder.value, 0.01);
-   }
-
-   public void testEchoDoubleWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoDoubleWrapper"));
-      call.addParameter("Double_1", Constants.TYPE_LITERAL_DOUBLE, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      DoubleWrapperHolder holder = new DoubleWrapperHolder(new Double(1.2));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2.2, holder.value.doubleValue(), 0.01);
-   }
-
-   public void testEchoFloat() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoFloat"));
-      call.addParameter("float_1", Constants.TYPE_LITERAL_FLOAT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      FloatHolder holder = new FloatHolder(1.2f);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2.2f, holder.value, 0.01);
-   }
-
-   public void testEchoFloatWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoFloatWrapper"));
-      call.addParameter("Float_1", Constants.TYPE_LITERAL_FLOAT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      FloatWrapperHolder holder = new FloatWrapperHolder(new Float(1.2));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2.2, holder.value.floatValue(), 0.01);
-   }
-
-   public void testEchoIntegerWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoIntegerWrapper"));
-      call.addParameter("Integer_1", Constants.TYPE_LITERAL_INT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      IntegerWrapperHolder holder = new IntegerWrapperHolder(new Integer(1));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value.intValue());
-   }
-
-   public void testEchoInt() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoInt"));
-      call.addParameter("int_1", Constants.TYPE_LITERAL_INT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      IntHolder holder = new IntHolder(1);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value, 0.01);
-   }
-
-   public void testEchoLong() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoLong"));
-      call.addParameter("long_1", Constants.TYPE_LITERAL_LONG, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      LongHolder holder = new LongHolder(1);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value);
-   }
-
-   public void testEchoLongWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoLongWrapper"));
-      call.addParameter("Long_1", Constants.TYPE_LITERAL_LONG, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      LongWrapperHolder holder = new LongWrapperHolder(new Long(1));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value.longValue());
-   }
-
-   public void testEchoQName() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoQName"));
-      call.addParameter("QName_1", Constants.TYPE_LITERAL_QNAME, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      QNameHolder holder = new QNameHolder(new QName("http://somens", "localPart", "ns1"));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals("{http://somens}localPartResponse", holder.value.toString());
-   }
-
-   public void testEchoShort() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoShort"));
-      call.addParameter("short_1", Constants.TYPE_LITERAL_SHORT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ShortHolder holder = new ShortHolder((short)1);
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value);
-   }
-
-   public void testEchoShortWrapper() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoShortWrapper"));
-      call.addParameter("Short_1", Constants.TYPE_LITERAL_SHORT, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      ShortWrapperHolder holder = new ShortWrapperHolder(new Short((short)1));
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals(2, holder.value.shortValue());
-   }
-
-   public void testEchoString() throws Exception
-   {
-      Service service = ServiceFactory.newInstance().createService(new QName("testService"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoString"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.INOUT);
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      StringHolder holder = new StringHolder("Hello world!");
-      Object retObj = call.invoke(new Object[]{holder});
-      assertNull(retObj);
-      assertEquals("Hello world!Response", holder.value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderDIITestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,241 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.holder;
-
-import java.io.File;
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.net.URL;
-import java.util.GregorianCalendar;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test Holders
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public class HolderTestCase extends JBossWSTest
-{
-   private static HolderTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(HolderDIITestCase.class, "jaxrpc-samples-holder.war, jaxrpc-samples-holder-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (HolderTestService)service.getPort(HolderTestService.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/holder/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/holder/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/holder", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (HolderTestService)service.getPort(HolderTestService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-holder");
-         }
-      }
-   }
-
-   public void testEchoBigDecimal() throws Exception
-   {
-      BigDecimalHolder holder = new BigDecimalHolder(new BigDecimal("1000"));
-      port.echoBigDecimal(holder);
-      assertEquals(new BigDecimal("1001"), holder.value);
-   }
-
-   public void testEchoBigInteger() throws Exception
-   {
-      BigIntegerHolder holder = new BigIntegerHolder(new BigInteger("1000"));
-      port.echoBigInteger(holder);
-      assertEquals(new BigInteger("1001"), holder.value);
-   }
-
-   public void testEchoBoolean() throws Exception
-   {
-      BooleanHolder holder = new BooleanHolder(false);
-      port.echoBoolean(holder);
-      assertEquals(true, holder.value);
-   }
-
-   public void testEchoBooleanWrapper() throws Exception
-   {
-      BooleanWrapperHolder holder = new BooleanWrapperHolder(new Boolean(false));
-      port.echoBooleanWrapper(holder);
-      assertEquals(new Boolean(true), holder.value);
-   }
-
-   public void testEchoByteArray() throws Exception
-   {
-      ByteArrayHolder holder = new ByteArrayHolder(new String("Some base64 msg").getBytes());
-      port.echoByteArray(holder);
-      assertEquals("Some base64 msgResponse", new String(holder.value));
-   }
-
-   public void testEchoByte() throws Exception
-   {
-      ByteHolder holder = new ByteHolder((byte)0x45);
-      port.echoByte(holder);
-      assertEquals((byte)0x46, holder.value);
-   }
-
-   public void testEchoByteWrapper() throws Exception
-   {
-      ByteWrapperHolder holder = new ByteWrapperHolder(new Byte((byte)0x45));
-      port.echoByteWrapper(holder);
-      assertEquals(new Byte((byte)0x46), holder.value);
-   }
-
-   public void testEchoCalendar() throws Exception
-   {
-      GregorianCalendar value = new GregorianCalendar(2004, 11, 23, 11, 58, 23);
-      CalendarHolder holder = new CalendarHolder(value);
-      port.echoCalendar(holder);
-      assertEquals(value.getTime().getTime(), holder.value.getTime().getTime());
-   }
-
-   public void testEchoDouble() throws Exception
-   {
-      DoubleHolder holder = new DoubleHolder(1.2);
-      port.echoDouble(holder);
-      assertEquals(2.2, holder.value, 0.01);
-   }
-
-   public void testEchoDoubleWrapper() throws Exception
-   {
-      DoubleWrapperHolder holder = new DoubleWrapperHolder(new Double(1.2));
-      port.echoDoubleWrapper(holder);
-      assertEquals(2.2, holder.value.doubleValue(), 0.01);
-   }
-
-   public void testEchoFloat() throws Exception
-   {
-      FloatHolder holder = new FloatHolder(1.2f);
-      port.echoFloat(holder);
-      assertEquals(2.2f, holder.value, 0.01);
-   }
-
-   public void testEchoFloatWrapper() throws Exception
-   {
-      FloatWrapperHolder holder = new FloatWrapperHolder(new Float(1.2));
-      port.echoFloatWrapper(holder);
-      assertEquals(2.2, holder.value.floatValue(), 0.01);
-   }
-
-   public void testEchoIntegerWrapper() throws Exception
-   {
-      IntegerWrapperHolder holder = new IntegerWrapperHolder(new Integer(1));
-      port.echoIntegerWrapper(holder);
-      assertEquals(2, holder.value.intValue());
-   }
-
-   public void testEchoInt() throws Exception
-   {
-      IntHolder holder = new IntHolder(1);
-      port.echoInt(holder);
-      assertEquals(2, holder.value, 0.01);
-   }
-
-   public void testEchoLong() throws Exception
-   {
-      LongHolder holder = new LongHolder(1);
-      port.echoLong(holder);
-      assertEquals(2, holder.value);
-   }
-
-   public void testEchoLongWrapper() throws Exception
-   {
-      LongWrapperHolder holder = new LongWrapperHolder(new Long(1));
-      port.echoLongWrapper(holder);
-      assertEquals(2, holder.value.longValue());
-   }
-
-   public void testEchoQName() throws Exception
-   {
-      QNameHolder holder = new QNameHolder(new QName("http://somens", "localPart", "ns1"));
-      port.echoQName(holder);
-      assertEquals("{http://somens}localPartResponse", holder.value.toString());
-   }
-
-   public void testEchoShort() throws Exception
-   {
-      ShortHolder holder = new ShortHolder((short)1);
-      port.echoShort(holder);
-      assertEquals(2, holder.value);
-   }
-
-   public void testEchoShortWrapper() throws Exception
-   {
-      ShortWrapperHolder holder = new ShortWrapperHolder(new Short((short)1));
-      port.echoShortWrapper(holder);
-      assertEquals(2, holder.value.shortValue());
-   }
-
-   public void testEchoString() throws Exception
-   {
-      StringHolder holder = new StringHolder("Hello world!");
-      port.echoString(holder);
-      assertEquals("Hello world!Response", holder.value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,99 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.holder;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-/**
- * A service endpoint interface for the HolderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public interface HolderTestService extends Remote
-{
-   void echoBigDecimal(BigDecimalHolder val) throws RemoteException;
-
-   void echoBigInteger(BigIntegerHolder val) throws RemoteException;
-
-   void echoBoolean(BooleanHolder val) throws RemoteException;
-
-   void echoBooleanWrapper(BooleanWrapperHolder val) throws RemoteException;
-
-   void echoByteArray(ByteArrayHolder val) throws RemoteException;
-
-   void echoByte(ByteHolder val) throws RemoteException;
-
-   void echoByteWrapper(ByteWrapperHolder val) throws RemoteException;
-
-   void echoCalendar(CalendarHolder val) throws RemoteException;
-
-   void echoDouble(DoubleHolder val) throws RemoteException;
-
-   void echoDoubleWrapper(DoubleWrapperHolder val) throws RemoteException;
-
-   void echoFloat(FloatHolder val) throws RemoteException;
-
-   void echoFloatWrapper(FloatWrapperHolder val) throws RemoteException;
-
-   void echoIntegerWrapper(IntegerWrapperHolder val) throws RemoteException;
-
-   void echoInt(IntHolder val) throws RemoteException;
-
-   void echoLong(LongHolder val) throws RemoteException;
-
-   void echoLongWrapper(LongWrapperHolder val) throws RemoteException;
-
-   /*
-   void echoObject(ObjectHolder val) throws RemoteException;
-   */
-
-   void echoQName(QNameHolder val) throws RemoteException;
-
-   void echoShort(ShortHolder val) throws RemoteException;
-
-   void echoShortWrapper(ShortWrapperHolder val) throws RemoteException;
-
-   void echoString(StringHolder val) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,190 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.holder;
-
-import java.math.BigDecimal;
-import java.math.BigInteger;
-import java.util.Date;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.holders.BigDecimalHolder;
-import javax.xml.rpc.holders.BigIntegerHolder;
-import javax.xml.rpc.holders.BooleanHolder;
-import javax.xml.rpc.holders.BooleanWrapperHolder;
-import javax.xml.rpc.holders.ByteArrayHolder;
-import javax.xml.rpc.holders.ByteHolder;
-import javax.xml.rpc.holders.ByteWrapperHolder;
-import javax.xml.rpc.holders.CalendarHolder;
-import javax.xml.rpc.holders.DoubleHolder;
-import javax.xml.rpc.holders.DoubleWrapperHolder;
-import javax.xml.rpc.holders.FloatHolder;
-import javax.xml.rpc.holders.FloatWrapperHolder;
-import javax.xml.rpc.holders.IntHolder;
-import javax.xml.rpc.holders.IntegerWrapperHolder;
-import javax.xml.rpc.holders.LongHolder;
-import javax.xml.rpc.holders.LongWrapperHolder;
-import javax.xml.rpc.holders.QNameHolder;
-import javax.xml.rpc.holders.ShortHolder;
-import javax.xml.rpc.holders.ShortWrapperHolder;
-import javax.xml.rpc.holders.StringHolder;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for the HolderTestCase
- *
- * @author Thomas.Diesler at jboss.org
- * @since 22-Dec-2004
- */
-public class HolderTestServiceBean
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(HolderTestServiceBean.class);
-
-   public void echoBigDecimal(BigDecimalHolder val)
-   {
-      log.info("echoBigDecimal: " + val.value);
-      val.value = val.value.add(new BigDecimal("1"));
-   }
-
-   public void echoBigInteger(BigIntegerHolder val)
-   {
-      log.info("echoBigInteger: " + val.value);
-      val.value = val.value.add(new BigInteger("1"));
-   }
-
-   public void echoBoolean(BooleanHolder val)
-   {
-      log.info("echoBoolean: " + val.value);
-      val.value = !val.value;
-   }
-
-   public void echoBooleanWrapper(BooleanWrapperHolder val)
-   {
-      log.info("echoBooleanWrapper: " + val.value);
-      val.value = new Boolean(!val.value.booleanValue());
-   }
-
-   public void echoByteArray(ByteArrayHolder val)
-   {
-      log.info("echoByteArray: " + new String(val.value));
-      val.value = new String(new String(val.value) + "Response").getBytes();
-   }
-
-   public void echoByte(ByteHolder val)
-   {
-      log.info("echoByte: " + val.value);
-      val.value = (byte)(val.value + 1);
-   }
-
-   public void echoByteWrapper(ByteWrapperHolder val)
-   {
-      log.info("echoByteWrapper: " + val.value);
-      val.value = new Byte((byte)(val.value.byteValue() + 1));
-   }
-
-   public void echoCalendar(CalendarHolder val)
-   {
-      log.info("echoCalendar: " + val.value.getTime());
-      val.value.setTime(new Date(val.value.getTime().getTime()));
-   }
-
-   public void echoDouble(DoubleHolder val)
-   {
-      log.info("echoDouble: " + val.value);
-      val.value = val.value + 1;
-   }
-
-   public void echoDoubleWrapper(DoubleWrapperHolder val)
-   {
-      log.info("echoDoubleWrapper: " + val.value);
-      val.value = new Double(val.value.doubleValue() + 1);
-   }
-
-   public void echoFloat(FloatHolder val)
-   {
-      log.info("echoFloat: " + val.value);
-      val.value = val.value + 1;
-   }
-
-   public void echoFloatWrapper(FloatWrapperHolder val)
-   {
-      log.info("echoFloatWrapper: " + val.value);
-      val.value = new Float(val.value.floatValue() + 1);
-   }
-
-   public void echoIntegerWrapper(IntegerWrapperHolder val)
-   {
-      log.info("echoIntegerWrapper: " + val.value);
-      val.value = new Integer(val.value.intValue() + 1);
-   }
-
-   public void echoInt(IntHolder val)
-   {
-      log.info("echoInt: " + val.value);
-      val.value = val.value + 1;
-   }
-
-   public void echoLong(LongHolder val)
-   {
-      log.info("echoLong: " + val.value);
-      val.value = val.value + 1;
-   }
-
-   public void echoLongWrapper(LongWrapperHolder val)
-   {
-      log.info("echoLongWrapper: " + val.value);
-      val.value = new Long(val.value.longValue() + 1);
-   }
-
-   /*
-   public void echoObject(ObjectHolder val)
-   {
-      log.info("echoObject: " + val.value);
-   }
-   */
-
-   public void echoQName(QNameHolder val)
-   {
-      log.info("echoQName: " + val.value);
-      QName qn = val.value;
-      val.value = new QName(qn.getNamespaceURI(), qn.getLocalPart() + "Response", qn.getPrefix());
-   }
-
-   public void echoShort(ShortHolder val)
-   {
-      log.info("echoShort: " + val.value);
-      val.value = (short)(val.value + 1);
-   }
-
-   public void echoShortWrapper(ShortWrapperHolder val)
-   {
-      log.info("echoShortWrapper: " + val.value);
-      val.value = new Short((short)(val.value.shortValue() + 1));
-   }
-
-   public void echoString(StringHolder val)
-   {
-      log.info("echoString: " + val.value);
-      val.value = val.value + "Response";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/holder/HolderTestServiceBean.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,120 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.jmstransport;
-
-// $Id$
-
-import java.util.concurrent.CountDownLatch;
-
-import javax.jms.Message;
-import javax.jms.MessageListener;
-import javax.jms.Queue;
-import javax.jms.QueueConnection;
-import javax.jms.QueueConnectionFactory;
-import javax.jms.QueueReceiver;
-import javax.jms.QueueSender;
-import javax.jms.QueueSession;
-import javax.jms.Session;
-import javax.jms.TextMessage;
-import javax.naming.InitialContext;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * A web service client that connects to a MDB endpoint.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public class JMSTransportTestCase extends JBossWSTest
-{
-   private static CountDownLatch count;
-   
-   public static Test suite() throws Exception
-   {
-      count = new CountDownLatch(1);
-      return JBossWSTestSetup.newTestSetup(JMSTransportTestCase.class, "jaxrpc-samples-jmstransport.sar");
-   }
-   
-   /**
-    * Send the message to the specified queue
-    */
-   public void testSOAPMessageToEndpointQueue() throws Exception
-   {
-      String reqMessage = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" + 
-          "<env:Body>" + 
-           "<ns1:getContactInfo xmlns:ns1='http://org.jboss.ws/samples/jmstransport'>" + 
-            "<String_1>mafia</String_1>" + 
-           "</ns1:getContactInfo>" + 
-          "</env:Body>" + 
-         "</env:Envelope>";
-
-      String resMessage = 
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-          "<env:Header/>" + 
-          "<env:Body>" + 
-           "<ns1:getContactInfoResponse xmlns:ns1='http://org.jboss.ws/samples/jmstransport'>" + 
-            "<result>The 'mafia' boss is currently out of office, please call again.</result>" + 
-           "</ns1:getContactInfoResponse>" + 
-          "</env:Body>" + 
-         "</env:Envelope>";
-
-      InitialContext context = new InitialContext();
-      QueueConnectionFactory connectionFactory = (QueueConnectionFactory)context.lookup("ConnectionFactory");
-      Queue reqQueue = (Queue)context.lookup("queue/RequestQueue");
-      Queue resQueue = (Queue)context.lookup("queue/ResponseQueue");
-
-      QueueConnection con = connectionFactory.createQueueConnection();
-      QueueSession session = con.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
-      QueueReceiver receiver = session.createReceiver(resQueue);
-      ResponseListener responseListener = new ResponseListener();
-      receiver.setMessageListener(responseListener);
-      con.start();
-
-      TextMessage message = session.createTextMessage(reqMessage);
-      message.setJMSReplyTo(resQueue);
-
-      QueueSender sender = session.createSender(reqQueue);
-      sender.send(message);
-      sender.close();
-
-      // Please explain to me why this does not work relieably
-      // count.await();
-      Thread.sleep(500);
-      
-      assertNotNull("Expected response message", responseListener.resMessage);
-      assertEquals(DOMUtils.parse(resMessage), DOMUtils.parse(responseListener.resMessage));
-      
-      con.stop();
-      session.close();
-      con.close();
-   }
-
-   public static class ResponseListener implements MessageListener
-   {
-      public String resMessage;
-      
-      public void onMessage(Message msg)
-      {
-         TextMessage textMessage = (TextMessage)msg;
-         try
-         {
-            count.countDown();
-            resMessage = textMessage.getText();
-         }
-         catch (Throwable t)
-         {
-            t.printStackTrace();
-         }
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jmstransport;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * An example of a service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public interface Organization extends Remote
-{
-   String getContactInfo(String organization) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/Organization.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-/*
- * JBoss, the OpenSource J2EE webOS
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.jmstransport;
-
-// $Id$
-
-import java.rmi.RemoteException;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.integration.jboss.jms.JMSTransportSupport;
-
-/**
- * An example of a MDB acting as a web service endpoint.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Oct-2004
- */
-public class OrganizationJMSEndpoint extends JMSTransportSupport
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(OrganizationJMSEndpoint.class);
-
-   /** Get the contact info */
-   public String getContactInfo(String organization) throws RemoteException
-   {
-      log.info("getContactInfo: " + organization);
-      return "The '" + organization + "' boss is currently out of office, please call again.";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test EJB endpoint for a document style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Jun-2005
- */
-public class DocEJBTestCase extends JBossWSTest
-{
-   private static JaxRpcTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(DocEJBTestCase.class, "jaxrpc-samples-jsr109ejb-doc.jar, jaxrpc-samples-jsr109ejb-doc-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestServiceEJB");
-         endpoint = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = endpoint.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = endpoint.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/DocEJBTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,81 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-import org.jboss.logging.Logger;
-
-/**
- * An EJB service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 05-Feb-2005
- */
-public class JaxRpcEJBEndpoint implements SessionBean
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(JaxRpcEJBEndpoint.class);
-
-   private SessionContext context;
-
-   public String echoString(String str1, String str2)
-   {
-      log.info("echoString: " + str1 + "," + str2);
-      log.info("callerPricipal: " + context.getCallerPrincipal());
-      return str1 + str2;
-   }
-
-   public SimpleUserType echoSimpleUserType(String str1, SimpleUserType usr)
-   {
-      log.info("echoSimpleUserType: " + str1 + "," + usr);
-      log.info("callerPricipal: " + context.getCallerPrincipal());
-      return usr;
-   }
-
-   // EJB Lifecycle ----------------------------------------------------------------------
-
-   public void setSessionContext(SessionContext context) throws EJBException, RemoteException
-   {
-      this.context = context;
-   }
-
-   public void ejbCreate()
-   {
-   }
-
-   public void ejbRemove()
-   {
-   }
-
-   public void ejbActivate()
-   {
-   }
-
-   public void ejbPassivate()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcEJBEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for basic JAXRPC tests
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public interface JaxRpcTestService extends Remote
-{
-   String echoString(String str1, String str2) throws RemoteException;
-
-   SimpleUserType echoSimpleUserType(String str1, SimpleUserType msg) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType SimpleUserType_2;
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(java.lang.String String_1,org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType SimpleUserType_2){
-this.String_1=String_1;
-this.SimpleUserType_2=SimpleUserType_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType getSimpleUserType_2() { return SimpleUserType_2 ;}
-
-public void setSimpleUserType_2(org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType myvar ){  SimpleUserType_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_ResponseStruct
-{
-
-protected org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType result;
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType result){
-this.result=result;
-}
-public org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType getResult() { return result ;}
-
-public void setResult(org.jboss.test.ws.jaxrpc.samples.jsr109ejb.SimpleUserType myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-
-public class  JaxRpcTestService_echoString_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected java.lang.String String_2;
-public JaxRpcTestService_echoString_RequestStruct(){}
-
-public JaxRpcTestService_echoString_RequestStruct(java.lang.String String_1,java.lang.String String_2){
-this.String_1=String_1;
-this.String_2=String_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public java.lang.String getString_2() { return String_2 ;}
-
-public void setString_2(java.lang.String myvar ){  String_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-
-public class  JaxRpcTestService_echoString_ResponseStruct
-{
-
-protected java.lang.String result;
-public JaxRpcTestService_echoString_ResponseStruct(){}
-
-public JaxRpcTestService_echoString_ResponseStruct(java.lang.String result){
-this.result=result;
-}
-public java.lang.String getResult() { return result ;}
-
-public void setResult(java.lang.String myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/JaxRpcTestService_echoString_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import java.io.File;
-import java.net.URL;
-import java.util.List;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on a Call that is preconfigured from WSDL
- *
- * @author Thomas.Diesler at jboss.org
- * @since 06-Jan-2005
- */
-public class RpcDIIConfiguredCallTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109ejb-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109ejb";
-
-   private static Call call;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcDIIConfiguredCallTestCase.class, "jaxrpc-samples-jsr109ejb-rpc.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (call == null)
-      {
-         File javaWsdlMappingFile = new File("resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jaxrpc-mapping.xml");
-         assertTrue(javaWsdlMappingFile.exists());
-
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlLocation = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-         QName serviceName = new QName(TARGET_NAMESPACE, "TestService");
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlLocation, serviceName, javaWsdlMappingFile.toURL());
-         call = service.createCall();
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      QName operationName = new QName(TARGET_NAMESPACE, "echoString");
-      call.setOperationName(operationName);
-      assertFalse(call.isParameterAndReturnSpecRequired(operationName));
-
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = call.invoke(new Object[]{hello, world});
-      assertEquals(hello + world, retObj);
-
-      List outValues = call.getOutputValues();
-      assertEquals(0, outValues.size());
-
-      Map outParams = call.getOutputParams();
-      assertEquals(0, outParams.size());
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      QName operationName = new QName(TARGET_NAMESPACE, "echoSimpleUserType");
-      call.setOperationName(operationName);
-
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = call.invoke(new Object[]{hello, userType});
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,98 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import java.util.List;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on the Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class RpcDIIUnconfiguredCallTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109ejb-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109ejb";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcDIIUnconfiguredCallTestCase.class, "jaxrpc-samples-jsr109ejb-rpc.jar");
-   }
-
-   public void testEchoString() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      Service service = factory.createService(new QName("ANY_SERVICE_NAME"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoString"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.addParameter("String_2", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_STRING);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = call.invoke(new Object[]{hello, world});
-      assertEquals(hello + world, retObj);
-
-      List outValues = call.getOutputValues();
-      assertEquals(0, outValues.size());
-
-      Map outParams = call.getOutputParams();
-      assertEquals(0, outParams.size());
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      Service service = factory.createService(new QName("ANY_SERVICE_NAME"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoSimpleUserType"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.addParameter("SimpleUserType_2", new QName(TARGET_NAMESPACE, "SimpleUserType"), SimpleUserType.class, ParameterMode.IN);
-      call.setReturnType(new QName(TARGET_NAMESPACE, "SimpleUserType"), SimpleUserType.class);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = call.invoke(new Object[]{hello, userType});
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIUnconfiguredCallTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test EJB Service
- *
- * @author Thomas.Diesler at jboss.org
- * @since 25-Jan-2005
- */
-public class RpcEJBTestCase extends JBossWSTest
-{
-   private static JaxRpcTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcEJBTestCase.class, "jaxrpc-samples-jsr109ejb-rpc.jar, jaxrpc-samples-jsr109ejb-rpc-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestServiceEJB");
-         endpoint = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = endpoint.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = endpoint.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcEJBTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,86 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-
-/**
- * Test the DynamicProxy Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 06-Jan-2005
- */
-public class RpcProxyTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109ejb-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109ejb";
-
-   private static JaxRpcTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcProxyTestCase.class, "jaxrpc-samples-jsr109ejb-rpc.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         File javaWsdlMappingFile = new File("resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jaxrpc-mapping.xml");
-         assertTrue(javaWsdlMappingFile.exists());
-
-         QName serviceName = new QName(TARGET_NAMESPACE, "TestService");
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlLocation = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlLocation, serviceName, javaWsdlMappingFile.toURL());
-         endpoint = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = endpoint.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = endpoint.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcProxyTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,78 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109ejb;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 23-Jan-2005
- */
-public class SimpleUserType
-{
-   public int a;
-   private int b;
-
-   public SimpleUserType()
-   {
-   }
-
-   public SimpleUserType(int a, int b)
-   {
-      this.a = a;
-      this.b = b;
-   }
-
-   public int getB()
-   {
-      return b;
-   }
-
-   public void setB(int b)
-   {
-      this.b = b;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof SimpleUserType)) return false;
-
-      final SimpleUserType simpleUserType = (SimpleUserType)o;
-
-      if (a != simpleUserType.a) return false;
-      if (b != simpleUserType.b) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = a;
-      result = 29 * result + b;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + b + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/SimpleUserType.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,93 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE endpoint for a document style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 02-Jun-2005
- */
-public class DocJSETestCase extends JBossWSTest
-{
-   private static JaxRpcTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(DocJSETestCase.class, "jaxrpc-samples-jsr109pojo-doc.war, jaxrpc-samples-jsr109pojo-doc-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestServiceJSE");
-            port = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/jsr109pojo", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-doc");
-         }
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = port.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = port.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/DocJSETestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,65 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import javax.xml.rpc.ServiceException;
-import javax.xml.rpc.server.ServiceLifecycle;
-import javax.xml.rpc.server.ServletEndpointContext;
-
-import org.jboss.logging.Logger;
-
-/**
- * An JSE service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class JaxRpcJSEEndpoint implements JaxRpcTestService, ServiceLifecycle
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(JaxRpcJSEEndpoint.class);
-   
-   private ServletEndpointContext context;
-
-   public String echoString(String str1, String str2)
-   {
-      log.info("echoString: " + str1 + "," + str2);
-      log.info("userPricipal: " + context.getUserPrincipal());
-      return str1 + str2;
-   }
-
-   public SimpleUserType echoSimpleUserType(String str1, SimpleUserType usr)
-   {
-      log.info("echoSimpleUserType: " + str1 + "," + usr);
-      log.info("userPricipal: " + context.getUserPrincipal());
-      return usr;
-   }
-
-   public void init(Object context) throws ServiceException
-   {
-      this.context = (ServletEndpointContext)context;
-   }
-
-   public void destroy()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcJSEEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for basic JAXRPC tests
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public interface JaxRpcTestService extends Remote
-{
-   String echoString(String str1, String str2) throws RemoteException;
-
-   SimpleUserType echoSimpleUserType(String str1, SimpleUserType msg) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType SimpleUserType_2;
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(java.lang.String String_1,org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType SimpleUserType_2){
-this.String_1=String_1;
-this.SimpleUserType_2=SimpleUserType_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType getSimpleUserType_2() { return SimpleUserType_2 ;}
-
-public void setSimpleUserType_2(org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType myvar ){  SimpleUserType_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_ResponseStruct
-{
-
-protected org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType result;
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType result){
-this.result=result;
-}
-public org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType getResult() { return result ;}
-
-public void setResult(org.jboss.test.ws.jaxrpc.samples.jsr109pojo.SimpleUserType myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-
-public class  JaxRpcTestService_echoString_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected java.lang.String String_2;
-public JaxRpcTestService_echoString_RequestStruct(){}
-
-public JaxRpcTestService_echoString_RequestStruct(java.lang.String String_1,java.lang.String String_2){
-this.String_1=String_1;
-this.String_2=String_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public java.lang.String getString_2() { return String_2 ;}
-
-public void setString_2(java.lang.String myvar ){  String_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-
-public class  JaxRpcTestService_echoString_ResponseStruct
-{
-
-protected java.lang.String result;
-public JaxRpcTestService_echoString_ResponseStruct(){}
-
-public JaxRpcTestService_echoString_ResponseStruct(java.lang.String result){
-this.result=result;
-}
-public java.lang.String getResult() { return result ;}
-
-public void setResult(java.lang.String myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/JaxRpcTestService_echoString_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,102 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.io.File;
-import java.net.URL;
-import java.util.List;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on a Call that is preconfigured from WSDL
- *
- * @author Thomas.Diesler at jboss.org
- * @since 06-Jan-2005
- */
-public class RpcDIIConfiguredCallTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109pojo";
-
-   private static Call call;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcDIIConfiguredCallTestCase.class, "jaxrpc-samples-jsr109pojo-rpc.war");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (call == null)
-      {
-         File javaWsdlMappingFile = new File("resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jaxrpc-mapping.xml");
-         assertTrue(javaWsdlMappingFile.exists());
-
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlLocation = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-         QName serviceName = new QName(TARGET_NAMESPACE, "TestService");
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlLocation, serviceName, javaWsdlMappingFile.toURL());
-         call = service.createCall();
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      QName operationName = new QName(TARGET_NAMESPACE, "echoString");
-      call.setOperationName(operationName);
-      assertFalse(call.isParameterAndReturnSpecRequired(operationName));
-
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = call.invoke(new Object[]{hello, world});
-      assertEquals(hello + world, retObj);
-
-      List outValues = call.getOutputValues();
-      assertEquals(0, outValues.size());
-
-      Map outParams = call.getOutputParams();
-      assertEquals(0, outParams.size());
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      QName operationName = new QName(TARGET_NAMESPACE, "echoSimpleUserType");
-      call.setOperationName(operationName);
-
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = call.invoke(new Object[]{hello, userType});
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,98 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.util.List;
-import java.util.Map;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test the Dynamic Invocation Interface (DII) on the Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class RpcDIIUnconfiguredCallTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109pojo";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcDIIUnconfiguredCallTestCase.class, "jaxrpc-samples-jsr109pojo-rpc.war");
-   }
-
-   public void testEchoString() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      Service service = factory.createService(new QName("ANY_SERVICE_NAME"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoString"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.addParameter("String_2", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.setReturnType(Constants.TYPE_LITERAL_STRING);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = call.invoke(new Object[]{hello, world});
-      assertEquals(hello + world, retObj);
-
-      List outValues = call.getOutputValues();
-      assertEquals(0, outValues.size());
-
-      Map outParams = call.getOutputParams();
-      assertEquals(0, outParams.size());
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      ServiceFactoryImpl factory = new ServiceFactoryImpl();
-      Service service = factory.createService(new QName("ANY_SERVICE_NAME"));
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, "echoSimpleUserType"));
-      call.addParameter("String_1", Constants.TYPE_LITERAL_STRING, ParameterMode.IN);
-      call.addParameter("SimpleUserType_2", new QName(TARGET_NAMESPACE, "SimpleUserType"), SimpleUserType.class, ParameterMode.IN);
-      call.setReturnType(new QName(TARGET_NAMESPACE, "SimpleUserType"), SimpleUserType.class);
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = call.invoke(new Object[]{hello, userType});
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIUnconfiguredCallTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,93 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE test case for an rpc style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 25-Jan-2005
- */
-public class RpcJSETestCase extends JBossWSTest
-{
-   private static JaxRpcTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcJSETestCase.class, "jaxrpc-samples-jsr109pojo-rpc.war, jaxrpc-samples-jsr109pojo-rpc-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestServiceJSE");
-            port = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/jsr109pojo/rpclit//WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/jsr109pojo", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-rpc");
-         }
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = port.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = port.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcJSETestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,86 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-
-/**
- * Test the DynamicProxy Call
- *
- * @author Thomas.Diesler at jboss.org
- * @since 06-Jan-2005
- */
-public class RpcProxyTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-jsr109pojo-rpc";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/jsr109pojo";
-
-   private static JaxRpcTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(RpcProxyTestCase.class, "jaxrpc-samples-jsr109pojo-rpc.war");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         File javaWsdlMappingFile = new File("resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jaxrpc-mapping.xml");
-         assertTrue(javaWsdlMappingFile.exists());
-
-         QName serviceName = new QName(TARGET_NAMESPACE, "TestService");
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlLocation = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlLocation, serviceName, javaWsdlMappingFile.toURL());
-         endpoint = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-      }
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = endpoint.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = endpoint.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcProxyTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,78 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.jsr109pojo;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 23-Jan-2005
- */
-public class SimpleUserType
-{
-   public int a;
-   private int b;
-
-   public SimpleUserType()
-   {
-   }
-
-   public SimpleUserType(int a, int b)
-   {
-      this.a = a;
-      this.b = b;
-   }
-
-   public int getB()
-   {
-      return b;
-   }
-
-   public void setB(int b)
-   {
-      this.b = b;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof SimpleUserType)) return false;
-
-      final SimpleUserType simpleUserType = (SimpleUserType)o;
-
-      if (a != simpleUserType.a) return false;
-      if (b != simpleUserType.b) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = a;
-      result = 29 * result + b;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + b + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/SimpleUserType.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,196 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.message;
-
-import java.io.ByteArrayInputStream;
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.parsers.ParserConfigurationException;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.transform.Transformer;
-import javax.xml.transform.TransformerException;
-import javax.xml.transform.TransformerFactory;
-import javax.xml.transform.dom.DOMResult;
-import javax.xml.transform.dom.DOMSource;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-
-/**
- * Test unstructured message processing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Nov-2004
- */
-public class MessageTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT = "http://" + getServerHost() + ":8080/jaxrpc-samples-message";
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(MessageTestCase.class, "jaxrpc-samples-message.war, jaxrpc-samples-message-client.jar");
-   }
-
-   /** Use the SAAJ API to send the SOAP message.
-    * This simulates an external client and tests server side message handling.
-    */
-   public void testSAAJClientFromEnvelope() throws Exception
-   {
-      MessageFactory mf = MessageFactory.newInstance();
-      SOAPMessage reqMsg = mf.createMessage();
-
-      DocumentBuilder builder = getDocumentBuilder();
-      Document doc = builder.parse(new ByteArrayInputStream(MessageTestService.request.getBytes()));
-      reqMsg.getSOAPBody().addDocument(doc);
-
-      SOAPConnectionFactory conFactory = SOAPConnectionFactory.newInstance();
-      SOAPConnection con = conFactory.createConnection();
-      SOAPMessage resMsg = con.call(reqMsg, new URL(TARGET_ENDPOINT));
-
-      SOAPBody soapBody = resMsg.getSOAPBody();
-      SOAPElement soapElement = (SOAPElement)soapBody.getChildElements().next();
-
-      validateResponse(soapElement);
-   }
-
-   /** Use the SAAJ API to send the SOAP message.
-    * This simulates an external client and tests server side message handling.
-    */
-   public void testSAAJClientFromBody() throws Exception
-   {
-      MessageFactory mf = MessageFactory.newInstance();
-      SOAPMessage reqMsg = mf.createMessage();
-
-      DocumentBuilder builder = getDocumentBuilder();
-      Document doc = builder.parse(new ByteArrayInputStream(MessageTestService.request.getBytes()));
-      reqMsg.getSOAPBody().addDocument(doc);
-
-      SOAPConnectionFactory conFactory = SOAPConnectionFactory.newInstance();
-      SOAPConnection con = conFactory.createConnection();
-      SOAPMessage resMsg = con.call(reqMsg, new URL(TARGET_ENDPOINT));
-
-      SOAPBody soapBody = resMsg.getSOAPBody();
-      SOAPElement soapElement = (SOAPElement)soapBody.getChildElements().next();
-
-      validateResponse(soapElement);
-   }
-
-   /** Use the JBoss generated dynamic proxy send the SOAP message.
-    * This tests server/client side message handling.
-    */
-   public void testProcessElement() throws Exception
-   {
-      MessageTestService port = getPort();
-
-      DocumentBuilder builder = getDocumentBuilder();
-      Document doc = builder.parse(new ByteArrayInputStream(MessageTestService.request.getBytes()));
-      Element reqElement = doc.getDocumentElement();
-
-      Element resElement = port.processElement(convertToSOAPElement(reqElement));
-      validateResponse(resElement);
-   }
-
-   private MessageTestService getPort() throws Exception
-   {
-      if (isTargetServerJBoss())
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/MessageService");
-         MessageTestService port = (MessageTestService)service.getPort(MessageTestService.class);
-         return port;
-      }
-      else
-      {
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlURL = new File("resources/jaxrpc/samples/message/WEB-INF/wsdl/MessageService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/samples/message/WEB-INF/jaxrpc-mapping.xml").toURL();
-         QName qname = new QName("http://org.jboss.ws/samples/message", "MessageService");
-         Service service = factory.createService(wsdlURL, qname, mappingURL);
-         MessageTestService port = (MessageTestService)service.getPort(MessageTestService.class);
-         ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-message");
-         return port;
-      }
-   }
-
-   private SOAPElement convertToSOAPElement(Element reqElement) throws TransformerException, SOAPException
-   {
-      SOAPElement parent = SOAPFactory.newInstance().createElement("dummy");
-      TransformerFactory factory = TransformerFactory.newInstance();
-      Transformer transformer = factory.newTransformer();
-      transformer.transform(new DOMSource(reqElement), new DOMResult(parent));
-      return (SOAPElement)parent.getChildElements().next();
-   }
-
-   private DocumentBuilder getDocumentBuilder() throws ParserConfigurationException
-   {
-      // Setup document builder
-      DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
-      docBuilderFactory.setNamespaceAware(true);
-
-      DocumentBuilder builder = docBuilderFactory.newDocumentBuilder();
-      return builder;
-   }
-
-   private void validateResponse(Element resEl) throws Exception
-   {
-      QName expName = new QName(MessageTestService.TARGET_NAMESPACE, "Response", MessageTestService.PREFIX_1);
-      QName elementName = new QName(resEl.getNamespaceURI(), resEl.getLocalName(), resEl.getPrefix());
-      assertEquals(expName, elementName);
-
-      expName = new QName("POID");
-      Element poidEl = DOMUtils.getFirstChildElement(resEl, expName);
-      elementName = new QName(poidEl.getLocalName());
-      assertEquals(expName, elementName);
-
-      String elementValue = DOMUtils.getTextContent(poidEl);
-      assertEquals("12345", elementValue);
-
-      expName = new QName("Status");
-      Element statusEl = DOMUtils.getFirstChildElement(resEl, expName);
-      elementName = new QName(statusEl.getLocalName());
-      assertEquals(expName, elementName);
-
-      elementValue = DOMUtils.getTextContent(statusEl);
-      assertEquals("ok", elementValue);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.message;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.xml.soap.SOAPElement;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 26-Nov-2004
- */
-public interface MessageTestService extends Remote
-{
-   static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/message/types";
-   static final String PREFIX_1 = "ns1";
-
-   static final String NSURI_2 = "http://somens";
-   static final String PREFIX_2 = "ns2";
-
-   String request =
-           "<ns1:Order xmlns:ns1='" + TARGET_NAMESPACE + "' xmlns:ns2='http://somens' attrval='somevalue'>" +
-           "  <ns2:Customer>Kermit</ns2:Customer>" +
-           "  <Item>Ferrari</Item>" +
-           "</ns1:Order>";
-
-   String response =
-           "<ns1:Response xmlns:ns1='" + TARGET_NAMESPACE + "'>" +
-           "  <POID>12345</POID>" +
-           "  <Status>ok</Status>" +
-           "</ns1:Response>";
-
-   public SOAPElement processElement(SOAPElement msg) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,136 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.message;
-
-import java.io.ByteArrayInputStream;
-import java.io.StringWriter;
-import java.rmi.RemoteException;
-
-import javax.xml.namespace.QName;
-import javax.xml.parsers.DocumentBuilder;
-import javax.xml.parsers.DocumentBuilderFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPFactory;
-import javax.xml.transform.Transformer;
-import javax.xml.transform.TransformerFactory;
-import javax.xml.transform.dom.DOMResult;
-import javax.xml.transform.dom.DOMSource;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.w3c.dom.NodeList;
-
-import com.ibm.wsdl.util.xml.DOM2Writer;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 26-Nov-2004
- */
-public class MessageTestServiceBean implements MessageTestService
-{
-   // provide logging
-   private final Logger log = Logger.getLogger(MessageTestServiceBean.class);
-
-   /** org.w3c.dom.Element
-    */
-   public SOAPElement processElement(SOAPElement msg) throws RemoteException
-   {
-      StringWriter swr = new StringWriter();
-      DOM2Writer.serializeAsXML(msg, swr);
-      log.info("processElement: " + swr);
-
-      try
-      {
-         Element reqEl = (Element)msg;
-
-         // verify order element
-         QName qname = new QName(TARGET_NAMESPACE, "Order", PREFIX_1);
-         QName elementName = new QName(reqEl.getNamespaceURI(), reqEl.getLocalName(), reqEl.getPrefix());
-         if (qname.equals(elementName) == false)
-            throw new IllegalArgumentException("Unexpected element: " + elementName);
-
-         // Verify the custom attribute
-         String attrVal = reqEl.getAttribute("attrval");
-         if ("somevalue".equals(attrVal) == false)
-            throw new IllegalArgumentException("Unexpected attribute value: " + attrVal);
-
-         // Verify NS declarations
-         String nsURI_1 = reqEl.getAttribute("xmlns:" + PREFIX_1);
-         if (TARGET_NAMESPACE.equals(nsURI_1) == false)
-            throw new IllegalArgumentException("Unexpected namespace URI: " + nsURI_1);
-
-         String nsURI_2 = reqEl.getAttribute("xmlns:" + PREFIX_2);
-         if (NSURI_2.equals(nsURI_2) == false)
-            throw new IllegalArgumentException("Unexpected namespace URI: " + nsURI_2);
-
-         // Test getElementsByTagNameNS
-         // http://jira.jboss.com/jira/browse/JBWS-99
-         NodeList nodeList1 = reqEl.getElementsByTagNameNS(NSURI_2, "Customer");
-         if (nodeList1.getLength() != 1)
-            throw new IllegalArgumentException("Cannot getElementsByTagNameNS");
-
-         // Test getElementsByTagName
-         // http://jira.jboss.com/jira/browse/JBWS-99
-         NodeList nodeList2 = reqEl.getElementsByTagName("Item");
-         if (nodeList2.getLength() != 1)
-            throw new IllegalArgumentException("Cannot getElementsByTagName");
-
-         // verify customer element
-         qname = new QName(NSURI_2, "Customer", PREFIX_2);
-         Element custEl = DOMUtils.getFirstChildElement(reqEl, qname);
-         String elementValue = DOMUtils.getTextContent(custEl);
-         if ("Customer".equals(custEl.getLocalName()) == false || "Kermit".equals(elementValue) == false)
-            throw new IllegalArgumentException("Unexpected element value: " + elementValue);
-
-         // verify item element
-         qname = new QName("Item");
-         Element itemEl = DOMUtils.getFirstChildElement(reqEl, qname);
-         elementValue = DOMUtils.getTextContent(itemEl);
-         if ("Item".equals(itemEl.getLocalName()) == false || "Ferrari".equals(elementValue) == false)
-            throw new IllegalArgumentException("Unexpected element value: " + elementValue);
-
-         // Setup document builder
-         DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
-         docBuilderFactory.setNamespaceAware(true);
-
-         // Prepare response
-         DocumentBuilder builder = docBuilderFactory.newDocumentBuilder();
-         Document doc = builder.parse(new ByteArrayInputStream(response.getBytes()));
-
-         SOAPElement parent = SOAPFactory.newInstance().createElement("dummy");
-         TransformerFactory factory = TransformerFactory.newInstance();
-         Transformer transformer = factory.newTransformer();
-         transformer.transform(new DOMSource(doc), new DOMResult(parent));
-         return (SOAPElement) parent.getChildElements().next();
-      }
-      catch (RuntimeException e)
-      {
-         throw e;
-      }
-      catch (Exception e)
-      {
-         throw new RemoteException(e.toString(), e);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/message/MessageTestServiceBean.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,170 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.mtom;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.net.URL;
-
-import javax.activation.DataHandler;
-import javax.activation.FileDataSource;
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.transform.Source;
-import javax.xml.transform.stream.StreamSource;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test SOAP with XOP through the JAXRPC dynamic proxy layer.
- *
- * @author Thomas.Diesler at jboss.org
- * @author Heiko.Braun at jboss.org
- * @since 18-Jan-2006
- */
-public class XOPRpcTestCase extends JBossWSTest
-{
-   private static XOPTest port;
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(XOPRpcTestCase.class, "jaxrpc-samples-mtom.war, jaxrpc-samples-mtom-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/XOPTestService");
-            port = (XOPTest)service.getPort(XOPTest.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/mtom/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/mtom/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/mtom", "XOPTest");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (XOPTest)service.getPort(XOPTest.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-mtom");
-         }
-
-      }
-
-      //((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8081/jaxrpc-samples-mtom");
-   }
-
-   /**
-    * Send unknown file as 'application/octet-stream'.
-    * Uses a DataHandler both for the endpint parameter and the return type.
-    */
-   public void testSimpleBinary() throws Exception
-   {
-      DataHandler value = port.sendOctets("Some text message", new DataHandler(
-          new FileDataSource("resources/jaxrpc/samples/mtom/disguised_jpeg.xcf")
-      ));
-      assertNotNull(value);
-      assertTrue("Wrong content type", value.getContentType().equals("application/octet-stream"));
-   }
-
-   /**
-    * Send a multipart message with a 'image/jpeg' attachment part.
-    * Uses a DataHandler as endpoint parameter and return type.
-    */
-   public void testAbstractParameterTypes() throws Exception
-   {
-      URL url = new File("resources/jaxrpc/samples/mtom/attach.jpeg").toURL();
-      DataHandler value = port.sendMimeImageJPEG("Some text message", new DataHandler(url));
-      assertNotNull(value);
-      assertTrue("Wrong return content-type returned", value.getContentType().equals("image/jpeg"));
-   }
-
-   /**
-    * Send a multipart message with a 'text/plain' attachment part.
-    * Uses java.lang.String as endpoint parameter and return type.
-    */
-   public void testConcreteParameterTypes() throws Exception
-   {
-      String xoppart = "This is a plain text attachment.";
-      String value = port.sendMimeTextPlain("Some text message", xoppart);
-      assertNotNull(value);
-      assertEquals("Value mismatch", value, xoppart);
-   }
-
-   /**
-    * Send a multipart message with a 'text/xml' attachment part.
-    * Uses a DataHandler as endpoint parameter, but javax.xml.transform.Source as return value.
-    */
-   public void testParameterConversion() throws Exception
-   {
-      FileInputStream stream = new FileInputStream("resources/jaxrpc/samples/mtom/attach.xml");
-      StreamSource source = new StreamSource(stream);
-
-      Source value = port.sendMimeTextXML("Some text message", new DataHandler(source, "text/xml"));
-      assertNotNull(value);
-      assertTrue("Wrong return value type", value instanceof Source);
-   }
-
-   /**
-    * Send a multipart message with a application/xml attachment part.
-    * Uses a javax.xml.transform.Source as endpoint parameter, but javax.activation.DataHandler as return value.
-    */
-   public void testParameterConversionReverse() throws Exception
-   {
-      FileInputStream stream = new FileInputStream("resources/jaxrpc/samples/mtom/attach.xml");
-      StreamSource source = new StreamSource(stream);
-
-      DataHandler value = port.sendMimeApplicationXML("Some text message", source);
-      assertNotNull(value);
-      assertTrue("Wrong return value content-type", value.getContentType().equals("application/xml"));
-   }
-
-   /**
-    * Send a inlined message and expect a multipart response.
-    */
-   public void testMTOMDisabledClientSide() throws Exception
-   {
-      /*URL url = new File("resources/jaxrpc/samples/mtom/attach.jpeg").toURL();
-
-      // disable MTOM
-      ((Stub)port)._setProperty("org.jboss.ws.mtom.enabled", "false");
-
-      DataHandler value = port.sendMimeImageJPEG("MTOM disabled request", new DataHandler(url));
-      assertNotNull(value);
-      assertTrue("Wrong return content-type returned", value.getContentType().equals("image/jpeg"));
-      */
-
-      System.out.println("FIXME: testMTOMDisabledClientSide");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPRpcTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.mtom;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.activation.DataHandler;
-import javax.xml.transform.Source;
-
-/**
- * Service Endpoint Interface for XOP
- *
- * image/gif         java.awt.Image
- * image/jpeg        java.awt.Image
- * text/plain        java.lang.String
- * multipart/*       javax.mail.internet.MimeMultipart
- * text/xml          javax.xml.transform.Source
- * application/xml   javax.xml.transform.Source
- *
- * @author Thomas.Diesler at jboss.org
- * @since 18-Jan-2006
- */
-public interface XOPTest extends Remote
-{
-   /** Service endpoint method for image/jpeg
-    */
-   DataHandler sendMimeImageJPEG(String message, DataHandler xoppart) throws RemoteException;
-
-   /** Service endpoint method for text/plain
-    */
-   String sendMimeTextPlain(String message, String xoppart) throws RemoteException;
-
-   /** Service endpoint method for text/xml
-    */
-   Source sendMimeTextXML(String message, DataHandler xoppart) throws RemoteException;
-
-   /** Service endpoint method for application/xml
-    */
-   DataHandler sendMimeApplicationXML(String message, Source xoppart) throws RemoteException;
-
-   DataHandler sendOctets(String message, DataHandler xoppart) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTest.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,113 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.mtom;
-
-import java.io.IOException;
-import java.rmi.RemoteException;
-
-import javax.activation.DataHandler;
-import javax.xml.rpc.ServiceException;
-import javax.xml.rpc.server.ServiceLifecycle;
-import javax.xml.rpc.server.ServletEndpointContext;
-import javax.xml.transform.Source;
-
-import org.jboss.ws.WSException;
-
-/**
- * Service Endpoint for XOP
- *
- * image/jpeg        java.awt.Image
- * text/plain        java.lang.String
- * text/xml          javax.xml.transform.Source
- * application/xml   javax.xml.transform.Source
- *
- * @author Thomas.Diesler at jboss.org
- * @author Heiko.Braun at jboss.org
- *
- * @since 18-Jan-2006
- */
-public class XOPTestImpl implements XOPTest, ServiceLifecycle
-{
-   private ServletEndpointContext context;
-
-   /**
-    * Service endpoint method that processes inlined and optimized values.
-    */
-   public DataHandler sendMimeImageJPEG(String message, DataHandler xoppart) throws RemoteException
-   {
-      String expContentType = message.equals("MTOM disabled request") ? "application/octet-stream" : "image/jpeg";
-
-      if(! xoppart.getContentType().equals(expContentType))
-         throw new IllegalArgumentException("Wrong content-type: expected "+expContentType+", but was " + xoppart.getContentType());
-      return xoppart;
-   }
-
-   /**
-    * Service endpoint method for text/plain
-    */
-   public String sendMimeTextPlain(String message, String xoppart) throws RemoteException
-   {
-      return xoppart;
-   }
-
-   /**
-    * Service endpoint method for text/xml
-    */
-   public Source sendMimeTextXML(String message, DataHandler xoppart) throws RemoteException
-   {
-      if(! xoppart.getContentType().equals("text/xml"))
-         throw new IllegalArgumentException("Wrong content-type: expected 'text/xml', but was " + xoppart.getContentType());
-      try
-      {
-         Source payload = (Source)xoppart.getContent();
-         return payload;
-      }
-      catch (IOException e)
-      {
-         throw new WSException(e.getMessage());
-      }
-   }
-
-   /**
-    * Service endpoint method for application/xml
-    */
-   public DataHandler sendMimeApplicationXML(String message, Source xoppart) throws RemoteException
-   {
-      return new DataHandler(xoppart, "application/xml");
-   }
-
-   public DataHandler sendOctets(String message, DataHandler xoppart) throws RemoteException {
-      if(! xoppart.getContentType().equals("application/octet-stream"))
-         throw new IllegalArgumentException("Wrong content-type: expected 'application/octet-stream', but was " + xoppart.getContentType());
-      return xoppart;
-   }
-
-   public void init(Object context) throws ServiceException
-   {
-      this.context = (ServletEndpointContext)context;
-   }
-
-   public void destroy()
-   {
-      this.context = null;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/mtom/XOPTestImpl.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.oneway;
-
-import org.jboss.logging.Logger;
-
-/**
- * A service endpoint for one-way invocation
- *
- * @author Thomas.Diesler at jboss.org
- * @since 09-Sep-2005
- */
-public class OneWayServiceBean implements OneWayTestService
-{
-   // provide logging
-   protected Logger log = Logger.getLogger(OneWayServiceBean.class);
-
-   public void noOneWay(String str1)
-   {
-      log.info("noOneWay: " + str1);
-   }
-
-   public void oneWay(String str1)
-   {
-      log.info("oneWay: " + str1);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayServiceBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,87 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.oneway;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE test case for onway operations.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 09-Sep-2005
- */
-public class OneWayTestCase extends JBossWSTest
-{
-   private static OneWayTestService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(OneWayTestCase.class, "jaxrpc-samples-oneway.war, jaxrpc-samples-oneway-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (OneWayTestService)service.getPort(OneWayTestService.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/oneway/WEB-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/oneway/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/oneway", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (OneWayTestService)service.getPort(OneWayTestService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-oneway");
-         }
-      }
-   }
-
-   public void testOneWay() throws Exception
-   {
-      port.oneWay("Hello");
-   }
-
-   public void testNoOneWay() throws Exception
-   {
-      port.noOneWay("Hello");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.oneway;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for one-way invocation
- *
- * @author Thomas.Diesler at jboss.org
- * @since 09-Sep-2005
- */
-public interface OneWayTestService extends Remote
-{
-   void noOneWay(String str1) throws RemoteException;
-
-   void oneWay(String str1) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/oneway/OneWayTestService.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.rpcstyle;
-
-import org.jboss.logging.Logger;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public class TrivialEndpointJSE implements TrivialService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(TrivialEndpointJSE.class);
-
-   public String purchase (String person, String product)
-   {
-      log.info("purchase: " + person + "," + product);
-      return "ok" + person + product;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialEndpointJSE.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.rpcstyle;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 04-Jun-2005
- */
-public interface TrivialService extends Remote
-{
-   String purchase (String person, String product) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,86 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.rpcstyle;
-
-import java.io.File;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test JSE test case for an rpc style service.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 25-Jan-2005
- */
-public class TrivialServiceRpcTestCase extends JBossWSTest
-{
-   private static TrivialService port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(TrivialServiceRpcTestCase.class, "jaxrpc-samples-rpcstyle.war, jaxrpc-samples-rpcstyle-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TrivialService");
-            port = (TrivialService)service.getPort(TrivialService.class);
-         }         
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/rpcstyle/WEB-INF/wsdl/SampleService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/rpcstyle/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/rpcstyle", "SampleService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (TrivialService)service.getPort(TrivialService.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-rpcstyle");
-            
-         }
-      }
-   }
-
-   public void testTrivialAccess() throws Exception
-   {
-      String person = "Kermit";
-      String product = "Ferrari";
-      String status = port.purchase(person, product);
-      assertEquals("ok" + person + product, status);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/TrivialServiceRpcTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.secureejb;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.CreateException;
-import javax.ejb.EJBHome;
-
-/**
- * An example of a remote home interface
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public interface OrganizationHome extends EJBHome
-{
-   public OrganizationRemote create() throws CreateException, RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationHome.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,70 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.secureejb;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-import org.jboss.logging.Logger;
-
-/**
- * An example of an EJB service endpoint.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public class OrganizationImpl implements SessionBean
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(OrganizationImpl.class);
-
-   public String getContactInfo(String organization) throws RemoteException
-   {
-      log.info("getContactInfo: " + organization);
-      return "The '" + organization + "' boss is currently out of office, please call again.";
-   }
-
-   // SLSB Lifecycle ***************************************************************************************************
-
-   public void ejbCreate()
-   {
-   }
-
-   public void setSessionContext(SessionContext ctx) throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbRemove() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbActivate() throws EJBException, RemoteException
-   {
-   }
-
-   public void ejbPassivate() throws EJBException, RemoteException
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.secureejb;
-
-import java.rmi.RemoteException;
-
-import javax.ejb.EJBObject;
-
-/**
- * An example of a remote interface
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public interface OrganizationRemote extends EJBObject
-{
-   String getContactInfo(String organization) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationRemote.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.secureejb;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * An example of a service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public interface OrganizationService extends Remote
-{
-   String getContactInfo(String organization) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/OrganizationService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,178 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.secureejb;
-
-import java.rmi.RemoteException;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.security.SecurityAssociation;
-import org.jboss.security.SimplePrincipal;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-
-/**
- * A web service client that connects to a secured SLSB endpoint using.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2004
- */
-public class SecureEJBTestCase extends JBossWSTest
-{
-   public static final String USERNAME = "kermit";
-   public static final String PASSWORD = "thefrog";
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SecureEJBTestCase.class, "jaxrpc-samples-secureejb.jar, jaxrpc-samples-secureejb-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      SecurityAssociation.setPrincipal(null);
-      SecurityAssociation.setCredential(null);
-   }
-
-   /** Test required principal/credential for this bean
-    */
-   public void testRoleSecuredSLSB() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      OrganizationHome home = (OrganizationHome)iniCtx.lookup("ejb/RoleSecuredSLSB");
-
-      OrganizationRemote bean = null;
-      try
-      {
-         bean = home.create();
-         fail("Security exception expected");
-      }
-      catch (Exception e)
-      {
-         // all cool, now try again with valid credentials
-         SecurityAssociation.setPrincipal(new SimplePrincipal(USERNAME));
-         SecurityAssociation.setCredential(PASSWORD);
-         bean = home.create();
-      }
-
-      String info = bean.getContactInfo("mafia");
-      assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
-   }
-
-   /** Test that the remote access to this bean is unchecked
-    */
-   public void testBasicSecuredSLSB() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      OrganizationHome home = (OrganizationHome)iniCtx.lookup("ejb/BasicSecuredSLSB");
-
-      OrganizationRemote bean = home.create();
-      String info = bean.getContactInfo("mafia");
-      assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
-   }
-
-   public void testBasicSecuredServiceAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/BasicSecured");
-      QName portName = new QName("http://org.jboss.ws/samples/secureejb", "BasicSecuredPort");
-      OrganizationService port = (OrganizationService)service.getPort(portName, OrganizationService.class);
-
-      try
-      {
-         port.getContactInfo("mafia");
-         fail("Security exception expected");
-      }
-      catch (RemoteException ignore)
-      {
-         // ignore expected exception
-      }
-
-      Stub stub = (Stub)port;
-      stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME);
-      stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD);
-
-      String info = port.getContactInfo("mafia");
-      assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
-   }
-
-   public void testRoleSecuredServiceAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/RoleSecured");
-      QName portName = new QName("http://org.jboss.ws/samples/secureejb", "RoleSecuredPort");
-      OrganizationService port = (OrganizationService)service.getPort(portName, OrganizationService.class);
-
-      try
-      {
-         port.getContactInfo("mafia");
-         fail("Security exception expected");
-      }
-      catch (RemoteException ignore)
-      {
-         // ignore expected exception
-      }
-
-      Stub stub = (Stub)port;
-      stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME);
-      stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD);
-
-      String info = port.getContactInfo("mafia");
-      assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
-   }
-
-   public void testConfidentialServiceAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/ConfidentialSecured");
-      QName portName = new QName("http://org.jboss.ws/samples/secureejb", "ConfidentialPort");
-      OrganizationService port = (OrganizationService)service.getPort(portName, OrganizationService.class);
-      
-      Stub stub = (Stub)port;
-      String address = (String)stub._getProperty(Stub.ENDPOINT_ADDRESS_PROPERTY);
-      assertEquals("https://" + getServerHost() + ":8443/ws4ee-samples-ejb/ConfidentialSecured", address);
-
-      // test non-confidential access
-      try
-      {
-         stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/ws4ee-samples-ejb/ConfidentialSecured");
-         port.getContactInfo("mafia");
-         fail("Security exception expected");
-      }
-      catch (RemoteException ignore)
-      {
-         // ignore expected exception
-      }
-      
-      // test confidential access
-      //stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "https://" + getServerHost() + ":8443/ws4ee-samples-ejb/ConfidentialSecured");
-      //String info = port.getContactInfo("mafia");
-      //assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.swa;
-
-import java.awt.Image;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.mail.internet.MimeMultipart;
-import javax.xml.transform.Source;
-
-/**
- * Service Endpoint Interface for the MIME mapping required by JAXRPC-1.1
- *
- * image/gif         java.awt.Image
- * image/jpeg        java.awt.Image
- * text/plain        java.lang.String
- * multipart/*       javax.mail.internet.MimeMultipart
- * text/xml          javax.xml.transform.Source
- * application/xml   javax.xml.transform.Source
- *
- * @author Thomas.Diesler at jboss.org
- * @since Nov 17, 2004
- */
-public interface Attachment extends Remote
-{
-   /** Service endpoint method for image/gif
-    */
-   String sendMimeImageGIF(String message, Object mimepart) throws RemoteException;
-
-   /** Service endpoint method for image/jpeg
-    */
-   String sendMimeImageJPEG(String message, Image mimepart) throws RemoteException;
-
-   /** Service endpoint method for text/plain
-    */
-   String sendMimeTextPlain(String message, String mimepart) throws RemoteException;
-
-   /** Service endpoint method for multipart/*
-    */
-   String sendMimeMultipart(String message, MimeMultipart mimepart) throws RemoteException;
-
-   /** Service endpoint method for text/xml
-    */
-   String sendMimeTextXML(String message, Object mimepart) throws RemoteException;
-
-   /** Service endpoint method for application/xml
-    */
-   String sendMimeApplicationXML(String message, Source mimepart) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/Attachment.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,216 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.swa;
-
-import java.awt.Image;
-import java.awt.Toolkit;
-import java.io.File;
-import java.io.FileInputStream;
-import java.net.URL;
-import java.rmi.RemoteException;
-
-import javax.activation.DataHandler;
-import javax.mail.internet.MimeBodyPart;
-import javax.mail.internet.MimeMultipart;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-import javax.xml.rpc.ParameterMode;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.transform.stream.StreamSource;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.Constants;
-
-/**
- * Test SOAP with Attachements (SwA) through the JAXRPC DII layer.
- *
- * @author Thomas.Diesler at jboss.org
- * @author <a href="mailto:jason at stacksmash.com">Jason T. Greene</a>
- * @since Nov 16, 2004
- */
-public class AttachmentDIITestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-swa";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/swa";
-   private static final QName SERVICE_NAME = new QName(TARGET_NAMESPACE, "Attachment");
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(AttachmentDIITestCase.class, "jaxrpc-samples-swa.war");
-   }
-   
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageGIF() throws Exception
-   {
-      String rpcMethodName = "sendMimeImageGIF";
-      Call call = setupMimeMessage(rpcMethodName, "image/gif");
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.gif").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         //log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         sendAndValidateMimeMessage(call, new DataHandler(url));
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageJPEG() throws Exception
-   {
-      String rpcMethodName = "sendMimeImageJPEG";
-      Call call = setupMimeMessage(rpcMethodName, "image/jpeg");
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.jpeg").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         sendAndValidateMimeMessage(call, new DataHandler(url));
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextPlain() throws Exception
-   {
-      String rpcMethodName = "sendMimeTextPlain";
-      Call call = setupMimeMessage(rpcMethodName, "text/plain");
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.txt").toURL();
-      sendAndValidateMimeMessage(call, new DataHandler(url));
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeMultipart() throws Exception
-   {
-      String rpcMethodName = "sendMimeMultipart";
-      Call call = setupMimeMessage(rpcMethodName, "multipart/mixed");
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.txt").toURL();
-      MimeMultipart mimepart = new MimeMultipart("mixed");
-      MimeBodyPart bodyPart = new MimeBodyPart();
-      bodyPart.setDataHandler(new DataHandler(url));
-      String bpct = bodyPart.getContentType();
-      bodyPart.setHeader("Content-Type", bpct);
-      mimepart.addBodyPart(bodyPart);
-
-      sendAndValidateMimeMessage(call, mimepart);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextXML() throws Exception
-   {
-      String rpcMethodName = "sendMimeTextXML";
-      Call call = setupMimeMessage(rpcMethodName, "text/xml");
-      FileInputStream stream = new FileInputStream("resources/jaxrpc/samples/swa/attach.xml");
-      StreamSource source = new StreamSource(stream);
-
-      sendAndValidateMimeMessage(call, new DataHandler(source, "text/xml"));
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeApplicationXML() throws Exception
-   {
-      String rpcMethodName = "sendMimeApplicationXML";
-      Call call = setupMimeMessage(rpcMethodName, "application/xml");
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.xml").toURL();
-      sendAndValidateMimeMessage(call, new DataHandler(url));
-   }
-
-   /** Setup the multipart/related MIME message
-    */
-   private Call setupMimeMessage(String rpcMethodName, String contentType)
-      throws Exception
-   {
-      ServiceFactory factory = ServiceFactory.newInstance();
-      Service service = factory.createService(SERVICE_NAME);
-
-      Call call = service.createCall();
-      call.setOperationName(new QName(TARGET_NAMESPACE, rpcMethodName));
-      call.addParameter("message", new QName(Constants.NS_SCHEMA_XSD, "string"), ParameterMode.IN);
-
-      if (contentType.equals("image/jpeg"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_IMAGE_JPEG, DataHandler.class, ParameterMode.IN);
-      else if (contentType.equals("image/gif"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_IMAGE_GIF, DataHandler.class, ParameterMode.IN);
-      else if (contentType.equals("text/plain"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_TEXT_PLAIN, DataHandler.class, ParameterMode.IN);
-      else if (contentType.startsWith("multipart/"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_MULTIPART_MIXED, MimeMultipart.class, ParameterMode.IN);
-      else if (contentType.equals("text/xml"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_TEXT_XML, DataHandler.class, ParameterMode.IN);
-      else if (contentType.equals("application/xml"))
-         call.addParameter("mimepart", Constants.TYPE_MIME_APPLICATION_XML, DataHandler.class, ParameterMode.IN);
-
-      call.setReturnType(new QName(Constants.NS_SCHEMA_XSD, "string"));
-
-      call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
-
-      return call;
-   }
-
-   /** Send the message and validate the result
-    */
-   private void sendAndValidateMimeMessage(Call call, Object mimepart)
-      throws RemoteException
-   {
-      String message = "Some text message";
-      String value = (String)call.invoke(new Object[]{message, mimepart});
-
-      assertEquals("[pass]", value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentDIITestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,261 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.swa;
-
-import java.awt.Image;
-import java.rmi.RemoteException;
-import java.util.Iterator;
-
-import javax.mail.BodyPart;
-import javax.mail.internet.MimeMultipart;
-import javax.xml.rpc.ServiceException;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.rpc.server.ServiceLifecycle;
-import javax.xml.rpc.server.ServletEndpointContext;
-import javax.xml.soap.AttachmentPart;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.transform.Source;
-
-/**
- * Service Endpoint for the MIME mapping required by JAXRPC-1.1
- *
- * image/gif         java.awt.Image
- * image/jpeg        java.awt.Image
- * text/plain        java.lang.String
- * multipart/*       javax.mail.internet.MimeMultipart
- * text/xml          javax.xml.transform.Source
- * application/xml   javax.xml.transform.Source
- *
- * @author Thomas.Diesler at jboss.org
- * @since Nov 17, 2004
- */
-public class AttachmentImpl implements Attachment, ServiceLifecycle
-{
-   private ServletEndpointContext context;
-
-   /** Service endpoint method for image/gif
-    */
-   public String sendMimeImageGIF(String message, Object mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "image/gif";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   /** Service endpoint method for image/jpeg
-    */
-   public String sendMimeImageJPEG(String message, Image mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "image/jpeg";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   /** Service endpoint method for text/plain
-    */
-   public String sendMimeTextPlain(String message, String mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "text/plain";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   /** Service endpoint method for multipart/*
-    */
-   public String sendMimeMultipart(String message, MimeMultipart mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "multipart/*";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   /** Service endpoint method for text/xml
-    */
-   public String sendMimeTextXML(String message, Object mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "text/xml";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   /** Service endpoint method for application/xml
-    */
-   public String sendMimeApplicationXML(String message, Source mimepart) throws RemoteException
-   {
-      StringBuffer buffer = new StringBuffer();
-
-      validateStringMessage(buffer, message);
-
-      String expContentType = "application/xml";
-      validateAttachmentPart(buffer, expContentType, mimepart);
-
-      String resultStr = getResultStr(buffer, expContentType);
-      return resultStr;
-   }
-
-   private void validateStringMessage(StringBuffer buffer, String message)
-   {
-      if ("Some text message".equals(message) == false)
-         buffer.append("[message=" + message + "]");
-   }
-
-   private void validateAttachmentPart(StringBuffer buffer, String expContentType, Object mimepart)
-   {
-      SOAPMessageContext msgContext = (SOAPMessageContext)context.getMessageContext();
-      SOAPMessage soapMessage = msgContext.getMessage();
-
-      Iterator attachments = soapMessage.getAttachments();
-      if (attachments.hasNext())
-      {
-         AttachmentPart ap = (AttachmentPart)attachments.next();
-         String contentType = ap.getContentType();
-
-         if (expContentType.equals("multipart/*"))
-         {
-            if (contentType.startsWith("multipart/") == false)
-               buffer.append("[contentType=" + contentType + "]");
-         }
-         else if (expContentType.equals("text/xml"))
-         {
-            if (contentType.equals("text/xml") == false && contentType.equals("application/xml") == false)
-               buffer.append("[contentType=" + contentType + "]");
-         }
-         else
-         {
-            if (contentType.equals(expContentType) == false)
-               buffer.append("[contentType=" + contentType + "]");
-         }
-         validateSinglePart(buffer, expContentType, ap);
-      }
-      else
-      {
-         buffer.append("[no attachments]");
-      }
-
-      validateSinglePart(buffer, expContentType, mimepart);
-   }
-
-   private void validateSinglePart(StringBuffer buffer, String contentType, Object content)
-   {
-      try
-      {
-         if (content instanceof AttachmentPart)
-            content = ((AttachmentPart)content).getContent();
-         
-         if (contentType.equals("image/gif") || contentType.equals("image/jpeg"))
-         {
-            if ((content instanceof Image) == false)
-               buffer.append("[content=" + content + "]");
-         }
-         else if (contentType.equals("text/plain"))
-         {
-            if ((content instanceof String) == false)
-               buffer.append("[content=" + content + "]");
-         }
-         else if (contentType.startsWith("multipart/"))
-         {
-            if ((content instanceof MimeMultipart) == false)
-            {
-               buffer.append("[content=" + content + "]");
-            }
-            else
-            {
-               MimeMultipart mmp = (MimeMultipart)content;
-
-               int mmpCount = mmp.getCount();
-               if (mmpCount < 1)
-                  buffer.append("[count=" + mmpCount + "]");
-
-               for (int i = 0; i < mmpCount; i++)
-               {
-                  BodyPart bp = mmp.getBodyPart(i);
-                  String bpct = bp.getContentType();
-                  Object bpc = bp.getContent();
-                  validateSinglePart(buffer, bpct, bpc);
-               }
-            }
-         }
-         else if (contentType.equals("text/xml") || contentType.equals("application/xml"))
-         {
-            if ((content instanceof Source) == false)
-               buffer.append("[content=" + content + "]");
-         }
-         else
-         {
-            throw new IllegalArgumentException("Unsupported mime type: " + contentType);
-         }
-      }
-      catch (Exception e)
-      {
-         buffer.append("[" + e + "]");
-      }
-   }
-
-   private String getResultStr(StringBuffer buffer, String expContentType)
-   {
-      String retStr = (buffer.length() == 0 ? "[pass]" : buffer.toString());
-      System.out.println(expContentType + ": " + retStr);
-      return retStr;
-   }
-
-   // ServiceLifecycle *******************************************************************************************
-
-   public void init(Object context) throws ServiceException
-   {
-      this.context = (ServletEndpointContext)context;
-   }
-
-   public void destroy()
-   {
-      this.context = null;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,184 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.swa;
-
-import java.awt.Image;
-import java.awt.Toolkit;
-import java.io.File;
-import java.io.FileInputStream;
-import java.net.URL;
-
-import javax.activation.DataHandler;
-import javax.mail.internet.MimeBodyPart;
-import javax.mail.internet.MimeMultipart;
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.transform.stream.StreamSource;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-
-/**
- * Test SOAP with Attachements (SwA) through the JAXRPC dynamic proxy layer.
- *
- * @author Thomas.Diesler at jboss.org
- * @author <a href="mailto:jason at stacksmash.com">Jason T. Greene</a>
- * @since 16-Nov-2004
- */
-public class AttachmentProxyTestCase extends JBossWSTest
-{
-   private static Attachment port;
-
-   /** Deploy the test ear */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(AttachmentProxyTestCase.class, "jaxrpc-samples-swa.war, jaxrpc-samples-swa-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/AttachmentService");
-            port = (Attachment)service.getPort(Attachment.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/swa/WEB-INF/wsdl/Attachment.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/swa/WEB-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/swa", "Attachment");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (Attachment)service.getPort(Attachment.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-swa");
-         }
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageGIF() throws Exception
-   {
-      URL url = new File("resources/jaxrpc/samples/swa/attach.gif").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         //log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         String value = port.sendMimeImageGIF("Some text message", new DataHandler(url));
-         assertEquals("[pass]", value);
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageJPEG() throws Exception
-   {
-      URL url = new File("resources/jaxrpc/samples/swa/attach.jpeg").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         //log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         String value = port.sendMimeImageJPEG("Some text message", image);
-         assertEquals("[pass]", value);
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextPlain() throws Exception
-   {
-      String value = port.sendMimeTextPlain("Some text message", "This is a plain text attachment.");
-      assertEquals("[pass]", value);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeMultipart() throws Exception
-   {
-      URL url = new File("resources/jaxrpc/samples/swa/attach.txt").toURL();
-      MimeMultipart multipart = new MimeMultipart("mixed");
-      MimeBodyPart bodyPart = new MimeBodyPart();
-      bodyPart.setDataHandler(new DataHandler(url));
-      String bpct = bodyPart.getContentType();
-      bodyPart.setHeader("Content-Type", bpct);
-      multipart.addBodyPart(bodyPart);
-
-      String value = port.sendMimeMultipart("Some text message", multipart);
-      assertEquals("[pass]", value);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextXML() throws Exception
-   {
-      FileInputStream stream = new FileInputStream("resources/jaxrpc/samples/swa/attach.xml");
-      StreamSource source = new StreamSource(stream);
-
-      String value = port.sendMimeTextXML("Some text message", new DataHandler(source, "text/xml"));
-      assertEquals("[pass]", value);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeApplicationXML() throws Exception
-   {
-      FileInputStream stream = new FileInputStream("resources/jaxrpc/samples/swa/attach.xml");
-      StreamSource source = new StreamSource(stream);
-
-      String value = port.sendMimeApplicationXML("Some text message", source);
-      assertEquals("[pass]", value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentProxyTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,269 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.swa;
-
-import java.awt.Image;
-import java.awt.Toolkit;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.util.Iterator;
-
-import javax.activation.DataHandler;
-import javax.mail.internet.MimeBodyPart;
-import javax.mail.internet.MimeMultipart;
-import javax.xml.soap.AttachmentPart;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.Name;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPException;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.soap.SOAPPart;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.soap.SOAPBodyElementRpc;
-
-/**
- * Test SOAP with Attachements (SwA) through the SAAJ layer.
- * 
- * This tests the server side handling of Attachments.
- * The JAXRPC client is not tested.
- *
- * @author Thomas.Diesler at jboss.org
- * @author <a href="mailto:jason at stacksmash.com">Jason T. Greene</a>
- * @since Nov 16, 2004
- */
-public class AttachmentSAAJTestCase extends JBossWSTest
-{
-   private final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxrpc-samples-swa";
-   private static final String NS_PREFIX = "ns1";
-   private static final String TARGET_NAMESPACE = "http://org.jboss.ws/samples/swa";
-   private static final String CID_MIMEPART = "<mimepart=3234287987979.24237 at jboss.org>";
-
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(AttachmentSAAJTestCase.class, "jaxrpc-samples-swa.war");
-   }
-   
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageGIF() throws Exception
-   {
-      String rpcMethodName = "sendMimeImageGIF";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.gif").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         //log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         addAttachmentPart(msg, "image/gif", new DataHandler(url));
-         //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-         sendAndValidateMimeMessage(rpcMethodName, msg);
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeImageJPEG() throws Exception
-   {
-      String rpcMethodName = "sendMimeImageJPEG";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.jpeg").toURL();
-
-      // On Linux the X11 server must be installed properly to create images successfully.
-      // If the image cannot be created in the test VM, we assume it cannot be done on the
-      // server either, so we just skip the test
-      Image image = null;
-      try
-      {
-         image = Toolkit.getDefaultToolkit().createImage(url);
-      }
-      catch (Throwable th)
-      {
-         //log.warn("Cannot create Image: " + th);
-      }
-
-      if (image != null)
-      {
-         addAttachmentPart(msg, "image/jpeg", new DataHandler(url));
-         //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-         sendAndValidateMimeMessage(rpcMethodName, msg);
-      }
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextPlain() throws Exception
-   {
-      String rpcMethodName = "sendMimeTextPlain";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.txt").toURL();
-      addAttachmentPart(msg, "text/plain", new DataHandler(url));
-
-      //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-
-      sendAndValidateMimeMessage(rpcMethodName, msg);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeMultipart() throws Exception
-   {
-      String rpcMethodName = "sendMimeMultipart";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.txt").toURL();
-      MimeMultipart multipart = new MimeMultipart("mixed");
-      MimeBodyPart bodyPart = new MimeBodyPart();
-      bodyPart.setDataHandler(new DataHandler(url));
-      String bpct = bodyPart.getContentType();
-      bodyPart.setHeader("Content-Type", bpct);
-
-      File file = new File(rpcMethodName + "_Multipart.txt");
-      file.deleteOnExit();
-      multipart.addBodyPart(bodyPart);
-      multipart.writeTo(new FileOutputStream(file));
-
-      String contentType = multipart.getContentType();
-      AttachmentPart ap = msg.createAttachmentPart(multipart, contentType);
-      ap.setContentId(CID_MIMEPART);
-      msg.addAttachmentPart(ap);
-
-      //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-
-      sendAndValidateMimeMessage(rpcMethodName, msg);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeTextXML() throws Exception
-   {
-      String rpcMethodName = "sendMimeTextXML";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.xml").toURL();
-      addAttachmentPart(msg, "text/xml", new DataHandler(url));
-
-      //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-      sendAndValidateMimeMessage(rpcMethodName, msg);
-   }
-
-   /** Send a multipart message with a text/plain attachment part
-    */
-   public void testSendMimeApplicationXML() throws Exception
-   {
-      String rpcMethodName = "sendMimeApplicationXML";
-      SOAPMessage msg = setupMimeMessage(rpcMethodName);
-
-      URL url = new File("resources/jaxrpc/samples/swa/attach.xml").toURL();
-      addAttachmentPart(msg, "application/xml", new DataHandler(url));
-
-      //msg.writeTo(new FileOutputStream(rpcMethodName + "_RequestMessage.txt"));
-      sendAndValidateMimeMessage(rpcMethodName, msg);
-   }
-
-   /** Setup the multipart/related MIME message
-    */
-   private SOAPMessage setupMimeMessage(String rpcMethodName)
-           throws Exception
-   {
-      MessageFactory mf = MessageFactory.newInstance();
-
-      // Create a soap message from the message factory.
-      SOAPMessage msg = mf.createMessage();
-
-      // Message creation takes care of creating the SOAPPart - a required part of the message as per the SOAP 1.1 spec.
-      SOAPPart sp = msg.getSOAPPart();
-
-      // Retrieve the envelope from the soap part to start building the soap message.
-      SOAPEnvelope envelope = sp.getEnvelope();
-
-      // Create a soap body from the envelope.
-      SOAPBody bdy = envelope.getBody();
-
-      // Add a soap body element
-      SOAPElement sbe = bdy.addChildElement(new SOAPBodyElementRpc(envelope.createName(rpcMethodName, NS_PREFIX, TARGET_NAMESPACE)));
-
-      // Add a some child elements
-      sbe.addChildElement(envelope.createName("message")).addTextNode("Some text message");
-      return msg;
-   }
-
-   private void addAttachmentPart(SOAPMessage msg, String contentType, DataHandler dataHandler)
-   {
-      // Create the attachment part
-      AttachmentPart ap = msg.createAttachmentPart(dataHandler);
-      ap.setContentType(contentType);
-      ap.setContentId(CID_MIMEPART);
-
-      // Add the attachments to the message.
-      msg.addAttachmentPart(ap);
-   }
-
-   /** Send the message and validate the result
-    */
-   private void sendAndValidateMimeMessage(String rpcMethodName, SOAPMessage msg)
-           throws SOAPException, MalformedURLException, IOException
-   {
-      SOAPConnectionFactory conFactory = SOAPConnectionFactory.newInstance();
-      SOAPConnection con = conFactory.createConnection();
-      //msg.writeTo(System.out);
-      SOAPMessage resMessage = con.call(msg, new URL(TARGET_ENDPOINT_ADDRESS));
-      SOAPBody soapBody = resMessage.getSOAPBody();
-      SOAPEnvelope soapEnvelope = (SOAPEnvelope)soapBody.getParentElement();
-
-      Name rpcName = soapEnvelope.createName(rpcMethodName + "Response", NS_PREFIX, TARGET_NAMESPACE);
-      Iterator childElements = soapBody.getChildElements(rpcName);
-      assertTrue("Expexted child: " + rpcName, childElements.hasNext());
-
-      SOAPElement bodyChild = (SOAPElement)childElements.next();
-      Name resName = soapEnvelope.createName("result");
-      SOAPElement resElement = (SOAPElement)bodyChild.getChildElements(resName).next();
-      String value = resElement.getValue();
-
-      assertEquals("[pass]", value);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/swa/AttachmentSAAJTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the JBPM BPEL PUBLIC LICENSE AGREEMENT as
- * published by JBoss Inc.; either version 1.0 of the License, or
- * (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- */
-package org.jboss.test.ws.jaxrpc.samples.wsbpel.hello;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Call;
-
-import org.jboss.test.ws.JBossWSTest;
-
-/**
- * Test business process behavior based on web services.
- * 
- * @author <a href="mailto:alex.guizar at jboss.com">Alejandro Guizar</a>
- * @version $Revision$
- */
-public class BpelHelloTestCase extends JBossWSTest
-{
-   private HelloWorldService service;
-
-   /*
-    public static Test suite()
-    {
-    return JBossWSTestSetup.newTestSetup(BpelHelloTestCase.class, "jaxrpc-samples-wsbpel-hello.war, jaxrpc-samples-wsbpel-hello-client.jar");
-    }
-
-    protected void setUp() throws Exception
-    {
-    if (service == null)
-    {
-    if (isTargetServerJBoss())
-    {
-    InitialContext iniCtx = getInitialContext();
-    service = (HelloWorldService)iniCtx.lookup("java:comp/env/service/BpelHello");
-    }
-    else
-    {
-    throw new IllegalStateException("Unsupported target server");
-    }
-    }
-    }
-    */
-
-   public void testSayHelloProxy() throws Exception
-   {
-      if (true)
-      {
-         System.out.println("FIXME: JBWS-868");
-         return;
-      }
-
-      Greeter proxy = service.getGreeterPort();
-
-      String greeting = proxy.sayHello("Popeye");
-      assertEquals("Hello, Popeye!", greeting);
-   }
-
-   public void testSayHelloDII() throws Exception
-   {
-      if (true)
-      {
-         System.out.println("FIXME: JBWS-868");
-         return;
-      }
-      String portTypeNS = "http://jbpm.org/examples/hello";
-      Call call = service.createCall(new QName(portTypeNS, "GreeterPort"));
-      call.setOperationName(new QName(portTypeNS, "sayHello"));
-
-      String greeting = (String)call.invoke(new Object[] { "Olive" });
-      assertEquals("Hello, Olive!", greeting);
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/BpelHelloTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-/*
- * JBossWS WS-Tools Generated Source
- *
- * Generation Date: Fri Sep 01 15:37:35 CDT 2006
- *
- * This generated source code represents a derivative work of the input to
- * the generator that produced it. Consult the input for the copyright and
- * terms of use that apply to this source code.
- */
-package org.jboss.test.ws.jaxrpc.samples.wsbpel.hello;
-public interface  Greeter extends java.rmi.Remote
-{
-
-  public java.lang.String  sayHello(java.lang.String name) throws  java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the JBPM BPEL PUBLIC LICENSE AGREEMENT as
- * published by JBoss Inc.; either version 1.0 of the License, or
- * (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- */
-package org.jboss.test.ws.jaxrpc.samples.wsbpel.hello;
-
-import java.rmi.RemoteException;
-
-/*
- * Method bodies in this class were intentionally left empty.
- * The BPEL process {http://jbpm.org/examples/hello}HelloWorld 
- * specifies the behavior instead.
- */
-
-/**
- * Service implementation bean of the Greeter endpoint.
- *  
- * @author <a href="mailto:alex.guizar at jboss.com">Alejandro Guizar</a>
- * @version $Revision$
- */
-public class Greeter_Impl implements Greeter
-{
-   public String sayHello(String name) throws RemoteException
-   {
-      return null;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/Greeter_Impl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-/*  
-* JBoss, the OpenSource EJB server
-* Distributable under LGPL license. See terms of license at gnu.org.
-*/
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.samples.wsbpel.hello;
-
-
-import javax.xml.rpc.ServiceException;
-
-
-public interface  HelloWorldService extends  javax.xml.rpc.Service
-{
-
-     public org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.Greeter getGreeterPort() throws ServiceException;
-
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/HelloWorldService.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,202 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.wseventing;
-
-// $Id$
-
-import java.io.File;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.rmi.RemoteException;
-import java.util.HashMap;
-import java.util.List;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-import javax.xml.ws.addressing.AddressingProperties;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.addressing.AddressingClientUtil;
-import org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler;
-import org.jboss.ws.eventing.EventSourceEndpoint;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.SubscriptionManagerEndpoint;
-import org.jboss.ws.eventing.element.DeliveryType;
-import org.jboss.ws.eventing.element.EndpointReference;
-import org.jboss.ws.eventing.element.FilterType;
-import org.jboss.ws.eventing.element.StatusRequest;
-import org.jboss.ws.eventing.element.SubscribeRequest;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-import org.jboss.ws.eventing.element.UnsubscribeRequest;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-import org.jboss.ws.jaxrpc.StubExt;
-
-/**
- * Test the eventing example service.
- *
- * @author heiko at openj.net
- * @since 29-Apr-2005
- */
-public class SysmonTestCase extends JBossWSTest
-{
-
-   // event source endpoint
-   private EventSourceEndpoint subscriptionPort = null;
-
-   // subscription manager endpoint
-   private SubscriptionManagerEndpoint managementPort = null;
-
-   // the logical event source name
-   private final static String eventSourceURI = "http://www.jboss.org/sysmon/SystemInfo";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(SysmonTestCase.class, "jaxrpc-samples-wseventing.war, jaxrpc-samples-wseventing-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (subscriptionPort == null || managementPort == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/SysmonService");
-            subscriptionPort = (EventSourceEndpoint)service.getPort(EventSourceEndpoint.class);
-            managementPort = (SubscriptionManagerEndpoint)service.getPort(SubscriptionManagerEndpoint.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml").toURL();
-            
-            QName serviceName = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "EventingService");
-            QName portName1 = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "EventSourcePort");
-            QName portName2 = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "SubscriptionManagerPort");
-            
-            ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL);
-            HandlerRegistry registry = service.getDynamicHandlerRegistry();
-            List infos1 = registry.getHandlerChain(portName1);
-            infos1.add(new HandlerInfo(WSAddressingClientHandler.class, new HashMap(), new QName[]{}));
-            registry.setHandlerChain(portName1, infos1);
-            
-            List infos2 = registry.getHandlerChain(portName2);
-            infos2.add(new HandlerInfo(WSAddressingClientHandler.class, new HashMap(), new QName[]{}));
-            registry.setHandlerChain(portName2, infos2);
-            
-            subscriptionPort = (EventSourceEndpoint)service.getPort(EventSourceEndpoint.class);
-            managementPort = (SubscriptionManagerEndpoint)service.getPort(SubscriptionManagerEndpoint.class);
-         }
-      }
-   }
-
-   /**
-    * Subscribe using a custom notification filter.
-    */
-   public void testSubscribe() throws Exception
-   {
-      SubscribeResponse subscribeResponse = doSubscribe("/SystemStatus/HostName/text()='localhost'");
-      SysmonUtil.printSubscriptionDetails(subscribeResponse);
-   }
-
-   /**
-    * Cancel subscription and check if it was really removed.
-    */
-   public void testUnsubscribe() throws Exception
-   {
-
-      SubscribeResponse subscribeResponse = doSubscribe(null);
-      SysmonUtil.printSubscriptionDetails(subscribeResponse);
-
-      EndpointReference managerEPR = subscribeResponse.getSubscriptionManager();
-      URI subscriptionID = managerEPR.getReferenceParams().getIdentifier();
-
-      // addressing correlation
-      AddressingProperties unsubscribeProps = SysmonUtil.buildFollowupProperties(subscribeResponse, EventingConstants.UNSUBSCRIBE_ACTION, eventSourceURI);
-      SysmonUtil.setRequestProperties((StubExt)managementPort, unsubscribeProps);
-      managementPort.unsubscribe(new UnsubscribeRequest(subscriptionID));
-
-      try
-      {
-         AddressingProperties getStatusProps = SysmonUtil.buildFollowupProperties(subscribeResponse, EventingConstants.GET_STATUS_ACTION, eventSourceURI);
-         SysmonUtil.setRequestProperties((StubExt)managementPort, getStatusProps);
-
-         managementPort.getStatus(new StatusRequest());
-
-         fail("Unsubscribe error! The subscription was not removed");
-      }
-      catch (RemoteException e)
-      {
-         // this should fail
-      }
-   }
-
-   private SubscribeResponse doSubscribe(String filterString) throws URISyntaxException, RemoteException
-   {
-      AddressingProperties reqProps = AddressingClientUtil.createDefaultProps(EventingConstants.SUBSCRIBE_ACTION, eventSourceURI);
-      reqProps.setMessageID(AddressingClientUtil.createMessageID());
-      SysmonUtil.setRequestProperties((StubExt)subscriptionPort, reqProps);
-
-      // build subscription payload
-      SubscribeRequest request = new SubscribeRequest();
-
-      // default delivery type with notification EPR
-      DeliveryType delivery = new DeliveryType();
-      delivery.setMode(EventingConstants.getDeliveryPush());
-      EndpointReference notifyEPR = new EndpointReference();
-      notifyEPR.setAddress(new URI("http://jboss.org")); // bogus address, replace with a real notification endpoint
-      delivery.setNotifyTo(notifyEPR);
-      request.setDelivery(delivery);
-
-      // receive endTo messages at the same port
-      request.setEndTo(delivery.getNotifyTo());
-
-      if (filterString != null)
-      {
-         // custom filter that applies to a certain hostname only
-         FilterType filter = new FilterType();
-         filter.setDialect(EventingConstants.getDialectXPath());
-         filter.set_value(filterString);
-         request.setFilter(filter);
-      }
-
-      // invoke subscription request
-      SubscribeResponse subscriptionTicket = subscriptionPort.subscribe(request);
-
-      // check message constraints
-      AddressingProperties resProps = SysmonUtil.getResponseProperties((StubExt)subscriptionPort);
-      assertEquals(reqProps.getMessageID().getURI(), resProps.getRelatesTo()[0].getID());
-
-      return subscriptionTicket;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,76 +0,0 @@
-package org.jboss.test.ws.jaxrpc.samples.wseventing;
-
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.util.Date;
-
-import javax.xml.rpc.Stub;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.addressing.AddressingClientUtil;
-import org.jboss.ws.eventing.element.EndpointReference;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-
-/**
- * Util methods that drive the SysmoneTestCase.
- *
- * @author Heiko Braun, <heiko at openj.net>
- * @since 28-Mar-2006
- */
-public class SysmonUtil
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(SysmonUtil.class);
-
-   public static void printSubscriptionDetails(SubscribeResponse subscribeResponse)
-   {
-      EndpointReference managerEPR = subscribeResponse.getSubscriptionManager();
-      URI subscriptionID = managerEPR.getReferenceParams().getIdentifier();
-      Date expiryTime = subscribeResponse.getExpires();
-
-      log.info("SubscriptionManager " + managerEPR.getAddress());
-      log.info("SubscriptionID " + subscriptionID);
-      log.info("ExpiryTime " + expiryTime);
-   }
-
-   /**
-    * Bind request properties.
-    */
-   public static void setRequestProperties(Stub stub, AddressingProperties props)
-   {
-      stub._setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, props);
-   }
-
-   /**
-    * Access response properties.
-    */
-   public static AddressingProperties getResponseProperties(Stub stub)
-   {
-      return (AddressingProperties)stub._getProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND);
-   }
-
-   /**
-    * Followup addressing properties basically use the
-    * subscription id as wsa:ReferenceParameter
-    */
-   public static AddressingProperties buildFollowupProperties(SubscribeResponse response, String wsaAction, String wsaTo)
-   {
-      try
-      {
-         AddressingBuilder addrBuilder = AddressingBuilder.getAddressingBuilder();
-         AddressingProperties props = addrBuilder.newAddressingProperties();
-         props.initializeAsDestination(response.getSubscriptionManager().toWsaEndpointReference());
-         props.setTo(addrBuilder.newURI(wsaTo));
-         props.setAction(addrBuilder.newURI(wsaAction));
-         props.setMessageID(AddressingClientUtil.createMessageID());
-         return props;
-      }
-      catch (URISyntaxException e)
-      {
-         throw new IllegalArgumentException(e.getMessage());
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wseventing/SysmonUtil.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface Hello extends Remote
-{
-   public UserType echoUserType(UserType in0) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/Hello.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import org.jboss.logging.Logger;
-
-public class HelloJavaBean implements Hello
-{
-   private Logger log = Logger.getLogger(HelloJavaBean.class);
-
-   public UserType echoUserType(UserType in0)
-   {
-      log.info(in0);
-      return in0;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/HelloJavaBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import java.io.ByteArrayOutputStream;
-import java.io.RandomAccessFile;
-
-import javax.crypto.Cipher;
-import javax.crypto.SecretKey;
-import javax.crypto.SecretKeyFactory;
-import javax.crypto.spec.PBEKeySpec;
-import javax.crypto.spec.PBEParameterSpec;
-
-/**
- * This is a simple decode utility for using along with the jboss-ws-security keystore and truststore use cases
- *
- * @author <a href="mailto:magesh.bojan at jboss.com">Magesh Kumar B</a>
- * @version $Revision$
- */
-public class PasswordUtil
-{
-   public static void main(String args[])
-   {
-     if( args.length != 1 )
-      {
-         System.err.println(
-            "Read a password file and decode into plain text"
-           +"Usage: PasswordUtil password-file"
-           +"  password-file : the path to the file to write the password to"
-         );
-      }
-      try
-      {
-         System.out.println(decode(args[0]));
-      }
-      catch (Exception e)
-      {
-         e.printStackTrace();
-      }
-   }
-
-   private static char[] decode(String passwordFilePath) throws Exception
-   {
-      RandomAccessFile passwordFile = new RandomAccessFile(passwordFilePath, "rws");
-      byte[] salt = new byte[8];
-      passwordFile.readFully(salt);
-      int count = passwordFile.readInt();
-      ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      int b;
-      while( (b = passwordFile.read()) >= 0 )
-         baos.write(b);
-      passwordFile.close();
-      byte[] secret = baos.toByteArray();
-
-      PBEParameterSpec cipherSpec = new PBEParameterSpec(salt, count);
-      PBEKeySpec keySpec = new PBEKeySpec("78aac249a60a13d5e882927928043ebb".toCharArray());
-      SecretKeyFactory factory = SecretKeyFactory.getInstance("PBEwithMD5andDES");
-      SecretKey cipherKey = factory.generateSecret(keySpec);
-      Cipher cipher = Cipher.getInstance("PBEwithMD5andDES");
-      cipher.init(Cipher.DECRYPT_MODE, cipherKey, cipherSpec);
-      byte[] decode = cipher.doFinal(secret);
-      return new String(decode, "UTF-8").toCharArray();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/PasswordUtil.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,104 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import java.io.File;
-import java.net.URL;
-import java.util.HashMap;
-import java.util.List;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-import org.jboss.ws.wsse.jaxrpc.WSSecurityHandlerOutbound;
-
-/**
- * Test WS-Security with RPC/Literal
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class SimpleEncryptTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SimpleEncryptTestCase.class, "jaxrpc-samples-wssecurity-encrypt.war, jaxrpc-samples-wssecurity-encrypt-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      Hello hello = getPort();
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-
-   private Hello getPort() throws Exception
-   {
-      if (isTargetServerJBoss())
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-         Hello port = (Hello)service.getPort(Hello.class);
-         return port;
-      }
-      else
-      {
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/wsdl/HelloService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/jaxrpc-mapping.xml").toURL();
-         URL securityURL = new File("resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml").toURL();
-
-         QName serviceName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloService");
-         QName portName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloPort");
-         
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL, securityURL);
-         
-         HandlerRegistry registry = service.getDynamicHandlerRegistry();
-         List infos = registry.getHandlerChain(portName);
-         infos.add(new HandlerInfo(WSSecurityHandlerOutbound.class, new HashMap(), new QName[]{}));
-         registry.setHandlerChain(portName, infos);
-         
-         Hello port = (Hello)service.getPort(Hello.class);
-         ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-wssecurity-encrypt");
-         return port;
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleEncryptTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,104 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import java.io.File;
-import java.net.URL;
-import java.util.HashMap;
-import java.util.List;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-import org.jboss.ws.wsse.jaxrpc.WSSecurityHandlerOutbound;
-
-/**
- * Test WS-Security with RPC/Literal
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class SimpleSignTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SimpleSignTestCase.class, "jaxrpc-samples-wssecurity-sign.war, jaxrpc-samples-wssecurity-sign-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      Hello hello = getPort();
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-
-   private Hello getPort() throws Exception
-   {
-      if (isTargetServerJBoss())
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-         Hello port = (Hello)service.getPort(Hello.class);
-         return port;
-      }
-      else
-      {
-         ServiceFactoryImpl factory = new ServiceFactoryImpl();
-         URL wsdlURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/wsdl/HelloService.wsdl").toURL();
-         URL mappingURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/jaxrpc-mapping.xml").toURL();
-         URL securityURL = new File("resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml").toURL();
-         
-         QName serviceName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloService");
-         QName portName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloPort");
-         
-         ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL, securityURL);
-         
-         HandlerRegistry registry = service.getDynamicHandlerRegistry();
-         List infos = registry.getHandlerChain(portName);
-         infos.add(new HandlerInfo(WSSecurityHandlerOutbound.class, new HashMap(), new QName[]{}));
-         registry.setHandlerChain(portName, infos);
-         
-         Hello port = (Hello)service.getPort(Hello.class);
-         ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-wssecurity-sign");
-         return port;
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/SimpleSignTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,112 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-import java.io.File;
-import java.net.URL;
-import java.util.HashMap;
-import java.util.List;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-import org.jboss.ws.wsse.jaxrpc.WSSecurityHandlerOutbound;
-
-/**
- * This test simulates simulates the usage of a jboss-ws-security keystore and truststore use cases
- *
- * @author <a href="mailto:magesh.bojan at jboss.com">Magesh Kumar B</a>
- * @version $Revision$
- */
-public class StorePassEncryptTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(StorePassEncryptTestCase.class, "jaxrpc-samples-store-pass-encrypt.war, jaxrpc-samples-store-pass-encrypt-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      Hello hello = getPort();
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-
-   private Hello getPort() throws Exception
-   {
-      if (isTargetServerJBoss())
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-         Hello port = (Hello)service.getPort(Hello.class);
-         return port;
-      }
-      else
-      {
-         try
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/wsdl/HelloService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxrpc/samples/wssecurity/WEB-INF/jaxrpc-mapping.xml").toURL();
-            URL securityURL = new File("resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml").toURL();
-
-            QName serviceName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloService");
-            QName portName = new QName("http://org.jboss.ws/samples/wssecurity", "HelloPort");
-            ServiceImpl service = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL, securityURL);
-
-            HandlerRegistry registry = service.getDynamicHandlerRegistry();
-            List infos = registry.getHandlerChain(portName);
-            infos.add(new HandlerInfo(WSSecurityHandlerOutbound.class, new HashMap(), new QName[]{}));
-            registry.setHandlerChain(portName, infos);
-
-            Hello port = (Hello)service.getPort(Hello.class);
-            ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://" + getServerHost() + ":8080/jaxrpc-samples-store-pass-encrypt");
-            return port;
-         }
-         catch (Exception e)
-         {
-            System.out.println("Exception is : " + e);
-            e.printStackTrace();
-            throw e;
-         }
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/StorePassEncryptTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.samples.wssecurity;
-
-
-/** A custom data object class that needs to specify a custom serializer
- */
-public class UserType implements java.io.Serializable
-{
-   static final long serialVersionUID = -4900436998131030624L;
-   private String msg;
-
-   public UserType()
-   {
-      this(null);
-   }
-
-   public UserType(String msg)
-   {
-      this.msg = msg;
-   }
-
-   public String getMsg()
-   {
-      return this.msg;
-   }
-
-   public void setMsg(String msg)
-   {
-      this.msg = msg;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof UserType)) return false;
-
-      final UserType userType = (UserType)o;
-
-      if (msg != null ? !msg.equals(userType.msg) : userType.msg != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return (msg != null ? msg.hashCode() : 0);
-   }
-
-   public String toString()
-   {
-      return "[msg=" + msg + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/samples/wssecurity/UserType.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsaddressing (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsaddressing)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,95 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-import java.net.URI;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.ws.WSException;
-
-/**
- * A client side handler that checks the addressing constraints.
- *
- * @author Heiko Braun, <heiko at openj.net>
- * @since 13-Jan-2006
- */
-public class AddrConstraintsHandler extends GenericHandler {
-
-   URI wsaExpectedReplyAction = null;
-   URI wsaExpectedRelatesTo = null;
-
-   public QName[] getHeaders() {
-      return new QName[0];
-   }
-
-
-   public boolean handleRequest(MessageContext msgContext) {
-
-      // addressing constraints
-      /*URI wsaTo = (URI)msgContext.getProperty(SOAPClientHandler.CLIENT_ADDRESSING_REQUEST_TO);
-      URI wsaAction = (URI)msgContext.getProperty(SOAPClientHandler.CLIENT_ADDRESSING_REQUEST_ACTION);
-      wsaExpectedReplyAction = (URI)msgContext.getProperty("wsa:expectedReplyAction");
-      wsaExpectedRelatesTo = (URI)msgContext.getProperty("wsa:expectedRelatesTo");
-      if(wsaTo == null || wsaAction == null)
-         throw new IllegalArgumentException("Adressing properties are missing from message context");
-       */
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext) {
-
-      AddressingProperties addrProps = (AddressingProperties)
-            msgContext.getProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND);
-      if (addrProps == null)
-         throw new WSException("Cannot obtain AddressingProperties");
-
-      assertEquals(wsaExpectedReplyAction, getReplyAction(addrProps));
-      assertEquals(wsaExpectedRelatesTo, getRelatesTo(addrProps));
-
-      return true;
-
-   }
-
-   private void assertEquals(URI expectedURI, URI actualURI) {
-      if ( (expectedURI != null && actualURI!=null) && !expectedURI.equals(actualURI))
-         throw new IllegalArgumentException(
-               "Received : " + actualURI.toString() + ", but expected " + expectedURI.toString()
-         );
-   }
-
-   private URI getReplyAction(AddressingProperties addrProps) {
-      if(null == addrProps.getAction())
-         throw new IllegalArgumentException("wsa:action not set on reply");
-      return addrProps.getAction().getURI();
-   }
-
-   private URI getRelatesTo(AddressingProperties addrProps) {
-      boolean containsRelationShip = (addrProps.getRelatesTo() != null && addrProps.getRelatesTo().length>1);
-      URI wsaRelatesTo = containsRelationShip ? addrProps.getRelatesTo()[0].getID() : null;
-      return wsaRelatesTo;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/AddrConstraintsHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,214 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-// $Id$
-
-import java.io.File;
-import java.net.MalformedURLException;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.net.URL;
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.ServiceFactory;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.addressing.AddressingClientUtil;
-import org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler;
-import org.jboss.ws.eventing.EventSourceEndpoint;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.SubscriptionManagerEndpoint;
-import org.jboss.ws.eventing.element.DeliveryType;
-import org.jboss.ws.eventing.element.EndpointReference;
-import org.jboss.ws.eventing.element.FilterType;
-import org.jboss.ws.eventing.element.SubscribeRequest;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-import org.jboss.ws.eventing.element.UnsubscribeRequest;
-import org.jboss.ws.jaxrpc.ServiceExt;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.StubExt;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 19-Jan-2006
- */
-public class DIIClientTestCase extends JBossWSTest
-{
-   private String NAMESPACE = "http://schemas.xmlsoap.org/ws/2004/08/eventing";
-   private final QName SERVICE_NAME = new QName(NAMESPACE, "EventingService");
-   
-   private String wsdlLocation;
-   private URI eventSourceURI;
-   
-   private AddressingBuilder addrBuilder = AddressingBuilder.getAddressingBuilder();
-   private static Class[] clientHandlerClasses = new Class[] { WSAddressingClientHandler.class };
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(DIIClientTestCase.class, "jaxrpc-wseventing.war");
-   }
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      eventSourceURI = new URI("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings");
-      wsdlLocation = "http://" + getServerHost() + ":8080/jaxrpc-wseventing/subscribe?wsdl";
-   }
-
-   public void testSubscription() throws Exception
-   {
-      assertWSDLAccess();
-
-      // construct the service
-      ServiceExt service = buildService();
-
-      // create subscription proxy
-      EventSourceEndpoint subscribePort = buildSubscriptionEndpoint(service);
-
-      // append message correlation headers
-      AddressingProperties requestProps = AddressingClientUtil.createDefaultProps(EventingConstants.SUBSCRIBE_ACTION, eventSourceURI.toString());
-      requestProps.setMessageID(AddressingClientUtil.createMessageID());
-      EventingSupport.setRequestProperties((StubExt)subscribePort, requestProps);
-
-      SubscribeRequest request = new SubscribeRequest();
-      DeliveryType delivery = getDefaultDelivery();
-      request.setDelivery(delivery);
-      request.setEndTo(delivery.getNotifyTo());
-      request.setFilter(getDefaultFilter());
-
-      SubscribeResponse response = subscribePort.subscribe(request);
-      assertNotNull(response);
-
-      // create management proxy
-      SubscriptionManagerEndpoint managerPort = buildManagementEndpoint(service);
-
-      requestProps = EventingSupport.buildFollowupProperties(response, EventingConstants.UNSUBSCRIBE_ACTION, eventSourceURI.toString());
-      requestProps.setTo(addrBuilder.newURI(eventSourceURI));
-      EventingSupport.setRequestProperties((StubExt)managerPort, requestProps);
-
-      UnsubscribeRequest unsubscribeRequest = new UnsubscribeRequest();
-      managerPort.unsubscribe(unsubscribeRequest);
-   }
-
-   /**
-    * Construct a client side service
-    */
-   private ServiceExt buildService() throws Exception
-   {
-      File mappingFile = new File("resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml");
-      assertTrue("jaxrpc-mapping.xml found", mappingFile.exists());
-      
-      // construct service and setup handlers
-      ServiceFactoryImpl serviceFactory = (ServiceFactoryImpl)ServiceFactory.newInstance();
-      ServiceExt service = (ServiceExt)serviceFactory.createService(new URL(wsdlLocation), SERVICE_NAME, mappingFile.toURL());
-      setupHandlerRegistry(service);
-
-      return service;
-   }
-
-   /**
-    * Build subscription proxy
-    */
-   private EventSourceEndpoint buildSubscriptionEndpoint(Service service) throws Exception
-   {
-      QName portQN = new QName(NAMESPACE, "EventSourcePort");
-      return (EventSourceEndpoint)service.getPort(portQN, EventSourceEndpoint.class);
-   }
-
-   /**
-    * Build management proxy
-    */
-   private SubscriptionManagerEndpoint buildManagementEndpoint(Service service) throws Exception
-   {
-      QName portQN = new QName(NAMESPACE, "SubscriptionManagerPort");
-      return (SubscriptionManagerEndpoint)service.getPort(portQN, SubscriptionManagerEndpoint.class);
-   }
-
-   /**
-    * Register the default eventing client side handlers.
-    */
-   private void setupHandlerRegistry(ServiceExt service)
-   {
-      HandlerRegistry registry = service.getDynamicHandlerRegistry();
-      QName managerPortName = new QName(EventingConstants.NS_EVENTING, "SubscriptionManagerPort");
-      QName subscribePortName = new QName(EventingConstants.NS_EVENTING, "EventSourcePort");
-
-      List clientHandlerChain = new ArrayList(clientHandlerClasses.length);
-
-      for (int i=0; i < clientHandlerClasses.length; i++)
-      {
-         Class cl = clientHandlerClasses[i];
-         HandlerInfo handler = new HandlerInfo();
-         handler.setHandlerClass(cl);
-         clientHandlerChain.add(handler);
-      }
-
-      registry.setHandlerChain(subscribePortName, clientHandlerChain);
-      registry.setHandlerChain(managerPortName, clientHandlerChain);
-   }
-
-   protected DeliveryType getDefaultDelivery()
-   {
-      try
-      {
-         DeliveryType delivery = new DeliveryType();
-         delivery.setMode(EventingConstants.getDeliveryPush());
-         EndpointReference notifyEPR = new EndpointReference();
-         notifyEPR.setAddress(new URI("http://" + getServerHost() + ":8080/jaxrpc-eventing/eventSink"));
-         delivery.setNotifyTo(notifyEPR);
-         return delivery;
-      }
-      catch (URISyntaxException e)
-      {
-         throw new IllegalStateException(e.getMessage());
-      }
-   }
-
-   protected FilterType getDefaultFilter()
-   {
-      FilterType filter = new FilterType();
-      filter.setDialect(EventingConstants.getDialectXPath());
-      filter.set_value("/WindReport/State/text()='FL'");
-      return filter;
-   }
-
-   protected void assertWSDLAccess() throws MalformedURLException
-   {
-      URL wsdlURL = new URL(wsdlLocation);
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
-      assertNotNull(wsdlDefinitions);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/DIIClientTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-import java.io.BufferedReader;
-import java.io.IOException;
-
-import javax.servlet.ServletException;
-import javax.servlet.http.HttpServlet;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
-
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
-import org.w3c.dom.Element;
-
-/**
- * Simulates an eventsink endpoint.
- * 
- * @author Heiko Braun, <heiko at openj.net>
- * @since 05-Jan-2006
- */
-public class EventSinkServlet extends HttpServlet {
-
-   protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
-      doRequest(request,response);
-   }
-
-   protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
-      doRequest(request,response);
-   }
-
-   protected void doRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
-
-      StringBuffer sb = new StringBuffer();
-      BufferedReader reader = request.getReader();
-
-      String s = reader.readLine();
-      sb.append( s );
-      while(s!=null)
-      {
-         s = reader.readLine();
-         if(s!=null)
-            sb.append(s);
-      }
-
-      reader.close();
-
-      Element soapEl = DOMUtils.parse(sb.toString());
-      String pretty = DOMWriter.printNode(soapEl, true);
-      getServletContext().log("EventSink received: \n" + pretty);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventSinkServlet.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,258 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-import java.net.MalformedURLException;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.addressing.AddressingClientUtil;
-import org.jboss.ws.eventing.EventSourceEndpoint;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.SubscriptionManagerEndpoint;
-import org.jboss.ws.eventing.element.DeliveryType;
-import org.jboss.ws.eventing.element.EndpointReference;
-import org.jboss.ws.eventing.element.FilterType;
-import org.jboss.ws.eventing.element.SubscribeRequest;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-import org.jboss.ws.jaxrpc.StubExt;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Eventing test case support.
- *
- * @author Heiko Braun, <heiko at openj.net>
- * @since 17-Jan-2006
- */
-public class EventingSupport extends JBossWSTest
-{
-
-   EventSourceEndpoint eventSourcePort;
-
-   SubscriptionManagerEndpoint managerPort;
-
-   protected URI eventSourceURI = null;
-
-   private static int msgId = 0;
-
-   protected String eventString = 
-      "<WindReport type='critical'>\n" + 
-      "    <Date>030701</Date>\n" + 
-      "    <Time>0041</Time>\n" + 
-      "    <Speed>65</Speed>\n" + 
-      "    <Location>BRADENTON BEACH</Location>\n" + 
-      "    <County>MANATEE</County>\n" + 
-      "    <State>FL</State>\n" + 
-      "    <Lat>2746</Lat>\n" + 
-      "    <Long>8270</Long>\n" + 
-      "    <Comments xml:lang='en-US' >\n" + 
-      "        WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED\n" + 
-      "        BY STORM SPOTTER. (TBW)\n" + 
-      "    </Comments>\n" + 
-      "</WindReport>";
-
-   protected static AddressingBuilder addrBuilder = AddressingBuilder.getAddressingBuilder();
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (eventSourcePort == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/EventingService");
-         eventSourcePort = (EventSourceEndpoint)service.getPort(EventSourceEndpoint.class);
-         managerPort = (SubscriptionManagerEndpoint)service.getPort(SubscriptionManagerEndpoint.class);
-      }
-
-      eventSourceURI = new URI("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings");
-
-      // register event source
-      /*ObjectName oname = EventingConstants.getSubscriptionManagerName();
-       getServer().invoke(oname, "registerEventSource", new Object[] { new URI(eventSourceURI) }, new String[] { "java.net.URI" });*/
-   }
-
-   protected void tearDown() throws Exception
-   {
-
-      super.tearDown();
-
-      // remove event source
-      /*ObjectName oname = EventingConstants.getSubscriptionManagerName();
-       getServer().invoke(oname, "removeEventSource", new Object[] { new URI(eventSourceURI) }, new String[] { "java.net.URI" });
-       */
-   }
-
-   // ----------------------------------------------------------------------------
-   protected SubscribeResponse doSubscribe()
-   {
-
-      try
-      {
-         // append message correlation headers
-         AddressingProperties  requestProps = AddressingClientUtil.createDefaultProps(
-               EventingConstants.SUBSCRIBE_ACTION, eventSourceURI.toString()
-         );
-         requestProps.setMessageID(AddressingClientUtil.createMessageID());
-         setRequestProperties((StubExt)eventSourcePort, requestProps);
-
-         // subscription
-         SubscribeRequest request = new SubscribeRequest();
-         DeliveryType delivery = getDefaultDelivery();
-         request.setDelivery(delivery);
-         request.setEndTo(delivery.getNotifyTo());
-         request.setFilter(getDefaultFilter());
-         SubscribeResponse subscribeResponse = eventSourcePort.subscribe(request);
-         assertNotNull(subscribeResponse);
-
-         AddressingProperties responseProps = getResponseProperties((StubExt)eventSourcePort);
-         assertEquals(responseProps.getAction().getURI().toString(), EventingConstants.SUBSCRIBE_RESPONSE_ACTION);
-
-         return subscribeResponse;
-      }
-      catch (Exception e)
-      {
-         fail("Failed to create subscription: " + e.getMessage());
-         return null;
-      }
-
-   }
-
-   protected DeliveryType getDefaultDelivery()
-   {
-      try
-      {
-         DeliveryType delivery = new DeliveryType();
-         delivery.setMode(EventingConstants.getDeliveryPush());
-         EndpointReference notifyEPR = new EndpointReference();
-         notifyEPR.setAddress(new URI("http://" + getServerHost() + ":8080/jaxrpc-wseventing/eventSink"));
-         delivery.setNotifyTo(notifyEPR);
-         return delivery;
-      }
-      catch (URISyntaxException e)
-      {
-         throw new IllegalStateException(e.getMessage());
-      }
-   }
-
-   protected FilterType getDefaultFilter()
-   {
-      FilterType filter = new FilterType();
-      filter.setDialect(EventingConstants.getDialectXPath());
-      filter.set_value("/WindReport/State/text()='FL'");
-      return filter;
-   }
-
-   public static URI subscriptionIdFromResponse(SubscribeResponse response)
-   {
-      return response.getSubscriptionManager().getReferenceParams().getIdentifier();
-   }
-
-   public static void setSubscriptionId(Stub stub, URI identifier)
-   {
-      stub._setProperty("subscriptionId", identifier);
-   }
-
-   public static void setTo(Stub stub, URI wsaTo)
-   {
-      //stub._setProperty(SOAPClientHandler.CLIENT_ADDRESSING_REQUEST_TO, wsaTo);
-   }
-
-   public static void setAction(Stub stub, URI wsaAction)
-   {
-      //stub._setProperty(SOAPClientHandler.CLIENT_ADDRESSING_REQUEST_ACTION, wsaAction);
-   }
-
-   public static URI setMessageId(Stub stub) throws Exception
-   {
-      URI messageId = new URI("http://www.example.org/eventSink/message#" + (msgId++));
-      //stub._setProperty(SOAPClientHandler.CLIENT_ADDRESSING_REQUEST_MESSAGE_ID, messageId);
-      return messageId;
-   }
-
-   protected void assertReplyAction(Stub stub, URI expectedAction) throws Exception
-   {
-      // see AddrConstraintsHandler
-      stub._setProperty("wsa:expectedReplyAction", expectedAction);
-   }
-
-   protected void assertRelatesTo(Stub stub, URI expectedRelatesTo) throws Exception
-   {
-      // see AddrConstraintsHandler
-      stub._setProperty("wsa:expectedRelatesTo", expectedRelatesTo);
-   }
-
-   protected void assertWSDLAccess() throws MalformedURLException
-   {
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxrpc-wseventing/subscribe?wsdl");
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
-      assertNotNull(wsdlDefinitions);
-   }
-
-   public static void setRequestProperties(Stub stub, AddressingProperties props) {
-      stub._setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, props);
-   }
-
-   protected AddressingProperties getResponseProperties(Stub stub) {
-      return (AddressingProperties)stub._getProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND);
-   }
-
-   protected static String buildIdentifierElement(URI subscriptionId)
-   {
-      final QName IDQN = new QName("http://schemas.xmlsoap.org/ws/2004/08/eventing", "Identifier", "ns1");
-      String qualname = IDQN.getPrefix() + ":" + IDQN.getLocalPart();
-      StringBuffer buffer = new StringBuffer("<" + qualname);
-      buffer.append(" xmlns:" + IDQN.getPrefix() + "='" + IDQN.getNamespaceURI() + "'");
-      buffer.append(">" + subscriptionId + "</" + qualname + ">");
-      return buffer.toString();
-   }
-
-   public static AddressingProperties buildFollowupProperties(SubscribeResponse response, String wsaAction, String wsaTo) {
-      try
-      {
-         AddressingProperties props = addrBuilder.newAddressingProperties();
-         props.initializeAsDestination(
-               response.getSubscriptionManager().toWsaEndpointReference()
-         );
-         props.setTo(addrBuilder.newURI(wsaTo));
-         props.setAction(addrBuilder.newURI(wsaAction));
-         props.setMessageID(AddressingClientUtil.createMessageID());
-         return props;
-      }
-      catch (URISyntaxException e)
-      {
-         throw new IllegalArgumentException(e.getMessage());
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingSupport.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,259 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-// $Id$
-
-import java.net.URI;
-import java.rmi.RemoteException;
-import java.util.Date;
-
-import javax.xml.ws.addressing.AddressingProperties;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.addressing.AddressingClientUtil;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.element.DeliveryType;
-import org.jboss.ws.eventing.element.RenewRequest;
-import org.jboss.ws.eventing.element.RenewResponse;
-import org.jboss.ws.eventing.element.StatusRequest;
-import org.jboss.ws.eventing.element.StatusResponse;
-import org.jboss.ws.eventing.element.SubscribeRequest;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-import org.jboss.ws.eventing.element.UnsubscribeRequest;
-import org.jboss.ws.jaxrpc.StubExt;
-
-/**
- * Test the eventing endpoints.
- *
- * @author heiko at openj.net
- * @since 29-Apr-2005
- */
-public class EventingTestCase extends EventingSupport {
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(EventingTestCase.class, "jaxrpc-wseventing.war, jaxrpc-wseventing-client.jar");
-   }
-
-   // ----------------------------------------------------------------------------
-
-   public void testExpireDateInPast() throws Exception
-   {
-      assertWSDLAccess();
-
-      //
-      // If the expiration time is either a zero duration or a specific time that occurs in
-      // the past according to the event source, then the request MUST fail,
-      // and the event source MAY generate a wse:InvalidExpirationTime fault indicating
-      // that an invalid expiration time was requested.
-      //
-
-      AddressingProperties  requestProps = AddressingClientUtil.createDefaultProps(
-        EventingConstants.SUBSCRIBE_ACTION, eventSourceURI.toString()
-      );
-      requestProps.setMessageID(AddressingClientUtil.createMessageID());
-      setRequestProperties((StubExt)eventSourcePort, requestProps);
-
-      SubscribeRequest request = new SubscribeRequest();
-      DeliveryType delivery = getDefaultDelivery();
-      request.setDelivery(delivery);
-      request.setEndTo(delivery.getNotifyTo());
-      request.setExpires(new Date(System.currentTimeMillis() - 1000 * 60 * 60)); // invalid lease time
-      request.setFilter(getDefaultFilter());
-
-      try
-      {
-         SubscribeResponse subscribeResponse = eventSourcePort.subscribe(request);
-        fail("Subscription should fail due to invalid lease time");
-      }
-      catch (RemoteException e)
-      {
-         // ignore expected exception
-      }
-      catch(Throwable t) {
-         fail(t.getMessage()); // can be thrown by AddrConstraintsHandler
-      }
-   }
-
-   public void testExpireDatePastMax() throws Exception
-   {
-      assertWSDLAccess();
-
-      //
-      // If such a source receives a Subscribe request containing a specific time expiration,
-      // then the request MAY fail; if so, the event source MAY generate a
-      // wse:UnsupportedExpirationType fault indicating that an unsupported expiration type was requested.
-      //
-
-      AddressingProperties  requestProps = AddressingClientUtil.createDefaultProps(
-            EventingConstants.SUBSCRIBE_ACTION, eventSourceURI.toString()
-      );
-      requestProps.setMessageID(AddressingClientUtil.createMessageID());
-      setRequestProperties((StubExt)eventSourcePort, requestProps);
-
-      SubscribeRequest request = new SubscribeRequest();
-      DeliveryType delivery = getDefaultDelivery();
-      request.setDelivery(delivery);
-      request.setEndTo(delivery.getNotifyTo());
-      request.setExpires(new Date(System.currentTimeMillis() + EventingConstants.MAX_LEASE_TIME + 1000));
-      request.setFilter(getDefaultFilter());
-
-      try
-      {
-         SubscribeResponse subscribeResponse = eventSourcePort.subscribe(request);
-         fail("Subscription should fail due to exceedd max lease time");
-      }
-      catch (RemoteException e)
-      {
-         // ignore expected exception
-      }
-      catch(Throwable t) {
-         fail(t.getMessage()); // can be thrown by AddrConstraintsHandler
-      }
-   }
-
-   public void testRenewal() throws Exception {
-      assertWSDLAccess();
-
-      //
-      // To update the expiration for a subscription,
-      // subscription managers MUST support requests to renew subscriptions.
-      //
-      SubscribeResponse response = doSubscribe();
-
-      AddressingProperties requestProps =
-            buildFollowupProperties(response, EventingConstants.RENEW_ACTION, eventSourceURI.toString());
-      setRequestProperties((StubExt)managerPort, requestProps);
-
-      Date oldLeaseTime = response.getExpires();
-      RenewRequest renewRequest = new RenewRequest();
-      RenewResponse renewResponse = managerPort.renew(renewRequest);
-      assertNotNull(renewResponse);
-      assertNotNull(renewResponse.getExpires());
-      AddressingProperties responseProps = getResponseProperties((StubExt)managerPort);
-      assertEquals(responseProps.getAction().getURI().toString(), EventingConstants.RENEW_RESPONSE_ACTION);
-      assertTrue("Lease time not increased", oldLeaseTime.getTime() < renewResponse.getExpires().getTime());
-   }
-
-   public void testSubscriptionStatus() throws Exception
-   {
-      //
-      // If the subscription is valid and has not expired,
-      // the subscription manager MUST reply with the actual lease time.
-      //
-      SubscribeResponse response = doSubscribe();
-
-      AddressingProperties requestProps =
-            buildFollowupProperties(response, EventingConstants.GET_STATUS_ACTION, eventSourceURI.toString());
-      setRequestProperties((StubExt)managerPort, requestProps);
-
-      Date expectedLeaseTime = response.getExpires();
-      StatusRequest statusRequest = new StatusRequest();
-      StatusResponse statusResponse = managerPort.getStatus(statusRequest);
-      assertNotNull(statusResponse);
-      assertNotNull(statusResponse.getExpires());
-      AddressingProperties responseProps = getResponseProperties((StubExt)managerPort);
-      assertEquals(responseProps.getAction().getURI().toString(), EventingConstants.GET_STATUS_RESPONSE_ACTION);
-      assertEquals("Incorrect lease time", expectedLeaseTime, statusResponse.getExpires());
-   }
-
-   public void testUnsubscribe() throws Exception
-   {
-      assertWSDLAccess();
-
-      // Though subscriptions expire eventually, to minimize resources,
-      // the subscribing event sink SHOULD explicitly delete a subscription
-      // when it no longer wants notifications associated with the subscription.
-      SubscribeResponse response = doSubscribe();
-      URI identifier = subscriptionIdFromResponse(response);
-
-      AddressingProperties requestProps =
-            buildFollowupProperties(response, EventingConstants.UNSUBSCRIBE_ACTION, eventSourceURI.toString());
-      setRequestProperties((StubExt)managerPort, requestProps);
-
-      UnsubscribeRequest unsubscribeRequest = new UnsubscribeRequest();
-      managerPort.unsubscribe(unsubscribeRequest);
-
-      AddressingProperties responseProps = getResponseProperties((StubExt)managerPort);
-      assertEquals(responseProps.getAction().getURI().toString(), EventingConstants.UNSUBSCRIBE_RESPONSE_ACTION);
-
-      try
-      {
-
-         AddressingProperties renewProps =
-             buildFollowupProperties(response, EventingConstants.RENEW_ACTION, eventSourceURI.toString());
-         setRequestProperties((StubExt)managerPort, requestProps);
-
-         RenewRequest renewRequest = new RenewRequest();
-         managerPort.renew(renewRequest);  // this should fail 
-
-         fail("Subscription not removed");
-      }
-      catch (Exception e)
-      {
-         //
-      }
-   }
-
-   // Header/wsa:RelatesTo MUST be the value of the wsa:MessageID of the corresponding request.
-   public void testMessageCorrelation()
-   {
-      // this is actually tested within subscribe operations.
-      // look for usage of assertRelatesTo()
-   }
-
-   //
-   // "http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryFailure"
-   // This value MUST be used if the event source terminated the subscription
-   // because of problems delivering notifications.
-   //
-   public void testSubscriptionEndMessage()
-   {
-      System.out.println("FIXME: JBWS-798");
-   }
-
-   //
-   // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceShuttingDown"
-   // This value MUST be used if the event source terminated the subscription
-   // because the source is being shut down in a controlled manner;
-   // that is, if the event source is being shut down but has the opportunity
-   // to send a SubscriptionEnd message before it exits.
-   //
-   public void testShutdownMessage()
-   {
-      System.out.println("FIXME: JBWS-798");
-   }
-
-   //
-   // "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceCanceling"
-   // This value MUST be used if the event source terminated the subscription
-   // for some other reason before it expired.
-   //
-   public void testCancelMessage()
-   {
-      System.out.println("FIXME: JBWS-798");
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/EventingTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-// $Id$
-
-import javax.naming.InitialContext;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.element.SubscribeResponse;
-import org.jboss.ws.eventing.mgmt.EventDispatcher;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/**
- * Test the notification delivery.
- *
- * @author heiko at openj.net
- * @since 29-Apr-2005
- */
-public class NotificationTestCase extends EventingSupport
-{
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(NotificationTestCase.class, "jaxrpc-wseventing.war, jaxrpc-wseventing-client.jar");
-   }
-
-   public void testNotification() throws Exception {
-
-      SubscribeResponse response = doSubscribe();      
-
-      Element payload = DOMUtils.parse(eventString);
-      try
-      {
-         InitialContext iniCtx = getInitialContext();
-         EventDispatcher delegate = (EventDispatcher)
-               iniCtx.lookup(EventingConstants.DISPATCHER_JNDI_NAME);
-         delegate.dispatch(eventSourceURI, payload);
-         Thread.sleep(3000);         
-      }
-      catch (Exception e)
-      {         
-         throw e;
-      }
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/NotificationTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,199 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wseventing;
-
-// $Id$
-
-import java.net.URI;
-import java.util.Date;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.eventing.EventingConstants;
-import org.jboss.ws.eventing.deployment.EventingEndpointDI;
-import org.jboss.ws.eventing.element.EndpointReference;
-import org.jboss.ws.eventing.mgmt.Filter;
-import org.jboss.ws.eventing.mgmt.SubscriptionManager;
-import org.jboss.ws.eventing.mgmt.SubscriptionTicket;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/**
- * SubscriptionManager unit tests.
- * 
- * @author Heiko Braun, <heiko at openj.net>
- * @since 02-Dec-2005
- */
-public class SubscriptionManagerTestCase extends JBossWSTest
-{
-
-   private SubscriptionManager subscriptionManager;
-   private URI eventSourceNS;
-   private EndpointReference eventSinkEndpoint;
-
-   private String eventString = 
-      "<WindReport type='critical'>\n" + 
-      "    <Date>030701</Date>\n" + 
-      "    <Time>0041</Time>\n" + 
-      "    <Speed>65</Speed>\n" + 
-      "    <Location>BRADENTON BEACH</Location>\n" + 
-      "    <County>MANATEE</County>\n" + 
-      "    <State>FL</State>\n" + 
-      "    <Lat>2746</Lat>\n" + 
-      "    <Long>8270</Long>\n" + 
-      "    <Comments xml:lang='en-US' >\n" + 
-      "        WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED\n" + 
-      "        BY STORM SPOTTER. (TBW)\n" + 
-      "    </Comments>\n" + 
-      "</WindReport>";
-
-   /**
-    * see http://www.w3.org/TR/xpath
-    */
-   private String filterExpr = "/WindReport/State/text()='FL'";
-
-   protected void setUp() throws Exception {
-      super.setUp();
-      init();
-   }
-
-   private void init()
-   {
-      try
-      {
-         EventingEndpointDI deploymentInfo = new EventingEndpointDI("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings", null);
-         deploymentInfo.setEndpointAddress("http://localhost:8080/jaxrpc-wseventing/manage");
-         deploymentInfo.setPortName("SubscriptionManagerPort");
-         
-         subscriptionManager = new SubscriptionManager();         
-         subscriptionManager.registerEventSource(deploymentInfo);
-         subscriptionManager.registerEventSource(deploymentInfo);
-         subscriptionManager.start();
-
-         eventSinkEndpoint = new EndpointReference();
-         eventSinkEndpoint.setAddress(new URI("http://www.other.example.com/OnStormWarning"));
-
-         eventSourceNS = new URI("http://schemas.xmlsoap.org/ws/2004/08/eventing/Warnings");
-
-      }
-      catch (Exception e)
-      {
-         e.printStackTrace();
-         throw new IllegalStateException(e.getMessage());
-      }
-   }
-
-   public void testSimpleSubscription() throws Exception
-   {
-      SubscriptionTicket subscriptionTicket = subscriptionManager.subscribe(
-            eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, null, null
-      );
-
-      assertNotNull(subscriptionTicket.getIdentifier());
-      assertNotNull(subscriptionTicket.getExpires());
-      assertTrue(subscriptionTicket.getExpires().getTime() > System.currentTimeMillis());
-      assertNotNull(subscriptionTicket.getSubscriptionManager());
-   }
-
-   /**
-    * If the expiration time is either a zero duration or a specific time that occurs in
-    * the past according to the event source, then the request MUST fail,
-    * and the event source MAY generate a wse:InvalidExpirationTime fault indicating
-    * that an invalid expiration time was requested.
-    */
-
-   public void testInvalidLeasetime() throws Exception
-   {
-      try
-      {
-         Date expires = new Date(System.currentTimeMillis() - 5000);
-         subscriptionManager.subscribe(eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, expires, null);
-         fail("Expiration time was invalid");
-      }
-      catch (Exception e)
-      {
-         // ignore expected exception
-      }
-   }
-
-   public void testExceedsMaxLeaseTime() throws Exception
-   {
-      try
-      {
-         Date expires = new Date(System.currentTimeMillis() + EventingConstants.MAX_LEASE_TIME + 5000);
-         subscriptionManager.subscribe(eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, expires, null);
-         fail("Expiration time exceeds lease limit");
-      }
-      catch (Exception e)
-      {
-         // ignore expected exception
-      }
-   }
-
-   /**
-    * If the expression evaluates to false for a notification,
-    * the notification MUST NOT be sent to the event sink.
-    * Implied value is an expression that always returns true.
-    * If the event source does not support filtering, then a request that specifies a filter MUST fail,
-    * and the event source MAY generate a wse:FilteringNotSupported fault indicating that filtering is not supported.
-    * If the event source supports filtering but cannot honor the requested filtering,
-    * the request MUST fail, and the event source MAY generate a wse:FilteringRequestedUnavailable
-    * fault indicating that the requested filter dialect is not supported.
-    */
-
-   public void testFilterConstraints() throws Exception
-   {
-      try
-      {
-         Filter filter = new Filter(new URI("http://example.org/unkownFilter"), filterExpr);
-         Date expires = new Date(System.currentTimeMillis() + 5000);
-         subscriptionManager.subscribe(eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, expires, filter);
-         fail("Filtering should not be available");
-      }
-      catch (Exception e)
-      {
-         // ignore expected exception
-      }
-   }
-
-   public void testDispatch() throws Exception
-   {
-      for (int i = 0; i < 5; i++)
-      {
-         Date expires = new Date(System.currentTimeMillis() + 5000);
-         subscriptionManager.subscribe(eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, expires, null);
-      }
-
-      Element payload = DOMUtils.parse(eventString);
-      subscriptionManager.dispatch(eventSourceNS, payload);
-   }
-
-   public void testXPathFilter() throws Exception
-   {
-
-      Date expires = new Date(System.currentTimeMillis() + 5000);
-      Filter filter = new Filter(new URI("http://www.w3.org/TR/1999/REC-xpath-19991116"), filterExpr);
-      subscriptionManager.subscribe(eventSourceNS, eventSinkEndpoint, eventSinkEndpoint, expires, filter);
-
-      Element event = DOMUtils.parse(eventString);
-      subscriptionManager.dispatch(eventSourceNS, event);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wseventing/SubscriptionManagerTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,64 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wspolicy;
-
-//$Id$
-
-import java.io.ByteArrayInputStream;
-
-import org.apache.ws.policy.Policy;
-import org.apache.ws.policy.util.PolicyFactory;
-import org.apache.ws.policy.util.PolicyReader;
-import org.apache.ws.policy.util.PolicyWriter;
-import org.jboss.test.ws.JBossWSTest;
-
-/**
- * Test the WS-Policy parser
- *
- * @author Thomas.Diesler at jboss.org
- * @since 13-Nov-2005
- */
-public class PolicyParserTestCase extends JBossWSTest
-{
-   public void testPolicyParser() throws Exception
-   {
-      String inStr =
-         "<wsp:Policy xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wsswssecurity-secext-1.0.xsd'>" +
-         "  <wsp:ExactlyOne>" +
-         "    <wsp:All>" +
-         "      <wsse:SecurityToken>" +
-         "        <wsse:TokenType>wsse:Kerberosv5TGT</wsse:TokenType>" +
-         "      </wsse:SecurityToken>" +
-         "      <wsse:SecurityToken>" +
-         "        <wsse:TokenType>wsse:X509v3</wsse:TokenType>" +
-         "      </wsse:SecurityToken>" +
-         "    </wsp:All>" +
-         "  </wsp:ExactlyOne>" +
-         "</wsp:Policy>";
-
-      PolicyReader reader = PolicyFactory.getPolicyReader(PolicyFactory.DOM_POLICY_READER);
-      PolicyWriter writer = PolicyFactory.getPolicyWriter(PolicyFactory.StAX_POLICY_WRITER);
-      Policy p = reader.readPolicy(new ByteArrayInputStream(inStr.getBytes()));
-
-      //writer.writePolicy(p, System.out);      
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wspolicy/PolicyParserTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-public interface Hello extends Remote
-{
-   public UserType echoUserType(UserType in0) throws RemoteException;
-   public void triggerException(String reason, int code) throws HelloException, RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/Hello.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse;
-
-public class HelloException extends Exception
-{
-   private String reason;
-   private int code;
-
-   public HelloException(String message, int code, String reason)
-   {
-      super(message);
-      this.code = code;
-      this.reason = reason;
-   }
-
-   public int getCode()
-   {
-      return code;
-   }
-
-   public String getReason()
-   {
-      return reason;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloException.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import org.jboss.logging.Logger;
-
-public class HelloJavaBean implements Hello
-{
-   private Logger log = Logger.getLogger(HelloJavaBean.class);
-
-   public UserType echoUserType(UserType in0)
-   {
-      log.info(in0);
-      return in0;
-   }
-
-   public void triggerException(String reason, int code) throws HelloException
-   {
-      throw new HelloException("Error: " + reason + ":" + code, code, reason);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/HelloJavaBean.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,90 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.RemoteException;
-import java.security.Principal;
-
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-import org.jboss.logging.Logger;
-
-/**
- * An EJB service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 05-Feb-2005
- */
-public class JaxRpcEJBEndpoint implements SessionBean
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(JaxRpcEJBEndpoint.class);
-
-   private SessionContext context;
-
-   public String echoString(String str1, String str2)
-   {
-      log.info("echoString: " + str1 + "," + str2);
-      Principal callerPrincipal = context.getCallerPrincipal();
-      log.info("callerPricipal: " + callerPrincipal);
-      if (!"kermit".equals(callerPrincipal.getName()))
-         throw new RuntimeException("Invalid principal: " + callerPrincipal);
-
-      return str1 + str2;
-   }
-
-   public SimpleUserType echoSimpleUserType(String str1, SimpleUserType usr)
-   {
-      log.info("echoSimpleUserType: " + str1 + "," + usr);
-      Principal callerPrincipal = context.getCallerPrincipal();
-      log.info("callerPricipal: " + callerPrincipal);
-      if (!"kermit".equals(callerPrincipal.getName()))
-         throw new RuntimeException("Invalid principal: " + callerPrincipal);
-
-      return usr;
-   }
-
-   // EJB Lifecycle ----------------------------------------------------------------------
-
-   public void setSessionContext(SessionContext context) throws EJBException, RemoteException
-   {
-      this.context = context;
-   }
-
-   public void ejbCreate()
-   {
-   }
-
-   public void ejbRemove()
-   {
-   }
-
-   public void ejbActivate()
-   {
-   }
-
-   public void ejbPassivate()
-   {
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcEJBEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * A service endpoint interface for basic JAXRPC tests
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public interface JaxRpcTestService extends Remote
-{
-   String echoString(String str1, String str2) throws RemoteException;
-
-   SimpleUserType echoSimpleUserType(String str1, SimpleUserType msg) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org.
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.wsse;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected SimpleUserType SimpleUserType_2;
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_RequestStruct(java.lang.String String_1,SimpleUserType SimpleUserType_2){
-this.String_1=String_1;
-this.SimpleUserType_2=SimpleUserType_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public SimpleUserType getSimpleUserType_2() { return SimpleUserType_2 ;}
-
-public void setSimpleUserType_2(SimpleUserType myvar ){  SimpleUserType_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org.
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.wsse;
-
-
-public class  JaxRpcTestService_echoSimpleUserType_ResponseStruct
-{
-
-protected SimpleUserType result;
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(){}
-
-public JaxRpcTestService_echoSimpleUserType_ResponseStruct(SimpleUserType result){
-this.result=result;
-}
-public SimpleUserType getResult() { return result ;}
-
-public void setResult(SimpleUserType myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoSimpleUserType_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.wsse;
-
-
-public class  JaxRpcTestService_echoString_RequestStruct
-{
-
-protected java.lang.String String_1;
-
-protected java.lang.String String_2;
-public JaxRpcTestService_echoString_RequestStruct(){}
-
-public JaxRpcTestService_echoString_RequestStruct(java.lang.String String_1,java.lang.String String_2){
-this.String_1=String_1;
-this.String_2=String_2;
-}
-public java.lang.String getString_1() { return String_1 ;}
-
-public void setString_1(java.lang.String myvar ){  String_1=myvar ;}
-
-public java.lang.String getString_2() { return String_2 ;}
-
-public void setString_2(java.lang.String myvar ){  String_2=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.wsse;
-
-
-public class  JaxRpcTestService_echoString_ResponseStruct
-{
-
-protected java.lang.String result;
-public JaxRpcTestService_echoString_ResponseStruct(){}
-
-public JaxRpcTestService_echoString_ResponseStruct(java.lang.String result){
-this.result=result;
-}
-public java.lang.String getResult() { return result ;}
-
-public void setResult(java.lang.String myvar ){  result=myvar ;}
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/JaxRpcTestService_echoString_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,127 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.FileInputStream;
-import java.io.InputStream;
-import java.util.Calendar;
-import java.util.TimeZone;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMWriter;
-import org.jboss.ws.wsse.Constants;
-import org.jboss.ws.wsse.SecurityDecoder;
-import org.jboss.ws.wsse.SecurityStore;
-import org.jboss.ws.wsse.Util;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-
-/**
- * This test simulates a Microsoft WSE Client request
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @since 09/26/2005
- */
-public class MicrosoftInteropTestCase extends JBossWSTest
-{
-   
-   /** Test that we can build an envelope from InputStream */
-   public void testMicrosoftRequest() throws Exception
-   {
-      String envStr =
-         "<?xml version='1.0' encoding='UTF-8'?>" +
-         "<soap:Envelope" +
-         "  xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'" +
-         "  xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/03/addressing'" +
-         "  xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'" +
-         "  xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>" +
-         "  <soap:Header>" +
-         "    <wsa:Action/>" +
-         "    <wsa:MessageID>uuid:68a732d8-b630-4ded-bef0-9b83e735e0c7</wsa:MessageID>" +
-         "    <wsa:ReplyTo>" +
-         "      <wsa:Address>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:Address>" +
-         "    </wsa:ReplyTo>" +
-         "    <wsa:To>http://draught:8081/jaxrpc-jaxrpc-jse</wsa:To>" +
-         "  </soap:Header>" +
-         "  <soap:Body>" +
-         "    <echoString xmlns='http://org.jboss.ws/jaxrpc/types'>" +
-         "      <String_1 xmlns=''>test</String_1>" +
-         "      <String_2 xmlns=''>this</String_2>" +
-         "    </echoString>" +
-         "  </soap:Body>" +
-         "</soap:Envelope>";
-
-      InputStream inputStream = new FileInputStream("resources/jaxrpc/wsse/interop/microsoft-wse.xml");
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-      Document doc = env.getOwnerDocument();
-
-      // The Microsoft WSE message is timestamp protected like so:
-      // <wsu:Timestamp wsu:Id="Timestamp-9e3e6632-f2a1-4b26-a682-9301a75003a7">
-      //   <wsu:Created>2005-09-26T22:17:32Z</wsu:Created>
-      //   <wsu:Expires>2005-09-26T22:22:32Z</wsu:Expires>
-      // </wsu:Timestamp>
-
-      Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
-      cal.set(Calendar.DAY_OF_MONTH, 26);
-      cal.set(Calendar.MONTH, 8);
-      cal.set(Calendar.YEAR, 2005);
-      cal.set(Calendar.HOUR_OF_DAY, 22);
-      cal.set(Calendar.MINUTE, 22);
-      cal.set(Calendar.SECOND, 25);
-
-      SecurityDecoder decoder = new SecurityDecoder(new SecurityStore(), cal);
-      decoder.decode(doc);
-      decoder.complete();
-
-      cleanupWsuIds(doc.getDocumentElement());
-
-      String decodedString = DOMWriter.printNode(doc, true);
-      log.debug("Decoded message:" + decodedString);
-
-      System.out.println("FIXME: JBWS-1130");
-      // assertEquals(DOMUtils.parse(envStr), doc.getDocumentElement());
-   }
-
-   // WS-Security leaves wsu:id attributes arround on elements which are not cleaned
-   // up due to performance reasons. This, however, breaks comparisons, so we manually
-   // fix this for tests.
-   private void cleanupWsuIds(Element element)
-   {
-      element.removeAttributeNS(Constants.WSU_NS, "Id");
-      element.removeAttribute("xmlns:wsu");
-
-      Element child = Util.getFirstChildElement(element);
-      while (child != null)
-      {
-         cleanupWsuIds(child);
-         child = Util.getNextSiblingElement(child);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/MicrosoftInteropTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.RemoteException;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test WS-Security service handling of a non signed/encrypted client
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class NotEncodedTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(NotEncodedTestCase.class, "jaxrpc-wsse-rpc.war, jaxrpc-wsse-rpc-noconfig-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      try
-      {
-         UserType in0 = new UserType("Kermit");
-         hello.echoUserType(in0);
-         fail("RemoteException expected");
-      }
-      catch (RemoteException ex)
-      {
-         String message = ex.getMessage();
-         assertTrue("Unexpected message: " + message, message.indexOf("requires <wsse:Security>") >= 0);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/NotEncodedTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.ByteArrayOutputStream;
-import java.io.RandomAccessFile;
-
-import javax.crypto.Cipher;
-import javax.crypto.SecretKey;
-import javax.crypto.SecretKeyFactory;
-import javax.crypto.spec.PBEKeySpec;
-import javax.crypto.spec.PBEParameterSpec;
-
-/**
- * This is a simple decode utility for using along with the jboss-ws-security keystore and truststore use cases
- *
- * @author <a href="mailto:magesh.bojan at jboss.com">Magesh Kumar B</a>
- * @version $Revision$
- */
-public class PasswordUtil
-{
-   public static void main(String args[])
-   {
-     if( args.length != 1 )
-      {
-         System.err.println(
-            "Read a password in plain text form from a password file"
-           +"Usage: PasswordUtil password-file"
-           +"  password-file : the path to the file to write the password to"
-         );
-      }
-      try
-      {
-         System.out.println(decode(args[0]));
-      }
-      catch (Exception e)
-      {
-         e.printStackTrace();
-      }
-   }
-
-   private static char[] decode(String passwordFilePath) throws Exception
-   {
-      RandomAccessFile passwordFile = new RandomAccessFile(passwordFilePath, "rws");
-      byte[] salt = new byte[8];
-      passwordFile.readFully(salt);
-      int count = passwordFile.readInt();
-      ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      int b;
-      while( (b = passwordFile.read()) >= 0 )
-         baos.write(b);
-      passwordFile.close();
-      byte[] secret = baos.toByteArray();
-
-      PBEParameterSpec cipherSpec = new PBEParameterSpec(salt, count);
-      PBEKeySpec keySpec = new PBEKeySpec("78aac249a60a13d5e882927928043ebb".toCharArray());
-      SecretKeyFactory factory = SecretKeyFactory.getInstance("PBEwithMD5andDES");
-      SecretKey cipherKey = factory.generateSecret(keySpec);
-      Cipher cipher = Cipher.getInstance("PBEwithMD5andDES");
-      cipher.init(Cipher.DECRYPT_MODE, cipherKey, cipherSpec);
-      byte[] decode = cipher.doFinal(secret);
-      return new String(decode, "UTF-8").toCharArray();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/PasswordUtil.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,182 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.util.ArrayList;
-import java.util.LinkedList;
-import java.util.List;
-
-import javax.xml.namespace.QName;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.security.SecurityAssociation;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMWriter;
-import org.jboss.ws.wsse.Constants;
-import org.jboss.ws.wsse.EncryptionOperation;
-import org.jboss.ws.wsse.OperationDescription;
-import org.jboss.ws.wsse.QNameTarget;
-import org.jboss.ws.wsse.RequireEncryptionOperation;
-import org.jboss.ws.wsse.RequireSignatureOperation;
-import org.jboss.ws.wsse.SecurityDecoder;
-import org.jboss.ws.wsse.SecurityEncoder;
-import org.jboss.ws.wsse.SecurityStore;
-import org.jboss.ws.wsse.SendUsernameOperation;
-import org.jboss.ws.wsse.SignatureOperation;
-import org.jboss.ws.wsse.Target;
-import org.jboss.ws.wsse.TimestampOperation;
-import org.jboss.ws.wsse.Util;
-import org.jboss.ws.wsse.WsuIdTarget;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-
-/**
- * Simple WS-Security round trip test
- *
- * @author <a href="mailto:jason.greene at jboss.com>Jason T. Greene</a>
- */
-public class RoundTripTestCase extends JBossWSTest
-{
-   /** Test that we can build an envelope from InputStream */
-   public void testRoundTrip() throws Exception
-   {
-      String envStr =
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         " <env:Header>" +
-         "  <tns:someHeader xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'" +
-         "    tns:test='hi' xmlns:tns='http://org.jboss.ws/2004'>some header value</tns:someHeader>" +
-         " </env:Header> " +
-         " <env:Body>" +
-         "  <tns:echoString2 xmlns:tns='http://org.jboss.ws/2004'>" +
-         "   <string>Hello World!</string>" +
-         "  </tns:echoString2>" +
-         "  <tns:echoString xmlns:tns='http://org.jboss.ws/2004'>" +
-         "   <string>Hello World!</string>" +
-         "  </tns:echoString>" +
-         " </env:Body>" +
-         "</env:Envelope>";
-
-      ByteArrayInputStream inputStream = new ByteArrayInputStream(envStr.getBytes());
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-      Document doc = env.getOwnerDocument();
-
-      String inputString = DOMWriter.printNode(soapMsg.getSOAPPart(), true);
-
-      SecurityEncoder encoder = new SecurityEncoder(buildOperations(), new SecurityStore());
-      encoder.encode(doc);
-
-      log.debug("Encoded message:" + DOMWriter.printNode(doc, true));
-
-      ByteArrayOutputStream stream = new ByteArrayOutputStream();
-      soapMsg.writeTo(stream);
-
-      ByteArrayInputStream instream = new ByteArrayInputStream(stream.toByteArray());
-      soapMsg = factory.createMessage(null, instream);
-      env = soapMsg.getSOAPPart().getEnvelope();
-      doc = env.getOwnerDocument();
-
-      SecurityDecoder decoder = new SecurityDecoder(new SecurityStore());
-      decoder.decode(doc);
-      decoder.verify(buildRequireOperations());
-      decoder.complete();
-
-      cleanupWsuIds(doc.getDocumentElement());
-
-      log.debug("Decoded message:" + DOMWriter.printNode(doc, true));
-
-      assertEquals(SecurityAssociation.getPrincipal().toString(), "hi");
-      assertEquals(SecurityAssociation.getCredential(), "there");
-
-      assertEquals(inputString, DOMWriter.printNode(doc, true));
-   }
-
-   // WS-Security leaves wsu:id attributes arround on elements which are not cleaned
-   // up due to performance reasons. This, however, breaks comparisons, so we manually
-   // fix this for tests.
-   private void cleanupWsuIds(Element element)
-   {
-      element.removeAttributeNS(Constants.WSU_NS, "Id");
-      element.removeAttribute("xmlns:wsu");
-
-      Element child = Util.getFirstChildElement(element);
-      while (child != null)
-      {
-         cleanupWsuIds(child);
-         child = Util.getNextSiblingElement(child);
-      }
-   }
-
-   private LinkedList buildOperations()
-   {
-      List targets = new ArrayList();
-      QName name = new QName("http://org.jboss.ws/2004", "echoString2");
-      Target target = new QNameTarget(name);
-      targets.add(target);
-      name = new QName("http://org.jboss.ws/2004", "someHeader");
-      target = new QNameTarget(name);
-      targets.add(target);
-      targets.add(new WsuIdTarget("timestamp"));
-
-      LinkedList operations = new LinkedList();
-      operations.add(new OperationDescription(TimestampOperation.class, null, null, "300", null));
-      operations.add(new OperationDescription(SignatureOperation.class, targets, "wsse", null, null));
-
-      name = new QName("http://org.jboss.ws/2004", "someHeader");
-      target = new QNameTarget(name);
-      targets = new ArrayList();
-      targets.add(target);
-
-      name = new QName("http://org.jboss.ws/2004", "echoString2");
-      target = new QNameTarget(name, true);
-      targets.add(target);
-
-      operations.add(new OperationDescription(EncryptionOperation.class, targets, "wsse", null, null));
-      operations.add(new OperationDescription(SendUsernameOperation.class, null, "hi", "there", null));
-
-      return operations;
-   }
-
-   private LinkedList buildRequireOperations()
-   {
-      List targets = new ArrayList();
-      QName name = new QName("http://org.jboss.ws/2004", "echoString2");
-      Target target = new QNameTarget(name);
-      targets.add(target);
-      name = new QName("http://org.jboss.ws/2004", "someHeader");
-      target = new QNameTarget(name);
-      targets.add(target);
-      //targets.add(new WsuIdTarget("timestamp"));
-      LinkedList operations = new LinkedList();
-      operations.add(new OperationDescription(RequireSignatureOperation.class, targets, null, null, null));
-      operations.add(new OperationDescription(RequireEncryptionOperation.class, targets, null, null, null));
-
-      return operations;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RoundTripTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,81 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test WS-Security with RPC/Literal
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class RpcTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(RpcTestCase.class, "jaxrpc-wsse-rpc.war, jaxrpc-wsse-rpc-client.jar");
-   }
-
-   public void testEndpoint() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-
-   public void testFault() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      HelloException exception = null;
-
-      try
-      {
-         hello.triggerException("Fake Reason", 124);
-      }
-      catch (HelloException ex)
-      {
-         exception = ex;
-      }
-
-      assertNotNull("No exception thrown", exception);
-      assertEquals(exception.getReason(), "Fake Reason");
-      assertEquals(exception.getCode(), 124);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.IOException;
-import java.io.PrintWriter;
-
-import javax.naming.InitialContext;
-import javax.servlet.ServletException;
-import javax.servlet.http.HttpServlet;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
-import javax.xml.rpc.Service;
-
-import org.jboss.logging.Logger;
-
-public class RpcTestClientServlet extends HttpServlet
-{
-   // provide logging
-   private static final Logger log = Logger.getLogger(RpcTestClientServlet.class);
-
-   protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
-   {
-      response.setContentType("text/plain");
-      PrintWriter pw = response.getWriter();
-      try
-      {
-         InitialContext iniCtx = new InitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-         Hello hello = (Hello)service.getPort(Hello.class);
-
-         String input = request.getParameter("input");
-         String output = hello.echoUserType(new UserType(input)).getMsg();
-
-         pw.println(output);
-      }
-      catch (Exception e)
-      {
-         log.error("Access failed", e);
-         e.printStackTrace(pw);
-      }
-      finally
-      {
-         pw.close();
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/RpcTestClientServlet.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-// $Id$
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Add support for fault signing and encryption
- * 
- * http://jira.jboss.org/jira/browse/JBWS-1119
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- */
-public class SignEncryptFaultTestCase extends RpcTestCase
-{
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SignEncryptFaultTestCase.class, "jaxrpc-wsse-sign-encrypt-fault.war, jaxrpc-wsse-sign-encrypt-fault-client.jar");
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignEncryptFaultTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-// $Id$
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Add support for fault signing and encryption
- * 
- * http://jira.jboss.org/jira/browse/JBWS-1119
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class SignFaultTestCase extends RpcTestCase
-{
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SignFaultTestCase.class, "jaxrpc-wsse-sign-fault.war, jaxrpc-wsse-sign-fault-client.jar");
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SignFaultTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,96 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.RemoteException;
-import java.util.Properties;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test WS-Security with RPC/Literal
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class SimpleSignEncryptTestCase extends JBossWSTest
-{
-
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(SimpleSignEncryptTestCase.class, "jaxrpc-wsse-simple-sign-encrypt.war, jaxrpc-wsse-simple-sign-encrypt-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpointNoProperties() throws Exception
-   {
-      Properties props = System.getProperties();
-      props.remove("org.jboss.ws.wsse.keyStore");
-      props.remove("org.jboss.ws.wsse.trustStore");
-      props.remove("org.jboss.ws.wsse.keyStorePassword");
-      props.remove("org.jboss.ws.wsse.trustStorePassword");
-      props.remove("org.jboss.ws.wsse.keyStoreType");
-      props.remove("org.jboss.ws.wsse.trustStoreType");
-
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      UserType in0 = new UserType("Kermit");
-
-      try
-      {
-         hello.echoUserType(in0);
-         fail("Expected exception not thrown");
-      }
-      catch (RemoteException e)
-      {
-      }
-
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleSignEncryptTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,78 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-/**
- * @author Thomas.Diesler at jboss.org
- * @since 23-Jan-2005
- */
-public class SimpleUserType
-{
-   public int a;
-   private int b;
-
-   public SimpleUserType()
-   {
-   }
-
-   public SimpleUserType(int a, int b)
-   {
-      this.a = a;
-      this.b = b;
-   }
-
-   public int getB()
-   {
-      return b;
-   }
-
-   public void setB(int b)
-   {
-      this.b = b;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof SimpleUserType)) return false;
-
-      final SimpleUserType simpleUserType = (SimpleUserType)o;
-
-      if (a != simpleUserType.a) return false;
-      if (b != simpleUserType.b) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      int result;
-      result = a;
-      result = 29 * result + b;
-      return result;
-   }
-
-   public String toString()
-   {
-      return "[a=" + a + ",b=" + b + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SimpleUserType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * This test simulates simulates the usage of a jboss-ws-security keystore and truststore use cases
- *
- * @author <a href="mailto:magesh.bojan at jboss.com">Magesh Kumar B</a>
- * @version $Revision$
- */
-public class StorePassEncryptTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(StorePassEncryptTestCase.class, "jaxrpc-wsse-store-pass-encrypt-class-cmd.war, jaxrpc-wsse-store-pass-encrypt-class-cmd-client.jar");
-   }
-
-   /**
-    * Test JSE endpoint
-    */
-   public void testEndpoint() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/HelloService");
-      Hello hello = (Hello)service.getPort(Hello.class);
-
-      UserType in0 = new UserType("Kermit");
-      UserType retObj = hello.echoUserType(in0);
-      assertEquals(in0, retObj);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/StorePassEncryptTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,135 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.FileInputStream;
-import java.io.InputStream;
-import java.util.Calendar;
-import java.util.TimeZone;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.soap.MessageFactoryImpl;
-import org.jboss.ws.utils.DOMWriter;
-import org.jboss.ws.wsse.Constants;
-import org.jboss.ws.wsse.SecurityDecoder;
-import org.jboss.ws.wsse.SecurityStore;
-import org.jboss.ws.wsse.Util;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-
-/**
- * This test simulates a Sun JWSDP Client request
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @since 09/26/2005
- */
-public class SunInteropTestCase extends JBossWSTest
-{
-   /** Test that we can build an envelope from InputStream */
-   public void testSunSTRRequest() throws Exception
-   {
-      InputStream inputStream = new FileInputStream("resources/jaxrpc/wsse/interop/sun-xws.xml");
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-      Document doc = env.getOwnerDocument();
-
-      // The Sun JWSDP message is timestamp protected like so:
-      // <wsu:Timestamp wsu:Id="Timestamp-9e3e6632-f2a1-4b26-a682-9301a75003a7">
-      //   <wsu:Created>2005-09-26T22:17:32Z</wsu:Created>
-      //   <wsu:Expires>2005-09-26T22:22:32Z</wsu:Expires>
-      // </wsu:Timestamp>
-
-      Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
-      cal.set(Calendar.DAY_OF_MONTH, 28);
-      cal.set(Calendar.MONTH, 8);
-      cal.set(Calendar.YEAR, 2005);
-      cal.set(Calendar.HOUR_OF_DAY, 5);
-      cal.set(Calendar.MINUTE, 32);
-      cal.set(Calendar.SECOND, 25);
-
-      SecurityDecoder decoder = new SecurityDecoder(new SecurityStore(), cal);
-      decoder.decode(doc);
-      decoder.complete();
-
-      cleanupWsuIds(doc.getDocumentElement());
-
-      String decodedString = DOMWriter.printNode(doc, true);
-      log.debug("Decoded message:" + decodedString);
-   }
-
-   /** Test that we can build an envelope from InputStream */
-   public void testSunIssuerSerialSignEncrypt() throws Exception
-   {
-      InputStream inputStream = new FileInputStream("resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml");
-
-      MessageFactory factory = new MessageFactoryImpl();
-      SOAPMessage soapMsg = factory.createMessage(null, inputStream);
-      SOAPEnvelope env = soapMsg.getSOAPPart().getEnvelope();
-      Document doc = env.getOwnerDocument();
-
-      // The Sun JWSDP message is timestamp protected like so:
-      // <wsu:Timestamp wsu:Id="Timestamp-9e3e6632-f2a1-4b26-a682-9301a75003a7">
-      //   <wsu:Created>2005-09-26T22:17:32Z</wsu:Created>
-      //   <wsu:Expires>2005-09-26T22:22:32Z</wsu:Expires>
-      // </wsu:Timestamp>
-
-      Calendar cal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
-      cal.set(Calendar.DAY_OF_MONTH, 30);
-      cal.set(Calendar.MONTH, 8);
-      cal.set(Calendar.YEAR, 2005);
-      cal.set(Calendar.HOUR_OF_DAY, 22);
-      cal.set(Calendar.MINUTE, 8);
-      cal.set(Calendar.SECOND, 40);
-
-
-      SecurityDecoder decoder = new SecurityDecoder(new SecurityStore(), cal);
-      decoder.decode(doc);
-      decoder.complete();
-
-      cleanupWsuIds(doc.getDocumentElement());
-
-      String decodedString = DOMWriter.printNode(doc, true);
-      log.debug("Decoded message:" + decodedString);
-   }
-
-   // WS-Security leaves wsu:id attributes arround on elements which are not cleaned
-   // up due to performance reasons. This, however, breaks comparisons, so we manually
-   // fix this for tests.
-   private void cleanupWsuIds(Element element)
-   {
-      element.removeAttributeNS(Constants.WSU_NS, "Id");
-      element.removeAttribute("xmlns:wsu");
-
-      Element child = Util.getFirstChildElement(element);
-      while (child != null)
-      {
-         cleanupWsuIds(child);
-         child = Util.getNextSiblingElement(child);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/SunInteropTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-
-/** A custom data object class that needs to specify a custom serializer
- */
-public class UserType implements java.io.Serializable
-{
-   static final long serialVersionUID = -4900436998131030624L;
-   private String msg;
-
-   public UserType()
-   {
-      this(null);
-   }
-
-   public UserType(String msg)
-   {
-      this.msg = msg;
-   }
-
-   public String getMsg()
-   {
-      return this.msg;
-   }
-
-   public void setMsg(String msg)
-   {
-      this.msg = msg;
-   }
-
-   public boolean equals(Object o)
-   {
-      if (this == o) return true;
-      if (!(o instanceof UserType)) return false;
-
-      final UserType userType = (UserType)o;
-
-      if (msg != null ? !msg.equals(userType.msg) : userType.msg != null) return false;
-
-      return true;
-   }
-
-   public int hashCode()
-   {
-      return (msg != null ? msg.hashCode() : 0);
-   }
-
-   public String toString()
-   {
-      return "[msg=" + msg + "]";
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UserType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,107 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.rmi.RemoteException;
-import java.util.Properties;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test UsernameToken
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class UsernameTestCase extends JBossWSTest
-{
-   private static JaxRpcTestService endpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(UsernameTestCase.class, "jaxrpc-wsse-username.jar, jaxrpc-wsse-username-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (endpoint == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestServiceEJB");
-         endpoint = (JaxRpcTestService)service.getPort(JaxRpcTestService.class);
-         ((Stub)endpoint)._setProperty(Stub.USERNAME_PROPERTY, "kermit");
-         ((Stub)endpoint)._setProperty(Stub.PASSWORD_PROPERTY, "thefrog");
-      }
-
-      Properties props = System.getProperties();
-      props.remove("org.jboss.ws.wsse.keyStore");
-      props.remove("org.jboss.ws.wsse.trustStore");
-      props.remove("org.jboss.ws.wsse.keyStorePassword");
-      props.remove("org.jboss.ws.wsse.trustStorePassword");
-      props.remove("org.jboss.ws.wsse.keyStoreType");
-      props.remove("org.jboss.ws.wsse.trustStoreType");
-   }
-
-   public void testEchoString() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-      Object retObj = endpoint.echoString(hello, world);
-      assertEquals(hello + world, retObj);
-   }
-
-   public void testEchoSimpleUserType() throws Exception
-   {
-      String hello = "Hello";
-      SimpleUserType userType = new SimpleUserType(1, 2);
-      Object retObj = endpoint.echoSimpleUserType(hello, userType);
-      assertEquals(userType, retObj);
-   }
-
-   public void testEchoStringNoUsername() throws Exception
-   {
-      String hello = "Hello";
-      String world = "world!";
-
-      ((Stub)endpoint)._setProperty(Stub.USERNAME_PROPERTY, null);
-      ((Stub)endpoint)._setProperty(Stub.PASSWORD_PROPERTY, null);
-
-      try
-      {
-         endpoint.echoString(hello, world);
-         fail("Expected exception not thrown");
-      }
-      catch (RemoteException e)
-      {
-      }
-
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/UsernameTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.wsse;
-
-import java.io.BufferedReader;
-import java.io.InputStreamReader;
-import java.net.URL;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test WS-Security with RPC/Literal from a web client.
- *
- * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
- * @version $Revision$
- */
-public class WebClientTestCase extends JBossWSTest
-{
-   /** Construct the test case with a given name
-    */
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(WebClientTestCase.class, "jaxrpc-wsse-web-client.war");
-   }
-
-   /**
-    * Test servlet client access
-    */
-   public void testWebClient() throws Exception
-   {
-      URL url = new URL("http://" + getServerHost() + ":8080/jaxrpc-wsse-rpc/RpcTestClientServlet?input=Hello");
-      BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
-      String res = br.readLine();
-      br.close();
-
-      assertEquals("Hello", res);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/WebClientTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,70 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-public class AccountInfo
-{
-   private String firstName;
-   private String lastName;
-   private Address address;
-   private CreditCardInfo creditCardInfo;
-
-   public Address getAddress()
-   {
-      return address;
-   }
-
-   public void setAddress(Address address)
-   {
-      this.address = address;
-   }
-
-   public CreditCardInfo getCreditCardInfo()
-   {
-      return creditCardInfo;
-   }
-
-   public void setCreditCardInfo(CreditCardInfo creditCardInfo)
-   {
-      this.creditCardInfo = creditCardInfo;
-   }
-
-   public String getFirstName()
-   {
-      return firstName;
-   }
-
-   public void setFirstName(String firstName)
-   {
-      this.firstName = firstName;
-   }
-
-   public String getLastName()
-   {
-      return lastName;
-   }
-
-   public void setLastName(String lastName)
-   {
-      this.lastName = lastName;
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountInfo.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-import java.util.Date;
-
-
-public interface AccountSignup extends Remote
-{
-   public int signup(AccountInfo accountInfo, float discountAmount, Date signupTime) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,61 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-import java.rmi.RemoteException;
-import java.util.Calendar;
-import java.util.Date;
-
-import org.jboss.logging.Logger;
-
-public class AccountSignupImpl implements AccountSignup
-{
-   private Logger log = Logger.getLogger(AccountSignup.class);
-
-   public int signup(AccountInfo accountInfo, float discountAmount, Date signupTime) throws RemoteException
-   {
-      String creditCardNumber = accountInfo.getCreditCardInfo().getCreditCardNumber();
-      log.info("Credit card number = " + creditCardNumber);
-
-      Date expiration = accountInfo.getCreditCardInfo().getExpiration();
-      log.info("Credit card expiration = " + expiration);
-
-      String securityCode = accountInfo.getCreditCardInfo().getSecurityCode();
-      log.info("Credit card security code = " + securityCode);
-
-      if (! "1234-1234-1234-1234".equals(creditCardNumber))
-         throw new RemoteException("Invalid credit card number");
-
-      Calendar cal = Calendar.getInstance();
-      cal.clear();
-      cal.set(2005, 11, 1, 0, 0);
-
-      if (! expiration.equals(cal.getTime()))
-         throw new RemoteException("Invalid expiration date");
-
-      if (! securityCode.equals("123"))
-         throw new RemoteException("Invalid security code");
-
-      // We pretend that we signed up the account
-      return 345;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-import java.util.Calendar;
-import java.util.Date;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-public class AccountSignupTestCase extends JBossWSTest
-{
-
-   /** Deploy the test */
-   public static Test suite() throws Exception
-   {
-      return JBossWSTestSetup.newTestSetup(AccountSignupTestCase.class, "jaxrpc-wsse-account-signup.war, jaxrpc-wsse-account-signup-client.jar");
-   }
-
-   public void testEndpoint() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/AccountSignupService");
-      AccountSignup signup = (AccountSignup)service.getPort(AccountSignup.class);
-
-      AccountInfo account = new AccountInfo();
-      account.setFirstName("Jason");
-      account.setLastName("Greene");
-      Address address = new Address();
-      address.setCity("Madison");
-      address.setStreet("Some street");
-      address.setZip("53717");
-      account.setAddress(address);
-
-      CreditCardInfo credit = new CreditCardInfo();
-      credit.setCreditCardNumber("1234-1234-1234-1234");
-      Calendar cal = Calendar.getInstance();
-      cal.clear();
-      cal.set(2005, 11, 1, 0, 0);
-
-      credit.setExpiration(cal.getTime());
-      credit.setSecurityCode("123");
-      account.setCreditCardInfo(credit);
-
-      int result = signup.signup(account, 0.0f, new Date());
-      assertTrue(result == 345);
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignupTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,77 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-//Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-public class AccountSignup_signup_RequestStruct
-{
-
-   protected org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo accountInfo;
-
-   protected float discountAmount;
-
-   protected java.util.Date signupTime;
-
-   public AccountSignup_signup_RequestStruct()
-   {
-   }
-
-   public AccountSignup_signup_RequestStruct(org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo accountInfo, float discountAmount,
-         java.util.Date signupTime)
-   {
-      this.accountInfo = accountInfo;
-      this.discountAmount = discountAmount;
-      this.signupTime = signupTime;
-   }
-
-   public org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo getAccountInfo()
-   {
-      return accountInfo;
-   }
-
-   public void setAccountInfo(org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo accountInfo)
-   {
-      this.accountInfo = accountInfo;
-   }
-
-   public float getDiscountAmount()
-   {
-      return discountAmount;
-   }
-
-   public void setDiscountAmount(float discountAmount)
-   {
-      this.discountAmount = discountAmount;
-   }
-
-   public java.util.Date getSignupTime()
-   {
-      return signupTime;
-   }
-
-   public void setSignupTime(java.util.Date signupTime)
-   {
-      this.signupTime = signupTime;
-   }
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_RequestStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-public class AccountSignup_signup_ResponseStruct
-{
-   protected int result;
-
-   public AccountSignup_signup_ResponseStruct()
-   {
-   }
-
-   public AccountSignup_signup_ResponseStruct(int result)
-   {
-      this.result = result;
-   }
-
-   public int getResult()
-   {
-      return result;
-   }
-
-   public void setResult(int result)
-   {
-      this.result = result;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/AccountSignup_signup_ResponseStruct.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,71 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-
-public class Address
-{
-   private String street;
-   private String city;
-   private String state;
-   private String zip;
-
-   public String getCity()
-   {
-      return city;
-   }
-
-   public void setCity(String city)
-   {
-      this.city = city;
-   }
-
-   public String getState()
-   {
-      return state;
-   }
-
-   public void setState(String state)
-   {
-      this.state = state;
-   }
-
-   public String getStreet()
-   {
-      return street;
-   }
-
-   public void setStreet(String street)
-   {
-      this.street = street;
-   }
-
-   public String getZip()
-   {
-      return zip;
-   }
-
-   public void setZip(String zip)
-   {
-      this.zip = zip;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/Address.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
-package org.jboss.test.ws.jaxrpc.wsse.signup;
-
-import java.util.Date;
-
-
-public class CreditCardInfo
-{
-   private String creditCardNumber;
-   private Date expiration;
-   private String securityCode;
-
-   public String getCreditCardNumber()
-   {
-      return creditCardNumber;
-   }
-
-   public void setCreditCardNumber(String creditCardNumber)
-   {
-      this.creditCardNumber = creditCardNumber;
-   }
-
-   public Date getExpiration()
-   {
-      return expiration;
-   }
-
-   public void setExpiration(Date expiration)
-   {
-      this.expiration = expiration;
-   }
-
-   public String getSecurityCode()
-   {
-      return securityCode;
-   }
-
-   public void setSecurityCode(String securityCode)
-   {
-      this.securityCode = securityCode;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/wsse/signup/CreditCardInfo.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,121 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxrpc.xop;
-
-import javax.xml.namespace.QName;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPBodyElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.Constants;
-import org.jboss.ws.common.CommonMessageContext;
-import org.jboss.ws.jaxrpc.Style;
-import org.jboss.ws.jaxrpc.handler.SOAPMessageContextJAXRPC;
-import org.jboss.ws.metadata.OperationMetaData;
-import org.jboss.ws.metadata.ParameterMetaData;
-import org.jboss.ws.soap.MessageContextAssociation;
-import org.jboss.ws.soap.NameImpl;
-import org.jboss.ws.soap.SOAPBodyElementRpc;
-import org.jboss.ws.soap.SOAPContentElement;
-
-/**
- * Test the SOAPElement
- *
- * @author Thomas.Diesler at jboss.org
- * @since 17-Jan-2006
- */
-public class XOPElementRPCTestCase extends JBossWSTest
-{
-   private OperationMetaData opMetaData;
-   private ParameterMetaData paramMetaData;
-   private MessageFactory msgFactory;
-   private SOAPMessage soapMessage;
-   private SOAPContentElement xopElement;
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      // Setup the opMetaData
-      opMetaData = new OperationMetaData(new QName("http://somens", "myOperation", "ns1"), "myOperation");
-      opMetaData.getEndpointMetaData().setStyle(Style.RPC);
-      paramMetaData = new ParameterMetaData(opMetaData,
-          new QName("xopParam"),
-          new QName(Constants.NS_XML_MIME, "base64Binary", Constants.PREFIX_XSD),
-          "java.lang.String"
-      );
-      opMetaData.addParameter(paramMetaData);
-
-      // Setup XOP element
-      msgFactory = MessageFactory.newInstance();
-      soapMessage = msgFactory.createMessage();
-      SOAPBodyElement bodyElement = new SOAPBodyElementRpc(new NameImpl(opMetaData.getQName()));
-      soapMessage.getSOAPBody().addChildElement(bodyElement);
-      xopElement = new SOAPContentElement(new NameImpl(paramMetaData.getXmlName()));
-      xopElement.setParamMetaData(paramMetaData);
-      bodyElement.addChildElement(xopElement);
-
-      // Setup the message context
-      CommonMessageContext msgContext = new SOAPMessageContextJAXRPC();
-      MessageContextAssociation.pushMessageContext(msgContext);
-      msgContext.setOperationMetaData(opMetaData);
-      msgContext.setSOAPMessage(soapMessage);
-
-   }
-
-   public void testSOAPMessageRoundTrip() throws Exception
-   {
-      /*String xopContent = "This is XOP content";
-      xopElement.setXMimeContentType("text/plain");
-      xopElement.setObjectValue(xopContent);
-
-      // Write SOAP message as multipart/related
-      ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      soapMessage.writeTo(baos);
-      byte[] bytes = baos.toByteArray();
-
-      //System.out.println(new String(bytes));
-
-      // Verify mime headers
-      MimeHeaders mimeHeaders = soapMessage.getMimeHeaders();
-      ContentType contentType = new ContentType(mimeHeaders.getHeader(MimeConstants.CONTENT_TYPE)[0]);
-      assertEquals(MimeConstants.TYPE_MULTIPART_RELATED, contentType.getBaseType());
-
-      SOAPMessage soapMessage = msgFactory.createMessage(mimeHeaders, new ByteArrayInputStream(bytes));
-
-      SOAPEnvelope soapEnvelope = soapMessage.getSOAPPart().getEnvelope();
-      System.out.println(DOMWriter.printNode(soapEnvelope, true));
-
-      SOAPBody soapBody = soapMessage.getSOAPBody();
-      SOAPElement rpcElement = (SOAPElement)DOMUtils.getFirstChildElement(soapBody);
-      assertEquals(new NameImpl(opMetaData.getXmlName()), rpcElement.getElementName());
-      SOAPContentElement xopElement = (SOAPContentElement)DOMUtils.getFirstChildElement(rpcElement);
-      assertEquals(new NameImpl(paramMetaData.getXmlName()), xopElement.getElementName());
-      xopElement.setParamMetaData(paramMetaData);
-      Object retObj = xopElement.getObjectValue();
-      assertEquals(xopContent, retObj);
-      */
-
-      System.out.println("FIXME: JBXB-62");
-   }
-}
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPElementRPCTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,119 +0,0 @@
-package org.jboss.test.ws.jaxrpc.xop;
-
-import java.io.File;
-
-import junit.framework.TestCase;
-
-import org.apache.xerces.xs.XSComplexTypeDefinition;
-import org.apache.xerces.xs.XSModel;
-import org.apache.xerces.xs.XSTypeDefinition;
-import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
-import org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils;
-import org.jboss.ws.metadata.wsdl.xsd.SchemaUtils;
-import org.jboss.ws.xop.XOPScanner;
-import org.jboss.xb.binding.NamespaceRegistry;
-
-/**
- * @author Heiko Braun <heiko.braun at jboss.com>
- * @since Jun 9, 2006
- */
-public class XOPTypeDefTestCase extends TestCase
-{
-   public XOPTypeDefTestCase(String string)
-   {
-      super(string);
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-   }
-
-   public void testCircularReferences() throws Exception
-   {
-      SchemaUtils utils = SchemaUtils.getInstance();
-      File f = new File("resources/jaxrpc/xop/circular.xsd");
-      assertTrue("Unable to load schema file " + f.getAbsolutePath(), f.exists());
-
-      XSModel xsModel = utils.parseSchema(f.toURL());
-      assertNotNull(xsModel);
-      WSSchemaUtils wsUtil = WSSchemaUtils.getInstance(new NamespaceRegistry(), "http://complex.jsr181.jaxws.ws.test.jboss.org/jaws");
-      JBossXSModel schemaModel = wsUtil.getJBossXSModel(xsModel);
-
-      XSTypeDefinition xsType = schemaModel.getTypeDefinition("Customer", "http://complex.jsr181.jaxws.ws.test.jboss.org/jaws");
-
-      assertNotNull("Root type def not found", xsType);
-      XOPScanner scanner = new XOPScanner();
-
-      if (xsType instanceof XSComplexTypeDefinition)
-      {
-         XSComplexTypeDefinition xsComplexType = (XSComplexTypeDefinition)xsType;
-         XSTypeDefinition resultType = scanner.findXOPTypeDef(xsComplexType);
-
-         // it fails when getting a stack overflow ;)
-      }
-   }
-
-   public void testXOPElementScan() throws Exception
-   {
-      SchemaUtils utils = SchemaUtils.getInstance();
-      File f = new File("resources/jaxrpc/xop/schema.xsd");
-      assertTrue("Unable to load schema file " + f.getAbsolutePath(), f.exists());
-
-      XSModel xsModel = utils.parseSchema(f.toURL());
-      assertNotNull(xsModel);
-      WSSchemaUtils wsUtil = WSSchemaUtils.getInstance(new NamespaceRegistry(), "http://jboss.org/test/ws/xop/doclit");
-      JBossXSModel schemaModel = wsUtil.getJBossXSModel(xsModel);
-
-      XSTypeDefinition xsType = schemaModel.getTypeDefinition(">PingMsg", "http://jboss.org/test/ws/xop/doclit");
-
-      assertNotNull("Root type def not found", xsType);
-      XOPScanner scanner = new XOPScanner();
-
-      if (xsType instanceof XSComplexTypeDefinition)
-      {
-         XSComplexTypeDefinition xsComplexType = (XSComplexTypeDefinition)xsType;
-         XSTypeDefinition resultType = scanner.findXOPTypeDef(xsComplexType);
-         assertNotNull("Unable to find xop typedef in schema", resultType);
-      }
-
-      scanner.reset();
-
-      xsType = schemaModel.getTypeDefinition(">PingMsgResponse", "http://jboss.org/test/ws/xop/doclit");
-      assertNotNull("Root type def not found", xsType);
-      if (xsType instanceof XSComplexTypeDefinition)
-      {
-         XSComplexTypeDefinition xsComplexType = (XSComplexTypeDefinition)xsType;
-         XSTypeDefinition resultType = scanner.findXOPTypeDef(xsComplexType);
-         assertNotNull("Unable to find XOP typedef in schema", resultType);
-      }
-
-   }
-
-   public void testMSFTElementScan() throws Exception
-   {
-      /*
-       SchemaUtils utils = SchemaUtils.getInstance();
-       File f = new File(prefix +"resources/jaxrpc/xop/schema.xsd");
-       assertTrue("Unable to load schema file " + f.getAbsolutePath(), f.exists());
-
-       XSModel xsModel = utils.parseSchema(f.toURL());
-       assertNotNull(xsModel);
-       WSSchemaUtils wsUtil = WSSchemaUtils.getInstance(new NamespaceRegistry(), "http://jboss.org/test/ws/xop/doclit");
-       JBossXSModel schemaModel= wsUtil.getJBossXSModel(xsModel);
-
-       XSTypeDefinition xsType = schemaModel.getTypeDefinition(">MSFTBinary", "http://jboss.org/test/ws/xop/doclit");
-
-       assertNotNull("Root type def not found", xsType);
-       XOPScanner scanner = new XOPScanner();
-
-       if (xsType instanceof XSComplexTypeDefinition)
-       {
-       XSComplexTypeDefinition xsComplexType = (XSComplexTypeDefinition)xsType;
-       XSTypeDefinition resultType = scanner.findXOPTypeDef(xsComplexType);
-       assertNotNull("Unable to find xop typedef in schema", resultType);
-       }
-       */
-      System.out.println("FIXME: testMSFTElementScan");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/XOPTypeDefTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,58 +0,0 @@
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.handler.soap.SOAPMessageContext;
-import javax.xml.soap.SOAPBody;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPMessage;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.soap.NameImpl;
-
-/**
- * @author Heiko Braun <heiko.braun at jboss.com>
- * @since Jun 16, 2006
- */
-public class InlineHandler extends GenericHandler
-{
-
-   private static Logger log = Logger.getLogger(InlineHandler.class);
-
-   public QName[] getHeaders()
-   {
-      return new QName[0];
-   }
-
-   public boolean handleRequest(MessageContext messageContext)
-   {
-      dumpMessage(messageContext);
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext messageContext)
-   {
-      dumpMessage(messageContext);
-      return true;
-   }
-
-   private void dumpMessage(MessageContext messageContext)
-   {
-      try
-      {
-         SOAPMessage soapMessage = ((SOAPMessageContext)messageContext).getMessage();
-         SOAPBody soapBody = soapMessage.getSOAPBody();
-
-         SOAPElement bodyElement = (SOAPElement)soapBody.getChildElements().next();
-         SOAPElement xopElement = (SOAPElement)bodyElement.getChildElements(new NameImpl("xopContent")).next();
-         String base64Value = xopElement.getValue();
-         log.debug("base64Value: " + base64Value);
-         messageContext.setProperty("xop.inline.value", base64Value);
-      }
-      catch (Exception e)
-      {
-         log.error(e);
-      }
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/InlineHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-import javax.activation.DataHandler;
-
-public class PingMsg
-{
-   protected String message;
-   protected DataHandler xopContent;
-
-   public PingMsg(){}
-
-   public PingMsg(String message, DataHandler dataHandler){
-      this.message=message;
-      this.xopContent = dataHandler;
-   }
-
-   public java.lang.String getMessage() { return message ;}
-
-   public void setMessage(java.lang.String message){ this.message=message; }
-
-   public DataHandler getXopContent() {
-      return xopContent;
-   }
-
-   public void setXopContent(DataHandler xopContent) {
-      this.xopContent = xopContent;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsg.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-/*
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org.
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-import javax.activation.DataHandler;
-
-
-public class  PingMsgResponse
-{
-   protected DataHandler xopContent;
-
-   public PingMsgResponse(){
-   }
-
-   public PingMsgResponse(DataHandler dataHandler) {
-      this.xopContent = dataHandler;
-   }
-
-   public DataHandler getXopContent() {
-      return xopContent;
-   }
-
-   public void setXopContent(DataHandler xopContent) {
-      this.xopContent = xopContent;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/PingMsgResponse.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-import java.rmi.RemoteException;
-
-/**
- * @author Heiko Braun, <heiko at openj.net>
- * @since 11-Apr-2006
- */
-public class TestServiceImpl implements TestService_PortType {
-    public PingMsgResponse ping(PingMsg pingMsg) throws RemoteException {
-        return new PingMsgResponse(pingMsg.getXopContent());
-    }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestServiceImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-/*  
- * JBoss, the OpenSource EJB server
- * Distributable under LGPL license. See terms of license at gnu.org. 
- */
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-public interface  TestService_PortType extends java.rmi.Remote
-{
-
-  public org.jboss.test.ws.jaxrpc.xop.doclit.PingMsgResponse  ping(org.jboss.test.ws.jaxrpc.xop.doclit.PingMsg pingMsg) throws  java.rmi.RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_PortType.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-/*  
-* JBoss, the OpenSource EJB server
-* Distributable under LGPL license. See terms of license at gnu.org.
-*/
-
-//Auto Generated by jbossws - Please do not edit!!!
-
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-
-import javax.xml.rpc.ServiceException;
-
-
-public interface  TestService_Service extends  javax.xml.rpc.Service
-{
-
-     public org.jboss.test.ws.jaxrpc.xop.doclit.TestService_PortType getTestServicePort() throws ServiceException;
-
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/TestService_Service.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,123 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxrpc.xop.doclit;
-
-// $Id: xop.doclitTestCase.java 275 2006-05-04 21:36:29Z jason.greene at jboss.com $
-
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-
-import javax.activation.DataHandler;
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.StubExt;
-import org.jboss.xb.binding.SimpleTypeBindings;
-
-/**
- *
- * @author Heiko.Braun at jboss.org
- * @since 11-Nov-2005
- */
-public class XOPElementDoclitTestCase extends JBossWSTest
-{
-   private static TestService_PortType port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(XOPElementDoclitTestCase.class, "jaxrpc-xop-doclit.war, jaxrpc-xop-doclit-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (TestService_PortType)service.getPort(TestService_PortType.class);
-      }
-
-      //((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://localhost:8081/jaxrpc-xop-doclit");
-   }
-
-
-   public void testPingMsgInlined() throws Exception {
-
-      DataHandler dh = new DataHandler("Another plain text attachment", "text/plain");
-      PingMsgResponse value = port.ping(new PingMsg("Some text message", dh));
-      assertNotNull("Return value was null", value);
-      assertNotNull("Returned xopContent was null", value.getXopContent());
-      assertTrue("Wrong java type returned", (value.getXopContent()) instanceof DataHandler);
-
-      // check inline values
-      ByteArrayOutputStream bout = new ByteArrayOutputStream();
-      dh.writeTo(bout);
-
-      byte[] imageBytes = bout.toByteArray();
-      String expected = SimpleTypeBindings.marshalBase64(imageBytes);
-
-      String was = (String)((Stub) port)._getProperty("xop.inline.value");
-      System.out.println("FIXME: JBWS-1169");
-      //assertNotNull("base64 value not found", was);
-      //assertEquals(expected, was);
-   }
-
-   public void testMTOMDisabled() throws Exception {
-
-      byte[] bytes = getBytesFromFile(new File("resources/jaxrpc/samples/mtom/attach.jpeg"));
-      DataHandler dh = new DataHandler(new ByteArrayInputStream(bytes), "application/octet-stream");
-
-      // force disable MTOM
-      ((Stub)port)._setProperty(StubExt.PROPERTY_MTOM_ENABLED, Boolean.FALSE);
-
-      PingMsgResponse value = port.ping(new PingMsg("Some text message", dh));
-      assertNotNull("Return value was null",value);
-      assertNotNull("Return image was null", value.getXopContent());
-   } 
-
-   public static byte[] getBytesFromFile(File file) throws IOException {
-      InputStream is = new FileInputStream(file);
-
-      long length = file.length();
-      byte[] bytes = new byte[(int)length];
-
-      int offset = 0;
-      int numRead = 0;
-      while (offset < bytes.length
-          && (numRead=is.read(bytes, offset, bytes.length-offset)) >= 0) {
-         offset += numRead;
-      }
-
-      is.close();
-      return bytes;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxrpc/xop/doclit/XOPElementDoclitTestCase.java)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/binding/SOAPBindingTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/binding/SOAPBindingTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/binding/SOAPBindingTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -47,12 +47,12 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(SOAPBindingTestCase.class, "jbossws-jaxws-binding.war");
+      return JBossWSTestSetup.newTestSetup(SOAPBindingTestCase.class, "jaxws-binding.war");
    }
 
    public void testClientAccess() throws Exception
    {
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-binding?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-binding?wsdl");
       QName qname = new QName("http://org.jboss.ws/jaxws/binding", "SOAPEndpointService");
       Service service = Service.create(wsdlURL, qname);
       SOAPEndpoint port = (SOAPEndpoint)service.getPort(SOAPEndpoint.class);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/context/WebServiceContextTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/context/WebServiceContextTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/context/WebServiceContextTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -47,13 +47,13 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(WebServiceContextTestCase.class, "jbossws-jaxws-context.war");
+      return JBossWSTestSetup.newTestSetup(WebServiceContextTestCase.class, "jaxws-context.war");
    }
 
    public void testWSDLAccess() throws MalformedURLException
    {
       
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-context?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-context?wsdl");
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
       WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
       assertNotNull(wsdlDefinitions);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/endpoint/EndpointTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/endpoint/EndpointTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/endpoint/EndpointTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -55,7 +55,7 @@
 {
    public static Test suite()
    {
-      return new TestSetup(JBossWSTestSetup.newTestSetup(EndpointTestCase.class, "jbossws-jaxws-endpoint.war")) {
+      return new TestSetup(JBossWSTestSetup.newTestSetup(EndpointTestCase.class, "jaxws-endpoint.war")) {
 
          private Boolean useJBossWebLoader;
          
@@ -108,7 +108,7 @@
       System.out.println("FIXME: JBWEB-68");
       if (true) return;
 
-      URL url = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-endpoint?param=hello-world");
+      URL url = new URL("http://" + getServerHost() + ":8080/jaxws-endpoint?param=hello-world");
       BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
       assertEquals("hello-world", br.readLine());
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/HandlerScopeTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/HandlerScopeTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/HandlerScopeTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -44,12 +44,12 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(HandlerScopeTestCase.class, "jbossws-jaxws-handlerscope.war");
+      return JBossWSTestSetup.newTestSetup(HandlerScopeTestCase.class, "jaxws-handlerscope.war");
    }
 
    public void testClientAccess() throws Exception
    {
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-handlerscope?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-handlerscope?wsdl");
       QName serviceName = new QName("http://org.jboss.ws/jaxws/handlerscope", "SOAPEndpointService");
       Service service = Service.create(wsdlURL, serviceName);
       SOAPEndpoint port = (SOAPEndpoint)service.getPort(SOAPEndpoint.class);

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws860;
-
-// $Id$
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-
-import org.jboss.logging.Logger;
-
-/**
- * @author mcantrell
- */
- at WebService
-public class InventoryWebService
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(InventoryWebService.class);
-   
-   @WebMethod
-   public String echo(String message)
-   {
-      log.info("echo:" + message);
-      return "Echo: " + message;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/InventoryWebService.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws860;
-
-// $Id$
-
-import java.io.BufferedReader;
-import java.io.InputStreamReader;
-import java.net.HttpURLConnection;
-import java.net.URL;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Investigate "Is Not A Servlet" error with multiple servlets in the web.xml
- * 
- * http://jira.jboss.com/jira/browse/JBWS-860
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 26-Apr-2006
- */
-public class JBWS860TestCase extends JBossWSTest
-{
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS860TestCase.class, "jaxws-jbws860.war");
-   }
-
-   public void testAccessInventoryServiceWsdl() throws Exception
-   {
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDef = factory.parse(new URL("http://" + getServerHost() + ":8080/test/InventoryWebService?wsdl"));
-      assertNotNull(wsdlDef);
-   }
-
-   public void testHervletAccess() throws Exception
-   {
-      HttpURLConnection con = (HttpURLConnection)new URL("http://" + getServerHost() + ":8080/test/TestServlet").openConnection();
-      BufferedReader isr = new BufferedReader(new InputStreamReader(con.getInputStream()));
-      assertEquals("Hello", isr.readLine());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/JBWS860TestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,47 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws860;
-
-// $Id$
-
-import java.io.IOException;
-
-import javax.servlet.http.HttpServlet;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
-
-import org.jboss.logging.Logger;
-
-/**
- * @author mcantrell
- */
-public class TestServlet extends HttpServlet
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(InventoryWebService.class);
-
-   public void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException
-   {
-      log.info("doGet");
-      res.getOutputStream().println("Hello");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws860/TestServlet.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871 (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/JBWS871TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871/JBWS871TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/JBWS871TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jbws871;
+package org.jboss.test.ws.jaxws.jbws871;
 
 import java.io.ByteArrayInputStream;
 import java.io.File;
@@ -54,7 +54,7 @@
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JBWS871TestCase.class, "jbossws-jbws871-rpc.war");
+      return JBossWSTestSetup.newTestSetup(JBWS871TestCase.class, "jaxws-jbws871-rpc.war");
    }
 
    protected void setUp() throws Exception
@@ -63,8 +63,8 @@
 
       if (endpoint == null)
       {
-         URL wsdlURL = new File("resources/jbws871/META-INF/wsdl/TestEndpoint.wsdl").toURL();
-         QName serviceName = new QName("http://jbws871.ws.test.jboss.org/jaws", "RpcArrayEndpointService");
+         URL wsdlURL = new File("resources/jaxws/jbws871/META-INF/wsdl/TestEndpoint.wsdl").toURL();
+         QName serviceName = new QName("http://jbws871.jaxws.ws.test.jboss.org/jaws", "RpcArrayEndpointService");
          Service service = Service.create(wsdlURL, serviceName);
          endpoint = (RpcArrayEndpoint)service.getPort(RpcArrayEndpoint.class);
       }

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpoint.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871/RpcArrayEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
  * the generator that produced it. Consult the input for the copyright and
  * terms of use that apply to this source code.
  */
-package org.jboss.test.ws.jbws871;
+package org.jboss.test.ws.jaxws.jbws871;
 public interface  RpcArrayEndpoint extends java.rmi.Remote
 {
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871/RpcArrayEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jbws871;
+package org.jboss.test.ws.jaxws.jbws871;
 
 import java.util.Arrays;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointService.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jbws871/RpcArrayEndpointService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws871/RpcArrayEndpointService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -4,7 +4,7 @@
  */
 
 //Auto Generated by jbossws - Please do not edit!!!
-package org.jboss.test.ws.jbws871;
+package org.jboss.test.ws.jaxws.jbws871;
 
 import javax.xml.rpc.Service;
 import javax.xml.rpc.ServiceException;

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944 (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,50 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.jbws944;
-
-import javax.ejb.Remote;
-import javax.ejb.Stateless;
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-import org.jboss.annotation.ejb.RemoteBinding;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
- at WebService(name = "EndpointInterface", targetNamespace = "http://org.jboss.ws/samples/jsr181ejb", serviceName = "TestService")
- at SOAPBinding(style = SOAPBinding.Style.RPC)
- at Remote(EJB3RemoteInterface.class)
- at RemoteBinding(jndiBinding = "/ejb3/EJB3EndpointInterface")
- at Stateless(name = "FooBean01")
-public class EJB3Bean01 implements EJB3RemoteInterface
-{
-   @WebMethod
-   public String echo(String input)
-   {
-      return input;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3Bean01.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.jbws944;
-
-/**
- * An EJB3 remote interface
- *
- * @author Thomas.Diesler at jboss.org
- * @since 10-May-2005
- */
-public interface EJB3RemoteInterface
-{
-   String echo(String input);
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EJB3RemoteInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.jbws944;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- * This interface is only used in the client deployment.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public interface EndpointInterface extends Remote
-{
-   String echo(String input) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,92 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws944;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Tests JBWS-944
- *
- * @author Thomas.Diesler at jboss.org
- * @author Jason.Greene at jboss.com
- * @since 29-Apr-2005
- */
-public class JBWS944TestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-jbws944/FooBean01";
-
-   private static EndpointInterface port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JBWS944TestCase.class, "jaxws-jbws944.ejb3, jaxws-jbws944-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         InitialContext iniCtx = getInitialContext();
-         Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-         port = (EndpointInterface)service.getPort(EndpointInterface.class);
-      }
-   }
-
-   public void testRemoteAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      EJB3RemoteInterface ejb3Remote = (EJB3RemoteInterface)iniCtx.lookup("/ejb3/EJB3EndpointInterface");
-
-      String helloWorld = "Hello world!";
-      Object retObj = ejb3Remote.echo(helloWorld);
-      assertEquals(helloWorld, retObj);
-   }
-
-   public void testWebService() throws Exception
-   {
-      assertWSDLAccess();
-
-      String helloWorld = "Hello world!";
-      Object retObj = port.echo(helloWorld);
-      assertEquals(helloWorld, retObj);
-   }
-
-   private void assertWSDLAccess() throws MalformedURLException
-   {
-      URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
-      assertNotNull(wsdlDefinitions);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/jbws944/JBWS944TestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Address.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Address.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Address.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Address.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,76 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * Represents a normal address. Part of the JSR-181 Complex Test Case.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class Address
+{
+   private String street;
+   private String city;
+   private String state;
+   private String zip;
+
+   public String getCity()
+   {
+      return city;
+   }
+
+   public void setCity(String city)
+   {
+      this.city = city;
+   }
+
+   public String getState()
+   {
+      return state;
+   }
+
+   public void setState(String state)
+   {
+      this.state = state;
+   }
+
+   public String getStreet()
+   {
+      return street;
+   }
+
+   public void setStreet(String street)
+   {
+      this.street = street;
+   }
+
+   public String getZip()
+   {
+      return zip;
+   }
+
+   public void setZip(String zip)
+   {
+      this.zip = zip;
+   }
+}
\ No newline at end of file


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Address.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/AlreadyRegisteredException.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/AlreadyRegisteredException.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/AlreadyRegisteredException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/AlreadyRegisteredException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,50 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * Denotes that this customer already exists
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class AlreadyRegisteredException extends RegistrationException
+{
+   private long existingId;
+
+   public AlreadyRegisteredException(String message, long existingId, Throwable cause)
+   {
+      super(message, cause);
+      this.existingId = existingId;
+   }
+
+   public AlreadyRegisteredException(String message, long existingId)
+   {
+      super(message);
+      this.existingId = existingId;
+   }
+
+   public long getExistingId()
+   {
+      return existingId;
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/AlreadyRegisteredException.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Customer.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Customer.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Customer.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Customer.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,99 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * Represents a customer. Part of the JSR-181 Complex Test Case.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class Customer
+{
+   private long id;
+   private Address address;
+   private Name name;
+   private PhoneNumber[] contactNumbers;
+
+   // since there is no way to differentiate between a null array
+   // and an array with 1 element that is null
+   private Customer[] referredCustomers = new Customer[0];
+
+   public Address getAddress()
+   {
+      return address;
+   }
+
+
+   public void setAddress(Address address)
+   {
+      this.address = address;
+   }
+
+
+   public PhoneNumber[] getContactNumbers()
+   {
+      return contactNumbers;
+   }
+
+
+   public void setContactNumbers(PhoneNumber[] contactNumbers)
+   {
+      this.contactNumbers = contactNumbers;
+   }
+
+
+   public long getId()
+   {
+      return id;
+   }
+
+
+   public void setId(long id)
+   {
+      this.id = id;
+   }
+
+
+   public Name getName()
+   {
+      return name;
+   }
+
+
+   public void setName(Name name)
+   {
+      this.name = name;
+   }
+
+
+   public Customer[] getReferredCustomers()
+   {
+      return referredCustomers;
+   }
+
+
+   public void setReferredCustomers(Customer[] referredCustomers)
+   {
+      this.referredCustomers = referredCustomers;
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Customer.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/InvoiceCustomer.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/InvoiceCustomer.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/InvoiceCustomer.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/InvoiceCustomer.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,43 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * An invoice customer that has an invoice cycle day.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class InvoiceCustomer extends Customer
+{
+   private int cycleDay;
+
+   public int getCycleDay()
+   {
+      return cycleDay;
+   }
+
+   public void setCycleDay(int cycleDay)
+   {
+      this.cycleDay = cycleDay;
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/InvoiceCustomer.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Name.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Name.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/Name.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Name.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,73 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * A normal name. Part of the JSR-181 Complex Test Case.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class Name
+{
+   private String firstName;
+   private String middleName;
+   private String lastName;
+
+   public String getFirstName()
+   {
+      return firstName;
+   }
+
+   public void setFirstName(String firstName)
+   {
+      this.firstName = firstName;
+   }
+
+   public String getLastName()
+   {
+      return lastName;
+   }
+
+   public void setLastName(String lastName)
+   {
+      this.lastName = lastName;
+   }
+
+   public String getMiddleName()
+   {
+      return middleName;
+   }
+
+   public void setMiddleName(String middleName)
+   {
+      this.middleName = middleName;
+   }
+
+   public String toString()
+   {
+      if (middleName == null)
+         return firstName + " " + lastName;
+
+      return firstName + " " + middleName + " " + lastName;
+   }
+}
\ No newline at end of file


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/Name.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/PhoneNumber.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/PhoneNumber.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/PhoneNumber.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/PhoneNumber.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,65 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * A typical phone number object. Part of the JSR-181 Complex Test Case.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class PhoneNumber
+{
+   private String exchange;
+   private String areaCode;
+   private String line;
+
+   public String getAreaCode()
+   {
+      return areaCode;
+   }
+
+   public void setAreaCode(String areaCode)
+   {
+      this.areaCode = areaCode;
+   }
+
+   public String getExchange()
+   {
+      return exchange;
+   }
+
+   public void setExchange(String exchange)
+   {
+      this.exchange = exchange;
+   }
+
+   public String getLine()
+   {
+      return line;
+   }
+
+   public void setLine(String line)
+   {
+      this.line = line;
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/PhoneNumber.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationException.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/RegistrationException.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/RegistrationException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,46 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * Represents a general registration failure
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class RegistrationException extends Exception
+{
+   public RegistrationException(String message, Throwable cause)
+   {
+      super(message, cause);
+   }
+
+   public RegistrationException(String message)
+   {
+      super(message);
+   }
+
+   public RegistrationException(Throwable cause)
+   {
+      super(cause);
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationException.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationService.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/RegistrationService.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/RegistrationService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,135 @@
+/*
+  * JBoss, Home of Professional Open Source
+  * Copyright 2005, JBoss Inc., and individual contributors as indicated
+  * by the @authors tag. See the copyright.txt in the distribution for a
+  * full listing of individual contributors.
+  *
+  * This is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as
+  * published by the Free Software Foundation; either version 2.1 of
+  * the License, or (at your option) any later version.
+  *
+  * This software is distributed in the hope that it will be useful,
+  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  * Lesser General Public License for more details.
+  *
+  * You should have received a copy of the GNU Lesser General Public
+  * License along with this software; if not, write to the Free
+  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  */
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+import java.util.Calendar;
+import java.util.Date;
+
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+import org.jboss.logging.Logger;
+import org.jboss.test.ws.jaxws.jsr181.complex.extra.Statistics;
+
+/**
+ * A mock registration service that exercises the use of complex types, arrays, inheritence,
+ * and exceptions. Note that this test does not yet test polymorphic behavior.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+ at WebService
+ at SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
+public class RegistrationService
+{
+   // Provide logging
+   private static Logger log = Logger.getLogger(RegistrationService.class);
+
+   @WebMethod(operationName = "Register")
+   @WebResult(name = "RegisteredID")
+   public long register(
+         @WebParam(name = "Customer") Customer customer,
+         @WebParam(name = "When") Date when
+         ) throws ValidationException, AlreadyRegisteredException
+   {
+      Name name = customer.getName();
+      if (name == null)
+      {
+         long[] ids = new long[1];
+         ids[0] = customer.getId();
+         throw new ValidationException("No name!", ids);
+      }
+
+      if ("al".equalsIgnoreCase(name.getFirstName()) && "capone".equalsIgnoreCase(name.getLastName()))
+         throw new AlreadyRegisteredException("Al Capone is already registered", 456);
+
+      for (Customer c : customer.getReferredCustomers())
+      {
+         log.info("Refered customer: " +  c.getName());
+      }
+
+      log.info("registering customer: " + customer);
+      return customer.getId();
+   }
+
+   @WebMethod(operationName = "BulkRegister")
+   @WebResult(name = "RegisteredIDs")
+   public long[] bulkRegister(
+         @WebParam(name = "Customers") Customer[] customers,
+         @WebParam(name = "When") Date when
+   ) throws ValidationException, AlreadyRegisteredException
+   {
+      long[] registered = new long[customers.length];
+      long[] failed = new long[customers.length];
+
+      int x = 0;
+      int y = 0;
+
+      for (Customer c : customers)
+      {
+         try
+         {
+            registered[x++] = register(c, when);
+         }
+         catch (ValidationException e)
+         {
+            failed[y++] = e.getFailiedCustomers()[0];
+         }
+      }
+
+      if (y > 0)
+      {
+         long[] newFailed = new long[y];
+         System.arraycopy(failed, 0, newFailed, 0, y);
+         throw new ValidationException("Validation errors on bulk registering customers", newFailed);
+      }
+
+      return registered;
+   }
+
+   @WebMethod(operationName = "RegisterForInvoice")
+   @WebResult(name = "done")
+   public boolean registerForInvoice(
+         @WebParam(name = "InvoiceCustomer") InvoiceCustomer customer
+         ) throws ValidationException, AlreadyRegisteredException
+   {
+      log.info("registerForInvoice: " + customer.getCycleDay());
+      return true;
+   }
+
+   @WebMethod(operationName = "GetStatistics")
+   @WebResult(name = "Statistics")
+   public Statistics getStatistics(@WebParam(name = "Customer") Customer customer)
+   {
+      Statistics stats = new Statistics();
+      stats.hits = 10;
+      Calendar cal = Calendar.getInstance();
+      cal.clear();
+      cal.set(2006, 0, 26, 22, 59, 0);
+      stats.activationTime = cal;
+
+      return stats;
+   }
+}
\ No newline at end of file


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/RegistrationService.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/ValidationException.java (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/ValidationException.java)
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/ValidationException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/ValidationException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,50 @@
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2005, JBoss Inc., and individual contributors as indicated
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* This is free software; you can redistribute it and/or modify it
+* under the terms of the GNU Lesser General Public License as
+* published by the Free Software Foundation; either version 2.1 of
+* the License, or (at your option) any later version.
+*
+* This software is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* Lesser General Public License for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this software; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+*/
+package org.jboss.test.ws.jaxws.jsr181.complex;
+
+/**
+ * Represents a validation error. Part of the JSR-181 Complex Test Case.
+ *
+ * @author <a href="mailto:jason.greene at jboss.com">Jason T. Greene</a>
+ * @version $Revision$
+ */
+public class ValidationException extends RegistrationException
+{
+   private long[] failiedCustomers;
+
+   public ValidationException(String message, long[] failureCodes, Throwable cause)
+   {
+      super(message, cause);
+      this.failiedCustomers = failureCodes;
+   }
+
+   public ValidationException(String message, long[] failureCodes)
+   {
+      super(message);
+      this.failiedCustomers = failureCodes;
+   }
+
+   public long[] getFailiedCustomers()
+   {
+      return failiedCustomers;
+   }
+}


Property changes on: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/ValidationException.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Address.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/Address.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Address.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class Address {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/AlreadyRegisteredException.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/AlreadyRegisteredException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/AlreadyRegisteredException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,10 +3,10 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
-public class AlreadyRegisteredException extends org.jboss.test.ws.jsr181.complex.client.RegistrationException {
+public class AlreadyRegisteredException extends org.jboss.test.ws.jaxws.jsr181.complex.client.RegistrationException {
     private long existingId;
     
     

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegister.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/BulkRegister.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegister.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,26 +3,26 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class BulkRegister {
-    protected org.jboss.test.ws.jsr181.complex.client.Customer[] customers;
+    protected org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[] customers;
     protected java.util.Calendar when;
     
     public BulkRegister() {
     }
     
-    public BulkRegister(org.jboss.test.ws.jsr181.complex.client.Customer[] customers, java.util.Calendar when) {
+    public BulkRegister(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[] customers, java.util.Calendar when) {
         this.customers = customers;
         this.when = when;
     }
     
-    public org.jboss.test.ws.jsr181.complex.client.Customer[] getCustomers() {
+    public org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[] getCustomers() {
         return customers;
     }
     
-    public void setCustomers(org.jboss.test.ws.jsr181.complex.client.Customer[] customers) {
+    public void setCustomers(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[] customers) {
         this.customers = customers;
     }
     

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegisterResponse.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/BulkRegisterResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/BulkRegisterResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class BulkRegisterResponse {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Customer.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/Customer.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Customer.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class Customer {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatistics.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/GetStatistics.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatistics.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,24 +3,24 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class GetStatistics {
-    protected org.jboss.test.ws.jsr181.complex.client.Customer customer;
+    protected org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer;
     
     public GetStatistics() {
     }
     
-    public GetStatistics(org.jboss.test.ws.jsr181.complex.client.Customer customer) {
+    public GetStatistics(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer) {
         this.customer = customer;
     }
     
-    public org.jboss.test.ws.jsr181.complex.client.Customer getCustomer() {
+    public org.jboss.test.ws.jaxws.jsr181.complex.client.Customer getCustomer() {
         return customer;
     }
     
-    public void setCustomer(org.jboss.test.ws.jsr181.complex.client.Customer customer) {
+    public void setCustomer(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer) {
         this.customer = customer;
     }
 }

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatisticsResponse.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/GetStatisticsResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/GetStatisticsResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,24 +3,24 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class GetStatisticsResponse {
-    protected org.jboss.test.ws.jsr181.complex.client.Statistics statistics;
+    protected org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics statistics;
     
     public GetStatisticsResponse() {
     }
     
-    public GetStatisticsResponse(org.jboss.test.ws.jsr181.complex.client.Statistics statistics) {
+    public GetStatisticsResponse(org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics statistics) {
         this.statistics = statistics;
     }
     
-    public org.jboss.test.ws.jsr181.complex.client.Statistics getStatistics() {
+    public org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics getStatistics() {
         return statistics;
     }
     
-    public void setStatistics(org.jboss.test.ws.jsr181.complex.client.Statistics statistics) {
+    public void setStatistics(org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics statistics) {
         this.statistics = statistics;
     }
 }

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/InvoiceCustomer.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/InvoiceCustomer.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/InvoiceCustomer.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,16 +3,16 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
-public class InvoiceCustomer extends org.jboss.test.ws.jsr181.complex.client.Customer {
+public class InvoiceCustomer extends org.jboss.test.ws.jaxws.jsr181.complex.client.Customer {
     protected int cycleDay;
     
     public InvoiceCustomer() {
     }
     
-    public InvoiceCustomer(org.jboss.test.ws.jsr181.complex.client.Address address, org.jboss.test.ws.jsr181.complex.client.PhoneNumber[] contactNumbers, long id, org.jboss.test.ws.jsr181.complex.client.Name name, org.jboss.test.ws.jsr181.complex.client.Customer[] referredCustomers, int cycleDay) {
+    public InvoiceCustomer(org.jboss.test.ws.jaxws.jsr181.complex.client.Address address, org.jboss.test.ws.jaxws.jsr181.complex.client.PhoneNumber[] contactNumbers, long id, org.jboss.test.ws.jaxws.jsr181.complex.client.Name name, org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[] referredCustomers, int cycleDay) {
         this.address = address;
         this.contactNumbers = contactNumbers;
         this.id = id;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/JSR181ComplexTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/JSR181ComplexTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/JSR181ComplexTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 import java.io.File;
 import java.net.URL;
@@ -45,15 +45,15 @@
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181ComplexTestCase.class, "jbossws-jsr181-complex.war");
+      return JBossWSTestSetup.newTestSetup(JSR181ComplexTestCase.class, "jaxws-jsr181-complex.war");
    }
 
    @Override
    protected void setUp() throws Exception
    {
       super.setUp();
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-complex/RegistrationService?wsdl");
-      File mappingFile = new File("resources/jsr181/complex/jaxrpc-mapping.xml");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-complex/RegistrationService?wsdl");
+      File mappingFile = new File("resources/jaxws/jsr181/complex/jaxrpc-mapping.xml");
       ServiceFactoryImpl factory = new ServiceFactoryImpl();
       //Service service = factory.createService(wsdlURL, null, mappingFile.toURL());
       //port = (RegistrationService) service.getPort(RegistrationService.class);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Name.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/Name.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Name.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class Name {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/PhoneNumber.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/PhoneNumber.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/PhoneNumber.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class PhoneNumber {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Register.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/Register.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Register.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,26 +3,26 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class Register {
-    protected org.jboss.test.ws.jsr181.complex.client.Customer customer;
+    protected org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer;
     protected java.util.Calendar when;
     
     public Register() {
     }
     
-    public Register(org.jboss.test.ws.jsr181.complex.client.Customer customer, java.util.Calendar when) {
+    public Register(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer, java.util.Calendar when) {
         this.customer = customer;
         this.when = when;
     }
     
-    public org.jboss.test.ws.jsr181.complex.client.Customer getCustomer() {
+    public org.jboss.test.ws.jaxws.jsr181.complex.client.Customer getCustomer() {
         return customer;
     }
     
-    public void setCustomer(org.jboss.test.ws.jsr181.complex.client.Customer customer) {
+    public void setCustomer(org.jboss.test.ws.jaxws.jsr181.complex.client.Customer customer) {
         this.customer = customer;
     }
     

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoice.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegisterForInvoice.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoice.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,24 +3,24 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class RegisterForInvoice {
-    protected org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer invoiceCustomer;
+    protected org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer invoiceCustomer;
     
     public RegisterForInvoice() {
     }
     
-    public RegisterForInvoice(org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer invoiceCustomer) {
+    public RegisterForInvoice(org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer invoiceCustomer) {
         this.invoiceCustomer = invoiceCustomer;
     }
     
-    public org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer getInvoiceCustomer() {
+    public org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer getInvoiceCustomer() {
         return invoiceCustomer;
     }
     
-    public void setInvoiceCustomer(org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer invoiceCustomer) {
+    public void setInvoiceCustomer(org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer invoiceCustomer) {
         this.invoiceCustomer = invoiceCustomer;
     }
 }

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoiceResponse.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegisterForInvoiceResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterForInvoiceResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class RegisterForInvoiceResponse {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterResponse.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegisterResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegisterResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class RegisterResponse {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationException.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegistrationException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
 public class RegistrationException extends java.lang.Exception {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationService.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegistrationService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationServiceService.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/RegistrationServiceService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/RegistrationServiceService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 import javax.xml.rpc.Service;
 import javax.xml.rpc.ServiceException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Statistics.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/Statistics.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/Statistics.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,7 +3,7 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 import java.util.Calendar;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/ValidationException.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/client/ValidationException.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/client/ValidationException.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -3,10 +3,10 @@
 // JAX-RPC Standard Implementation (1.1.3, build R1)
 // Generated source version: 1.1.3
 
-package org.jboss.test.ws.jsr181.complex.client;
+package org.jboss.test.ws.jaxws.jsr181.complex.client;
 
 
-public class ValidationException extends org.jboss.test.ws.jsr181.complex.client.RegistrationException {
+public class ValidationException extends org.jboss.test.ws.jaxws.jsr181.complex.client.RegistrationException {
     private long[] failiedCustomers;
     
     

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/extra (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/extra)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/extra/Statistics.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/complex/extra/Statistics.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/complex/extra/Statistics.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */
-package org.jboss.test.ws.jsr181.complex.extra;
+package org.jboss.test.ws.jaxws.jsr181.complex.extra;
 
 import java.util.Calendar;
 

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/AuthorizationHandler.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/AuthorizationHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/AuthorizationHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import javax.xml.soap.Name;
 import javax.xml.soap.SOAPBody;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/Endpoint.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/Endpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/Endpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/EndpointImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/EndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/EndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import javax.jws.HandlerChain;
 import javax.jws.WebMethod;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/JSR181HandlerChainTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/JSR181HandlerChainTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/JSR181HandlerChainTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import java.net.URL;
 import java.util.ArrayList;
@@ -43,17 +43,17 @@
  */
 public class JSR181HandlerChainTestCase extends JBossWSTest
 {
-   private static final String targetNS = "http://handlerchain.jsr181.ws.test.jboss.org/jaws";
+   private static final String targetNS = "http://handlerchain.jsr181.jaxws.ws.test.jboss.org/jaws";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181HandlerChainTestCase.class, "jbossws-jsr181-handlerchain.war");
+      return JBossWSTestSetup.newTestSetup(JSR181HandlerChainTestCase.class, "jaxws-jsr181-handlerchain.war");
    }
 
    public void testHandlerChain() throws Exception
    {
       QName serviceName = new QName(targetNS, "EndpointImplService");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-handlerchain/TestService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-handlerchain/TestService?wsdl");
 
       Service service = Service.create(wsdlURL, serviceName);
       Endpoint port = (Endpoint)service.getPort(Endpoint.class);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/LogHandler.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/LogHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/LogHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import javax.xml.soap.Name;
 import javax.xml.soap.SOAPBody;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/RoutingHandler.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/handlerchain/RoutingHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/handlerchain/RoutingHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.handlerchain;
+package org.jboss.test.ws.jaxws.jsr181.handlerchain;
 
 import java.util.HashSet;
 import java.util.Set;

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/oneway)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/JSR181OneWayTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/oneway/JSR181OneWayTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/JSR181OneWayTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.oneway;
+package org.jboss.test.ws.jaxws.jsr181.oneway;
 
 import java.io.StringReader;
 import java.net.URL;
@@ -47,25 +47,25 @@
  */
 public class JSR181OneWayTestCase extends JBossWSTest
 {
-   private static final String targetNS = "http://oneway.jsr181.ws.test.jboss.org/jaws";
+   private static final String targetNS = "http://oneway.jsr181.jaxws.ws.test.jboss.org/jaws";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181OneWayTestCase.class, "jbossws-jsr181-oneway.war");
+      return JBossWSTestSetup.newTestSetup(JSR181OneWayTestCase.class, "jaxws-jsr181-oneway.war");
    }
 
    public void testWebService() throws Exception
    {
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-oneway/TestService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-oneway/TestService?wsdl");
       QName serviceName = new QName(targetNS, "PingEndpointService");
       QName portName = new QName(targetNS, "PingEndpointPort");
       Service service = Service.create(wsdlURL, serviceName);
       Dispatch dispatch = service.createDispatch(portName, StreamSource.class, Mode.PAYLOAD);
 
-      String payload = "<ns1:ping xmlns:ns1='http://oneway.jsr181.ws.test.jboss.org/jaws'/>";
+      String payload = "<ns1:ping xmlns:ns1='http://oneway.jsr181.jaxws.ws.test.jboss.org/jaws'/>";
       dispatch.invokeOneWay(new StreamSource(new StringReader(payload)));
 
-      payload = "<ns1:feedback xmlns:ns1='http://oneway.jsr181.ws.test.jboss.org/jaws'/>";
+      payload = "<ns1:feedback xmlns:ns1='http://oneway.jsr181.jaxws.ws.test.jboss.org/jaws'/>";
       StreamSource retObj = (StreamSource)dispatch.invoke(new StreamSource(new StringReader(payload)));
       Element retElement = DOMUtils.getFirstChildElement(DOMUtils.parse(new InputSource(retObj.getReader())));
       String retPayload = DOMWriter.printNode(retElement, false);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/PingEndpointImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/oneway/PingEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/oneway/PingEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.oneway;
+package org.jboss.test.ws.jaxws.jsr181.oneway;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocBareServiceImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocBareServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocBareServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.jws.WebMethod;
 import javax.jws.WebParam;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedServiceImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocWrappedServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.jws.WebMethod;
 import javax.jws.WebParam;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_RequestStruct.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 
 public class DocWrappedService_SubmitNamespacedPO_RequestStruct

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_ResponseStruct.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitNamespacedPO_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 
 public class DocWrappedService_SubmitNamespacedPO_ResponseStruct

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_RequestStruct.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocWrappedService_SubmitPO_RequestStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_RequestStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 
 public class DocWrappedService_SubmitPO_RequestStruct

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_ResponseStruct.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/DocWrappedService_SubmitPO_ResponseStruct.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/DocWrappedService_SubmitPO_ResponseStruct.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 
 public class DocWrappedService_SubmitPO_ResponseStruct

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleSEI.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/ExampleSEI.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleSEI.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleServiceImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/ExampleServiceImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/ExampleServiceImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/JSR181SOAPBindingTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/JSR181SOAPBindingTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/JSR181SOAPBindingTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import java.io.ByteArrayInputStream;
 import java.net.URL;
@@ -50,17 +50,17 @@
  */
 public class JSR181SOAPBindingTestCase extends JBossWSTest
 {
-   private String targetNS = "http://soapbinding.jsr181.ws.test.jboss.org/jaws";
+   private String targetNS = "http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181SOAPBindingTestCase.class, "jbossws-jsr181-soapbinding.war");
+      return JBossWSTestSetup.newTestSetup(JSR181SOAPBindingTestCase.class, "jaxws-jsr181-soapbinding.war");
    }
 
    public void testExampleService() throws Exception
    {
       QName serviceName = new QName(targetNS, "ExampleService");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/ExampleService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/ExampleService?wsdl");
 
       Service service = Service.create(wsdlURL, serviceName);
       ExampleSEI port = (ExampleSEI)service.getPort(ExampleSEI.class);
@@ -73,7 +73,7 @@
    {
       QName serviceName = new QName(targetNS, "DocBareService");
       QName portName = new QName(targetNS, "DocBarePort");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocBareService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocBareService?wsdl");
 
       Service service = Service.create(wsdlURL, serviceName);
       JAXBContext jbc = JAXBContext.newInstance(new Class[] { SubmitBareRequest.class, SubmitBareResponse.class });
@@ -88,7 +88,7 @@
    {
       QName serviceName = new QName(targetNS, "DocBareService");
       QName portName = new QName(targetNS, "DocBarePort");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocBareService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocBareService?wsdl");
 
       Service service = Service.create(wsdlURL, serviceName);
       Dispatch dispatch = service.createDispatch(portName, SOAPMessage.class, Mode.MESSAGE);
@@ -116,7 +116,7 @@
    {
       QName serviceName = new QName(targetNS, "DocBareService");
       QName portName = new QName(targetNS, "DocBarePort");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocBareService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocBareService?wsdl");
 
       Service service = Service.create(wsdlURL, serviceName);
       Dispatch dispatch = service.createDispatch(portName, SOAPMessage.class, Mode.MESSAGE);
@@ -147,7 +147,7 @@
    {
       QName serviceName = new QName(targetNS, "DocWrappedService");
       QName portName = new QName(targetNS, "DocWrappedPort");
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocWrappedService?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocWrappedService?wsdl");
 
       System.out.println("FIXME: JBWS-1033");
       /*
@@ -185,7 +185,7 @@
       "</env:Envelope>";
       SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
 
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocWrappedService");
+      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocWrappedService");
       
       System.out.println("FIXME: JBWS-1033");
       /*
@@ -222,7 +222,7 @@
       "</env:Envelope>";
       SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
 
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jbossws-jsr181-soapbinding/DocWrappedService");
+      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-jsr181-soapbinding/DocWrappedService");
       
       System.out.println("FIXME: JBWS-1033");
       /*

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrder.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/PurchaseOrder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -28,10 +28,10 @@
 
 
 @XmlAccessorType(XmlAccessType.FIELD)
- at XmlType(name = "PurchaseOrderType", namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws", propOrder = { "product" })
+ at XmlType(name = "PurchaseOrderType", namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", propOrder = { "product" })
 public class PurchaseOrder
 {
-   @XmlElement(namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws",  required = true)
+   @XmlElement(namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws",  required = true)
    private String product;
 
    public PurchaseOrder()

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrderAck.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/PurchaseOrderAck.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/PurchaseOrderAck.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -28,10 +28,10 @@
 
 
 @XmlAccessorType(XmlAccessType.FIELD)
- at XmlType(name = "PurchaseOrderAckType", namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws", propOrder = { "product" })
+ at XmlType(name = "PurchaseOrderAckType", namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", propOrder = { "product" })
 public class PurchaseOrderAck
 {
-   @XmlElement(namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws",  required = true)
+   @XmlElement(namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws",  required = true)
    private String product;
 
    public PurchaseOrderAck()

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareRequest.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/SubmitBareRequest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareRequest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -28,11 +28,11 @@
 import javax.xml.bind.annotation.XmlType;
 
 @XmlAccessorType(XmlAccessType.FIELD)
- at XmlType(name = "SubmitBareRequest", namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws", propOrder = { "product" })
- at XmlRootElement(namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws", name = "SubmitPO")
+ at XmlType(name = "SubmitBareRequest", namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", propOrder = { "product" })
+ at XmlRootElement(namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", name = "SubmitPO")
 public class SubmitBareRequest
 {
-   @XmlElement(namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws",  required = true)
+   @XmlElement(namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws",  required = true)
    private String product;
 
    public SubmitBareRequest()

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareResponse.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/soapbinding/SubmitBareResponse.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/soapbinding/SubmitBareResponse.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.soapbinding;
+package org.jboss.test.ws.jaxws.jsr181.soapbinding;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -28,11 +28,11 @@
 import javax.xml.bind.annotation.XmlType;
 
 @XmlAccessorType(XmlAccessType.FIELD)
- at XmlType(name = "SubmitBareResponse", namespace = "http://soapbinding.jsr181.ws.test.jboss.org/jaws", propOrder = { "product" })
- at XmlRootElement(namespace="http://soapbinding.jsr181.ws.test.jboss.org/jaws", name = "SubmitPOResponse")
+ at XmlType(name = "SubmitBareResponse", namespace = "http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", propOrder = { "product" })
+ at XmlRootElement(namespace="http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", name = "SubmitPOResponse")
 public class SubmitBareResponse
 {
-   @XmlElement(namespace = "http://soapbinding.jsr181.ws.test.jboss.org/jaws", required = true)
+   @XmlElement(namespace = "http://soapbinding.jsr181.jaxws.ws.test.jboss.org/jaws", required = true)
    private String product;
 
    public SubmitBareResponse()

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webmethod)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/JSR181WebMethodTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webmethod/JSR181WebMethodTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/JSR181WebMethodTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webmethod;
+package org.jboss.test.ws.jaxws.jsr181.webmethod;
 
 import java.io.ByteArrayInputStream;
 import java.io.StringReader;
@@ -55,12 +55,12 @@
  */
 public class JSR181WebMethodTestCase extends JBossWSTest
 {
-   private String endpointURL = "http://" + getServerHost() + ":8080/jbossws-jsr181-webmethod/TestService";
-   private String targetNS = "http://webmethod.jsr181.ws.test.jboss.org/jaws";
+   private String endpointURL = "http://" + getServerHost() + ":8080/jaxws-jsr181-webmethod/TestService";
+   private String targetNS = "http://webmethod.jsr181.jaxws.ws.test.jboss.org/jaws";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebMethodTestCase.class, "jbossws-jsr181-webmethod.war");
+      return JBossWSTestSetup.newTestSetup(JSR181WebMethodTestCase.class, "jaxws-jsr181-webmethod.war");
    }
 
    public void testLegalAccess() throws Exception
@@ -139,7 +139,7 @@
       String expPayload = 
          "<env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
          " <faultcode>env:Client</faultcode>" +
-         " <faultstring>Endpoint {http://webmethod.jsr181.ws.test.jboss.org/jaws}TestEndpointPort does not contain operation meta data for: {http://webmethod.jsr181.ws.test.jboss.org/jaws}noWebMethod</faultstring>" +
+         " <faultstring>Endpoint {http://webmethod.jsr181.jaxws.ws.test.jboss.org/jaws}TestEndpointPort does not contain operation meta data for: {http://webmethod.jsr181.jaxws.ws.test.jboss.org/jaws}noWebMethod</faultstring>" +
          "</env:Fault>";
       
       Service service = Service.create(wsdlURL, serviceName);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpoint.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webmethod/TestEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webmethod;
+package org.jboss.test.ws.jaxws.jsr181.webmethod;
 
 public interface TestEndpoint
 {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpointImpl.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webmethod/TestEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webmethod/TestEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webmethod;
+package org.jboss.test.ws.jaxws.jsr181.webmethod;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/JSR181WebParamTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam/JSR181WebParamTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/JSR181WebParamTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webparam;
+package org.jboss.test.ws.jaxws.jsr181.webparam;
 
 import java.io.File;
 import java.net.URL;
@@ -45,12 +45,12 @@
  */
 public class JSR181WebParamTestCase extends JBossWSTest
 {
-   private String endpointURL = "http://" + getServerHost() + ":8080/jbossws-jsr181-webparam/TestService";
+   private String endpointURL = "http://" + getServerHost() + ":8080/jaxws-jsr181-webparam/TestService";
    private String targetNS = "http://www.openuri.org/jsr181/WebParamExample";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebParamTestCase.class, "jbossws-jsr181-webparam.war");
+      return JBossWSTestSetup.newTestSetup(JSR181WebParamTestCase.class, "jaxws-jsr181-webparam.war");
    }
 
    public void testEcho() throws Exception
@@ -59,7 +59,7 @@
       QName portName = new QName(targetNS, "PingServicePort");
       URL wsdlURL = new URL(endpointURL + "?wsdl");
 
-      File mappingFile = new File("resources/jsr181/webparam/jaxrpc-mapping.xml");
+      File mappingFile = new File("resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml");
       assertTrue(mappingFile.exists());
 
       ServiceFactoryImpl factory = new ServiceFactoryImpl();
@@ -77,7 +77,7 @@
       QName portName = new QName(targetNS, "PingServicePort");
       URL wsdlURL = new URL(endpointURL + "?wsdl");
 
-      File mappingFile = new File("resources/jsr181/webparam/jaxrpc-mapping.xml");
+      File mappingFile = new File("resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml");
       assertTrue(mappingFile.exists());
 
       ServiceFactoryImpl factory = new ServiceFactoryImpl();
@@ -99,7 +99,7 @@
       QName portName = new QName(targetNS, "PingServicePort");
       URL wsdlURL = new URL(endpointURL + "?wsdl");
 
-      File mappingFile = new File("resources/jsr181/webparam/jaxrpc-mapping.xml");
+      File mappingFile = new File("resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml");
       assertTrue(mappingFile.exists());
 
       ServiceFactoryImpl factory = new ServiceFactoryImpl();
@@ -125,7 +125,7 @@
       QName portName = new QName(targetNS, "PingServicePort");
       URL wsdlURL = new URL(endpointURL + "?wsdl");
 
-      File mappingFile = new File("resources/jsr181/webparam/jaxrpc-mapping.xml");
+      File mappingFile = new File("resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml");
       assertTrue(mappingFile.exists());
 
       ServiceFactoryImpl factory = new ServiceFactoryImpl();

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocument.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam/PingDocument.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocument.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.webparam;
+package org.jboss.test.ws.jaxws.jsr181.webparam;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocumentHolder.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam/PingDocumentHolder.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingDocumentHolder.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webparam;
+package org.jboss.test.ws.jaxws.jsr181.webparam;
 
 import javax.xml.rpc.holders.Holder;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingService.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam/PingService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/PingService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.test.ws.jsr181.webparam;
+package org.jboss.test.ws.jaxws.jsr181.webparam;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/SecurityHeader.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webparam/SecurityHeader.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webparam/SecurityHeader.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webparam;
+package org.jboss.test.ws.jaxws.jsr181.webparam;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webresult)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerRecord.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webresult/CustomerRecord.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerRecord.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webresult;
+package org.jboss.test.ws.jaxws.jsr181.webresult;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerService.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webresult/CustomerService.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/CustomerService.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webresult;
+package org.jboss.test.ws.jaxws.jsr181.webresult;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;
@@ -28,7 +28,7 @@
 import javax.jws.soap.SOAPBinding;
 
 import org.jboss.logging.Logger;
-import org.jboss.test.ws.jsr181.webresult.CustomerRecord;
+import org.jboss.test.ws.jaxws.jsr181.webresult.CustomerRecord;
 
 /**
  * Test the JSR-181 annotation: javax.jws.WebParam

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/JSR181WebResultTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webresult/JSR181WebResultTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/JSR181WebResultTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webresult;
+package org.jboss.test.ws.jaxws.jsr181.webresult;
 
 import java.io.ByteArrayInputStream;
 import java.io.File;
@@ -50,12 +50,12 @@
  */
 public class JSR181WebResultTestCase extends JBossWSTest
 {
-   private String endpointURL = "http://" + getServerHost() + ":8080/jbossws-jsr181-webresult/TestService";
-   private String targetNS = "http://webresult.jsr181.ws.test.jboss.org/jaws";
+   private String endpointURL = "http://" + getServerHost() + ":8080/jaxws-jsr181-webresult/TestService";
+   private String targetNS = "http://webresult.jsr181.jaxws.ws.test.jboss.org/jaws";
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebResultTestCase.class, "jbossws-jsr181-webresult.war");
+      return JBossWSTestSetup.newTestSetup(JSR181WebResultTestCase.class, "jaxws-jsr181-webresult.war");
    }
 
    public void testLocateCustomer() throws Exception
@@ -64,7 +64,7 @@
       QName portName = new QName(targetNS, "CustomerServicePort");
       URL wsdlURL = new URL(endpointURL + "?wsdl");
 
-      File mappingFile = new File("resources/jsr181/webresult/jaxrpc-mapping.xml");
+      File mappingFile = new File("resources/jaxws/jsr181/webresult/jaxrpc-mapping.xml");
       assertTrue(mappingFile.exists());
 
       ServiceFactoryImpl factory = new ServiceFactoryImpl();

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/USAddress.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webresult/USAddress.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webresult/USAddress.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webresult;
+package org.jboss.test.ws.jaxws.jsr181.webresult;
 
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
@@ -30,7 +30,7 @@
 @XmlType(name = "USAddressType", propOrder = { "address"  })
 public class USAddress
 {
-   @XmlElement(namespace = "http://webresult.jsr181.ws.test.jboss.org/jaws", required = true)
+   @XmlElement(namespace = "http://webresult.jsr181.jaxws.ws.test.jboss.org/jaws", required = true)
    private String address;
 
    public USAddress()

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice (from rev 935, branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean01.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB21Bean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import org.jboss.ws.annotation.PortComponent;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean02.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB21Bean02.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean02.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import org.jboss.ws.annotation.PortComponent;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB21Bean03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB21Bean03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import javax.ejb.EJBException;
 import javax.ejb.SessionBean;
@@ -33,7 +33,7 @@
  * @author Thomas.Diesler at jboss.org
  * @since 29-Apr-2005
  */
- at WebService(endpointInterface = "org.jboss.test.ws.jsr181.webservice.EndpointInterface03")
+ at WebService(endpointInterface = "org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface03")
 public class EJB21Bean03 implements SessionBean
 {
    private SessionContext sessionContext;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean01.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB3Bean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import org.jboss.annotation.ejb.RemoteBinding;
 import org.jboss.ws.annotation.PortComponent;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean02.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB3Bean02.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean02.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import org.jboss.annotation.ejb.RemoteBinding;
 import org.jboss.ws.annotation.PortComponent;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB3Bean03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3Bean03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import javax.ejb.Remote;
 import javax.ejb.Stateless;
@@ -33,7 +33,7 @@
  * @author Thomas.Diesler at jboss.org
  * @since 29-Apr-2005
  */
- at WebService(endpointInterface = "org.jboss.test.ws.jsr181.webservice.EndpointInterface03")
+ at WebService(endpointInterface = "org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface03")
 @Remote(EJB3RemoteInterface.class)
 @RemoteBinding(jndiBinding = "/ejb3/EJB3EndpointInterface")
 @Stateless

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EJB3RemoteInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EJB3RemoteInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 /**
  * An EJB3 remote interface

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EndpointInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/EndpointInterface03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/EndpointInterface03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean01.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSEBean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean02.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSEBean02.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean02.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSEBean03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSEBean03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import javax.jws.WebService;
 
@@ -31,7 +31,7 @@
  * @author Thomas.Diesler at jboss.org
  * @since 29-Apr-2005
  */
- at WebService(endpointInterface = "org.jboss.test.ws.jsr181.webservice.EndpointInterface03")
+ at WebService(endpointInterface = "org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface03")
 public class JSEBean03
 {
    public String echo(String input)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB21TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSR181WebServiceEJB21TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB21TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import java.net.MalformedURLException;
 import java.net.URL;
@@ -45,7 +45,7 @@
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebServiceEJB21TestCase.class, "jbossws-jsr181-webservice-client.jar");
+      return JBossWSTestSetup.newTestSetup(JSR181WebServiceEJB21TestCase.class, "jaxws-jsr181-webservice-client.jar");
    }
 
    protected void setUp() throws Exception
@@ -61,7 +61,7 @@
 
    public void testWebService() throws Exception
    {
-      deploy("jbossws-jsr181-webservice01.jar");
+      deploy("jaxws-jsr181-webservice01.jar");
       try
       {
          assertWSDLAccess();
@@ -72,13 +72,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice01.jar");
+         undeploy("jaxws-jsr181-webservice01.jar");
       }
    }
 
    public void testWebServiceWsdlLocation() throws Exception
    {
-      deploy("jbossws-jsr181-webservice02.jar");
+      deploy("jaxws-jsr181-webservice02.jar");
       try
       {
          assertWSDLAccess();
@@ -89,13 +89,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice02.jar");
+         undeploy("jaxws-jsr181-webservice02.jar");
       }
    }
 
    public void testWebServiceEndpointInterface() throws Exception
    {
-      deploy("jbossws-jsr181-webservice03.jar");
+      deploy("jaxws-jsr181-webservice03.jar");
       try
       {
          assertWSDLAccess();
@@ -106,7 +106,7 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice03.jar");
+         undeploy("jaxws-jsr181-webservice03.jar");
       }
    }
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB3TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSR181WebServiceEJB3TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceEJB3TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import java.net.MalformedURLException;
 import java.net.URL;
@@ -46,7 +46,7 @@
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebServiceEJB3TestCase.class, "jbossws-jsr181-webservice-client.jar");
+      return JBossWSTestSetup.newTestSetup(JSR181WebServiceEJB3TestCase.class, "jaxws-jsr181-webservice-client.jar");
    }
 
    protected void setUp() throws Exception
@@ -62,7 +62,7 @@
 
    public void testRemoteAccess() throws Exception
    {
-      deploy("jbossws-jsr181-webservice01.ejb3");
+      deploy("jaxws-jsr181-webservice01.ejb3");
       try
       {
          InitialContext iniCtx = getInitialContext();
@@ -74,13 +74,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice01.ejb3");
+         undeploy("jaxws-jsr181-webservice01.ejb3");
       }
    }
 
    public void testWebService() throws Exception
    {
-      deploy("jbossws-jsr181-webservice01.ejb3");
+      deploy("jaxws-jsr181-webservice01.ejb3");
       try
       {
          assertWSDLAccess();
@@ -91,13 +91,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice01.ejb3");
+         undeploy("jaxws-jsr181-webservice01.ejb3");
       }
    }
 
    public void testWebServiceWsdlLocation() throws Exception
    {
-      deploy("jbossws-jsr181-webservice02.ejb3");
+      deploy("jaxws-jsr181-webservice02.ejb3");
       try
       {
          assertWSDLAccess();
@@ -108,13 +108,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice02.ejb3");
+         undeploy("jaxws-jsr181-webservice02.ejb3");
       }
    }
 
    public void testWebServiceEndpointInterface() throws Exception
    {
-      deploy("jbossws-jsr181-webservice03.ejb3");
+      deploy("jaxws-jsr181-webservice03.ejb3");
       try
       {
          assertWSDLAccess();
@@ -125,7 +125,7 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice03.ejb3");
+         undeploy("jaxws-jsr181-webservice03.ejb3");
       }
    }
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceJSETestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jsr181/webservice/JSR181WebServiceJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/jsr181/webservice/JSR181WebServiceJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -19,7 +19,7 @@
   * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   */
-package org.jboss.test.ws.jsr181.webservice;
+package org.jboss.test.ws.jaxws.jsr181.webservice;
 
 import java.net.MalformedURLException;
 import java.net.URL;
@@ -46,7 +46,7 @@
 
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(JSR181WebServiceJSETestCase.class, "jbossws-jsr181-webservice-client.jar");
+      return JBossWSTestSetup.newTestSetup(JSR181WebServiceJSETestCase.class, "jaxws-jsr181-webservice-client.jar");
    }
 
    protected void setUp() throws Exception
@@ -62,7 +62,7 @@
 
    public void testWebService() throws Exception
    {
-      deploy("jbossws-jsr181-webservice01.war");
+      deploy("jaxws-jsr181-webservice01.war");
       try
       {
          assertWSDLAccess();
@@ -73,13 +73,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice01.war");
+         undeploy("jaxws-jsr181-webservice01.war");
       }
    }
 
    public void testWebServiceWsdlLocation() throws Exception
    {
-      deploy("jbossws-jsr181-webservice02.war");
+      deploy("jaxws-jsr181-webservice02.war");
       try
       {
          assertWSDLAccess();
@@ -90,13 +90,13 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice02.war");
+         undeploy("jaxws-jsr181-webservice02.war");
       }
    }
 
    public void testWebServiceEndpointInterface() throws Exception
    {
-      deploy("jbossws-jsr181-webservice03.war");
+      deploy("jaxws-jsr181-webservice03.war");
       try
       {
          assertWSDLAccess();
@@ -107,7 +107,7 @@
       }
       finally
       {
-         undeploy("jbossws-jsr181-webservice03.war");
+         undeploy("jaxws-jsr181-webservice03.war");
       }
    }
    

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerJAXBTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerJAXBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerJAXBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -44,12 +44,12 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(LogicalHandlerJAXBTestCase.class, "jbossws-jaxws-logicalhandler-jaxb.war");
+      return JBossWSTestSetup.newTestSetup(LogicalHandlerJAXBTestCase.class, "jaxws-logicalhandler-jaxb.war");
    }
 
    public void testClientAccess() throws Exception
    {
-      String endpointAddress = "http://" + getServerHost() + ":8080/jbossws-jaxws-logicalhandler-jaxb";
+      String endpointAddress = "http://" + getServerHost() + ":8080/jaxws-logicalhandler-jaxb";
       QName serviceName = new QName("http://org.jboss.ws/jaxws/logicalhandler", "SOAPEndpointService");
       Service service = Service.create(new URL(endpointAddress + "?wsdl"), serviceName);
       SOAPEndpointJAXB port = (SOAPEndpointJAXB)service.getPort(SOAPEndpointJAXB.class);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerSourceTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerSourceTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/logicalhandler/LogicalHandlerSourceTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -44,12 +44,12 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(LogicalHandlerSourceTestCase.class, "jbossws-jaxws-logicalhandler-source.war");
+      return JBossWSTestSetup.newTestSetup(LogicalHandlerSourceTestCase.class, "jaxws-logicalhandler-source.war");
    }
 
    public void testClientAccess() throws Exception
    {
-      String endpointAddress = "http://" + getServerHost() + ":8080/jbossws-jaxws-logicalhandler-source";
+      String endpointAddress = "http://" + getServerHost() + ":8080/jaxws-logicalhandler-source";
       QName serviceName = new QName("http://org.jboss.ws/jaxws/logicalhandler", "SOAPEndpointService");
       Service service = Service.create(new URL(endpointAddress + "?wsdl"), serviceName);
       SOAPEndpointSource port = (SOAPEndpointSource)service.getPort(SOAPEndpointSource.class);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderJAXBTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderJAXBTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderJAXBTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -52,14 +52,14 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(ProviderJAXBTestCase.class, "jbossws-jaxws-provider-jaxb.war");
+      return JBossWSTestSetup.newTestSetup(ProviderJAXBTestCase.class, "jaxws-provider-jaxb.war");
    }
 
    public void testWSDLAccess() throws Exception
    {
       System.out.println("FIXME: JBWS-1026");
       /*
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-jaxb?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-jaxb?wsdl");
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
       WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
       assertNotNull(wsdlDefinitions);
@@ -83,7 +83,7 @@
       SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
       SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqString.getBytes()));
 
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-jaxb");
+      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-jaxb");
       SOAPMessage resMsg = con.call(reqMsg, epURL);
       SOAPEnvelope resEnv = resMsg.getSOAPPart().getEnvelope();
       

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderMessageTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderMessageTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderMessageTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -47,14 +47,14 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(ProviderMessageTestCase.class, "jbossws-jaxws-provider-message.war");
+      return JBossWSTestSetup.newTestSetup(ProviderMessageTestCase.class, "jaxws-provider-message.war");
    }
 
    public void testWSDLAccess() throws Exception
    {
       System.out.println("FIXME: JBWS-1026");
       /*
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-message?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-message?wsdl");
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
       WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
       assertNotNull(wsdlDefinitions);
@@ -76,7 +76,7 @@
       SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(msgString.getBytes()));
       SOAPEnvelope reqEnv = reqMsg.getSOAPPart().getEnvelope();
 
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-message");
+      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-message");
       SOAPMessage resMsg = con.call(reqMsg, epURL);
       SOAPEnvelope resEnv = resMsg.getSOAPPart().getEnvelope();
       

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderPayloadTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderPayloadTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/provider/ProviderPayloadTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -47,14 +47,14 @@
 {
    public static Test suite()
    {
-      return JBossWSTestSetup.newTestSetup(ProviderPayloadTestCase.class, "jbossws-jaxws-provider-payload.war");
+      return JBossWSTestSetup.newTestSetup(ProviderPayloadTestCase.class, "jaxws-provider-payload.war");
    }
 
    public void testWSDLAccess() throws Exception
    {
       System.out.println("FIXME: JBWS-1026");
       /*
-      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-payload?wsdl");
+      URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-payload?wsdl");
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
       WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
       assertNotNull(wsdlDefinitions);
@@ -76,7 +76,7 @@
       SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqString.getBytes()));
       SOAPEnvelope reqEnv = reqMsg.getSOAPPart().getEnvelope();
 
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jbossws-jaxws-provider-payload");
+      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-provider-payload");
       SOAPMessage resMsg = con.call(reqMsg, epURL);
       SOAPEnvelope resEnv = resMsg.getSOAPPart().getEnvelope();
       

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.samples.jsr181ejb;
-
-import javax.annotation.security.RolesAllowed;
-import javax.ejb.Remote;
-import javax.ejb.Stateless;
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-import org.jboss.annotation.ejb.RemoteBinding;
-import org.jboss.annotation.security.SecurityDomain;
-import org.jboss.ws.annotation.PortComponent;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-
-// standard JSR181 annotations
- at WebService(name = "EndpointInterface", targetNamespace = "http://org.jboss.ws/samples/jsr181ejb", serviceName = "TestService")
- at SOAPBinding(style = SOAPBinding.Style.RPC)
-
-// standard EJB3 annotations
- at Remote(EJB3RemoteInterface.class)
- at RolesAllowed("friend")
- at Stateless
-
-// jboss propriatary annotations
- at RemoteBinding(jndiBinding = "/ejb3/EJB3EndpointInterface")
- at PortComponent(authMethod="BASIC", transportGuarantee="NONE", configName="Standard WSSecurity Endpoint")
- at SecurityDomain("JBossWS")
-public class EJB3Bean01 implements EJB3RemoteInterface
-{
-   @WebMethod
-   public String echo(String input)
-   {
-      return input;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.samples.jsr181ejb;
-
-/**
- * An EJB3 remote interface
- *
- * @author Thomas.Diesler at jboss.org
- * @since 10-May-2005
- */
-public interface EJB3RemoteInterface
-{
-   String echo(String input);
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3RemoteInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.samples.jsr181ejb;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- * This interface is only used in the client deployment.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public interface EndpointInterface extends Remote
-{
-   String echo(String input) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EndpointInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,94 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.jsr181ejb;
-
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.Stub;
-
-import junit.framework.Test;
-
-import org.jboss.security.SecurityAssociation;
-import org.jboss.security.SimplePrincipal;
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class JSR181WebServiceEJB3TestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-jsr181ejb/EJB3Bean01";
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JSR181WebServiceEJB3TestCase.class, "jaxws-samples-jsr181ejb.ejb3, jaxws-samples-jsr181ejb-client.jar");
-   }
-
-   public void testRemoteAccess() throws Exception
-   {
-      InitialContext iniCtx = getInitialContext();
-      EJB3RemoteInterface ejb3Remote = (EJB3RemoteInterface)iniCtx.lookup("/ejb3/EJB3EndpointInterface");
-
-      SecurityAssociation.setPrincipal(new SimplePrincipal("kermit"));
-      SecurityAssociation.setCredential("thefrog");
-      
-      String helloWorld = "Hello world!";
-      Object retObj = ejb3Remote.echo(helloWorld);
-      assertEquals(helloWorld, retObj);
-   }
-
-   public void testWebService() throws Exception
-   {
-      //assertWSDLAccess();
-
-      InitialContext iniCtx = getInitialContext();
-      Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-      EndpointInterface port = (EndpointInterface)service.getPort(EndpointInterface.class);
-
-      //((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://localhost:8081/jaxws-samples-jsr181ejb/EJB3Bean01");
-      
-      Stub stub = (Stub)port;
-      stub._setProperty(Stub.USERNAME_PROPERTY, "kermit");
-      stub._setProperty(Stub.PASSWORD_PROPERTY, "thefrog");
-      
-      String helloWorld = "Hello world!";
-      Object retObj = port.echo(helloWorld);
-      assertEquals(helloWorld, retObj);
-   }
-
-   private void assertWSDLAccess() throws MalformedURLException
-   {
-      URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
-      assertNotNull(wsdlDefinitions);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.samples.jsr181pojo;
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- * This interface is only used in the client deployment.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public interface EndpointInterface extends Remote
-{
-   String echo(String input) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/EndpointInterface.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.test.ws.jaxws.samples.jsr181pojo;
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
- at WebService(name = "EndpointInterface", targetNamespace = "http://org.jboss.ws/samples/jsr181pojo", serviceName = "TestService")
- at SOAPBinding(style = SOAPBinding.Style.RPC)
-public class JSEBean01
-{
-   @WebMethod
-   public String echo(String input)
-   {
-      return input;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSEBean01.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,96 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.jsr181pojo;
-
-import java.io.File;
-import java.net.MalformedURLException;
-import java.net.URL;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
-
-/**
- * Test the JSR-181 annotation: javax.jws.WebService
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Apr-2005
- */
-public class JSR181WebServiceJSETestCase extends JBossWSTest
-{
-   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-jsr181pojo";
-
-   private static EndpointInterface port;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(JSR181WebServiceJSETestCase.class, "jaxws-samples-jsr181pojo.war, jaxws-samples-jsr181pojo-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-      if (port == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port = (EndpointInterface)service.getPort(EndpointInterface.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxws/samples/jsr181pojo/META-INF/jaxrpc-mapping.xml").toURL();
-            QName qname = new QName("http://org.jboss.ws/samples/jsr181pojo", "TestService");
-            Service service = factory.createService(wsdlURL, qname, mappingURL);
-            port = (EndpointInterface)service.getPort(EndpointInterface.class);
-         }
-      }
-   }
-
-   public void testWebService() throws Exception
-   {
-      assertWSDLAccess();
-
-      String helloWorld = "Hello world!";
-      Object retObj = port.echo(helloWorld);
-      assertEquals(helloWorld, retObj);
-   }
-
-   private void assertWSDLAccess() throws MalformedURLException
-   {
-      URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
-      WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
-      WSDLDefinitions wsdlDefinitions = factory.parse(wsdlURL);
-      assertNotNull(wsdlDefinitions);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/jsr181pojo/JSR181WebServiceJSETestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-import javax.xml.rpc.handler.GenericHandler;
-
-/**
- * An abstract handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Nov-2005
- */
-public abstract class AddressingHandler extends GenericHandler
-{
-   /**
-    * Get the JBoss server host from system property "jbosstest.server.host"
-    * This defaults to "" + getServerHost() + ""
-    */
-   public String getServerHost()
-   {
-      String hostName = System.getProperty("jbosstest.server.host", "localhost");
-      return hostName;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,129 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-import java.io.File;
-import java.net.URL;
-import java.util.HashMap;
-import java.util.List;
-
-import javax.naming.InitialContext;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.Service;
-import javax.xml.rpc.handler.HandlerInfo;
-import javax.xml.rpc.handler.HandlerRegistry;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-import org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler;
-import org.jboss.ws.jaxrpc.ServiceFactoryImpl;
-import org.jboss.ws.jaxrpc.ServiceImpl;
-
-/**
- * Test stateful endpoint using ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
-public class AddressingStatefulTestCase extends JBossWSTest
-{
-   private static StatefulEndpoint port1;
-   private static StatefulEndpoint port2;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(AddressingStatefulTestCase.class, "jaxws-samples-wsaddressing.war, jaxws-samples-wsaddressing-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (port1 == null || port2 == null)
-      {
-         if (isTargetServerJBoss())
-         {
-            InitialContext iniCtx = getInitialContext();
-            Service service1 = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            Service service2 = (Service)iniCtx.lookup("java:comp/env/service/TestService");
-            port1 = (StatefulEndpoint)service1.getPort(StatefulEndpoint.class);
-            port2 = (StatefulEndpoint)service2.getPort(StatefulEndpoint.class);
-         }
-         else
-         {
-            ServiceFactoryImpl factory = new ServiceFactoryImpl();
-            URL wsdlURL = new File("resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl").toURL();
-            URL mappingURL = new File("resources/jaxws/samples/wsaddressing/META-INF/jaxrpc-mapping.xml").toURL();
-            
-            QName serviceName = new QName("http://org.jboss.ws/samples/wsaddressing", "TestService");
-            QName portName = new QName("http://org.jboss.ws/samples/wsaddressing", "StatefulEndpointPort");
-            
-            ServiceImpl service1 = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL);
-            HandlerRegistry registry1 = service1.getDynamicHandlerRegistry();
-            List infos1 = registry1.getHandlerChain(portName);
-            infos1.add(new HandlerInfo(ClientHandler.class, new HashMap(), new QName[]{}));
-            infos1.add(new HandlerInfo(WSAddressingClientHandler.class, new HashMap(), new QName[]{}));
-            registry1.setHandlerChain(portName, infos1);
-
-            
-            ServiceImpl service2 = (ServiceImpl)factory.createService(wsdlURL, serviceName, mappingURL);
-            HandlerRegistry registry2 = service2.getDynamicHandlerRegistry();
-            List infos2 = registry2.getHandlerChain(portName);
-            infos2.add(new HandlerInfo(ClientHandler.class, new HashMap(), new QName[]{}));
-            infos2.add(new HandlerInfo(WSAddressingClientHandler.class, new HashMap(), new QName[]{}));
-            registry2.setHandlerChain(portName, infos2);
-            
-            port2 = (StatefulEndpoint)service2.getPort(StatefulEndpoint.class);
-            port1 = (StatefulEndpoint)service1.getPort(StatefulEndpoint.class);
-         }
-      }
-   }
-
-   public void testAddItem() throws Exception
-   {
-      port1.addItem("Ice Cream");
-      port1.addItem("Ferrari");
-
-      port2.addItem("Mars Bar");
-      port2.addItem("Porsche");
-   }
-
-   public void testGetItems() throws Exception
-   {
-      String items1 = port1.getItems();
-      assertEquals("[Ice Cream, Ferrari]", items1);
-
-      String items2 = port2.getItems();
-      assertEquals("[Mars Bar, Porsche]", items2);
-   }
-
-   public void testCheckout() throws Exception
-   {
-      port1.checkout();
-      assertEquals("[]", port1.getItems());
-
-      port2.checkout();
-      assertEquals("[]", port2.getItems());
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java)
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/AddressingStatefulTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,105 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsaddressing;
+
+import java.net.URL;
+import java.util.List;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.BindingProvider;
+import javax.xml.ws.Service;
+import javax.xml.ws.handler.Handler;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.JBossWSTest;
+import org.jboss.test.ws.JBossWSTestSetup;
+import org.jboss.ws.addressing.jaxws.WSAddressingClientHandler;
+
+/**
+ * Test stateful endpoint using ws-addressing
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 24-Nov-2005
+ */
+public class AddressingStatefulTestCase extends JBossWSTest
+{
+   private static StatefulEndpoint port1;
+   private static StatefulEndpoint port2;
+
+   public static Test suite()
+   {
+      return JBossWSTestSetup.newTestSetup(AddressingStatefulTestCase.class, "jaxws-samples-wsaddressing.war, jaxws-samples-wsaddressing-client.jar");
+   }
+
+   protected void setUp() throws Exception
+   {
+      super.setUp();
+
+      if (port1 == null || port2 == null)
+      {
+         URL wsdlURL = new URL(" http://" + getServerHost() + ":8080/jaxws-samples-wsaddressing/TestService?wsdl");
+         QName serviceName = new QName("http://org.jboss.ws/samples/wsaddressing", "TestService");
+
+         Service service1 = Service.create(wsdlURL, serviceName);
+         port1 = (StatefulEndpoint)service1.getPort(StatefulEndpoint.class);
+         BindingProvider bindingProvider = (BindingProvider)port1;
+         List<Handler> handlerChain = bindingProvider.getBinding().getHandlerChain();
+         handlerChain.add(new ClientHandler());
+         handlerChain.add(new WSAddressingClientHandler());
+
+         Service service2 = Service.create(wsdlURL, serviceName);
+         port2 = (StatefulEndpoint)service2.getPort(StatefulEndpoint.class);
+         bindingProvider = (BindingProvider)port2;
+         handlerChain = bindingProvider.getBinding().getHandlerChain();
+         handlerChain.add(new ClientHandler());
+         handlerChain.add(new WSAddressingClientHandler());
+      }
+   }
+
+   public void testAddItem() throws Exception
+   {
+      port1.addItem("Ice Cream");
+      port1.addItem("Ferrari");
+
+      port2.addItem("Mars Bar");
+      port2.addItem("Porsche");
+   }
+
+   public void testGetItems() throws Exception
+   {
+      String items1 = port1.getItems();
+      assertEquals("[Ice Cream, Ferrari]", items1);
+
+      String items2 = port2.getItems();
+      assertEquals("[Mars Bar, Porsche]", items2);
+   }
+
+   public void testCheckout() throws Exception
+   {
+      port1.checkout();
+      assertEquals("[]", port1.getItems());
+
+      port2.checkout();
+      assertEquals("[]", port2.getItems());
+   }
+}

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,135 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-import java.net.URI;
-import java.net.URISyntaxException;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.soap.SOAPHeaderElement;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingConstants;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.EndpointReference;
-import javax.xml.ws.addressing.JAXWSAConstants;
-import javax.xml.ws.addressing.ReferenceParameters;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.UUIDGenerator;
-
-/**
- * A client side handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
-public class ClientHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientHandler.class);
-
-   private static final QName IDQN = StatefulEndpointImpl.IDQN;
-
-   private static int maxClientId;
-   private String clientid;
-
-   private QName[] headers = new QName[] {};
-
-   public QName[] getHeaders()
-   {
-      return headers;
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest" + this);
-
-      try
-      {
-         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
-         AddressingConstants ADDR = builder.newAddressingConstants();
-
-         AddressingProperties outProps = builder.newAddressingProperties();
-         outProps.setTo(builder.newURI("uri:jaxrpc-samples-wsaddressing/TestService"));
-         outProps.setAction(builder.newURI("http://org.jboss.ws/addressing/stateful/action"));
-
-         EndpointReference replyTo = builder.newEndpointReference(new URI(ADDR.getAnonymousURI()));
-         outProps.setReplyTo(replyTo);
-         outProps.setMessageID(builder.newURI("urn:uuid:"+ UUIDGenerator.generateRandomUUIDString()));
-
-         // Assign a new clientid
-         if (clientid == null)
-         {
-            clientid = "clientid-" + (++maxClientId);
-            log.info("New clientid: " + clientid);
-         }
-
-         ReferenceParameters refParams = replyTo.getReferenceParameters();
-         refParams.addElement(getClientIdElement(clientid));
-
-         msgContext.setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
-      }
-      catch (URISyntaxException ex)
-      {
-         throw new IllegalStateException("Cannot handle request", ex);
-      }
-
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      log.info("handleResponse");
-
-      AddressingProperties addrProps = (AddressingProperties)msgContext.getProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND);
-      if (addrProps == null)
-         throw new IllegalStateException("Cannot obtain AddressingProperties");
-
-      ReferenceParameters refParams = addrProps.getReferenceParameters();
-      for (Object obj : refParams.getElements())
-      {
-         SOAPHeaderElement el = (SOAPHeaderElement)obj;
-         QName qname = DOMUtils.getElementQName(el);
-         if (qname.equals(IDQN))
-         {
-            clientid = DOMUtils.getTextContent(el);
-         }
-      }
-
-      if (clientid == null)
-         throw new IllegalStateException("Cannot obtain clientid");
-
-      return true;
-   }
-
-   private String getClientIdElement(String clientid)
-   {
-      String qualname = IDQN.getPrefix() + ":" + IDQN.getLocalPart();
-      StringBuffer buffer = new StringBuffer("<" + qualname);
-      buffer.append(" xmlns:" + IDQN.getPrefix() + "='" + IDQN.getNamespaceURI() + "'");
-      buffer.append(">" + clientid + "</" + qualname + ">");
-      return buffer.toString();
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java)
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ClientHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,130 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsaddressing;
+
+import java.net.URI;
+import java.net.URISyntaxException;
+
+import javax.xml.namespace.QName;
+import javax.xml.soap.SOAPHeaderElement;
+import javax.xml.ws.addressing.AddressingBuilder;
+import javax.xml.ws.addressing.AddressingConstants;
+import javax.xml.ws.addressing.AddressingProperties;
+import javax.xml.ws.addressing.EndpointReference;
+import javax.xml.ws.addressing.JAXWSAConstants;
+import javax.xml.ws.addressing.ReferenceParameters;
+import javax.xml.ws.handler.MessageContext;
+
+import org.jboss.logging.Logger;
+import org.jboss.ws.jaxws.handler.GenericSOAPHandler;
+import org.jboss.ws.utils.DOMUtils;
+import org.jboss.ws.utils.UUIDGenerator;
+
+/**
+ * A client side handler for the ws-addressing
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 24-Nov-2005
+ */
+public class ClientHandler extends GenericSOAPHandler
+{
+   // Provide logging
+   private static Logger log = Logger.getLogger(ClientHandler.class);
+
+   private static final QName IDQN = StatefulEndpointImpl.IDQN;
+
+   private static int maxClientId;
+   private String clientid;
+
+   @Override
+   public boolean handleOutbound(MessageContext msgContext)
+   {
+      log.info("handleRequest" + this);
+
+      try
+      {
+         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
+         AddressingConstants ADDR = builder.newAddressingConstants();
+
+         AddressingProperties outProps = builder.newAddressingProperties();
+         outProps.setTo(builder.newURI("uri:jaxrpc-samples-wsaddressing/TestService"));
+         outProps.setAction(builder.newURI("http://org.jboss.ws/addressing/stateful/action"));
+
+         EndpointReference replyTo = builder.newEndpointReference(new URI(ADDR.getAnonymousURI()));
+         outProps.setReplyTo(replyTo);
+         outProps.setMessageID(builder.newURI("urn:uuid:"+ UUIDGenerator.generateRandomUUIDString()));
+
+         // Assign a new clientid
+         if (clientid == null)
+         {
+            clientid = "clientid-" + (++maxClientId);
+            log.info("New clientid: " + clientid);
+         }
+
+         ReferenceParameters refParams = replyTo.getReferenceParameters();
+         refParams.addElement(getClientIdElement(clientid));
+
+         msgContext.put(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
+      }
+      catch (URISyntaxException ex)
+      {
+         throw new IllegalStateException("Cannot handle request", ex);
+      }
+
+      return true;
+   }
+
+   @Override
+   public boolean handleInbound(MessageContext msgContext)
+   {
+      log.info("handleResponse");
+
+      AddressingProperties addrProps = (AddressingProperties)msgContext.get(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_INBOUND);
+      if (addrProps == null)
+         throw new IllegalStateException("Cannot obtain AddressingProperties");
+
+      ReferenceParameters refParams = addrProps.getReferenceParameters();
+      for (Object obj : refParams.getElements())
+      {
+         SOAPHeaderElement el = (SOAPHeaderElement)obj;
+         QName qname = DOMUtils.getElementQName(el);
+         if (qname.equals(IDQN))
+         {
+            clientid = DOMUtils.getTextContent(el);
+         }
+      }
+
+      if (clientid == null)
+         throw new IllegalStateException("Cannot obtain clientid");
+
+      return true;
+   }
+
+   private String getClientIdElement(String clientid)
+   {
+      String qualname = IDQN.getPrefix() + ":" + IDQN.getLocalPart();
+      StringBuffer buffer = new StringBuffer("<" + qualname);
+      buffer.append(" xmlns:" + IDQN.getPrefix() + "='" + IDQN.getNamespaceURI() + "'");
+      buffer.append(">" + clientid + "</" + qualname + ">");
+      return buffer.toString();
+   }
+}

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,112 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-import java.net.URISyntaxException;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.soap.SOAPElement;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.EndpointReference;
-import javax.xml.ws.addressing.JAXWSAConstants;
-import javax.xml.ws.addressing.ReferenceParameters;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.utils.DOMUtils;
-
-/**
- * A server side handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
-public class ServerHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ServerHandler.class);
-
-   private static final QName IDQN = StatefulEndpointImpl.IDQN;
-
-   public QName[] getHeaders()
-   {
-      return new QName[] {};
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest");
-
-      AddressingProperties addrProps = (AddressingProperties)msgContext.getProperty(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);
-      if (addrProps == null)
-         throw new IllegalStateException("Cannot obtain AddressingProperties");
-
-      String clientid = null;
-      EndpointReference replyTo = addrProps.getReplyTo();
-      ReferenceParameters refParams = replyTo.getReferenceParameters();
-      if (refParams != null)
-      {
-         for (Object obj : refParams.getElements())
-         {
-            SOAPElement el = (SOAPElement)obj;
-            QName qname = DOMUtils.getElementQName(el);
-            if (qname.equals(IDQN))
-            {
-               clientid = DOMUtils.getTextContent(el);
-            }
-         }
-      }
-
-      if (clientid == null)
-         throw new IllegalStateException("Cannot obtain client id");
-
-      // put the clientid in the message context
-      msgContext.setProperty("clientid", clientid);
-      return true;
-   }
-
-   public boolean handleResponse(MessageContext msgContext)
-   {
-      log.info("handleResponse");
-
-      try
-      {
-         AddressingProperties inProps = (AddressingProperties)msgContext.getProperty(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);
-         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
-
-         builder.newAddressingConstants();
-         AddressingProperties outProps = builder.newAddressingProperties();
-         outProps.initializeAsReply(inProps, false);
-         outProps.setAction(builder.newURI("http://org.jboss.ws/addressing/stateful/actionReply"));
-
-         msgContext.setProperty(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
-      }
-      catch (URISyntaxException ex)
-      {
-         throw new IllegalStateException("Cannot handle response", ex);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java)
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/ServerHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,109 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsaddressing;
+
+import java.net.URISyntaxException;
+
+import javax.xml.namespace.QName;
+import javax.xml.soap.SOAPElement;
+import javax.xml.ws.addressing.AddressingBuilder;
+import javax.xml.ws.addressing.AddressingProperties;
+import javax.xml.ws.addressing.EndpointReference;
+import javax.xml.ws.addressing.JAXWSAConstants;
+import javax.xml.ws.addressing.ReferenceParameters;
+import javax.xml.ws.handler.MessageContext;
+
+import org.jboss.logging.Logger;
+import org.jboss.ws.jaxws.handler.GenericSOAPHandler;
+import org.jboss.ws.utils.DOMUtils;
+
+/**
+ * A server side handler for the ws-addressing
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 24-Nov-2005
+ */
+public class ServerHandler extends GenericSOAPHandler
+{
+   // Provide logging
+   private static Logger log = Logger.getLogger(ServerHandler.class);
+
+   private static final QName IDQN = StatefulEndpointImpl.IDQN;
+
+   @Override
+   public boolean handleInbound(MessageContext msgContext)
+   {
+      log.info("handleRequest");
+
+      AddressingProperties addrProps = (AddressingProperties)msgContext.get(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);
+      if (addrProps == null)
+         throw new IllegalStateException("Cannot obtain AddressingProperties");
+
+      String clientid = null;
+      EndpointReference replyTo = addrProps.getReplyTo();
+      ReferenceParameters refParams = replyTo.getReferenceParameters();
+      if (refParams != null)
+      {
+         for (Object obj : refParams.getElements())
+         {
+            SOAPElement el = (SOAPElement)obj;
+            QName qname = DOMUtils.getElementQName(el);
+            if (qname.equals(IDQN))
+            {
+               clientid = DOMUtils.getTextContent(el);
+            }
+         }
+      }
+
+      if (clientid == null)
+         throw new IllegalStateException("Cannot obtain client id");
+
+      // put the clientid in the message context
+      msgContext.put("clientid", clientid);
+      return true;
+   }
+
+   @Override
+   public boolean handleOutbound(MessageContext msgContext)
+   {
+      log.info("handleResponse");
+
+      try
+      {
+         AddressingProperties inProps = (AddressingProperties)msgContext.get(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);
+         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
+
+         builder.newAddressingConstants();
+         AddressingProperties outProps = builder.newAddressingProperties();
+         outProps.initializeAsReply(inProps, false);
+         outProps.setAction(builder.newURI("http://org.jboss.ws/addressing/stateful/actionReply"));
+
+         msgContext.put(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
+      }
+      catch (URISyntaxException ex)
+      {
+         throw new IllegalStateException("Cannot handle response", ex);
+      }
+
+      return true;
+   }
+}

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * WS-Addressing stateful service endpoint interface
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
-public interface StatefulEndpoint extends Remote
-{
-   public void addItem(String item) throws RemoteException;
-
-   public void checkout() throws RemoteException;
-
-   public String getItems() throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,118 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.samples.wsaddressing;
-
-//$Id$
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import javax.jws.HandlerChain;
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.namespace.QName;
-import javax.xml.rpc.ServiceException;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.rpc.server.ServiceLifecycle;
-import javax.xml.rpc.server.ServletEndpointContext;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.annotation.PortComponent;
-
-/**
- * WS-Addressing stateful service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
- at WebService(name = "StatefulEndpoint", targetNamespace = "http://org.jboss.ws/samples/wsaddressing", serviceName = "TestService")
- at PortComponent(configName = "Standard WSAddressing Endpoint")
- at HandlerChain(file = "WEB-INF/jaxws-handlers.xml")
- at SOAPBinding(style = SOAPBinding.Style.RPC)
-public class StatefulEndpointImpl implements StatefulEndpoint, ServiceLifecycle
-{
-   // provide logging
-   private static Logger log = Logger.getLogger(StatefulEndpointImpl.class);
-
-   public static final QName IDQN = new QName("http://somens", "clientid", "ns1");
-
-   // The state map for all clients
-   private static Map<String, List<String>> clientStateMap = new HashMap<String, List<String>>();
-   
-   private ServletEndpointContext servletEndpointContext;
-   private String clientid;
-   private static List<String> items;
-
-   @WebMethod
-   public void addItem(String item)
-   {
-      initSessionState();
-      log.info("addItem [clientid=" + clientid + "]: " + item);
-      items.add(item);
-   }
-
-   @WebMethod
-   public void checkout()
-   {
-      initSessionState();
-      log.info("checkout [clientid=" + clientid + "]");
-      clientStateMap.remove(clientid);
-   }
-
-   @WebMethod
-   public String getItems()
-   {
-      initSessionState();
-      log.info("getItems [clientid=" + clientid + "]: " + items);
-      return items.toString();
-   }
-
-   private void initSessionState()
-   {
-      MessageContext msgContext = servletEndpointContext.getMessageContext();
-      clientid = (String)msgContext.getProperty("clientid");
-      if (clientid == null)
-         throw new IllegalStateException("Cannot obtain clientid");
-      
-      // Get the client's items
-      items = clientStateMap.get(clientid);
-      if (items == null)
-      {
-         items = new ArrayList<String>();
-         clientStateMap.put(clientid, items);
-      }
-   }
-
-   public void init(Object context) throws ServiceException
-   {
-      log.info("init ServiceLifecycle");
-      servletEndpointContext = (ServletEndpointContext)context;
-   }
-
-   public void destroy()
-   {
-      log.info("destroy ServiceLifecycle");
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java)
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/wsaddressing/StatefulEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -0,0 +1,113 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.samples.wsaddressing;
+
+//$Id$
+
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import javax.annotation.Resource;
+import javax.jws.HandlerChain;
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebServiceContext;
+import javax.xml.ws.handler.MessageContext;
+
+import org.jboss.logging.Logger;
+import org.jboss.ws.annotation.PortComponent;
+
+/**
+ * WS-Addressing stateful service endpoint
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 24-Nov-2005
+ */
+ at WebService(name = "StatefulEndpoint", targetNamespace = "http://org.jboss.ws/samples/wsaddressing", serviceName = "TestService")
+ at PortComponent(configName = "Standard WSAddressing Endpoint")
+ at HandlerChain(file = "WEB-INF/jaxws-handlers.xml")
+ at SOAPBinding(style = SOAPBinding.Style.RPC)
+public class StatefulEndpointImpl implements StatefulEndpoint
+{
+   // provide logging
+   private static Logger log = Logger.getLogger(StatefulEndpointImpl.class);
+
+   public static final QName IDQN = new QName("http://somens", "clientid", "ns1");
+
+   // The state map for all clients
+   private static Map<String, List<String>> clientStateMap = new HashMap<String, List<String>>();
+   
+   private String clientid;
+   private static List<String> items;
+   private WebServiceContext context;
+
+   @Resource
+   public void setContext(WebServiceContext context)
+   {
+      log.info("injecting: " + context);
+      this.context = context;
+   }
+
+   @WebMethod
+   public void addItem(String item)
+   {
+      initSessionState();
+      log.info("addItem [clientid=" + clientid + "]: " + item);
+      items.add(item);
+   }
+
+   @WebMethod
+   public void checkout()
+   {
+      initSessionState();
+      log.info("checkout [clientid=" + clientid + "]");
+      clientStateMap.remove(clientid);
+   }
+
+   @WebMethod
+   public String getItems()
+   {
+      initSessionState();
+      log.info("getItems [clientid=" + clientid + "]: " + items);
+      return items.toString();
+   }
+
+   private void initSessionState()
+   {
+      MessageContext msgContext = context.getMessageContext();
+      clientid = (String)msgContext.get("clientid");
+      if (clientid == null)
+         throw new IllegalStateException("Cannot obtain clientid");
+      
+      // Get the client's items
+      items = clientStateMap.get(clientid);
+      if (items == null)
+      {
+         items = new ArrayList<String>();
+         clientStateMap.put(clientid, items);
+      }
+   }
+}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing;
-
-import javax.xml.rpc.handler.GenericHandler;
-
-/**
- * An abstract handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Nov-2005
- */
-public abstract class AddressingHandler extends GenericHandler
-{
-   /**
-    * Get the JBoss server host from system property "jbosstest.server.host"
-    * This defaults to "" + getServerHost() + ""
-    */
-   public String getServerHost()
-   {
-      String hostName = System.getProperty("jbosstest.server.host", "localhost");
-      return hostName;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/AddressingHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,69 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing;
-
-//$Id$
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.addressing.EndpointReferenceImpl;
-import org.jboss.ws.utils.DOMUtils;
-import org.w3c.dom.Element;
-
-/** 
- * Test the EndpointReferenceImpl
- *
- * @author Thomas.Diesler at jboss.org
- * @since 13-Nov-2005
- */
-public class EndpointReferenceTestCase extends JBossWSTest
-{
-   public void testEndpointReferenceParser() throws Exception
-   {
-      String inStr = 
-         "<wsa:EndpointReference fabrikam:eprAttr='eprAttrValue' xmlns:wsa='http://www.w3.org/2005/08/addressing' xmlns:fabrikam='http://www.fabrikam.com/ns'>" +
-         "  <wsa:Address fabrikam:addrAttr='addrAttrValue'>http://www.fabrikam123.example/acct</wsa:Address>" +
-         "  <wsa:ReferenceParameters fabrikam:paramAttr='paramAttrValue'>" +
-         "    <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>" +
-         "    <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>" +
-         "  </wsa:ReferenceParameters>" +
-         "  <wsa:Metadata fabrikam:metaAttr='metaAttrValue'>" +
-         "    <wsp:Policy xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wsswssecurity-secext-1.0.xsd'>" + 
-         "      <wsp:ExactlyOne>" + 
-         "        <wsp:All>" + 
-         "          <wsse:SecurityToken>" +
-         "            <wsse:TokenType>wsse:Kerberosv5TGT</wsse:TokenType>" +
-         "          </wsse:SecurityToken>" + 
-         "        </wsp:All>" +
-         "      </wsp:ExactlyOne>" +
-         "    </wsp:Policy>" +
-         "  </wsa:Metadata>" +
-         "  <fabrikam:eprElement>123456789</fabrikam:eprElement>" +
-         "</wsa:EndpointReference>";
-      
-      Element inElement = DOMUtils.parse(inStr);
-      EndpointReferenceImpl epr = new EndpointReferenceImpl(inElement);
-      Element outElement = epr.toElement();
-      
-      System.out.println("FIXME: JBWS-1130");
-      //assertEquals(inElement, outElement);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/EndpointReferenceTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,126 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing;
-
-// $Id: SOAPAddressingPropertiesTestCase.java,v 1.2 2005/11/24 21:40:55 tdiesler
-// Exp $
-
-import java.io.ByteArrayInputStream;
-import java.net.URI;
-
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPEnvelope;
-import javax.xml.soap.SOAPMessage;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.soap.SOAPAddressingBuilder;
-import javax.xml.ws.addressing.soap.SOAPAddressingProperties;
-
-import org.jboss.test.ws.JBossWSTest;
-
-/**
- * Test the SOAPAddressingProperties
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 13-Nov-2005
- */
-public class SOAPAddressingPropertiesTestCase extends JBossWSTest 
-{
-   private SOAPAddressingProperties addrProps;
-   
-	private String reqEnvStr = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>"
-			+ "  <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>"
-         + "    <wsa:To>http://fabrikam123.example/Purchasing</wsa:To>"
-			+ "    <wsa:ReplyTo>"
-			+ "      <wsa:Address>http://business456.example/client1</wsa:Address>"
-			+ "      <wsa:ReferenceParameters>"
-			+ "        <ns1:sessionid xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>"
-			+ "      </wsa:ReferenceParameters>"
-			+ "    </wsa:ReplyTo>"
-         + "    <wsa:Action>http://fabrikam123.example/SubmitPO</wsa:Action>"
-         + "    <wsa:MessageID>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:MessageID>"
-			+ "  </env:Header>" 
-         + "  <env:Body/>" 
-         + "</env:Envelope>";
-
-	private String resEnvStr = "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "  <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>" +
-         "    <wsa:To>http://business456.example/client1</wsa:To>" +
-         "    <wsa:Action>http://fabrikam123.example/ReplyPO</wsa:Action>" +
-         "    <wsa:RelatesTo>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:RelatesTo>" +
-         "    <ns1:sessionid wsa:IsReferenceParameter='true' xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>" +
-         "  </env:Header>" +
-         "  <env:Body/>" +
-         "</env:Envelope>";
-
-   public void setUp() throws Exception
-   {
-      super.setUp();
-      
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = factory.createMessage(null, new ByteArrayInputStream(reqEnvStr.getBytes()));
-
-      AddressingBuilder addrBuilder = SOAPAddressingBuilder.getAddressingBuilder();
-      addrProps = (SOAPAddressingProperties)addrBuilder.newAddressingProperties();
-      addrProps.readHeaders(soapMessage);
-   }
-   
-	public void testReadHeaders() throws Exception
-   {
-      assertEquals(new URI("uuid:6B29FC40-CA47-1067-B31D-00DD010662DA"), addrProps.getMessageID().getURI());
-      assertEquals(new URI("http://business456.example/client1"), addrProps.getReplyTo().getAddress().getURI());
-      assertEquals(new URI("http://fabrikam123.example/Purchasing"), addrProps.getTo().getURI());
-      assertEquals(new URI("http://fabrikam123.example/SubmitPO"), addrProps.getAction().getURI());
-   }
-
-   public void testWriteHeaders() throws Exception
-   {
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = factory.createMessage();
-      addrProps.writeHeaders(soapMessage);
-      SOAPEnvelope wasEnv = soapMessage.getSOAPPart().getEnvelope();
-
-      SOAPMessage msgOut = factory.createMessage(null, new ByteArrayInputStream(reqEnvStr.getBytes()));
-      SOAPEnvelope expEnv = msgOut.getSOAPPart().getEnvelope();
-      
-      System.out.println("FIXME: JBWS-1130");
-      //assertEquals(expEnv, wasEnv);
-   }
-
-   public void testReplyToHeaders() throws Exception
-   {
-      AddressingBuilder addrBuilder = SOAPAddressingBuilder.getAddressingBuilder();
-      SOAPAddressingProperties replyProps = (SOAPAddressingProperties)addrBuilder.newAddressingProperties();
-      replyProps.initializeAsReply(addrProps, false);
-      replyProps.setAction(addrBuilder.newURI("http://fabrikam123.example/ReplyPO"));
-      
-      MessageFactory factory = MessageFactory.newInstance();
-      SOAPMessage soapMessage = factory.createMessage();
-      replyProps.writeHeaders(soapMessage);
-      SOAPEnvelope wasEnv = soapMessage.getSOAPPart().getEnvelope();
-
-      SOAPMessage msgOut = factory.createMessage(null, new ByteArrayInputStream(resEnvStr.getBytes()));
-      SOAPEnvelope expEnv = msgOut.getSOAPPart().getEnvelope();
-
-      System.out.println("FIXME: JBWS-1130");
-      //assertEquals(expEnv, wasEnv);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/SOAPAddressingPropertiesTestCase.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.action;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * WS-Addressing service endpoint interface
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
-public interface ActionEndpoint extends Remote
-{
-   String foo(String item) throws RemoteException;
-   
-   String bar(String item) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,61 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.action;
-
-//$Id$
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.annotation.PortComponent;
-
-/**
- * WS-Addressing service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
- at SOAPBinding(style = SOAPBinding.Style.RPC)
- at WebService(name = "ActionEndpoint", targetNamespace = "http://org.jboss.ws/addressing/action", wsdlLocation = "WEB-INF/wsdl/ActionRpcService.wsdl")
- at PortComponent(configName = "Standard WSAddressing Endpoint")
-public class ActionRpcEndpointImpl implements ActionEndpoint
-{
-   // provide logging
-   private static Logger log = Logger.getLogger(ActionRpcEndpointImpl.class);
-
-   @WebMethod (action = "urn:wsa-action-foo")
-   public String foo(String item)
-   {
-      log.info("foo: " + item);
-      return "foo:" + item;
-   }
-
-   @WebMethod (action = "urn:wsa-action-bar")
-   public String bar(String item)
-   {
-      log.info("bar: " + item);
-      return "bar:" + item;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ActionRpcEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,64 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.action;
-
-import javax.xml.rpc.Service;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test endpoint using ws-addressing.
- * 
- * The wsa:Action should override any other dispatch method
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Nov-2005
- */
-public class AddressingActionTestCase extends JBossWSTest
-{
-   private static ActionEndpoint rpcEndpoint;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(AddressingActionTestCase.class, "jaxws-wsaddressing-action-rpc.war, jaxws-wsaddressing-action-rpc-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (rpcEndpoint == null)
-      {
-         Service rpcService = (Service)getInitialContext("wsarpc-client").lookup("java:comp/env/service/ActionRpcService");
-         rpcEndpoint = (ActionEndpoint)rpcService.getPort(ActionEndpoint.class);
-      }
-   }
-
-   public void testRpcEndpoint() throws Exception
-   {
-      assertEquals("bar:HelloFoo", rpcEndpoint.foo("HelloFoo"));
-      assertEquals("bar:HelloBar", rpcEndpoint.bar("HelloBar"));
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/AddressingActionTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,68 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.action;
-
-import java.net.URISyntaxException;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.logging.Logger;
-import org.jboss.test.ws.jaxws.wsaddressing.AddressingHandler;
-
-/**
- * A client side handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Nov-2005
- */
-public class ClientDocHandler extends AddressingHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientDocHandler.class);
-   
-   public QName[] getHeaders()
-   {
-      return new QName[] {};
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest" + this);
-      try
-      {
-         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
-         AddressingProperties outProps = builder.newAddressingProperties();
-         outProps.setTo(builder.newURI("uri:jaxrpc-addressing-action-doc/ActionService"));
-         outProps.setAction(builder.newURI("urn:wsa-action-bar"));
-         msgContext.setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
-      }
-      catch (URISyntaxException ex)
-      {
-         throw new IllegalStateException("Cannot handle request", ex);
-      }
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientDocHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,68 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.action;
-
-import java.net.URISyntaxException;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.GenericHandler;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.logging.Logger;
-
-/**
- * A client side handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 29-Nov-2005
- */
-public class ClientRpcHandler extends GenericHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientRpcHandler.class);
-   
-   public QName[] getHeaders()
-   {
-      return new QName[] {};
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest" + this);
-      try
-      {
-         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
-         AddressingProperties outProps = builder.newAddressingProperties();
-         outProps.setTo(builder.newURI("http://localhost:8080/jaxrpc-addressing-action-rpc/ActionService"));
-         outProps.setAction(builder.newURI("urn:wsa-action-bar"));
-         msgContext.setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
-      }
-      catch (URISyntaxException ex)
-      {
-         throw new IllegalStateException("Cannot handle request", ex);
-      }
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/action/ClientRpcHandler.java)

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,142 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-import java.io.ByteArrayInputStream;
-import java.net.URL;
-
-import javax.xml.rpc.Service;
-import javax.xml.soap.MessageFactory;
-import javax.xml.soap.SOAPConnection;
-import javax.xml.soap.SOAPConnectionFactory;
-import javax.xml.soap.SOAPMessage;
-
-import junit.framework.Test;
-
-import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.JBossWSTestSetup;
-
-/**
- * Test endpoint using ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
-public class AddressingReplyToTestCase extends JBossWSTest
-{
-   private static InitialEndpoint initial;
-   private static ReplyToEndpoint replyto;
-   private static FaultToEndpoint faultto;
-
-   public static Test suite()
-   {
-      return JBossWSTestSetup.newTestSetup(AddressingReplyToTestCase.class,
-            "jaxws-wsaddressing-initial.war,jaxws-wsaddressing-initial-client.jar," +
-            "jaxws-wsaddressing-replyto.war,jaxws-wsaddressing-replyto-client.jar," +
-            "jaxws-wsaddressing-faultto.war,jaxws-wsaddressing-faultto-client.jar");
-   }
-
-   protected void setUp() throws Exception
-   {
-      super.setUp();
-
-      if (initial == null)
-      {
-         Service initialService = (Service)getInitialContext("initial-client").lookup("java:comp/env/service/InitialService");
-         initial = (InitialEndpoint)initialService.getPort(InitialEndpoint.class);
-         Service replytoService = (Service)getInitialContext("replyto-client").lookup("java:comp/env/service/ReplyToService");
-         replyto = (ReplyToEndpoint)replytoService.getPort(ReplyToEndpoint.class);
-         Service faulttoService = (Service)getInitialContext("faultto-client").lookup("java:comp/env/service/FaultToService");
-         faultto = (FaultToEndpoint)faulttoService.getPort(FaultToEndpoint.class);
-      }
-   }
-
-   /** This sends a valid message to the ReplyTo endpoint and verfies whether we can read it of again.
-    */
-   public void testReplyToMessage() throws Exception
-   {
-      String reqEnv =
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "  <env:Header/>" +
-         "  <env:Body>" +
-         "    <ns1:addItemResponse xmlns:ns1='http://org.jboss.ws/addressing/replyto'>" +
-         "      <result>Mars Bar</result>" +
-         "    </ns1:addItemResponse>" +
-         "  </env:Body>" +
-         "</env:Envelope>";
-
-      MessageFactory msgFactory = MessageFactory.newInstance();
-      SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
-      SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
-
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-wsaddressing-replyto/ReplyToService");
-      con.call(reqMsg, epURL);
-
-      assertEquals("Mars Bar", replyto.getLastItem());
-   }
-
-   /** This sends a fault message to the FaultTo endpoint and verfies whether we can read it of again.
-    */
-   public void testFaultToMessage() throws Exception
-   {
-      String reqEnv =
-         "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
-         "  <env:Header/>" +
-         "  <env:Body>" +
-         "    <env:Fault>" +
-         "      <faultcode>env:Client</faultcode>" +
-         "      <faultstring>java.lang.IllegalArgumentException: Mars Bar</faultstring>" +
-         "    </env:Fault>" +
-         "  </env:Body>" +
-         "</env:Envelope>";
-
-      MessageFactory msgFactory = MessageFactory.newInstance();
-      SOAPConnection con = SOAPConnectionFactory.newInstance().createConnection();
-      SOAPMessage reqMsg = msgFactory.createMessage(null, new ByteArrayInputStream(reqEnv.getBytes()));
-
-      URL epURL = new URL("http://" + getServerHost() + ":8080/jaxws-wsaddressing-faultto/FaultToService");
-      con.call(reqMsg, epURL);
-
-      assertEquals("java.lang.IllegalArgumentException: Mars Bar", faultto.getLastFault());
-   }
-
-   public void testInital() throws Exception
-   {
-      String item = initial.addItem("Ice Cream");
-      assertNull("Expected null, but was: " + item, item);
-
-      item = initial.addItem("Invalid Value");
-      assertNull("Expected null, but was: " + item, item);
-   }
-
-   public void testReplyTo() throws Exception
-   {
-      String item = replyto.getLastItem();
-      assertEquals("Ice Cream", item);
-   }
-
-   public void testFaultTo() throws Exception
-   {
-      String lastFault = faultto.getLastFault();
-      assertEquals("java.lang.IllegalArgumentException: Invalid Value", lastFault);
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/AddressingReplyToTestCase.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,80 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-import java.net.URI;
-import java.net.URISyntaxException;
-
-import javax.xml.namespace.QName;
-import javax.xml.rpc.handler.MessageContext;
-import javax.xml.ws.addressing.AddressingBuilder;
-import javax.xml.ws.addressing.AddressingProperties;
-import javax.xml.ws.addressing.EndpointReference;
-import javax.xml.ws.addressing.JAXWSAConstants;
-
-import org.jboss.logging.Logger;
-import org.jboss.test.ws.jaxws.wsaddressing.AddressingHandler;
-import org.jboss.ws.utils.UUIDGenerator;
-
-/**
- * A client side handler for the ws-addressing
- *
- * @author Thomas.Diesler at jboss.org
- * @since 24-Nov-2005
- */
-public class ClientHandler extends AddressingHandler
-{
-   // Provide logging
-   private static Logger log = Logger.getLogger(ClientHandler.class);
-
-   public QName[] getHeaders()
-   {
-      return new QName[] {};
-   }
-
-   public boolean handleRequest(MessageContext msgContext)
-   {
-      log.info("handleRequest" + this);
-
-      try
-      {
-         AddressingBuilder builder = AddressingBuilder.getAddressingBuilder();
-         AddressingProperties outProps = builder.newAddressingProperties();
-         outProps.setTo(builder.newURI("uri:jaxws-wsaddressing-initial/InitialService"));
-         outProps.setAction(builder.newURI("http://org.jboss.ws/jaxws/wsaddressing/replyto/action"));
-
-         EndpointReference eprReplyTo = builder.newEndpointReference(new URI("http://" + getServerHost() + ":8080/jaxws-wsaddressing-replyto/ReplyToService"));
-         outProps.setReplyTo(eprReplyTo);
-         outProps.setMessageID(builder.newURI("urn:uuid:" + UUIDGenerator.generateRandomUUIDString()));
-         EndpointReference eprFaultTo = builder.newEndpointReference(new URI("http://" + getServerHost() + ":8080/jaxws-wsaddressing-faultto/FaultToService"));
-         outProps.setFaultTo(eprFaultTo);
-
-         msgContext.setProperty(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES_OUTBOUND, outProps);
-      }
-      catch (URISyntaxException ex)
-      {
-         throw new IllegalStateException("Cannot handle request", ex);
-      }
-
-      return true;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ClientHandler.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-import javax.xml.soap.SOAPElement;
-
-/**
- * WS-Addressing service endpoint interface
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
-public interface FaultToEndpoint extends Remote
-{
-   public void onFault(SOAPElement element) throws RemoteException;
-   
-   public String getLastFault() throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import java.rmi.RemoteException;
-
-import javax.jws.Oneway;
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-import javax.xml.soap.SOAPElement;
-import javax.xml.soap.SOAPFault;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.utils.DOMWriter;
-
-/**
- * WS-Addressing service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
- at SOAPBinding(style = SOAPBinding.Style.RPC)
- at WebService(name = "FaultToEndpoint", targetNamespace = "http://org.jboss.ws/addressing/replyto")
-public class FaultToEndpointImpl implements FaultToEndpoint
-{
-   // provide logging
-   private static Logger log = Logger.getLogger(FaultToEndpointImpl.class);
-
-   public static String lastFault;
-   
-   @Oneway
-   @WebMethod
-   public void onFault(SOAPElement soapElement) throws RemoteException
-   {
-      log.info("onFault: " + DOMWriter.printNode(soapElement, false));
-      if (soapElement instanceof SOAPFault)
-      {
-         SOAPFault soapFault = (SOAPFault)soapElement;
-         lastFault = soapFault.getFaultString();
-      }
-   }
-   
-   @WebMethod
-   public String getLastFault() throws RemoteException
-   {
-      log.info("getLastFault: " + lastFault);
-      return lastFault;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/FaultToEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * WS-Addressing service endpoint interface
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
-public interface InitialEndpoint extends Remote
-{
-   public String addItem(String item) throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import javax.jws.WebMethod;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-import org.jboss.logging.Logger;
-import org.jboss.ws.annotation.PortComponent;
-
-/**
- * WS-Addressing service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
- at SOAPBinding(style = SOAPBinding.Style.RPC)
- at WebService(name = "InitialEndpoint", targetNamespace = "http://org.jboss.ws/addressing/replyto")
- at PortComponent(configName = "Standard WSAddressing Endpoint")
-public class InitialEndpointImpl implements InitialEndpoint
-{
-   // provide logging
-   private static Logger log = Logger.getLogger(InitialEndpointImpl.class);
-
-   @WebMethod
-   public String addItem(String item)
-   {
-      log.info("addItem: " + item);
-      if (item.equals("Invalid Value"))
-         throw new IllegalArgumentException(item);
-
-      return item;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/InitialEndpointImpl.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import java.rmi.Remote;
-import java.rmi.RemoteException;
-
-/**
- * WS-Addressing service endpoint interface
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
-public interface ReplyToEndpoint extends Remote
-{
-   public void addItemResponse(String item) throws RemoteException;
-   
-   public String getLastItem() throws RemoteException;
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpoint.java)

Deleted: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.wsaddressing.replyto;
-
-//$Id$
-
-import java.rmi.RemoteException;
-
-import javax.jws.Oneway;
-import javax.jws.WebMethod;
-import javax.jws.WebParam;
-import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding;
-
-import org.jboss.logging.Logger;
-
-/**
- * WS-Addressing service endpoint
- *
- * @author Thomas.Diesler at jboss.org
- *
- * @since 24-Nov-2005
- */
- at SOAPBinding(style = SOAPBinding.Style.RPC)
- at WebService(name = "ReplyToEndpoint", targetNamespace = "http://org.jboss.ws/addressing/replyto")
-public class ReplyToEndpointImpl implements ReplyToEndpoint
-{
-   // provide logging
-   private static Logger log = Logger.getLogger(ReplyToEndpointImpl.class);
-
-   private static String lastItem;
-
-   @Oneway
-   @WebMethod
-   public void addItemResponse(@WebParam(name = "result") String item) throws RemoteException
-   {
-      log.info("addItemResponse: " + item);
-      lastItem = item;
-   }
-
-   @WebMethod
-   public String getLastItem() throws RemoteException
-   {
-      log.info("getLastItem: " + lastItem);
-      return lastItem;
-   }
-}

Copied: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java (from rev 935, branches/jbossws-1.0/src/test/java/org/jboss/test/ws/jaxws/wsaddressing/replyto/ReplyToEndpointImpl.java)

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/JavaToWSDL11TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/JavaToWSDL11TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/JavaToWSDL11TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -25,7 +25,7 @@
 import java.io.Writer;
 
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.jbossxb.complex.ComplexTypes;
+import org.jboss.test.ws.common.jbossxb.complex.ComplexTypes;
 import org.jboss.test.ws.tools.sei.ArrayInterface;
 import org.jboss.test.ws.tools.sei.CustomInterface;
 import org.jboss.test.ws.tools.sei.InheritenceChildInterface;
@@ -33,13 +33,13 @@
 import org.jboss.test.ws.tools.sei.PrimitiveTypes;
 import org.jboss.test.ws.tools.sei.ServiceException;
 import org.jboss.test.ws.tools.sei.StandardJavaTypes;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.jaxrpc.Style;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.metadata.wsdl.WSDLUtils;
 import org.jboss.ws.tools.JavaToWSDL;
 import org.jboss.ws.tools.WSToolsConstants;
+import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.utils.IOUtils;
 import org.w3c.dom.Element;
 
@@ -53,7 +53,7 @@
    public void testPrimitiveTypes() throws Exception
    {
       Class seiClass = PrimitiveTypes.class;
-      String fixturefile = "resources/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 
@@ -61,7 +61,7 @@
    public void testStandardJavaTypes() throws Exception
    {
       Class seiClass = StandardJavaTypes.class;
-      String fixturefile = "resources/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 
@@ -69,7 +69,7 @@
    public void testCustomTypes() throws Exception
    {
       Class seiClass = CustomInterface.class;
-      String fixturefile = "resources/wsdlfixture/CustomInterfaceService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 
@@ -77,7 +77,7 @@
    public void testExceptionTypes() throws Exception
    {
       Class seiClass = ServiceException.class;
-      String fixturefile = "resources/wsdlfixture/ServiceExceptionService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 
@@ -85,7 +85,7 @@
    public void testComplexTypes() throws Exception
    {
       Class seiClass = ComplexTypes.class;
-      String fixturefile = "resources/wsdlfixture/ComplexTypesService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 
@@ -93,8 +93,8 @@
    public void testArrayTypes() throws Exception
    {
       Class seiClass = ArrayInterface.class;
-      // String fixturefile = "resources/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl";
-      String fixturefile = "resources/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl";
+      // String fixturefile = "resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
    
@@ -102,7 +102,7 @@
    public void testPrimitiveArrayTypes() throws Exception
    {
       Class seiClass = PrimitiveArrayTypes.class;
-      String fixturefile = "resources/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
    
@@ -110,7 +110,7 @@
    public void testInterfaceInheritence() throws Exception
    {
       Class seiClass = InheritenceChildInterface.class;
-      String fixturefile = "resources/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl";
+      String fixturefile = "resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl";
       doWSDLTest(seiClass, fixturefile);
    }
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/SchemaGeneratorTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/SchemaGeneratorTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/SchemaGeneratorTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -25,9 +25,9 @@
 
 import javax.xml.namespace.QName;
 
-import org.jboss.test.ws.jbossxb.complex.Base;
-import org.jboss.test.ws.jbossxb.complex.Composite;
-import org.jboss.test.ws.jbossxb.complex.Derived;
+import org.jboss.test.ws.common.jbossxb.complex.Base;
+import org.jboss.test.ws.common.jbossxb.complex.Composite;
+import org.jboss.test.ws.common.jbossxb.complex.Derived;
 import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToJavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToJavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToJavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -76,7 +76,7 @@
 
    public void testW3CSample() throws Exception
    {
-      File wsdlFile = new File("resources/wsdlfixture/W3CExample_DOC_11.wsdl");
+      File wsdlFile = new File("resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl");
       assertTrue(wsdlFile.exists());
       WSDLDefinitions wsdlDefinitions = getWSDLDefinitions(wsdlFile);
    }
@@ -99,7 +99,7 @@
 
    private WSDLDefinitions getWSDLDefinitions(Class seiClass, String wsdlFileName) throws Exception
    {
-      File wsdlFile = new File("resources/wsdlfixture/" + wsdlFileName);
+      File wsdlFile = new File("resources/tools/wsdlfixture/" + wsdlFileName);
       assertTrue(wsdlFile.exists());
 
       WSDLDefinitions wsdlDefinitions = getWSDLDefinitions(wsdlFile);

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToWSDL20TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToWSDL20TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSDL11ToWSDL20TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,23 +21,23 @@
   */
 package org.jboss.test.ws.tools;
 
+import java.io.File;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.StringWriter;
+
 import org.jboss.test.ws.JBossWSTest;
 import org.jboss.test.ws.tools.sei.PrimitiveTypes;
 import org.jboss.test.ws.tools.sei.StandardJavaTypes;
+import org.jboss.test.ws.tools.validation.WSDL11Validator;
 import org.jboss.test.ws.tools.validation.WSDLValidator;
-import org.jboss.test.ws.tools.validation.WSDL11Validator;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
 import org.jboss.ws.metadata.wsdl.WSDL20Writer;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
+import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
 import org.jboss.ws.tools.WSDLToJava;
 import org.jboss.ws.tools.interfaces.WSDLToJavaIntf;
 
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.StringWriter;
-
 /**
  * Test jbossws WSDL11 -> Java -> WSDL20
  *
@@ -102,7 +102,7 @@
 
    private WSDLDefinitions getWSDLDefinitions(Class seiClass, String wsdlFileName) throws Exception
    {
-      File wsdlFile = new File("resources/wsdlfixture/" + wsdlFileName);
+      File wsdlFile = new File("resources/tools/wsdlfixture/" + wsdlFileName);
       assertTrue(wsdlFile.exists());
 
       WSDLDefinitionsFactory wsdlFactory = WSDLDefinitionsFactory.newInstance();
@@ -125,7 +125,7 @@
     */
    private WSDLDefinitions doWSDLTest(String wsdlFileName) throws Exception
    {
-      File wsdlFile = new File("resources/wsdlfixture/" + wsdlFileName);
+      File wsdlFile = new File("resources/tools/wsdlfixture/" + wsdlFileName);
       assertTrue(wsdlFile.exists()); 
       WSDLToJavaIntf wsdljava = new WSDLToJava();
       wsdljava.setTypeMapping(new LiteralTypeMapping());

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSToolsTest.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSToolsTest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/WSToolsTest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -38,8 +38,6 @@
 import org.jboss.test.ws.tools.fixture.JBossSourceComparator;
 import org.jboss.test.ws.tools.validation.WSDL11Validator;
 import org.jboss.test.ws.tools.validation.WSDLValidator;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
 import org.jboss.ws.Constants;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
 import org.jboss.ws.jaxrpc.Style;
@@ -53,6 +51,8 @@
 import org.jboss.ws.tools.client.ServiceCreator;
 import org.jboss.ws.tools.exceptions.JBossWSToolsException;
 import org.jboss.ws.tools.mapping.MappingFileGenerator;
+import org.jboss.ws.utils.DOMUtils;
+import org.jboss.ws.utils.DOMWriter;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/WSDL20AssertionsTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/WSDL20AssertionsTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/WSDL20AssertionsTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,13 +21,13 @@
   */
 package org.jboss.test.ws.tools.assertions;
 
+import java.io.File;
+
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.metadata.wsdl.WSDLDefinitions; 
-import org.jboss.ws.tools.WSDLToJava; 
+import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
+import org.jboss.ws.tools.WSDLToJava;
 import org.jboss.ws.tools.interfaces.WSDLToJavaIntf;
 
-import java.io.File;
-
 /** Testcase that tests WSDL 2.0 Assertions for the JBossWS Tools project
  *  @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
  *  @since  Feb 4, 2005

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/sei/MultiXSDInvalidInterface.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/sei/MultiXSDInvalidInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/assertions/sei/MultiXSDInvalidInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -23,9 +23,9 @@
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;
- 
-import org.jboss.test.ws.jbossxb.multixsd.Order;
 
+import org.jboss.test.ws.common.jbossxb.multixsd.Order;
+
 /**
  *  Represents an invalid SEI that has a value type
  *  with both a public property and public variable 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/clientside/ClientSideArtifactsTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/clientside/ClientSideArtifactsTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/clientside/ClientSideArtifactsTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -28,14 +28,14 @@
 import org.jboss.test.ws.tools.WSToolsTest;
 import org.jboss.test.ws.tools.fixture.JBossSourceComparator;
 import org.jboss.test.ws.tools.validation.JaxrpcMappingValidator;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.utils.DOMWriter;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
 import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.tools.WSDLToJava;
 import org.jboss.ws.tools.client.ServiceCreator;
 import org.jboss.ws.tools.mapping.MappingFileGenerator;
+import org.jboss.ws.utils.DOMUtils;
+import org.jboss.ws.utils.DOMWriter;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/doclit/ToolsDocLitTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/doclit/ToolsDocLitTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/doclit/ToolsDocLitTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -25,12 +25,12 @@
 import java.io.Writer;
 
 import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.jaxrpc.Style;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.tools.JavaToWSDL;
 import org.jboss.ws.tools.WSToolsConstants;
+import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.utils.IOUtils;
 import org.w3c.dom.Element;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/enums/EnumTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/enums/EnumTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/enums/EnumTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -24,8 +24,8 @@
 import java.io.FileInputStream;
 
 import org.jboss.test.ws.JBossWSTest;
+import org.jboss.ws.tools.WSTools;
 import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.tools.WSTools;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/factories/ToolsFactoriesTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/factories/ToolsFactoriesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/factories/ToolsFactoriesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,12 +21,12 @@
   */
 package org.jboss.test.ws.tools.factories;
 
+import junit.framework.TestCase;
+
 import org.jboss.ws.tools.JavaToXSD;
 import org.jboss.ws.tools.exceptions.JBossWSToolsException;
-import org.jboss.ws.tools.factories.JavaToXSDFactory; 
+import org.jboss.ws.tools.factories.JavaToXSDFactory;
 import org.jboss.ws.tools.interfaces.JavaToXSDIntf;
-
-import junit.framework.TestCase;
  
 /**
  * Tests the various factories under JBossWS Tools 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/fixture/JBossSourceComparator.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,13 +21,6 @@
   */
 package org.jboss.test.ws.tools.fixture;
 
-import com.thoughtworks.qdox.JavaDocBuilder;
-import com.thoughtworks.qdox.model.AbstractJavaEntity;
-import com.thoughtworks.qdox.model.JavaClass;
-import com.thoughtworks.qdox.model.JavaField;
-import com.thoughtworks.qdox.model.JavaSource;
-import org.jboss.logging.Logger;
-
 import java.io.File;
 import java.io.FileNotFoundException;
 import java.io.FileReader;
@@ -37,6 +30,14 @@
 import java.util.Comparator;
 import java.util.List;
 
+import org.jboss.logging.Logger;
+
+import com.thoughtworks.qdox.JavaDocBuilder;
+import com.thoughtworks.qdox.model.AbstractJavaEntity;
+import com.thoughtworks.qdox.model.JavaClass;
+import com.thoughtworks.qdox.model.JavaField;
+import com.thoughtworks.qdox.model.JavaSource;
+
 /**
  *  Compares whether two Java source files are identical
  *  Uses QDox.  [Based on APITestCase of QDox Testsuite]

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/holders/StandardHoldersTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/holders/StandardHoldersTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/holders/StandardHoldersTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -24,12 +24,11 @@
 import java.io.File;
 import java.io.Writer;
 
-import org.jboss.test.ws.jbossxb.holders.HoldersServiceInterface;
+import org.jboss.test.ws.common.jbossxb.holders.HoldersServiceInterface;
 import org.jboss.test.ws.tools.WSToolsTest;
 import org.jboss.test.ws.tools.fixture.JBossSourceComparator;
 import org.jboss.test.ws.tools.validation.WSDL11Validator;
 import org.jboss.test.ws.tools.validation.WSDLValidator;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
 import org.jboss.ws.jaxrpc.Style;
@@ -40,6 +39,7 @@
 import org.jboss.ws.tools.WSToolsConstants;
 import org.jboss.ws.tools.exceptions.JBossWSToolsException;
 import org.jboss.ws.tools.interfaces.WSDLToJavaIntf;
+import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.utils.IOUtils;
 import org.w3c.dom.Element;
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaModelTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaModelTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaModelTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -28,12 +28,12 @@
 import javax.xml.namespace.QName;
 
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.test.ws.jbossxb.complex.Derived;
-import org.jboss.test.ws.jbossxb.simple.SimpleUserType;
-import org.jboss.ws.utils.DOMUtils;
+import org.jboss.test.ws.common.jbossxb.complex.Derived;
+import org.jboss.test.ws.common.jbossxb.simple.SimpleUserType;
 import org.jboss.ws.Constants;
 import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 import org.jboss.ws.tools.JavaToXSD;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaTypesCreatorTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaTypesCreatorTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/java2xsd/SchemaTypesCreatorTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -29,10 +29,10 @@
 import org.jboss.test.ws.JBossWSTest;
 import org.jboss.test.ws.tools.jbws_161.customexceptions.UserException;
 import org.jboss.test.ws.tools.sei.Derived;
-import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.tools.schema.SchemaTypeCreator;
 import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSTypeDefinition;
+import org.jboss.ws.tools.schema.SchemaTypeCreator;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws818/JBWS818TestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws818/JBWS818TestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws818/JBWS818TestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -24,8 +24,8 @@
 import java.io.FileInputStream;
 
 import org.jboss.test.ws.JBossWSTest;
+import org.jboss.ws.tools.WSTools;
 import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.tools.WSTools;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_161/multixsd/MultiXSDSEI.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_161/multixsd/MultiXSDSEI.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_161/multixsd/MultiXSDSEI.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -25,7 +25,7 @@
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
-import org.jboss.test.ws.jbossxb.complex.Derived;
+import org.jboss.test.ws.common.jbossxb.complex.Derived;
 
 /**
  * SEI that has types coming from different packages

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/AnonTypesTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/AnonTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/AnonTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -28,9 +28,9 @@
 
 import org.jboss.test.ws.JBossWSTest;
 import org.jboss.test.ws.tools.jbws_204.wscompile.anontypes.Items;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.tools.JavaToXSD;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/NillableTypesTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/NillableTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/NillableTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -30,11 +30,11 @@
 import org.apache.xerces.xs.XSTypeDefinition;
 import org.jboss.test.ws.JBossWSTest;
 import org.jboss.test.ws.tools.jbws_204.wscompile.nillabletypes.NillableType;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 import org.jboss.ws.metadata.wsdl.xmlschema.WSSchemaUtils;
 import org.jboss.ws.tools.JavaToXSD;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardArraysTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardArraysTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardArraysTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -28,9 +28,9 @@
 import javax.xml.namespace.QName;
 
 import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.tools.JavaToXSD;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardDoubleArraysTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardDoubleArraysTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/StandardDoubleArraysTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -28,8 +28,8 @@
 import javax.xml.namespace.QName;
 
 import org.jboss.test.ws.tools.WSToolsTest;
+import org.jboss.ws.Constants;
 import org.jboss.ws.utils.DOMUtils;
-import org.jboss.ws.Constants;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/AnonTypesSEI.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/AnonTypesSEI.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/AnonTypesSEI.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,11 @@
   */
 package org.jboss.test.ws.tools.jbws_204.sei;
 
-import org.jboss.test.ws.tools.jbws_204.wscompile.anontypes.Items;
-
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
+import org.jboss.test.ws.tools.jbws_204.wscompile.anontypes.Items;
+
 /**
  * JBWS -204 : Java to XSDSchema comprehensive test collection
  * The SEI that tests nillable types

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/NillableTypesSEI.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/NillableTypesSEI.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/NillableTypesSEI.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,11 @@
   */
 package org.jboss.test.ws.tools.jbws_204.sei;
 
-import org.jboss.test.ws.tools.jbws_204.wscompile.nillabletypes.NillableType;
-
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
+import org.jboss.test.ws.tools.jbws_204.wscompile.nillabletypes.NillableType;
+
 /**
  * JBWS -204 : Java to XSDSchema comprehensive test collection
  * The SEI that tests nillable types

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/SimpleTypeEnumerationSEI.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/SimpleTypeEnumerationSEI.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/SimpleTypeEnumerationSEI.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,11 @@
   */
 package org.jboss.test.ws.tools.jbws_204.sei;
 
-import org.jboss.test.ws.tools.jbws_204.wscompile.simpletypes.USMidwest;
-
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
+import org.jboss.test.ws.tools.jbws_204.wscompile.simpletypes.USMidwest;
+
 /**
  * JBWS -204 : Java to XSDSchema comprehensive test collection
  * The SEI that tests enumerated types in Simple Types

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/StandardArraysInterface.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/StandardArraysInterface.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/sei/StandardArraysInterface.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,15 +21,15 @@
   */
 package org.jboss.test.ws.tools.jbws_204.sei;
 
-import org.jboss.test.ws.marshall.types.JavaBean;
-
-import javax.xml.namespace.QName;
- 
 import java.math.BigDecimal;
 import java.math.BigInteger;
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 import java.util.Calendar;
+
+import javax.xml.namespace.QName;
+
+import org.jboss.test.ws.jaxrpc.marshall.types.JavaBean;
  
 /**
  *  Service Endpoint Interface that tests arrays of standard types

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/wscompile/simpletypes/USMidwest.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/wscompile/simpletypes/USMidwest.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_204/wscompile/simpletypes/USMidwest.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -26,8 +26,8 @@
 package org.jboss.test.ws.tools.jbws_204.wscompile.simpletypes;
 
 
+import java.util.HashMap;
 import java.util.Map;
-import java.util.HashMap;
 
 public class USMidwest {
  private java.lang.String value;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/Attachment/AttachmentWSDL2JavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/Attachment/AttachmentWSDL2JavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/Attachment/AttachmentWSDL2JavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_206.tests.Attachment;
 
-import org.jboss.test.ws.tools.jbws_206.JBWS206Test; 
+import org.jboss.test.ws.tools.jbws_206.JBWS206Test;
 
 /**
  *  JBWS-206: WSDL 1.1 to Java Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/InOutParameters/InOutParametersWSDL2JavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/InOutParameters/InOutParametersWSDL2JavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/InOutParameters/InOutParametersWSDL2JavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -22,7 +22,7 @@
 package org.jboss.test.ws.tools.jbws_206.tests.InOutParameters;
  
 
-import org.jboss.test.ws.tools.jbws_206.JBWS206Test;  
+import org.jboss.test.ws.tools.jbws_206.JBWS206Test;
 
 /**
  *  JBWS-206: WSDL 1.1 to Java Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OneWay/OneWayWSDL2JavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OneWay/OneWayWSDL2JavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OneWay/OneWayWSDL2JavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_206.tests.OneWay;
 
-import org.jboss.test.ws.tools.jbws_206.JBWS206Test; 
+import org.jboss.test.ws.tools.jbws_206.JBWS206Test;
 
 /**
  *  JBWS-206: WSDL 1.1 to Java Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OutParameters/OutParametersWSDL2JavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OutParameters/OutParametersWSDL2JavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/OutParameters/OutParametersWSDL2JavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_206.tests.OutParameters; 
 
-import org.jboss.test.ws.tools.jbws_206.JBWS206Test; 
+import org.jboss.test.ws.tools.jbws_206.JBWS206Test;
 
 /**
  *  JBWS-206: WSDL 1.1 to Java Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/WsdlImportWithUserTypes/WsdlImportWithUserTypesWSDL2JavaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/WsdlImportWithUserTypes/WsdlImportWithUserTypesWSDL2JavaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_206/tests/WsdlImportWithUserTypes/WsdlImportWithUserTypesWSDL2JavaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -22,7 +22,7 @@
 package org.jboss.test.ws.tools.jbws_206.tests.WsdlImportWithUserTypes;
  
 
-import org.jboss.test.ws.tools.jbws_206.JBWS206Test; 
+import org.jboss.test.ws.tools.jbws_206.JBWS206Test;
 
 /**
  *  JBWS-206: WSDL 1.1 to Java Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/OneWay/OneWayJava2WSDLTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/OneWay/OneWayJava2WSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/OneWay/OneWayJava2WSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_211.tests.OneWay; 
 
-import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test; 
+import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test;
 
 /**
  *  JBWS-211: Java To WSDL 1.1 Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/PublicPrivate/PublicPrivateJava2WSDLTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/PublicPrivate/PublicPrivateJava2WSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/PublicPrivate/PublicPrivateJava2WSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_211.tests.PublicPrivate;
 
-import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test; 
+import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test;
 
 /**
  *  JBWS-211: Java To WSDL 1.1 Comprehensive Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/StandardHolders/StandardHoldersJava2WSDLTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/StandardHolders/StandardHoldersJava2WSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/StandardHolders/StandardHoldersJava2WSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_211.tests.StandardHolders;
 
-import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test; 
+import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test;
 
 /**
  *  JBWS-211: Comprehensive Java -> WSDL 1.1 Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/UserException/UserExceptionJava2WSDLTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/UserException/UserExceptionJava2WSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jbws_211/tests/UserException/UserExceptionJava2WSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,7 @@
   */
 package org.jboss.test.ws.tools.jbws_211.tests.UserException;
 
-import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test; 
+import org.jboss.test.ws.tools.jbws_211.tests.JBWS211Test;
 
 /**
  *  JBWS-211: Comprehensive Java -> WSDL 1.1 Test Collection

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/EndpointInterface03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/EndpointInterface03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/EndpointInterface03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,14 +21,15 @@
   */
 package org.jboss.test.ws.tools.jsr181.webservice;
 
-import org.jboss.ws.annotation.PortComponent;
+import java.rmi.Remote;
+import java.rmi.RemoteException;
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 import javax.jws.soap.SOAPBinding;
-import java.rmi.Remote;
-import java.rmi.RemoteException;
 
+import org.jboss.ws.annotation.PortComponent;
+
 /**
  * Test the JSR-181 javax.jws.WebService annotation on an SEI
  *

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean01.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean01.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean01.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -23,7 +23,7 @@
 
 import javax.jws.WebMethod;
 import javax.jws.WebService;
-import javax.jws.soap.SOAPBinding; 
+import javax.jws.soap.SOAPBinding;
 
 /**
  * Test the JSR-181 annotation: javax.jws.WebService

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean03.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean03.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JSEBean03.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,7 @@
   */
 package org.jboss.test.ws.tools.jsr181.webservice;
 
-import javax.ejb.EJBException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
 import javax.jws.WebService;
-import java.rmi.RemoteException;
 
 /**
  * Test the JSR-181 javax.jws.WebService annotation on a JSE endpoint.

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JavaToWSDLTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JavaToWSDLTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/jsr181/webservice/JavaToWSDLTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -22,14 +22,13 @@
 package org.jboss.test.ws.tools.jsr181.webservice;
 
 import java.io.File;
-import java.io.FileWriter;
 import java.io.Writer;
 
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.Constants;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.tools.JavaToWSDL;
+import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.utils.IOUtils;
 import org.w3c.dom.Element;
 
@@ -52,7 +51,7 @@
       WSDLDefinitions wsdlDefs = javaToWSDL.generate(EndpointInterface.class);
       assertNotNull(wsdlDefs);
 
-      String fixFile = "resources/wsdlfixture/jsr181/webservice/TestService.wsdl";
+      String fixFile = "resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl";
       validate(wsdlDefs, fixFile);
    }
 
@@ -66,7 +65,7 @@
       WSDLDefinitions wsdlDefs = javaToWSDL.generate(JSEBean01.class);
       assertNotNull(wsdlDefs);
 
-      String fixFile = "resources/wsdlfixture/jsr181/webservice/TestService.wsdl";
+      String fixFile = "resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl";
       validate(wsdlDefs, fixFile);
    }
 
@@ -80,7 +79,7 @@
       WSDLDefinitions wsdlDefs = javaToWSDL.generate(JSEBean03.class);
       assertNotNull(wsdlDefs);
 
-      String fixFile = "resources/wsdlfixture/jsr181/webservice/TestService.wsdl";
+      String fixFile = "resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl";
       validate(wsdlDefs, fixFile);
    }
 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/JavaWsdlMappingMetaDataTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/JavaWsdlMappingMetaDataTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/JavaWsdlMappingMetaDataTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -27,7 +27,6 @@
 import javax.xml.namespace.QName;
 
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMapping;
 import org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory;
 import org.jboss.ws.metadata.jaxrpcmapping.MethodParamPartsMapping;
@@ -38,6 +37,7 @@
 import org.jboss.ws.metadata.jaxrpcmapping.ServiceInterfaceMapping;
 import org.jboss.ws.metadata.jaxrpcmapping.WsdlMessageMapping;
 import org.jboss.ws.metadata.jaxrpcmapping.WsdlReturnValueMapping;
+import org.jboss.ws.utils.DOMUtils;
 import org.w3c.dom.Element;
 
 /**

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/WebServicesMetaDataTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/WebServicesMetaDataTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/metadata/WebServicesMetaDataTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -22,17 +22,17 @@
 package org.jboss.test.ws.tools.metadata;
 
 import java.io.File;
-import java.io.InputStream; 
+import java.io.InputStream;
 import java.net.URL;
 
 import javax.xml.namespace.QName;
 
 import org.jboss.test.ws.JBossWSTest;
-import org.jboss.ws.utils.DOMUtils;
 import org.jboss.ws.metadata.jsr109.PortComponentMetaData;
 import org.jboss.ws.metadata.jsr109.WebserviceDescriptionMetaData;
 import org.jboss.ws.metadata.jsr109.WebservicesFactory;
 import org.jboss.ws.metadata.jsr109.WebservicesMetaData;
+import org.jboss.ws.utils.DOMUtils;
 import org.jboss.xb.binding.ObjectModelFactory;
 import org.jboss.xb.binding.Unmarshaller;
 import org.jboss.xb.binding.UnmarshallerFactory;

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaArrayTypes.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaArrayTypes.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaArrayTypes.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,6 @@
   */
 package org.jboss.test.ws.tools.sei;
 
-import javax.xml.namespace.QName;
 import java.math.BigDecimal;
 import java.math.BigInteger;
 import java.net.URI;
@@ -30,6 +29,8 @@
 import java.util.Calendar;
 import java.util.Date;
 
+import javax.xml.namespace.QName;
+
 /**
  * An SEI for standard java types
  *

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaTypes.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaTypes.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/StandardJavaTypes.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,7 +21,6 @@
   */
 package org.jboss.test.ws.tools.sei;
 
-import javax.xml.namespace.QName;
 import java.math.BigDecimal;
 import java.math.BigInteger;
 import java.net.URI;
@@ -30,6 +29,8 @@
 import java.util.Calendar;
 import java.util.Date;
 
+import javax.xml.namespace.QName;
+
 /**
  * An SEI for standard java types
  *

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertMethodParamExtendRemote.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertMethodParamExtendRemote.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertMethodParamExtendRemote.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,11 @@
   */
 package org.jboss.test.ws.tools.sei.assertions;
 
-import org.jboss.test.ws.tools.sei.ArrayInterface;
-
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
+import org.jboss.test.ws.tools.sei.ArrayInterface;
+
 /**
  * JAXRPC2.0 Assertion: Method parameter should not extend java.rmi.Remote
  *

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertReturnTypeExtendRemote.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertReturnTypeExtendRemote.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sei/assertions/AssertReturnTypeExtendRemote.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,11 +21,11 @@
   */
 package org.jboss.test.ws.tools.sei.assertions;
 
-import org.jboss.test.ws.tools.sei.ArrayInterface;
-
 import java.rmi.Remote;
 import java.rmi.RemoteException;
 
+import org.jboss.test.ws.tools.sei.ArrayInterface;
+
 /**
  * JAXRPC2.0 Assertion: Return Type should not extend java.rmi.Remote
  *

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/sourcecomp/JBossSourceCompTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,12 +21,12 @@
   */
 package org.jboss.test.ws.tools.sourcecomp;
  
+import java.io.File;
+
 import org.jboss.logging.Logger;
+import org.jboss.test.ws.JBossWSTest;
 import org.jboss.test.ws.tools.fixture.JBossSourceComparator;
-import org.jboss.test.ws.JBossWSTest;
 
-import java.io.File;
-
 /** Checks the fixture for Java Source Code Comparison
  *  @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
  *  @since  Mar 7, 2005

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/utils/ToolsUtilsTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/utils/ToolsUtilsTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/utils/ToolsUtilsTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,9 +21,9 @@
   */
 package org.jboss.test.ws.tools.utils;
  
+import junit.framework.TestCase;
+
 import org.jboss.ws.tools.ToolsUtils;
-
-import junit.framework.TestCase;
  
 /**
  * Test ToolsUtils class 

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11ValidationTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11ValidationTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11ValidationTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -23,12 +23,12 @@
 
 import java.io.File;
 
+import junit.framework.TestCase;
+
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory;
 import org.jboss.ws.tools.exceptions.JBossWSToolsException;
 
-import junit.framework.TestCase;
-
 /**
  *  Testcase to test the WSDL Validator
  *  @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
@@ -43,7 +43,7 @@
    public void testSimpleCase() throws Exception
    {
       //File wsdlFile = new File("resources/wsdl11/DocLitSimple.wsdl");
-      File wsdlFile = new File("resources/wsdlfixture/CustomInterfaceService_RPC_11.wsdl");  
+      File wsdlFile = new File("resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl");  
       assertTrue(wsdlFile.exists());
 
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
@@ -73,7 +73,7 @@
     */
    public void testDocLitCase() throws Exception
    {
-      File wsdlFile = new File("resources/wsdl11/DocLitSimple.wsdl");
+      File wsdlFile = new File("resources/common/wsdl11/DocLitSimple.wsdl");
       assertTrue(wsdlFile.exists());
 
       WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11Validator.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11Validator.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/validation/WSDL11Validator.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -45,8 +45,8 @@
 import org.jboss.ws.metadata.wsdl.WSDLProperty;
 import org.jboss.ws.metadata.wsdl.WSDLTypes;
 import org.jboss.ws.metadata.wsdl.WSDLUtils;
+import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 import org.jboss.ws.tools.exceptions.JBossWSToolsException;
-import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 
 /**
  *  WSDL 11 Validator

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/WSDLTypesTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/WSDLTypesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/WSDLTypesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,19 +21,20 @@
   */
 package org.jboss.test.ws.tools.xmlschema;
 
+import java.io.File;
+import java.io.IOException;
+
+import javax.xml.namespace.QName;
+
 import org.jboss.test.ws.JBossWSTest;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
 import org.jboss.ws.metadata.wsdl.WSDLDefinitions;
 import org.jboss.ws.metadata.wsdl.WSDLTypes;
 import org.jboss.ws.metadata.wsdl.WSDLUtils;
+import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 import org.jboss.ws.tools.WSDLToJava;
 import org.jboss.ws.tools.interfaces.WSDLToJavaIntf;
-import org.jboss.ws.metadata.wsdl.xmlschema.JBossXSModel;
 
-import javax.xml.namespace.QName;
-import java.io.File;
-import java.io.IOException;
-
 /**
  *  Test case that tests the WSDLTypes
  *  @author <mailto:Anil.Saldhana at jboss.org>Anil Saldhana
@@ -44,7 +45,7 @@
    public void testXMLTypeReturned()
    {
       String filename = "StandardJavaTypesService_DOC_11.wsdl";
-      File wsdlFile = new File("resources/wsdlfixture/" + filename);
+      File wsdlFile = new File("resources/tools/wsdlfixture/" + filename);
       WSDLTypes types = null;
       try
       {
@@ -68,7 +69,7 @@
    public void testXMLSchemaReturned()
    {
       String filename = "StandardJavaTypesService_DOC_11.wsdl";
-      File wsdlFile = new File("resources/wsdlfixture/" + filename);
+      File wsdlFile = new File("resources/tools/wsdlfixture/" + filename);
       WSDLTypes types = null;
       try
       {

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XMLSchemaTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XMLSchemaTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XMLSchemaTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -46,7 +46,7 @@
    public void testXMLTypeReturned() throws MalformedURLException
    {
       String filename = "CustomInterface20.xsd";
-      File xsdFile = new File("resources/wsdlfixture/" + filename);
+      File xsdFile = new File("resources/tools/wsdlfixture/" + filename);
       XSModel xsmodel = parseSchema(xsdFile.toURL());
       assertNotNull("XSModel is null?", xsmodel);
       XSNamedMap xsmap = xsmodel.getComponentsByNamespace(XSConstants.ELEMENT_DECLARATION, "http://org.jboss.ws/types");

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XercesSchemaParserTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XercesSchemaParserTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xmlschema/XercesSchemaParserTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -90,7 +90,7 @@
    {
       String typeNS = "http://org.jboss.ws/types";
       XSLoader xsloader = SchemaUtils.getInstance().getXSLoader();
-      XSModel xsmodel = xsloader.loadURI("resources/wsdlfixture/CustomInterface20.xsd");
+      XSModel xsmodel = xsloader.loadURI("resources/tools/wsdlfixture/CustomInterface20.xsd");
       assertNotNull("XSModel is null?", xsmodel);
 
       XSNamedMap xsnamedmap = getXSNamedMap(xsmodel, typeNS);
@@ -111,8 +111,8 @@
       String arrTypeNS = "http://org.jboss/types/arrays/org/jboss/test/ws/tools/jbws_161/custom";
 
       Map map = new HashMap();
-      map.put(typeNS,new File("resources/wsdlfixture/customtype/CustomTypeObj.xsd").toURL());
-      map.put(arrTypeNS,new File("resources/wsdlfixture/customtype/CustomTypeArrays.xsd").toURL());
+      map.put(typeNS,new File("resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd").toURL());
+      map.put(arrTypeNS,new File("resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd").toURL());
 
       XSModel xsmodel = new JavaToXSD().parseSchema(map);
       assertNotNull("XSModel is null?", xsmodel);
@@ -137,7 +137,7 @@
       assertEquals("HelloObj", name);
 
       //Test the case when the schema files are parsed one by one
-      XSModel newxsmodel = utils.parseSchema("resources/wsdlfixture/customtype/CustomTypeObj.xsd");
+      XSModel newxsmodel = utils.parseSchema("resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd");
       assertNotNull("XSModel is null?", newxsmodel);
       xsnamedmap = getXSNamedMap(newxsmodel, typeNS);
       assertNotNull("XSNamedMap is null?", xsnamedmap);
@@ -146,7 +146,7 @@
       assertEquals("HelloObj", xobj.getName());
       assertTrue("HelloObj is a complex type?",xobj instanceof XSComplexTypeDefinition);
 
-      newxsmodel = utils.parseSchema("resources/wsdlfixture/customtype/CustomTypeArrays.xsd");
+      newxsmodel = utils.parseSchema("resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd");
       assertNotNull("XSModel is null?", newxsmodel);
       xsnamedmap = getXSNamedMap(newxsmodel, arrTypeNS);
       assertNotNull("XSNamedMap is null?", xsnamedmap);
@@ -173,12 +173,12 @@
       SchemaUtils utils = SchemaUtils.getInstance();
       String typeNS = "http://org.jboss/types";
       String arrTypeNS = "http://org.jboss/types/arrays/org/jboss/test/ws/tools/jbws_161/custom";
-      String arr[] = {"resources/wsdlfixture/customtype/CustomTypeObj.xsd",
-                      "resources/wsdlfixture/customtype/CustomTypeArrays.xsd"};
+      String arr[] = {"resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd",
+                      "resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd"};
       XSLoader xsloader = utils.getXSLoader();
       Map map = new HashMap();
-      map.put(typeNS,new File("resources/wsdlfixture/customtype/CustomTypeObj.xsd").toURL());
-      map.put(arrTypeNS,new File("resources/wsdlfixture/customtype/CustomTypeArrays.xsd").toURL());
+      map.put(typeNS,new File("resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd").toURL());
+      map.put(arrTypeNS,new File("resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd").toURL());
 
       ((XMLSchemaLoader)xsloader).setEntityResolver(new JBossXSEntityResolver(new JBossWSEntityResolver(), map));
       //Construct a StringList

Modified: branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xsdjava/ReferencesTestCase.java
===================================================================
--- branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xsdjava/ReferencesTestCase.java	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/tools/xsdjava/ReferencesTestCase.java	2006-09-11 14:25:52 UTC (rev 936)
@@ -21,15 +21,14 @@
   */
 package org.jboss.test.ws.tools.xsdjava;
  
-import org.jboss.test.ws.JBossWSTest;
+import java.io.File;
+
 import org.jboss.test.ws.tools.WSToolsTest;
-import org.jboss.test.ws.tools.fixture.JBossSourceComparator;  
+import org.jboss.test.ws.tools.fixture.JBossSourceComparator;
 import org.jboss.ws.jaxrpc.LiteralTypeMapping;
 import org.jboss.ws.tools.XSDToJava;
 import org.jboss.ws.tools.interfaces.XSDToJavaIntf;
 
-import java.io.File;
-
 /** Testcase that generates XSD -> Java Types
  *  Then uses the JBossSourceComparator to check the
  *  Java Types against the ones generated by wscompile

Copied: branches/tdiesler/trunk/src/test/resources/common (from rev 935, branches/jbossws-1.0/src/test/resources/common)

Copied: branches/tdiesler/trunk/src/test/resources/common/config (from rev 935, branches/jbossws-1.0/src/test/resources/common/config)

Deleted: branches/tdiesler/trunk/src/test/resources/common/config/jaxrpc-endpoint-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/config/jaxrpc-endpoint-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/config/jaxrpc-endpoint-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id$ -->
-
-<jaxrpc-config xmlns="urn:jboss:jaxrpc-config:2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
-  xsi:schemaLocation="urn:jboss:jaxrpc-config:2.0 jaxrpc-config_2_0.xsd">
-  
-  <endpoint-config>
-    <config-name>Standard Endpoint</config-name>
-  </endpoint-config>
-  
-  <endpoint-config>
-    <config-name>Standard WSSecurity Endpoint</config-name>
-    <pre-handler-chain>
-      <handler-chain-name>PreHandlerChain</handler-chain-name>
-      <handler>
-        <j2ee:handler-name>WSSecurityHandlerInbound</j2ee:handler-name>
-        <j2ee:handler-class>org.jboss.ws.wsse.jaxrpc.WSSecurityHandlerInbound</j2ee:handler-class>
-      </handler>
-    </pre-handler-chain>
-   </endpoint-config>
-  
-</jaxrpc-config>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/config/jaxrpc-endpoint-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/config/jaxrpc-endpoint-config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/config/jaxws-endpoint-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/config/jaxws-endpoint-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/config/jaxws-endpoint-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id$ -->
-
-<jaxws-config xmlns="urn:jboss:jaxws-config:2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:javaee="http://java.sun.com/xml/ns/javaee"
-  xsi:schemaLocation="urn:jboss:jaxws-config:2.0 jaxws-config_2_0.xsd">
-  
-  <endpoint-config>
-    <config-name>Standard Endpoint</config-name>
-  </endpoint-config>
-  
-  <endpoint-config>
-    <config-name>Standard WSSecurity Endpoint</config-name>
-    <pre-handler-chains>
-      <javaee:handler-chain>
-        <javaee:protocol-bindings>##SOAP11_HTTP</javaee:protocol-bindings>
-        <javaee:handler>
-          <javaee:handler-name>WSSecurityHandlerInbound</javaee:handler-name>
-          <javaee:handler-class>org.jboss.ws.wsse.jaxws.WSSecurityHandlerInbound</javaee:handler-class>
-        </javaee:handler>
-      </javaee:handler-chain>
-    </pre-handler-chains>
-   </endpoint-config>
-  
-</jaxws-config>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/config/jaxws-endpoint-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/config/jaxws-endpoint-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,141 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.common.jbossxb</package-type>
-    <namespaceURI>http://org.jboss.ws/types</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.common.jbossxb</package-type>
-    <namespaceURI>http://org.jboss.ws</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.complex.Derived</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/types">typeNS:Derived</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>a</java-variable-name>
-      <data-member/>
-      <xml-element-name>a</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>b</java-variable-name>
-      <xml-element-name>b</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>x</java-variable-name>
-      <data-member/>
-      <xml-element-name>x</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.complex.Composite</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/types">typeNS:Composite</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>composite</java-variable-name>
-      <data-member/>
-      <xml-element-name>composite</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>dateTime</java-variable-name>
-      <data-member/>
-      <xml-element-name>dateTime</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>integer</java-variable-name>
-      <data-member/>
-      <xml-element-name>integer</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>qname</java-variable-name>
-      <data-member/>
-      <xml-element-name>qname</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>string</java-variable-name>
-      <data-member/>
-      <xml-element-name>string</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.complex.Base</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/types">typeNS:Base</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>a</java-variable-name>
-      <data-member/>
-      <xml-element-name>a</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>b</java-variable-name>
-      <xml-element-name>b</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.common.jbossxb.complex.ComplexTypesService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.ws">serviceNS:ComplexTypesService</wsdl-service-name>
-    <port-mapping>
-      <port-name>ComplexTypesPort</port-name>
-      <java-port-name>ComplexTypesPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.common.jbossxb.complex.ComplexTypes</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws">portTypeNS:ComplexTypes</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws">bindingNS:ComplexTypesBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoBase</java-method-name>
-      <wsdl-operation>echoBase</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.common.jbossxb.complex.Base</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoBase</wsdl-message>
-          <wsdl-message-part-name>Base_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.common.jbossxb.complex.Base</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoBaseResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoCompositeType</java-method-name>
-      <wsdl-operation>echoCompositeType</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.common.jbossxb.complex.Composite</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoCompositeType</wsdl-message>
-          <wsdl-message-part-name>Composite_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.common.jbossxb.complex.Composite</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoCompositeTypeResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoDerived</java-method-name>
-      <wsdl-operation>echoDerived</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.common.jbossxb.complex.Derived</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoDerived</wsdl-message>
-          <wsdl-message-part-name>Derived_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.common.jbossxb.complex.Derived</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws">wsdlMsgNS:ComplexTypes_echoDerivedResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<schema targetNamespace="http://org.jboss.ws/types"
-  xmlns:tns="http://org.jboss.ws/types"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://www.w3.org/2001/XMLSchema">
-
-  <complexType name="Base">
-    <sequence>
-      <element name="a" type="int"/>
-      <element name="b" type="int"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Derived">
-    <complexContent>
-      <extension base="tns:Base">
-        <sequence>
-          <element name="x" type="int"/>
-        </sequence>
-      </extension>
-    </complexContent>
-  </complexType>
-
-  <complexType name="Composite">
-    <sequence>
-      <element name="composite" type="tns:Composite" nillable="true"/>
-      <element name="dateTime" type="dateTime" nillable="true"/>
-      <element name="integer" type="integer" nillable="true"/>
-      <element name="qname" type="QName" nillable="true"/>
-      <element name="string" type="string" nillable="true"/>
-    </sequence>
-  </complexType>
-
-</schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="ComplexTypesService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://org.jboss.ws/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <xs:import namespace="http://org.jboss.ws/types" schemaLocation="file:./ComplexTypesService_RPC.xsd"/>
-  </types>
-  <message name="ComplexTypes_echoBase">
-    <part name="Base_1" type="ns2:Base"/>
-  </message>
-  <message name="ComplexTypes_echoBaseResponse">
-    <part name="result" type="ns2:Base"/>
-  </message>
-  <message name="ComplexTypes_echoCompositeType">
-    <part name="CompositeType_1" type="ns2:CompositeType"/>
-  </message>
-  <message name="ComplexTypes_echoCompositeTypeResponse">
-    <part name="result" type="ns2:CompositeType"/>
-  </message>
-  <message name="ComplexTypes_echoDerived">
-    <part name="Derived_1" type="ns2:Derived"/>
-  </message>
-  <message name="ComplexTypes_echoDerivedResponse">
-    <part name="result" type="ns2:Derived"/>
-  </message>
-  <portType name="ComplexTypes">
-    <operation name="echoBase" parameterOrder="Base_1">
-      <input message="tns:ComplexTypes_echoBase"/>
-      <output message="tns:ComplexTypes_echoBaseResponse"/>
-    </operation>
-    <operation name="echoCompositeType" parameterOrder="CompositeType_1">
-      <input message="tns:ComplexTypes_echoCompositeType"/>
-      <output message="tns:ComplexTypes_echoCompositeTypeResponse"/>
-    </operation>
-    <operation name="echoDerived" parameterOrder="Derived_1">
-      <input message="tns:ComplexTypes_echoDerived"/>
-      <output message="tns:ComplexTypes_echoDerivedResponse"/>
-    </operation>
-  </portType>
-  <binding name="ComplexTypesBinding" type="tns:ComplexTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoBase">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoCompositeType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoDerived">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="ComplexTypesService">
-    <port name="ComplexTypesPort" binding="tns:ComplexTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/ComplexTypesService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/DocumentStyle.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc</package-type>
-    <namespaceURI>http://org.jboss.ws/jaxrpc/types</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc</package-type>
-    <namespaceURI>http://org.jboss.ws/jaxrpc</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.simple.SimpleUserType</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/jaxrpc/types">typeNS:SimpleUserType</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>a</java-variable-name>
-      <data-member/>
-      <xml-element-name>a</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>b</java-variable-name>
-      <xml-element-name>b</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.docstyle.EchoString_ResponseStruct</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/jaxrpc/types">typeNS:echoStringResponse</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>result</java-variable-name>
-      <xml-element-name>result</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.simple.EchoSimpleUserType_ResponseStruct</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/jaxrpc/types">typeNS:echoSimpleUserTypeResponse</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>result</java-variable-name>
-      <xml-element-name>result</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.simple.EchoSimpleUserType_RequestStruct</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/jaxrpc/types">typeNS:echoSimpleUserType</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>String_1</java-variable-name>
-      <xml-element-name>String_1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>SimpleUserType_2</java-variable-name>
-      <xml-element-name>SimpleUserType_2</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.common.jbossxb.docstyle.EchoString_RequestStruct</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/jaxrpc/types">typeNS:echoString</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>String_1</java-variable-name>
-      <xml-element-name>String_1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>String_2</java-variable-name>
-      <xml-element-name>String_2</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.TestService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/jaxrpc">serviceNS:TestService</wsdl-service-name>
-    <port-mapping>
-      <port-name>JaxRpcTestServicePort</port-name>
-      <java-port-name>JaxRpcTestServicePort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <!-- BEGIN manual modification -->
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.JaxRpcTestServiceWrapped</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/jaxrpc">portTypeNS:JaxRpcTestService</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/jaxrpc">bindingNS:JaxRpcTestServiceBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoSimpleUserType</java-method-name>
-      <wsdl-operation>echoSimpleUserType</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.common.jbossxb.EchoSimpleUserType_RequestStruct</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jaxrpc">wsdlMsgNS:JaxRpcTestService_echoSimpleUserType</wsdl-message>
-          <wsdl-message-part-name>parameters</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.common.jbossxb.EchoSimpleUserType_ResponseStruct</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jaxrpc">wsdlMsgNS:JaxRpcTestService_echoSimpleUserTypeResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoString</java-method-name>
-      <wsdl-operation>echoString</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.common.jbossxb.EchoString_RequestStruct</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jaxrpc">wsdlMsgNS:JaxRpcTestService_echoString</wsdl-message>
-          <wsdl-message-part-name>parameters</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.common.jbossxb.EchoString_ResponseStruct</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jaxrpc">wsdlMsgNS:JaxRpcTestService_echoStringResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-  <!-- END manual modification -->
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/DocumentStyle.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/DocumentStyle.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<schema targetNamespace="http://org.jboss.ws/jaxrpc/types" xmlns:tns="http://org.jboss.ws/jaxrpc/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-  <complexType name="echoSimpleUserType">
-    <sequence>
-      <element name="String_1" type="string" nillable="true"/>
-      <element name="SimpleUserType_2" type="tns:SimpleUserType" nillable="true"/>
-    </sequence>
-  </complexType>
-  <complexType name="SimpleUserType">
-    <sequence>
-      <element name="a" type="int"/>
-      <element name="b" type="int"/>
-    </sequence>
-  </complexType>
-  <complexType name="echoSimpleUserTypeResponse">
-    <sequence>
-      <element name="result" type="tns:SimpleUserType" nillable="true"/>
-    </sequence>
-  </complexType>
-  <complexType name="echoString">
-    <sequence>
-      <element name="String_1" type="string" nillable="true"/>
-      <element name="String_2" type="string" nillable="true"/>
-    </sequence>
-  </complexType>
-  <complexType name="echoStringResponse">
-    <sequence>
-      <element name="result" type="string" nillable="true"/>
-    </sequence>
-  </complexType>
-  <element name="echoSimpleUserType" type="tns:echoSimpleUserType"/>
-  <element name="echoSimpleUserTypeResponse" type="tns:echoSimpleUserTypeResponse"/>
-  <element name="echoString" type="tns:echoString"/>
-  <element name="echoStringResponse" type="tns:echoStringResponse"/>
-</schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/DocumentStyle.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/DocumentStyle.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../output/classes -gen:server -f:rpcliteral -keep -mapping jaxrpc-mapping.xml config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <service name="ComplexTypesService"
-    targetNamespace="http://org.jboss.ws"
-    typeNamespace="http://org.jboss.ws/types"
-    packageName="org.jboss.test.ws.common.jbossxb">
-    <interface name="org.jboss.test.ws.common.jbossxb.ComplexTypes"/>
-  </service>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/jbossxb/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/jbossxb/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/jbossxb/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
-  
-  Extract schema definition to separate file
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" 
-             endpoint="org.jboss.test.ws.common.jbossxb.complex.ComplexTypes"/>
-    <namespaces target-namespace="http://org.jboss.ws" 
-                type-namespace="http://org.jboss.ws/types"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/common/jbossxb/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/jbossxb/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/common/soap (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req1.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req1.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req1.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-   <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
-      <wsa:To>http://business456.example/client1</wsa:To>
-      <wsa:Action>http://fabrikam123.example/ReplyPO</wsa:Action>
-      <wsa:RelatesTo>uuid:6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:RelatesTo>
-      <ns1:sessionid wsa:IsReferenceParameter='true' xmlns:ns1='http://somens'>someuniqueid</ns1:sessionid>
-   </env:Header>
-   <env:Body/>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req1.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req1.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req2.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req2.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req2.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
- <env:Header/>
- <env:Body>
-  <ns1:stringMultiArrayTest xmlns:ns1='http://marshalltestservice.org/wsdl'>
-   <soap11-enc:Array
-     soap11-enc:arrayType='xsd:string[2,3]'
-     xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/'
-     xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
-    <arrayOfarrayOfString_1>String1</arrayOfarrayOfString_1>
-    <arrayOfarrayOfString_1>String2</arrayOfarrayOfString_1>
-    <arrayOfarrayOfString_1/>
-    <arrayOfarrayOfString_1>String1</arrayOfarrayOfString_1>
-    <arrayOfarrayOfString_1>String2</arrayOfarrayOfString_1>
-    <arrayOfarrayOfString_1/>
-   </soap11-enc:Array>
-  </ns1:stringMultiArrayTest>
- </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req2.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req2.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req3.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req3.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req3.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-   <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
-      <wsa:To>uri:jbossws-addressing-initial/InitialService</wsa:To>
-      <wsa:ReplyTo>
-         <wsa:Address>http://localhost:8080/jbossws-addressing-replyto/ReplyToService</wsa:Address>
-      </wsa:ReplyTo>
-      <wsa:FaultTo>
-         <wsa:Address>http://localhost:8080/jbossws-addressing-faultto/FaultToService</wsa:Address>
-      </wsa:FaultTo>
-      <wsa:Action>http://org.jboss.ws/addressing/replyto/action</wsa:Action>
-      <wsa:MessageID>urn:uuid:fd82cb27-e79-4d44-8e88-e57398058132</wsa:MessageID>
-   </env:Header>
-   <env:Body>
-      <ns1:addItem xmlns:ns1='http://org.jboss.ws/addressing/replyto' xmlns:xsi='http://www..org/2001/XMLSchema-instance'>
-         <ns1:String_1>Ice Cream</ns1:String_1>
-      </ns1:addItem>
-   </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req3.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req3.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req4.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req4.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req4.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
-               soap:encodingStyle="http://schemas.xmlsoap.org/soap/
-                                  encoding/">
-   <soap:Body>
-      <soap:Fault>
-         <faultcode>soap:MustUnderstand</faultcode>
-         <faultstring>Mandatory Header error.</faultstring>
-         <faultactor>http://www.wrox.com/heroes/endpoint.asp</faultactor>
-         <detail>
-            <w:source xmlns:w="http://www.wrox.com/">
-               <module>endpoint.asp</module>
-               <line>203</line>
-            </w:source>
-         </detail>
-      </soap:Fault>
-   </soap:Body>
-</soap:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req4.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req4.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req5.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req5.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req5.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-   <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
-      <wsa:To>http://www.jboss.org/sysmon/SystemInfo</wsa:To>
-      <wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</wsa:Action>
-      <wsa:MessageID>urn:uuid:69eb1744-c779-49b7-88f8-d58d0b01c85c</wsa:MessageID>
-      <wse:Identifier wsa:IsReferenceParameter='true' xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'>urn:jbwse:6eda352-a0de-4260-b804-1a9623e50b82</wse:Identifier>
-   </env:Header>
-   <env:Body>
-      <ns1:Unsubscribe xmlns:ns1='http://schemas.xmlsoap.org/ws/2004/08/eventing' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'/>
-   </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req5.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req5.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req6.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req6.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req6.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,8 +0,0 @@
-<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://www.jboss.org/support/phonebook/types">
-   <soapenv:Body>
-      <typ:lookup>
-         <firstName>Darran</firstName>
-         <surname>Lofthouse</surname>
-      </typ:lookup>
-   </soapenv:Body>
-</soapenv:Envelope> 

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req6.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req6.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req7.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req7.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req7.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,8 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
- <env:Header/>
- <env:Body>
-  <ns1:stringTest xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <String_1>&amp;Test &amp; this &amp;</String_1>
-  </ns1:stringTest>
- </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req7.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req7.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req8.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req8.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req8.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<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'>
-   <env:Header/>
-   <env:Body>
-      <publish xmlns='http://webservices.est.useme.etish.com'>
-         <in0 xmlns=''>joel</in0>
-         <in1 xmlns=''>secret</in1>
-         <in2 xmlns=''>1</in2>
-         <in3 xmlns=''>6</in3>
-         <in4 xmlns=''>2</in4>
-      </publish>
-   </env:Body>
-</env:Envelope>

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req8.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req8.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/common/soap/req9.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/soap/req9.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/soap/req9.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
- <env:Header/>
- <env:Body>
-  <businessInfos xmlns='urn:uddi-org:api_v2'>
-   <businessInfo businessKey='892ac280-c16b-11d5-85ad-801eef211111' xmlns='urn:uddi-org:api_v2'>
-    <name xml:lang='en'>Demi Credit</name>
-    <description xml:lang='en'>A smaller demo app used for illustrating UDDI inquiry.</description>
-    <serviceInfos>
-     <serviceInfo businessKey='9a26b6e0-c15f-11d5-85a3-801eef208714' serviceKey='860eca90-c16d-11d5-85ad-801eef208714'>
-      <name xml:lang='en'>DCAmail</name>
-     </serviceInfo>
-    </serviceInfos>
-   </businessInfo>
-  </businessInfos>
- </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/soap/req9.xml (from rev 935, branches/jbossws-1.0/src/test/resources/common/soap/req9.xml)

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11 (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/DocLitSimple.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/DocLitSimple.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/DocLitSimple.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://org.jboss.ws/jaxrpc" xmlns:tns="http://org.jboss.ws/jaxrpc" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/jaxrpc/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/jaxrpc/types" xmlns:tns="http://org.jboss.ws/jaxrpc/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="echoSimpleUserType">
-        <sequence>
-          <element name="String_1" type="string" nillable="true"/>
-          <element name="SimpleUserType_2" type="tns:SimpleUserType" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="a" type="int"/>
-          <element name="b" type="int"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoSimpleUserTypeResponse">
-        <sequence>
-          <element name="result" type="tns:SimpleUserType" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoString">
-        <sequence>
-          <element name="String_1" type="string" nillable="true"/>
-          <element name="String_2" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoStringResponse">
-        <sequence>
-          <element name="result" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <element name="echoSimpleUserType" type="tns:echoSimpleUserType"/>
-      <element name="echoSimpleUserTypeResponse" type="tns:echoSimpleUserTypeResponse"/>
-      <element name="echoString" type="tns:echoString"/>
-      <element name="echoStringResponse" type="tns:echoStringResponse"/>
-    </schema>
-  </types>
-  <message name="JaxRpcTestService_echoSimpleUserType">
-    <part name="parameters" element="ns2:echoSimpleUserType"/>
-  </message>
-  <message name="JaxRpcTestService_echoSimpleUserTypeResponse">
-    <part name="result" element="ns2:echoSimpleUserTypeResponse"/>
-  </message>
-  <message name="JaxRpcTestService_echoString">
-    <part name="parameters" element="ns2:echoString"/>
-  </message>
-  <message name="JaxRpcTestService_echoStringResponse">
-    <part name="result" element="ns2:echoStringResponse"/>
-  </message>
-  <portType name="JaxRpcTestService">
-    <operation name="echoSimpleUserType">
-      <input message="tns:JaxRpcTestService_echoSimpleUserType"/>
-      <output message="tns:JaxRpcTestService_echoSimpleUserTypeResponse"/>
-    </operation>
-    <operation name="echoString">
-      <input message="tns:JaxRpcTestService_echoString"/>
-      <output message="tns:JaxRpcTestService_echoStringResponse"/>
-    </operation>
-  </portType>
-  <binding name="JaxRpcTestServiceBinding" type="tns:JaxRpcTestService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoString">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="JaxRpcTestServicePort" binding="tns:JaxRpcTestServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/DocLitSimple.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/DocLitSimple.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitImport.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://org.jboss.ws/jaxrpc" xmlns:tns="http://org.jboss.ws/jaxrpc" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/jaxrpc/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <xsd:import namespace="http://org.jboss.ws/jaxrpc/types" schemaLocation="RpcLitImport.xsd"/>
-  </types>
-  <message name="JaxRpcTestService_echoSimpleUserType">
-    <part name="String_1" type="xsd:string"/>
-    <part name="SimpleUserType_2" type="ns2:SimpleUserType"/>
-  </message>
-  <message name="JaxRpcTestService_echoSimpleUserTypeResponse">
-    <part name="result" type="ns2:SimpleUserType"/>
-  </message>
-  <message name="JaxRpcTestService_echoString">
-    <part name="String_1" type="xsd:string"/>
-    <part name="String_2" type="xsd:string"/>
-  </message>
-  <message name="JaxRpcTestService_echoStringResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <portType name="JaxRpcTestService">
-    <operation name="echoSimpleUserType" parameterOrder="String_1 SimpleUserType_2">
-      <input message="tns:JaxRpcTestService_echoSimpleUserType"/>
-      <output message="tns:JaxRpcTestService_echoSimpleUserTypeResponse"/>
-    </operation>
-    <operation name="echoString" parameterOrder="String_1 String_2">
-      <input message="tns:JaxRpcTestService_echoString"/>
-      <output message="tns:JaxRpcTestService_echoStringResponse"/>
-    </operation>
-  </portType>
-  <binding name="JaxRpcTestServiceBinding" type="tns:JaxRpcTestService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </output>
-    </operation>
-    <operation name="echoString">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="JaxRpcTestServicePort" binding="tns:JaxRpcTestServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitImport.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitImport.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<schema targetNamespace="http://org.jboss.ws/jaxrpc/types" xmlns:tns="http://org.jboss.ws/jaxrpc/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-  <complexType name="SimpleUserType">
-    <sequence>
-      <element name="a" type="int"/>
-      <element name="b" type="int"/>
-    </sequence>
-  </complexType>
-</schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitImport.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitImport.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitSimple.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitSimple.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitSimple.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://org.jboss.ws/jaxrpc" xmlns:tns="http://org.jboss.ws/jaxrpc" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/jaxrpc/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/jaxrpc/types" xmlns:tns="http://org.jboss.ws/jaxrpc/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="a" type="int"/>
-          <element name="b" type="int"/>
-        </sequence>
-      </complexType>
-    </schema>
-  </types>
-  <message name="JaxRpcTestService_echoSimpleUserType">
-    <part name="String_1" type="xsd:string"/>
-    <part name="SimpleUserType_2" type="ns2:SimpleUserType"/>
-  </message>
-  <message name="JaxRpcTestService_echoSimpleUserTypeResponse">
-    <part name="result" type="ns2:SimpleUserType"/>
-  </message>
-  <message name="JaxRpcTestService_echoString">
-    <part name="String_1" type="xsd:string"/>
-    <part name="String_2" type="xsd:string"/>
-  </message>
-  <message name="JaxRpcTestService_echoStringResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <portType name="JaxRpcTestService">
-    <operation name="echoSimpleUserType" parameterOrder="String_1 SimpleUserType_2">
-      <input message="tns:JaxRpcTestService_echoSimpleUserType"/>
-      <output message="tns:JaxRpcTestService_echoSimpleUserTypeResponse"/>
-    </operation>
-    <operation name="echoString" parameterOrder="String_1 String_2">
-      <input message="tns:JaxRpcTestService_echoString"/>
-      <output message="tns:JaxRpcTestService_echoStringResponse"/>
-    </operation>
-  </portType>
-  <binding name="JaxRpcTestServiceBinding" type="tns:JaxRpcTestService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </output>
-    </operation>
-    <operation name="echoString">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/jaxrpc"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="JaxRpcTestServicePort" binding="tns:JaxRpcTestServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/RpcLitSimple.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/RpcLitSimple.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/XML.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/XML.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/XML.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,147 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
-           xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en">
-
-    <xs:annotation>
-        <xs:documentation>
-            See http://www.w3.org/XML/1998/namespace.html and
-            http://www.w3.org/TR/REC-xml for information about this namespace.
-
-            This schema document describes the XML namespace, in a form
-            suitable for import by other schema documents.
-
-            Note that local names in this namespace are intended to be defined
-            only by the World Wide Web Consortium or its subgroups. The
-            following names are currently defined in this namespace and should
-            not be used with conflicting semantics by any Working Group,
-            specification, or document instance:
-
-            base (as an attribute name): denotes an attribute whose value
-            provides a URI to be used as the base for interpreting any
-            relative URIs in the scope of the element on which it
-            appears; its value is inherited. This name is reserved
-            by virtue of its definition in the XML Base specification.
-
-            id (as an attribute name): denotes an attribute whose value
-            should be interpreted as if declared to be of type ID.
-            The xml:id specification is not yet a W3C Recommendation,
-            but this attribute is included here to facilitate experimentation
-            with the mechanisms it proposes. Note that it is _not_ included
-            in the specialAttrs attribute group.
-
-            lang (as an attribute name): denotes an attribute whose value
-            is a language code for the natural language of the content of
-            any element; its value is inherited. This name is reserved
-            by virtue of its definition in the XML specification.
-
-            space (as an attribute name): denotes an attribute whose
-            value is a keyword indicating what whitespace processing
-            discipline is intended for the content of the element; its
-            value is inherited. This name is reserved by virtue of its
-            definition in the XML specification.
-
-            Father (in any context at all): denotes Jon Bosak, the chair of
-            the original XML Working Group. This name is reserved by
-            the following decision of the W3C XML Plenary and
-            XML Coordination groups:
-
-            In appreciation for his vision, leadership and dedication
-            the W3C XML Plenary on this 10th day of February, 2000
-            reserves for Jon Bosak in perpetuity the XML name
-            xml:Father
-        </xs:documentation>
-    </xs:annotation>
-
-    <xs:annotation>
-        <xs:documentation>This schema defines attributes and an attribute group
-            suitable for use by
-            schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
-            attributes on elements they define.
-
-            To enable this, such a schema must import this schema
-            for the XML namespace, e.g. as follows:
-            &lt;schema . . .>
-            . . .
-            &lt;import namespace="http://www.w3.org/XML/1998/namespace"
-            schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-
-            Subsequently, qualified reference to any of the attributes
-            or the group defined below will have the desired effect, e.g.
-
-            &lt;type . . .>
-            . . .
-            &lt;attributeGroup ref="xml:specialAttrs"/>
-
-            will define a type which will schema-validate an instance
-            element with any of those attributes</xs:documentation>
-    </xs:annotation>
-
-    <xs:annotation>
-        <xs:documentation>In keeping with the XML Schema WG's standard versioning
-            policy, this schema document will persist at
-            http://www.w3.org/2005/08/xml.xsd.
-            At the date of issue it can also be found at
-            http://www.w3.org/2001/xml.xsd.
-            The schema document at that URI may however change in the future,
-            in order to remain compatible with the latest version of XML Schema
-            itself, or with the XML namespace itself. In other words, if the XML
-            Schema or XML namespaces change, the version of this document at
-            http://www.w3.org/2001/xml.xsd will change
-            accordingly; the version at
-            http://www.w3.org/2005/08/xml.xsd will not change.
-        </xs:documentation>
-    </xs:annotation>
-
-    <xs:attribute name="lang">
-        <xs:annotation>
-            <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter
-                codes as the enumerated possible values is probably never
-                going to be a realistic possibility. See
-                RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
-                at http://www.iana.org/assignments/lang-tag-apps.htm for
-                further information.
-
-                The union allows for the 'un-declaration' of xml:lang with
-                the empty string.</xs:documentation>
-        </xs:annotation>
-        <xs:simpleType>
-            <xs:union memberTypes="xs:language">
-                <xs:simpleType>
-                    <xs:restriction base="xs:string">
-                        <xs:enumeration value=""/>
-                    </xs:restriction>
-                </xs:simpleType>
-            </xs:union>
-        </xs:simpleType>
-    </xs:attribute>
-
-    <xs:attribute name="space">
-        <xs:simpleType>
-            <xs:restriction base="xs:NCName">
-                <xs:enumeration value="default"/>
-                <xs:enumeration value="preserve"/>
-            </xs:restriction>
-        </xs:simpleType>
-    </xs:attribute>
-
-    <xs:attribute name="base" type="xs:anyURI">
-        <xs:annotation>
-            <xs:documentation>See http://www.w3.org/TR/xmlbase/ for
-                information about this attribute.</xs:documentation>
-        </xs:annotation>
-    </xs:attribute>
-
-    <xs:attribute name="id" type="xs:ID">
-        <xs:annotation>
-            <xs:documentation>See http://www.w3.org/TR/xml-id/ for
-                information about this attribute.</xs:documentation>
-        </xs:annotation>
-    </xs:attribute>
-
-    <xs:attributeGroup name="specialAttrs">
-        <xs:attribute ref="xml:base"/>
-        <xs:attribute ref="xml:lang"/>
-        <xs:attribute ref="xml:space"/>
-    </xs:attributeGroup>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/XML.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/XML.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/eventing.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:types>
-      <xs:schema targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'>
-         <xs:include schemaLocation='eventing.xsd'/>
-      </xs:schema>
-   </wsdl:types>
-
-   <wsdl:message name='SubscribeMsg'>
-      <wsdl:part name='body' element='wse:Subscribe'/>
-   </wsdl:message>
-   <wsdl:message name='SubscribeResponseMsg'>
-      <wsdl:part name='body' element='wse:SubscribeResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='RenewMsg'>
-      <wsdl:part name='body' element='wse:Renew'/>
-   </wsdl:message>
-   <wsdl:message name='RenewResponseMsg'>
-      <wsdl:part name='body' element='wse:RenewResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='GetStatusMsg'>
-      <wsdl:part name='body' element='wse:GetStatus'/>
-   </wsdl:message>
-   <wsdl:message name='GetStatusResponseMsg'>
-      <wsdl:part name='body' element='wse:GetStatusResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='UnsubscribeMsg'>
-      <wsdl:part name='body' element='wse:Unsubscribe'/>
-   </wsdl:message>
-   <wsdl:message name='UnsubscribeResponseMsg'/>
-
-   <wsdl:message name='SubscriptionEnd'>
-      <wsdl:part name='body' element='wse:SubscriptionEnd'/>
-   </wsdl:message>
-
-   <wsdl:portType name='EventSource'>
-      <wsdl:operation name='SubscribeOp'>
-         <wsdl:input message='wse:SubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe'/>
-         <wsdl:output message='wse:SubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='SubscriptionEnd'>
-         <wsdl:output message='wse:SubscriptionEnd'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:portType name='SubscriptionManager'>
-      <wsdl:operation name='RenewOp'>
-         <wsdl:input message='wse:RenewMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew'/>
-         <wsdl:output message='wse:RenewResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='GetStatusOp'>
-         <wsdl:input message='wse:GetStatusMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus'/>
-         <wsdl:output message='wse:GetStatusResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='UnsubscribeOp'>
-         <wsdl:input message='wse:UnsubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe'/>
-         <wsdl:output message='wse:UnsubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeResponse'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="EventSourceBinding" type="wse:EventSource">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="SubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-      <wsdl:operation name="SubscriptionEnd">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:binding name="SubscriptionManagerBinding" type="wse:SubscriptionManager">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="GetStatusOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="RenewOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="UnsubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:service name="EventingService">
-      <wsdl:port name="EventSourcePort" binding="wse:EventSourceBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jbossws-test-eventing/ws4ee/EventSourcePortType"/>
-      </wsdl:port>
-      <wsdl:port name="SubscriptionManagerPort" binding="wse:SubscriptionManagerBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jbossws-test-eventing/ws4ee/SubscriptionManagerPortType"/>
-      </wsdl:port>
-   </wsdl:service>
-   
-</wsdl:definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/eventing.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/eventing.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<xs:schema
-        targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:wsa="http://www.w3.org/2005/08/addressing"
-        xmlns:xs="http://www.w3.org/2001/XMLSchema"
-        elementFormDefault="qualified"
-        attributeFormDefault="unqualified"
-        blockDefault="#all">
-
-    <!--TODO Parser complains about this
-xs:import namespace="http://www.w3.org/XML/1998/namespace"
-    schemaLocation="http://www.w3.org/2001/xml.xsd"/-->
-
-    <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="wsaddr.xsd"/>
-
-    <!-- Types and global elements -->
-    <xs:complexType name="DeliveryType" mixed="true">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" /-->
-            <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="1"/>
-        </xs:sequence>
-        <xs:attribute name="Mode" type="xs:anyURI" use="optional"/>
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <!--xs:element name="NotifyTo" type="wsa:EndpointReferenceType" /-->
-
-    <xs:simpleType name="NonNegativeDurationType">
-        <xs:restriction base="xs:duration">
-            <xs:minInclusive value="P0Y0M0DT0H0M0S"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="ExpirationType">
-        <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType"/>
-    </xs:simpleType>
-
-    <xs:complexType name="FilterType" mixed="true">
-        <!--xs:sequence>
-            <xs:any namespace="##other" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" />
-        </xs:sequence-->
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <xs:attribute name="Dialect" type="xs:anyURI" use="optional"/>
-            </xs:extension>
-        </xs:simpleContent>
-
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <xs:complexType name="LanguageSpecificStringType">
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <!-- TODO Parser complains about this
-              xs:attribute ref="xml:lang" /-->
-                <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="Subscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="EndTo" type="wsa:EndpointReferenceType"
-                            minOccurs="0"/>
-                <xs:element name="Delivery" type="tns:DeliveryType"/>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <xs:element name="Filter" type="tns:FilterType" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:element name="Identifier" type="xs:anyURI"/>
-
-    <xs:element name="SubscribeResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Expires" type="xs:dateTime"/>
-
-                <!--xs:element name="Expires" type="tns:ExpirationType" /-->
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Used in a fault if there's an unsupported dialect -->
-    <xs:element name="SupportedDialect" type="xs:anyURI"/>
-
-    <!-- Used in a fault if there's an unsupported delivery mode -->
-    <xs:element name="SupportedDeliveryMode" type="xs:anyURI"/>
-
-    <!-- Renew request -->
-    <xs:element name="Renew">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Renew response -->
-    <xs:element name="RenewResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus request -->
-    <xs:element name="GetStatus">
-        <xs:complexType>
-            <xs:sequence>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus response -->
-    <xs:element name="GetStatusResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Unsubscribe request -->
-    <xs:element name="Unsubscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response -->
-    <!-- SubscriptionEnd message -->
-    <xs:element name="SubscriptionEnd">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Code" type="tns:OpenSubscriptionEndCodeType"/>
-                <xs:element name="Reason" type="tns:LanguageSpecificStringType"
-                            minOccurs="0" maxOccurs="unbounded"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:simpleType name="SubscriptionEndCodeType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:DeliveryFailure"/>
-            <xs:enumeration value="tns:SourceShuttingDown"/>
-            <xs:enumeration value="tns:SourceCancelling"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="OpenSubscriptionEndCodeType">
-        <xs:union memberTypes="tns:SubscriptionEndCodeType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:attribute name="EventSource" type="xs:boolean"/>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/eventing.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/eventing.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace="http://www.example.org/oceanwatch"
-      xmlns:tns="http://www.example.org/oceanwatch"
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:import
-         namespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-         location='eventing.wsdl' />
-
-   <wsdl:types>
-
-      <xs:schema
-            targetNamespace="http://www.example.org/oceanwatch"
-            elementFormDefault="qualified"
-            blockDefault="#all">
-         <xs:element name="WindReport">
-            <xs:complexType>
-               <xs:sequence>
-                  <xs:element name="Date" type="xs:string"/>
-                  <xs:element name="Time" type="xs:string"/>
-                  <xs:element name="Speed" type="xs:string"/>
-                  <xs:element name="Location" type="xs:string"/>
-                  <xs:element name="County" type="xs:string"/>
-                  <xs:element name="State" type="xs:string"/>
-                  <xs:element name="Lat" type="xs:string"/>
-                  <xs:element name="Long" type="xs:string"/>
-                  <xs:element name="Comments" type="xs:string"/>
-               </xs:sequence>
-            </xs:complexType>
-         </xs:element>
-      </xs:schema>
-
-   </wsdl:types>
-
-   <wsdl:portType name='Warnings' wse:EventSource='true'>
-      <wsdl:operation name='WindOp'>
-         <wsdl:output message='tns:WindMsg'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="WarningsBinding" type="tns:Warnings">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="WindOp">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>  
-
-</wsdl:definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/wind_inherit.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wsaddr.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/wsaddr.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wsaddr.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN"
-        "http://www.w3.org/2001/XMLSchema.dtd">
-<!--
-    W3C XML Schema defined in the Web Services Addressing 1.0 specification
-    http://www.w3.org/TR/ws-addr-core
-
-   Copyright © 2005 World Wide Web Consortium,
-
-   (Massachusetts Institute of Technology, European Research Consortium for
-   Informatics and Mathematics, Keio University). All Rights Reserved. This
-   work is distributed under the W3C® Software License [1] in the hope that
-   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
-   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-   $Id$
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           xmlns:tns="http://www.w3.org/2005/08/addressing"
-           targetNamespace="http://www.w3.org/2005/08/addressing"
-           blockDefault="#all" elementFormDefault="qualified"
-           finalDefault="" attributeFormDefault="unqualified">
-
-    <!-- Constructs from the WS-Addressing Core -->
-
-    <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
-    <xs:complexType name="EndpointReferenceType" mixed="false">
-        <xs:sequence>
-            <xs:element name="Address" type="xs:anyURI"/>
-
-            <!-- [hb] was not working
-                xs:element name="Address" type="tns:AttributedURIType"/-->
-            <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType" minOccurs="0"/>
-            <xs:element ref="tns:Metadata" minOccurs="0"/>
-            <!--xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:complexType name="ReferenceParametersType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-            <!--
-               [hb] workaround for missing wilcard support
-            -->
-            <xs:element name="Identifier" type="xs:anyURI" minOccurs="0"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="Metadata" type="tns:MetadataType"/>
-    <xs:complexType name="MetadataType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="MessageID" type="tns:AttributedURIType"/>
-    <xs:element name="RelatesTo" type="tns:RelatesToType"/>
-    <xs:complexType name="RelatesToType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional"
-                              default="http://www.w3.org/2005/08/addressing/reply"/>
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:simpleType name="RelationshipTypeOpenEnum">
-        <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="RelationshipType">
-        <xs:restriction base="xs:anyURI">
-            <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="From" type="tns:EndpointReferenceType"/>
-    <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="To" type="tns:AttributedURIType"/>
-    <xs:element name="Action" type="tns:AttributedURIType"/>
-
-    <xs:complexType name="AttributedURIType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <!-- Constructs from the WS-Addressing SOAP binding -->
-
-    <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
-
-    <xs:simpleType name="FaultCodesOpenEnumType">
-        <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="FaultCodesType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:InvalidAddressingHeader"/>
-            <xs:enumeration value="tns:InvalidAddress"/>
-            <xs:enumeration value="tns:InvalidEPR"/>
-            <xs:enumeration value="tns:InvalidCardinality"/>
-            <xs:enumeration value="tns:MissingAddressInEPR"/>
-            <xs:enumeration value="tns:DuplicateMessageID"/>
-            <xs:enumeration value="tns:ActionMismatch"/>
-            <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
-            <xs:enumeration value="tns:DestinationUnreachable"/>
-            <xs:enumeration value="tns:ActionNotSupported"/>
-            <xs:enumeration value="tns:EndpointUnavailable"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
-    <xs:complexType name="AttributedUnsignedLongType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:unsignedLong">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
-    <xs:complexType name="AttributedQNameType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:QName">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
-    <xs:complexType name="AttributedAnyType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="1" maxOccurs="1"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
-
-    <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
-    <xs:complexType name="ProblemActionType" mixed="false">
-        <xs:sequence>
-            <xs:element ref="tns:Action" minOccurs="0"/>
-            <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/inherit/wsaddr.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/inherit/wsaddr.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop)

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop/rpclit)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,457 +0,0 @@
- <wsdl:definitions name="BaseDataTypesRpcLitService" 
-    targetNamespace="http://tempuri.org/" 
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-    xmlns:tns="http://tempuri.org/" 
-    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
-    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" 
-    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
-    xmlns:ci="http://schemas.microsoft.com/ws/2005/01/WSDL/Extensions/ContractInheritance" 
-    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
-    xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" 
-    xmlns:wsu="http://docs.oasisopen.org/wss/2004/01/oasis200401wsswssecurityutility1.0.xsd" 
-    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"> 
- <wsp:Policy wsu:Id="BasicHttpBinding_IBaseDataTypesRpcLit_policy"> 
- <wsp:ExactlyOne> 
- <wsp:All> 
-<wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding" /> 
-</wsp:All> 
-</wsp:ExactlyOne> 
-</wsp:Policy> 
-<wsp:UsingPolicy /> 
- <wsdl:types> 
- <xsd:schema targetNamespace="http://tempuri.org/Imports"> 
-<xsd:import namespace="http://www.w3.org/2001/XMLSchema" /> 
-<xsd:import schemaLocation="./BaseTypesRpcLit.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> 
-</xsd:schema> 
-</wsdl:types> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetBool_InputMessage"> 
-<wsdl:part name="inBool" type="xsd:boolean" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetBool_OutputMessage"> 
-<wsdl:part name="RetBoolResult" type="xsd:boolean" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetByte_InputMessage"> 
-<wsdl:part name="inByte" type="xsd:unsignedByte" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetByte_OutputMessage"> 
-<wsdl:part name="RetByteResult" type="xsd:unsignedByte" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetSByte_InputMessage"> 
-<wsdl:part name="inSByte" type="xsd:byte" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetSByte_OutputMessage"> 
-<wsdl:part name="RetSByteResult" type="xsd:byte" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetByteArray_InputMessage"> 
-<wsdl:part name="inByteArray" type="xsd:base64Binary" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetByteArray_OutputMessage"> 
-<wsdl:part name="RetByteArrayResult" type="xsd:base64Binary" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetChar_InputMessage"> 
-<wsdl:part name="inChar" type="q1:char" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetChar_OutputMessage"> 
-<wsdl:part name="RetCharResult" type="q2:char" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDecimal_InputMessage"> 
-<wsdl:part name="inDecimal" type="xsd:decimal" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDecimal_OutputMessage"> 
-<wsdl:part name="RetDecimalResult" type="xsd:decimal" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetFloat_InputMessage"> 
-<wsdl:part name="inFloat" type="xsd:float" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetFloat_OutputMessage"> 
-<wsdl:part name="RetFloatResult" type="xsd:float" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDouble_InputMessage"> 
-<wsdl:part name="inDouble" type="xsd:double" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDouble_OutputMessage"> 
-<wsdl:part name="RetDoubleResult" type="xsd:double" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetSingle_InputMessage"> 
-<wsdl:part name="inSingle" type="xsd:float" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetSingle_OutputMessage"> 
-<wsdl:part name="RetSingleResult" type="xsd:float" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetInt_InputMessage"> 
-<wsdl:part name="inInt" type="xsd:int" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetInt_OutputMessage"> 
-<wsdl:part name="RetIntResult" type="xsd:int" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetShort_InputMessage"> 
-<wsdl:part name="inShort" type="xsd:short" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetShort_OutputMessage"> 
-<wsdl:part name="RetShortResult" type="xsd:short" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetLong_InputMessage"> 
-<wsdl:part name="inLong" type="xsd:long" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetLong_OutputMessage"> 
-<wsdl:part name="RetLongResult" type="xsd:long" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetObject_InputMessage"> 
-<wsdl:part name="inObject" type="xsd:anyType" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetObject_OutputMessage"> 
-<wsdl:part name="RetObjectResult" type="xsd:anyType" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUInt_InputMessage"> 
-<wsdl:part name="inUInt" type="xsd:unsignedInt" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUInt_OutputMessage"> 
-<wsdl:part name="RetUIntResult" type="xsd:unsignedInt" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUShort_InputMessage"> 
-<wsdl:part name="inUShort" type="xsd:unsignedShort" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUShort_OutputMessage"> 
-<wsdl:part name="RetUShortResult" type="xsd:unsignedShort" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetULong_InputMessage"> 
-<wsdl:part name="inULong" type="xsd:unsignedLong" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetULong_OutputMessage"> 
-<wsdl:part name="RetULongResult" type="xsd:unsignedLong" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetString_InputMessage"> 
-<wsdl:part name="inString" type="xsd:string" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetString_OutputMessage"> 
-<wsdl:part name="RetStringResult" type="xsd:string" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetGuid_InputMessage"> 
-<wsdl:part name="inGuid" type="q3:guid" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetGuid_OutputMessage"> 
-<wsdl:part name="RetGuidResult" type="q4:guid" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUri_InputMessage"> 
-<wsdl:part name="inUri" type="xsd:anyURI" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetUri_OutputMessage"> 
-<wsdl:part name="RetUriResult" type="xsd:anyURI" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDateTime_InputMessage"> 
-<wsdl:part name="inDateTime" type="xsd:dateTime" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetDateTime_OutputMessage"> 
-<wsdl:part name="RetDateTimeResult" type="xsd:dateTime" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetTimeSpan_InputMessage"> 
-<wsdl:part name="inTimeSpan" type="xsd:duration" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetTimeSpan_OutputMessage"> 
-<wsdl:part name="RetTimeSpanResult" type="xsd:duration" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetQName_InputMessage"> 
-<wsdl:part name="inQName" type="xsd:QName" /> 
-</wsdl:message> 
- <wsdl:message name="IBaseDataTypesRpcLit_RetQName_OutputMessage"> 
-<wsdl:part name="RetQNameResult" type="xsd:QName" /> 
-</wsdl:message> 
- <wsdl:portType name="IBaseDataTypesRpcLit"> 
- <wsdl:operation name="RetBool"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetBool" message="tns:IBaseDataTypesRpcLit_RetBool_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetBoolResponse" message="tns:IBaseDataTypesRpcLit_RetBool_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetByte"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetByte" message="tns:IBaseDataTypesRpcLit_RetByte_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetByteResponse" message="tns:IBaseDataTypesRpcLit_RetByte_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetSByte"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetSByte" message="tns:IBaseDataTypesRpcLit_RetSByte_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetSByteResponse" message="tns:IBaseDataTypesRpcLit_RetSByte_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetByteArray"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetByteArray" message="tns:IBaseDataTypesRpcLit_RetByteArray_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetByteArrayResponse" message="tns:IBaseDataTypesRpcLit_RetByteArray_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetChar"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetChar" message="tns:IBaseDataTypesRpcLit_RetChar_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetCharResponse" message="tns:IBaseDataTypesRpcLit_RetChar_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetDecimal"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDecimal" message="tns:IBaseDataTypesRpcLit_RetDecimal_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDecimalResponse" message="tns:IBaseDataTypesRpcLit_RetDecimal_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetFloat"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetFloat" message="tns:IBaseDataTypesRpcLit_RetFloat_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetFloatResponse" message="tns:IBaseDataTypesRpcLit_RetFloat_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetDouble"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDouble" message="tns:IBaseDataTypesRpcLit_RetDouble_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDoubleResponse" message="tns:IBaseDataTypesRpcLit_RetDouble_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetSingle"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetSingle" message="tns:IBaseDataTypesRpcLit_RetSingle_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetSingleResponse" message="tns:IBaseDataTypesRpcLit_RetSingle_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetInt"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetInt" message="tns:IBaseDataTypesRpcLit_RetInt_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetIntResponse" message="tns:IBaseDataTypesRpcLit_RetInt_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetShort"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetShort" message="tns:IBaseDataTypesRpcLit_RetShort_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetShortResponse" message="tns:IBaseDataTypesRpcLit_RetShort_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetLong"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetLong" message="tns:IBaseDataTypesRpcLit_RetLong_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetLongResponse" message="tns:IBaseDataTypesRpcLit_RetLong_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetObject"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetObject" message="tns:IBaseDataTypesRpcLit_RetObject_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetObjectResponse" message="tns:IBaseDataTypesRpcLit_RetObject_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetUInt"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUInt" message="tns:IBaseDataTypesRpcLit_RetUInt_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUIntResponse" message="tns:IBaseDataTypesRpcLit_RetUInt_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetUShort"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUShort" message="tns:IBaseDataTypesRpcLit_RetUShort_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUShortResponse" message="tns:IBaseDataTypesRpcLit_RetUShort_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetULong"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetULong" message="tns:IBaseDataTypesRpcLit_RetULong_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetULongResponse" message="tns:IBaseDataTypesRpcLit_RetULong_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetString"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetString" message="tns:IBaseDataTypesRpcLit_RetString_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetStringResponse" message="tns:IBaseDataTypesRpcLit_RetString_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetGuid"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetGuid" message="tns:IBaseDataTypesRpcLit_RetGuid_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetGuidResponse" message="tns:IBaseDataTypesRpcLit_RetGuid_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetUri"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUri" message="tns:IBaseDataTypesRpcLit_RetUri_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetUriResponse" message="tns:IBaseDataTypesRpcLit_RetUri_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetDateTime"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDateTime" message="tns:IBaseDataTypesRpcLit_RetDateTime_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetDateTimeResponse" message="tns:IBaseDataTypesRpcLit_RetDateTime_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetTimeSpan"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetTimeSpan" message="tns:IBaseDataTypesRpcLit_RetTimeSpan_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetTimeSpanResponse" message="tns:IBaseDataTypesRpcLit_RetTimeSpan_OutputMessage" /> 
-</wsdl:operation> 
- <wsdl:operation name="RetQName"> 
-<wsdl:input wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetQName" message="tns:IBaseDataTypesRpcLit_RetQName_InputMessage" /> 
-<wsdl:output wsa:Action="http://tempuri.org/IBaseDataTypesRpcLit/RetQNameResponse" message="tns:IBaseDataTypesRpcLit_RetQName_OutputMessage" /> 
-</wsdl:operation> 
-</wsdl:portType> 
- <wsdl:binding name="BasicHttpBinding_IBaseDataTypesRpcLit" type="tns:IBaseDataTypesRpcLit"> 
-<wsp:PolicyReference URI="#BasicHttpBinding_IBaseDataTypesRpcLit_policy" /> 
-<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> 
- <wsdl:operation name="RetBool"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetBool" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetByte"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetByte" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetSByte"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetSByte" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetByteArray"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetByteArray" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetChar"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetChar" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetDecimal"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetDecimal" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetFloat"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetFloat" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetDouble"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetDouble" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetSingle"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetSingle" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetInt"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetInt" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetShort"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetShort" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetLong"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetLong" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetObject"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetObject" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetUInt"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetUInt" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetUShort"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetUShort" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetULong"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetULong" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetString"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetString" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetGuid"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetGuid" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetUri"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetUri" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetDateTime"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetDateTime" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetTimeSpan"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetTimeSpan" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
- <wsdl:operation name="RetQName"> 
-<soap:operation soapAction="http://tempuri.org/IBaseDataTypesRpcLit/RetQName" style="rpc" /> 
- <wsdl:input> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:input> 
- <wsdl:output> 
-<soap:body use="literal" namespace="http://tempuri.org/" /> 
-</wsdl:output> 
-</wsdl:operation> 
-</wsdl:binding> 
- <wsdl:service name="BaseDataTypesRpcLitService"> 
- <wsdl:port name="BasicHttpBinding_IBaseDataTypesRpcLit_port" binding="tns:BasicHttpBinding_IBaseDataTypesRpcLit"> 
-<soap:address location="http://xxxx/SoapWsdl_BaseDataTypes_XmlFormatter_Service_Indigo/BaseDataTypesRpcLit.svc" /> 
-</wsdl:port> 
-</wsdl:service> 
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?> 
-<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
-  targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" 
-  xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-  xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"> 
-<xs:element name="anyType" nillable="true" type="xs:anyType" /> 
-<xs:element name="anyURI" nillable="true" type="xs:anyURI" /> 
-<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> 
-<xs:element name="boolean" nillable="true" type="xs:boolean" /> 
-<xs:element name="byte" nillable="true" type="xs:byte" /> 
-<xs:element name="dateTime" nillable="true" type="xs:dateTime" /> 
-<xs:element name="decimal" nillable="true" type="xs:decimal" /> 
-<xs:element name="double" nillable="true" type="xs:double" /> 
-<xs:element name="duration" nillable="true" type="xs:duration" /> 
-<xs:element name="float" nillable="true" type="xs:float" /> 
-<xs:element name="int" nillable="true" type="xs:int" /> 
-<xs:element name="long" nillable="true" type="xs:long" /> 
-<xs:element name="QName" nillable="true" type="xs:QName" /> 
-<xs:element name="short" nillable="true" type="xs:short" /> 
-<xs:element name="string" nillable="true" type="xs:string" /> 
-<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> 
-<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> 
-<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> 
-<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> 
-<xs:element name="char" nillable="true" type="tns:char" /> 
-<xs:simpleType name="char"> 
-<xs:restriction base="xs:int" /> 
-</xs:simpleType> 
-<xs:element name="guid" nillable="true" type="tns:guid" /> 
-<xs:simpleType name="guid"> 
-<xs:restriction base="xs:string"> 
-<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> 
-</xs:restriction> 
-</xs:simpleType> 
-<xs:attribute name="FactoryType" type="xs:QName" /> 
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/microsoft-interop/rpclit/BaseTypesRpcLit.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/simplefile)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="Simple1FileSvc"
-  targetNamespace="http://Simple1FileSvc.org/wsdl"
-  xmlns:tns="http://Simple1FileSvc.org/wsdl"
-  xmlns:ptdef="http://Simple1FileSvc.org/wsdl/PortTypeDef"
-  xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-  <import namespace="http://Simple1FileSvc.org/wsdl/PortTypeDef" location="SimpleFileToImport.wsdl"/>
-
-  <binding name="TestsBinding" type="ptdef:Tests">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="invokeOneWayTest1">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="invokeOneWayTest2">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="invokeOneWayTest3">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="invokeTest1">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="invokeTest2">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="invokeTest3">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://Simple1FileSvc.org/wsdl"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="Simple1FileSvc">
-    <port name="TestsPort" binding="tns:TestsBinding">
-      <soap:address location="http://somehost/somepath"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/simplefile/SimpleFile.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="Simple1FilePTSvc"
-  targetNamespace="http://Simple1FileSvc.org/wsdl/PortTypeDef"
-  xmlns:tns="http://Simple1FileSvc.org/wsdl/PortTypeDef"
-  xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
-  <types/>
-
-  <message name="InvokeOneWayTest1">
-    <part name="Boolean_1" type="xsd:boolean"/>
-    <part name="Byte_2" type="xsd:byte"/>
-    <part name="Short_3" type="xsd:short"/>
-    <part name="Integer_4" type="xsd:int"/>
-    <part name="Long_5" type="xsd:long"/>
-    <part name="Float_6" type="xsd:float"/>
-    <part name="Double_7" type="xsd:double"/>
-  </message>
-  <message name="InvokeOneWayTest1Response"/>
-  <message name="InvokeOneWayTest2">
-    <part name="BigInteger_1" type="xsd:integer"/>
-    <part name="BigDecimal_2" type="xsd:decimal"/>
-    <part name="QName_3" type="xsd:QName"/>
-    <part name="String_4" type="xsd:string"/>
-  </message>
-  <message name="InvokeOneWayTest2Response"/>
-  <message name="InvokeOneWayTest3"/>
-  <message name="InvokeOneWayTest3Response"/>
-  <message name="InvokeTest1">
-    <part name="Boolean_1" type="xsd:boolean"/>
-    <part name="Byte_2" type="xsd:byte"/>
-    <part name="Short_3" type="xsd:short"/>
-    <part name="Integer_4" type="xsd:int"/>
-    <part name="Long_5" type="xsd:long"/>
-    <part name="Float_6" type="xsd:float"/>
-    <part name="Double_7" type="xsd:double"/>
-  </message>
-  <message name="InvokeTest1Response">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="InvokeTest2">
-    <part name="BigInteger_1" type="xsd:integer"/>
-    <part name="BigDecimal_2" type="xsd:decimal"/>
-    <part name="QName_3" type="xsd:QName"/>
-    <part name="String_4" type="xsd:string"/>
-  </message>
-  <message name="InvokeTest2Response">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="InvokeTest3"/>
-  <message name="InvokeTest3Response">
-    <part name="result" type="xsd:string"/>
-  </message>
-
-  <portType name="Tests">
-    <operation name="invokeOneWayTest1" parameterOrder="Boolean_1 Byte_2 Short_3 Integer_4 Long_5 Float_6 Double_7">
-      <input message="tns:InvokeOneWayTest1"/>
-      <output message="tns:InvokeOneWayTest1Response"/>
-    </operation>
-    <operation name="invokeOneWayTest2" parameterOrder="BigInteger_1 BigDecimal_2 QName_3 String_4">
-      <input message="tns:InvokeOneWayTest2"/>
-      <output message="tns:InvokeOneWayTest2Response"/>
-    </operation>
-    <operation name="invokeOneWayTest3">
-      <input message="tns:InvokeOneWayTest3"/>
-      <output message="tns:InvokeOneWayTest3Response"/>
-    </operation>
-    <operation name="invokeTest1" parameterOrder="Boolean_1 Byte_2 Short_3 Integer_4 Long_5 Float_6 Double_7">
-      <input message="tns:InvokeTest1"/>
-      <output message="tns:InvokeTest1Response"/>
-    </operation>
-    <operation name="invokeTest2" parameterOrder="BigInteger_1 BigDecimal_2 QName_3 String_4">
-      <input message="tns:InvokeTest2"/>
-      <output message="tns:InvokeTest2Response"/>
-    </operation>
-    <operation name="invokeTest3">
-      <input message="tns:InvokeTest3"/>
-      <output message="tns:InvokeTest3Response"/>
-    </operation>
-  </portType>
-  
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/common/wsdl11/simplefile/SimpleFileToImport.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.anonymous.AnonymousTypesTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-anonymous?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.anonymous</package-type>
-    <namespaceURI>http://org.jboss.ws/anonymous/types</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.anonymous</package-type>
-    <namespaceURI>http://org.jboss.ws/anonymous</namespaceURI>
-  </package-mapping>
-  
-  <!-- CASE 1 RULE 1A -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ComplexTypeRoot</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:root</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>data</java-variable-name>
-      <xml-element-name>data</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-
-  <!-- CASE 2 RULE 2A -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeRoot</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:root</root-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <!-- CASE 3 RULE 3A -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeRoot[]</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:root[0,unbounded]</anonymous-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <!-- CASE 4 RULE 1b -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeRoot</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:&gt;root</anonymous-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>inside</java-variable-name>
-      <xml-element-name>inside</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>someOtherElement</java-variable-name>
-      <xml-element-name>someOtherElement</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-
-  <!-- CASE 5 RULE 2B -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeInside</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:&gt;root&gt;inside</anonymous-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <!-- CASE 6 RULE 3A -->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeInside[]</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:&gt;root&gt;inside[,10]</anonymous-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <!-- CASE 7 RULE 1B-->
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeInside</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:&gt;&gt;root&gt;inside</anonymous-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>data2</java-variable-name>
-      <xml-element-name>data2</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-
-  <!-- CASE 8 RULE 3B -->
-  <java-xml-type-mapping>
-    <java-type>int[]</java-type>
-    <anonymous-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:someOtherElement[,20]</anonymous-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <!-- CASE 9 RULE 2A -->
-  <java-xml-type-mapping>
-    <java-type>int</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.ws/anonymous/types">typeNS:someOtherElement</root-type-qname>
-    <qname-scope>element</qname-scope>
-  </java-xml-type-mapping>
-
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.anonymous.AnonymousTypesTestService</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/anonymous">portTypeNS:AnonymousTestService</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/anonymous">bindingNS:AnonymousTestServiceBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>testComplexTypeRoot</java-method-name>
-      <wsdl-operation>testComplexTypeRoot</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.anonymous.ComplexTypeRoot</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testComplexTypeRoot</wsdl-message>
-          <wsdl-message-part-name>ComplexTypeRoot_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.anonymous.ComplexTypeRoot</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testComplexTypeRootResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>testElementSomeOtherElement</java-method-name>
-      <wsdl-operation>testElementSomeOtherElement</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>int</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testElementSomeOtherElement</wsdl-message>
-          <wsdl-message-part-name>int_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>int</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testElementSomeOtherElementResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>testElementTypeRoot</java-method-name>
-      <wsdl-operation>testElementTypeRoot</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeRoot</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testElementTypeRoot</wsdl-message>
-          <wsdl-message-part-name>ElementTypeRoot_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.anonymous.ElementTypeRoot</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/anonymous">wsdlMsgNS:AnonymousTestService_testElementTypeRootResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>AnonymousTestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.anonymous.AnonymousTypesTestBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>AnonymousTestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/anonymous"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>AnonymousTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>AnonymousTestServicePort</port-component-name>
-      <wsdl-port>impl:AnonymousTestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.anonymous.AnonymousTypesTestService</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>AnonymousTestService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="TestService" targetNamespace="http://org.jboss.ws/anonymous" xmlns:tns="http://org.jboss.ws/anonymous" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/anonymous/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/anonymous/types" xmlns:tns="http://org.jboss.ws/anonymous/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <!-- This is manually copied from the JSR-109 spec 7.3.2.2. Mapping anonymous types -->
-      <complexType name="root">
-        <sequence>
-          <element name="data" type="string"/>
-        </sequence>
-      </complexType>
-      <!-- minOccurs/maxOccurs cannot appear on global element -->
-      <!-- element name="root" minOccurs="0" maxOccurs="unbounded" -->
-      <element name="root">
-        <complexType>
-          <sequence>
-            <element name="inside" maxOccurs="10">
-              <complexType>
-                <sequence>
-                  <element name="data2" type="string"/>
-                </sequence>
-              </complexType>
-            </element>
-            <element ref="tns:someOtherElement" maxOccurs="20"/>
-          </sequence>
-        </complexType>
-      </element>
-      <element name="someOtherElement" type="xsd:int"/>
-    </schema>
-  </types>
-  <message name="AnonymousTestService_testComplexTypeRoot">
-    <part name="ComplexTypeRoot_1" type="ns2:root"/>
-  </message>
-  <message name="AnonymousTestService_testComplexTypeRootResponse">
-    <part name="result" type="ns2:root"/>
-  </message>
-  <message name="AnonymousTestService_testElementSomeOtherElement">
-    <part name="int_1" element="ns2:someOtherElement"/>
-  </message>
-  <message name="AnonymousTestService_testElementSomeOtherElementResponse">
-    <part name="result" element="ns2:someOtherElement"/>
-  </message>
-  <message name="AnonymousTestService_testElementTypeRoot">
-    <part name="ElementTypeRoot_1" element="ns2:root"/>
-  </message>
-  <message name="AnonymousTestService_testElementTypeRootResponse">
-    <part name="result" element="ns2:root"/>
-  </message>
-  <portType name="AnonymousTestService">
-    <operation name="testComplexTypeRoot">
-      <input message="tns:AnonymousTestService_testComplexTypeRoot"/>
-      <output message="tns:AnonymousTestService_testComplexTypeRootResponse"/>
-    </operation>
-    <operation name="testElementSomeOtherElement">
-      <input message="tns:AnonymousTestService_testElementSomeOtherElement"/>
-      <output message="tns:AnonymousTestService_testElementSomeOtherElementResponse"/>
-    </operation>
-    <operation name="testElementTypeRoot">
-      <input message="tns:AnonymousTestService_testElementTypeRoot"/>
-      <output message="tns:AnonymousTestService_testElementTypeRootResponse"/>
-    </operation>
-  </portType>
-  <binding name="AnonymousTestServiceBinding" type="tns:AnonymousTestService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="testComplexTypeRoot">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </output>
-    </operation>
-    <operation name="testElementSomeOtherElement">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </output>
-    </operation>
-    <operation name="testElementTypeRoot">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/anonymous"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="AnonymousTestServicePort" binding="tns:AnonymousTestServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../output/classes -gen:server -f:rpcliteral -mapping jaxrpc-mapping.xml config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <service name="TestService"
-    targetNamespace="http://org.jboss.ws/anonymous"
-    typeNamespace="http://org.jboss.ws/anonymous/types"
-    packageName="org.jboss.test.ws.jaxrpc.anonymous">
-    <interface name="org.jboss.test.ws.jaxrpc.anonymous.AnonymousTestService"/>
-  </service>
-
-  <!-- wsdl location="WEB-INF/wsdl/TestService.wsdl" packageName="org.jboss.test.ws.jaxrpc.anonymous"/ --> 
-  
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/anonymous/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/anonymous/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>Benchmark test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/BenchmarkJSE</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/BenchmarkEJB</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>BenchmarkDocLit</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkEJBEndpoint</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-</ejb-jar>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,351 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark</namespaceURI>
-</package-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoArrayOfSimpleUserTypeResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSynthetic_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSynthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>Synthetic_1</java-variable-name>
-<xml-element-name>Synthetic_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoArrayOfSimpleUserType_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoArrayOfSimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>arrayOfSimpleUserType_1</java-variable-name>
-<xml-element-name>arrayOfSimpleUserType_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.LineItem</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:LineItem</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>itemId</java-variable-name>
-<xml-element-name>itemId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderQuantity</java-variable-name>
-<xml-element-name>orderQuantity</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productDescription</java-variable-name>
-<xml-element-name>productDescription</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productId</java-variable-name>
-<xml-element-name>productId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>unitPrice</java-variable-name>
-<xml-element-name>unitPrice</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_getOrder_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:getOrderResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:SimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>f</java-variable-name>
-<xml-element-name>f</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>i</java-variable-name>
-<xml-element-name>i</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Synthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>b</java-variable-name>
-<xml-element-name>b</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>sut</java-variable-name>
-<xml-element-name>sut</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_getOrder_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:getOrder</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>int_1</java-variable-name>
-<xml-element-name>int_1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>int_2</java-variable-name>
-<xml-element-name>int_2</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Address</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Address</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>address1</java-variable-name>
-<xml-element-name>address1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>address2</java-variable-name>
-<xml-element-name>address2</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>city</java-variable-name>
-<xml-element-name>city</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>firstName</java-variable-name>
-<xml-element-name>firstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastName</java-variable-name>
-<xml-element-name>lastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>state</java-variable-name>
-<xml-element-name>state</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>zip</java-variable-name>
-<xml-element-name>zip</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSimpleType_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSimpleType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>SimpleUserType_1</java-variable-name>
-<xml-element-name>SimpleUserType_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Customer</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Customer</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>billingAddress</java-variable-name>
-<xml-element-name>billingAddress</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactFirstName</java-variable-name>
-<xml-element-name>contactFirstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactLastName</java-variable-name>
-<xml-element-name>contactLastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactPhone</java-variable-name>
-<xml-element-name>contactPhone</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardExpirationDate</java-variable-name>
-<xml-element-name>creditCardExpirationDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardNumber</java-variable-name>
-<xml-element-name>creditCardNumber</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>customerId</java-variable-name>
-<xml-element-name>customerId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastActivityDate</java-variable-name>
-<xml-element-name>lastActivityDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>shippingAddress</java-variable-name>
-<xml-element-name>shippingAddress</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSimpleType_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSimpleTypeResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSynthetic_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSyntheticResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Order</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Order</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>customer</java-variable-name>
-<xml-element-name>customer</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lineItems</java-variable-name>
-<xml-element-name>lineItems</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderDate</java-variable-name>
-<xml-element-name>orderDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderStatus</java-variable-name>
-<xml-element-name>orderStatus</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderTotalAmount</java-variable-name>
-<xml-element-name>orderTotalAmount</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<service-interface-mapping>
-<service-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkWebService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/benchmark">serviceNS:BenchmarkWebService</wsdl-service-name>
-<port-mapping>
-<port-name>BenchmarkServicePort</port-name>
-<java-port-name>BenchmarkServicePort</java-port-name>
-</port-mapping>
-</service-interface-mapping>
-<service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/benchmark">portTypeNS:BenchmarkService</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://org.jboss.ws/benchmark">bindingNS:BenchmarkServiceBinding</wsdl-binding>
-<service-endpoint-method-mapping>
-<java-method-name>echoArrayOfSimpleUserType</java-method-name>
-<wsdl-operation>echoArrayOfSimpleUserType</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserType</wsdl-message>
-<wsdl-message-part-name>arrayOfSimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSimpleType</java-method-name>
-<wsdl-operation>echoSimpleType</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleType</wsdl-message>
-<wsdl-message-part-name>SimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSynthetic</java-method-name>
-<wsdl-operation>echoSynthetic</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSynthetic</wsdl-message>
-<wsdl-message-part-name>Synthetic_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSyntheticResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>getOrder</java-method-name>
-<wsdl-operation>getOrder</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<method-param-parts-mapping>
-<param-position>1</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_2</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Order</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrderResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-</service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>benchmark-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/BenchmarkJSE</service-ref-name>
-    <wsdl-override>http://localhost:8080/benchmark-doc?wsdl</wsdl-override>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/BenchmarkEJB</service-ref-name>
-    <wsdl-override>http://localhost:8080/benchmark-doc-ejb?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <enterprise-beans>
-    <session>
-      <ejb-name>BenchmarkDocLit</ejb-name>
-      <port-component>
-        <port-component-name>BenchmarkDocLitEJBWS</port-component-name>
-        <port-component-uri>/benchmark-doc-ejb/*</port-component-uri>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/benchmark"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>BenchmarkDocLitEJBWS</webservice-description-name>
-    <wsdl-file>META-INF/wsdl/BenchmarkWebService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>BenchmarkDocLitEJBWS</port-component-name>
-      <wsdl-port>impl:BenchmarkServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>BenchmarkDocLit</ejb-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,142 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="BenchmarkWebService" targetNamespace="http://org.jboss.ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/benchmark/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types" xmlns:tns="http://org.jboss.ws/benchmark/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="echoArrayOfSimpleUserType">
-        <sequence>
-          <element name="arrayOfSimpleUserType_1" type="tns:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="f" type="float"/>
-          <element name="i" type="int"/>
-          <element name="s" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="echoArrayOfSimpleUserTypeResponse">
-        <sequence>
-          <element name="result" type="tns:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="echoSimpleType">
-        <sequence>
-          <element name="SimpleUserType_1" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSimpleTypeResponse">
-        <sequence>
-          <element name="result" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSynthetic">
-        <sequence>
-          <element name="Synthetic_1" type="tns:Synthetic" nillable="true"/></sequence></complexType>
-      <complexType name="Synthetic">
-        <sequence>
-          <element name="b" type="base64Binary" nillable="true"/>
-          <element name="s" type="string" nillable="true"/>
-          <element name="sut" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSyntheticResponse">
-        <sequence>
-          <element name="result" type="tns:Synthetic" nillable="true"/></sequence></complexType>
-      <complexType name="getOrder">
-        <sequence>
-          <element name="int_1" type="int"/>
-          <element name="int_2" type="int"/></sequence></complexType>
-      <complexType name="getOrderResponse">
-        <sequence>
-          <element name="result" type="tns:Order" nillable="true"/></sequence></complexType>
-      <complexType name="Order">
-        <sequence>
-          <element name="customer" type="tns:Customer" nillable="true"/>
-          <element name="lineItems" type="tns:LineItem" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-          <element name="orderDate" type="dateTime" nillable="true"/>
-          <element name="orderId" type="int"/>
-          <element name="orderStatus" type="int"/>
-          <element name="orderTotalAmount" type="float"/></sequence></complexType>
-      <complexType name="Customer">
-        <sequence>
-          <element name="billingAddress" type="tns:Address" nillable="true"/>
-          <element name="contactFirstName" type="string" nillable="true"/>
-          <element name="contactLastName" type="string" nillable="true"/>
-          <element name="contactPhone" type="string" nillable="true"/>
-          <element name="creditCardExpirationDate" type="string" nillable="true"/>
-          <element name="creditCardNumber" type="string" nillable="true"/>
-          <element name="customerId" type="int"/>
-          <element name="lastActivityDate" type="dateTime" nillable="true"/>
-          <element name="shippingAddress" type="tns:Address" nillable="true"/></sequence></complexType>
-      <complexType name="Address">
-        <sequence>
-          <element name="address1" type="string" nillable="true"/>
-          <element name="address2" type="string" nillable="true"/>
-          <element name="city" type="string" nillable="true"/>
-          <element name="firstName" type="string" nillable="true"/>
-          <element name="lastName" type="string" nillable="true"/>
-          <element name="state" type="string" nillable="true"/>
-          <element name="zip" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="LineItem">
-        <sequence>
-          <element name="itemId" type="int"/>
-          <element name="orderId" type="int"/>
-          <element name="orderQuantity" type="int"/>
-          <element name="productDescription" type="string" nillable="true"/>
-          <element name="productId" type="int"/>
-          <element name="unitPrice" type="float"/></sequence></complexType>
-      <element name="echoArrayOfSimpleUserType" type="tns:echoArrayOfSimpleUserType"/>
-      <element name="echoArrayOfSimpleUserTypeResponse" type="tns:echoArrayOfSimpleUserTypeResponse"/>
-      <element name="echoSimpleType" type="tns:echoSimpleType"/>
-      <element name="echoSimpleTypeResponse" type="tns:echoSimpleTypeResponse"/>
-      <element name="echoSynthetic" type="tns:echoSynthetic"/>
-      <element name="echoSyntheticResponse" type="tns:echoSyntheticResponse"/>
-      <element name="getOrder" type="tns:getOrder"/>
-      <element name="getOrderResponse" type="tns:getOrderResponse"/></schema></types>
-  <message name="BenchmarkService_echoArrayOfSimpleUserType">
-    <part name="parameters" element="ns2:echoArrayOfSimpleUserType"/></message>
-  <message name="BenchmarkService_echoArrayOfSimpleUserTypeResponse">
-    <part name="result" element="ns2:echoArrayOfSimpleUserTypeResponse"/></message>
-  <message name="BenchmarkService_echoSimpleType">
-    <part name="parameters" element="ns2:echoSimpleType"/></message>
-  <message name="BenchmarkService_echoSimpleTypeResponse">
-    <part name="result" element="ns2:echoSimpleTypeResponse"/></message>
-  <message name="BenchmarkService_echoSynthetic">
-    <part name="parameters" element="ns2:echoSynthetic"/></message>
-  <message name="BenchmarkService_echoSyntheticResponse">
-    <part name="result" element="ns2:echoSyntheticResponse"/></message>
-  <message name="BenchmarkService_getOrder">
-    <part name="parameters" element="ns2:getOrder"/></message>
-  <message name="BenchmarkService_getOrderResponse">
-    <part name="result" element="ns2:getOrderResponse"/></message>
-  <portType name="BenchmarkService">
-    <operation name="echoArrayOfSimpleUserType">
-      <input message="tns:BenchmarkService_echoArrayOfSimpleUserType"/>
-      <output message="tns:BenchmarkService_echoArrayOfSimpleUserTypeResponse"/></operation>
-    <operation name="echoSimpleType">
-      <input message="tns:BenchmarkService_echoSimpleType"/>
-      <output message="tns:BenchmarkService_echoSimpleTypeResponse"/></operation>
-    <operation name="echoSynthetic">
-      <input message="tns:BenchmarkService_echoSynthetic"/>
-      <output message="tns:BenchmarkService_echoSyntheticResponse"/></operation>
-    <operation name="getOrder">
-      <input message="tns:BenchmarkService_getOrder"/>
-      <output message="tns:BenchmarkService_getOrderResponse"/></operation></portType>
-  <binding name="BenchmarkServiceBinding" type="tns:BenchmarkService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoArrayOfSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="echoSimpleType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="echoSynthetic">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="getOrder">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation></binding>
-  <service name="BenchmarkWebService">
-    <port name="BenchmarkServicePort" binding="tns:BenchmarkServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/META-INF/wsdl/BenchmarkWebService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,351 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark</namespaceURI>
-</package-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoArrayOfSimpleUserType_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoArrayOfSimpleUserTypeResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSynthetic_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSynthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>Synthetic_1</java-variable-name>
-<xml-element-name>Synthetic_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoArrayOfSimpleUserType_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoArrayOfSimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>arrayOfSimpleUserType_1</java-variable-name>
-<xml-element-name>arrayOfSimpleUserType_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.LineItem</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:LineItem</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>itemId</java-variable-name>
-<xml-element-name>itemId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderQuantity</java-variable-name>
-<xml-element-name>orderQuantity</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productDescription</java-variable-name>
-<xml-element-name>productDescription</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productId</java-variable-name>
-<xml-element-name>productId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>unitPrice</java-variable-name>
-<xml-element-name>unitPrice</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_getOrder_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:getOrderResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:SimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>f</java-variable-name>
-<xml-element-name>f</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>i</java-variable-name>
-<xml-element-name>i</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Synthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>b</java-variable-name>
-<xml-element-name>b</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>sut</java-variable-name>
-<xml-element-name>sut</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_getOrder_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:getOrder</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>int_1</java-variable-name>
-<xml-element-name>int_1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>int_2</java-variable-name>
-<xml-element-name>int_2</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Address</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Address</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>address1</java-variable-name>
-<xml-element-name>address1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>address2</java-variable-name>
-<xml-element-name>address2</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>city</java-variable-name>
-<xml-element-name>city</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>firstName</java-variable-name>
-<xml-element-name>firstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastName</java-variable-name>
-<xml-element-name>lastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>state</java-variable-name>
-<xml-element-name>state</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>zip</java-variable-name>
-<xml-element-name>zip</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSimpleType_RequestStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSimpleType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>SimpleUserType_1</java-variable-name>
-<xml-element-name>SimpleUserType_1</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Customer</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Customer</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>billingAddress</java-variable-name>
-<xml-element-name>billingAddress</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactFirstName</java-variable-name>
-<xml-element-name>contactFirstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactLastName</java-variable-name>
-<xml-element-name>contactLastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactPhone</java-variable-name>
-<xml-element-name>contactPhone</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardExpirationDate</java-variable-name>
-<xml-element-name>creditCardExpirationDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardNumber</java-variable-name>
-<xml-element-name>creditCardNumber</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>customerId</java-variable-name>
-<xml-element-name>customerId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastActivityDate</java-variable-name>
-<xml-element-name>lastActivityDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>shippingAddress</java-variable-name>
-<xml-element-name>shippingAddress</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSimpleType_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSimpleTypeResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService_echoSynthetic_ResponseStruct</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:echoSyntheticResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>result</java-variable-name>
-<xml-element-name>result</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Order</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Order</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>customer</java-variable-name>
-<xml-element-name>customer</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lineItems</java-variable-name>
-<xml-element-name>lineItems</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderDate</java-variable-name>
-<xml-element-name>orderDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderStatus</java-variable-name>
-<xml-element-name>orderStatus</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderTotalAmount</java-variable-name>
-<xml-element-name>orderTotalAmount</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<service-interface-mapping>
-<service-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkWebService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/benchmark">serviceNS:BenchmarkWebService</wsdl-service-name>
-<port-mapping>
-<port-name>BenchmarkServicePort</port-name>
-<java-port-name>BenchmarkServicePort</java-port-name>
-</port-mapping>
-</service-interface-mapping>
-<service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/benchmark">portTypeNS:BenchmarkService</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://org.jboss.ws/benchmark">bindingNS:BenchmarkServiceBinding</wsdl-binding>
-<service-endpoint-method-mapping>
-<java-method-name>echoArrayOfSimpleUserType</java-method-name>
-<wsdl-operation>echoArrayOfSimpleUserType</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserType</wsdl-message>
-<wsdl-message-part-name>arrayOfSimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSimpleType</java-method-name>
-<wsdl-operation>echoSimpleType</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleType</wsdl-message>
-<wsdl-message-part-name>SimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSynthetic</java-method-name>
-<wsdl-operation>echoSynthetic</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSynthetic</wsdl-message>
-<wsdl-message-part-name>Synthetic_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSyntheticResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>getOrder</java-method-name>
-<wsdl-operation>getOrder</wsdl-operation>
-<wrapped-element/>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<method-param-parts-mapping>
-<param-position>1</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_2</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Order</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrderResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-</service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  <context-root>benchmark-doc</context-root>
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app 
-	 xmlns="http://java.sun.com/xml/ns/j2ee"
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-     version="2.4">
-
-	<servlet>
-		<servlet-name>BenchmarkServlet</servlet-name>
-		<servlet-class>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkJSEEndpoint</servlet-class>
-	</servlet>
-	
-	<servlet-mapping>
-      <servlet-name>BenchmarkServlet</servlet-name>
-      <url-pattern>/*</url-pattern>
-   </servlet-mapping>
-   
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,23 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<webservices
-   xmlns="http://java.sun.com/xml/ns/j2ee"
-   xmlns:impl="http://org.jboss.ws/benchmark"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-                 http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-   version="1.1">
-
-      <webservice-description>
-         <webservice-description-name>BenchmarkDocLitJSEWS</webservice-description-name>
-         <wsdl-file>WEB-INF/wsdl/BenchmarkWebService.wsdl</wsdl-file>
-         <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-         <port-component>
-            <port-component-name>BenchmarkDocLitJSEWS</port-component-name>
-            <wsdl-port>impl:BenchmarkServicePort</wsdl-port>
-            <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-            <service-impl-bean>
-               <servlet-link>BenchmarkServlet</servlet-link>
-            </service-impl-bean>
-         </port-component>
-      </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,142 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="BenchmarkWebService" targetNamespace="http://org.jboss.ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/benchmark/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types" xmlns:tns="http://org.jboss.ws/benchmark/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="echoArrayOfSimpleUserType">
-        <sequence>
-          <element name="arrayOfSimpleUserType_1" type="tns:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="f" type="float"/>
-          <element name="i" type="int"/>
-          <element name="s" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="echoArrayOfSimpleUserTypeResponse">
-        <sequence>
-          <element name="result" type="tns:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="echoSimpleType">
-        <sequence>
-          <element name="SimpleUserType_1" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSimpleTypeResponse">
-        <sequence>
-          <element name="result" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSynthetic">
-        <sequence>
-          <element name="Synthetic_1" type="tns:Synthetic" nillable="true"/></sequence></complexType>
-      <complexType name="Synthetic">
-        <sequence>
-          <element name="b" type="base64Binary" nillable="true"/>
-          <element name="s" type="string" nillable="true"/>
-          <element name="sut" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="echoSyntheticResponse">
-        <sequence>
-          <element name="result" type="tns:Synthetic" nillable="true"/></sequence></complexType>
-      <complexType name="getOrder">
-        <sequence>
-          <element name="int_1" type="int"/>
-          <element name="int_2" type="int"/></sequence></complexType>
-      <complexType name="getOrderResponse">
-        <sequence>
-          <element name="result" type="tns:Order" nillable="true"/></sequence></complexType>
-      <complexType name="Order">
-        <sequence>
-          <element name="customer" type="tns:Customer" nillable="true"/>
-          <element name="lineItems" type="tns:LineItem" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-          <element name="orderDate" type="dateTime" nillable="true"/>
-          <element name="orderId" type="int"/>
-          <element name="orderStatus" type="int"/>
-          <element name="orderTotalAmount" type="float"/></sequence></complexType>
-      <complexType name="Customer">
-        <sequence>
-          <element name="billingAddress" type="tns:Address" nillable="true"/>
-          <element name="contactFirstName" type="string" nillable="true"/>
-          <element name="contactLastName" type="string" nillable="true"/>
-          <element name="contactPhone" type="string" nillable="true"/>
-          <element name="creditCardExpirationDate" type="string" nillable="true"/>
-          <element name="creditCardNumber" type="string" nillable="true"/>
-          <element name="customerId" type="int"/>
-          <element name="lastActivityDate" type="dateTime" nillable="true"/>
-          <element name="shippingAddress" type="tns:Address" nillable="true"/></sequence></complexType>
-      <complexType name="Address">
-        <sequence>
-          <element name="address1" type="string" nillable="true"/>
-          <element name="address2" type="string" nillable="true"/>
-          <element name="city" type="string" nillable="true"/>
-          <element name="firstName" type="string" nillable="true"/>
-          <element name="lastName" type="string" nillable="true"/>
-          <element name="state" type="string" nillable="true"/>
-          <element name="zip" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="LineItem">
-        <sequence>
-          <element name="itemId" type="int"/>
-          <element name="orderId" type="int"/>
-          <element name="orderQuantity" type="int"/>
-          <element name="productDescription" type="string" nillable="true"/>
-          <element name="productId" type="int"/>
-          <element name="unitPrice" type="float"/></sequence></complexType>
-      <element name="echoArrayOfSimpleUserType" type="tns:echoArrayOfSimpleUserType"/>
-      <element name="echoArrayOfSimpleUserTypeResponse" type="tns:echoArrayOfSimpleUserTypeResponse"/>
-      <element name="echoSimpleType" type="tns:echoSimpleType"/>
-      <element name="echoSimpleTypeResponse" type="tns:echoSimpleTypeResponse"/>
-      <element name="echoSynthetic" type="tns:echoSynthetic"/>
-      <element name="echoSyntheticResponse" type="tns:echoSyntheticResponse"/>
-      <element name="getOrder" type="tns:getOrder"/>
-      <element name="getOrderResponse" type="tns:getOrderResponse"/></schema></types>
-  <message name="BenchmarkService_echoArrayOfSimpleUserType">
-    <part name="parameters" element="ns2:echoArrayOfSimpleUserType"/></message>
-  <message name="BenchmarkService_echoArrayOfSimpleUserTypeResponse">
-    <part name="result" element="ns2:echoArrayOfSimpleUserTypeResponse"/></message>
-  <message name="BenchmarkService_echoSimpleType">
-    <part name="parameters" element="ns2:echoSimpleType"/></message>
-  <message name="BenchmarkService_echoSimpleTypeResponse">
-    <part name="result" element="ns2:echoSimpleTypeResponse"/></message>
-  <message name="BenchmarkService_echoSynthetic">
-    <part name="parameters" element="ns2:echoSynthetic"/></message>
-  <message name="BenchmarkService_echoSyntheticResponse">
-    <part name="result" element="ns2:echoSyntheticResponse"/></message>
-  <message name="BenchmarkService_getOrder">
-    <part name="parameters" element="ns2:getOrder"/></message>
-  <message name="BenchmarkService_getOrderResponse">
-    <part name="result" element="ns2:getOrderResponse"/></message>
-  <portType name="BenchmarkService">
-    <operation name="echoArrayOfSimpleUserType">
-      <input message="tns:BenchmarkService_echoArrayOfSimpleUserType"/>
-      <output message="tns:BenchmarkService_echoArrayOfSimpleUserTypeResponse"/></operation>
-    <operation name="echoSimpleType">
-      <input message="tns:BenchmarkService_echoSimpleType"/>
-      <output message="tns:BenchmarkService_echoSimpleTypeResponse"/></operation>
-    <operation name="echoSynthetic">
-      <input message="tns:BenchmarkService_echoSynthetic"/>
-      <output message="tns:BenchmarkService_echoSyntheticResponse"/></operation>
-    <operation name="getOrder">
-      <input message="tns:BenchmarkService_getOrder"/>
-      <output message="tns:BenchmarkService_getOrderResponse"/></operation></portType>
-  <binding name="BenchmarkServiceBinding" type="tns:BenchmarkService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoArrayOfSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="echoSimpleType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="echoSynthetic">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="getOrder">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation></binding>
-  <service name="BenchmarkWebService">
-    <port name="BenchmarkServicePort" binding="tns:BenchmarkServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration
-xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-	<service name="BenchmarkWebService"
-		targetNamespace="http://org.jboss.ws/benchmark"
-		typeNamespace="http://org.jboss.ws/benchmark/types"
-		packageName="org.jboss.test.ws.jaxrpc.benchmark">
-
-			<interface name="org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService"
-				servantName="org.jboss.test.ws.jaxrpc.benchmark.BenchmarkJSEEndpoint"/>
-	</service> 
-	
-</configuration> 
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/doclit/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/doclit/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1249 +0,0 @@
-<jmeterTestPlan version="1.1" properties="1.7">
-  <hashTree>
-    <TestPlan>
-      <elementProp name="TestPlan.user_defined_variables" elementType="org.apache.jmeter.config.Arguments">
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.config.gui.ArgumentsPanel</stringProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.config.Arguments</stringProp>
-        <collectionProp name="Arguments.arguments"/>
-        <stringProp name="TestElement.name">User Defined Variables</stringProp>
-        <boolProp name="TestElement.enabled">true</boolProp>
-      </elementProp>
-      <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.TestPlanGui</stringProp>
-      <stringProp name="TestPlan.user_define_classpath"></stringProp>
-      <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
-      <stringProp name="TestElement.test_class">org.apache.jmeter.testelement.TestPlan</stringProp>
-      <stringProp name="TestElement.name">JBossWS_Benchmark</stringProp>
-      <boolProp name="TestPlan.functional_mode">true</boolProp>
-      <boolProp name="TestElement.enabled">true</boolProp>
-      <stringProp name="TestPlan.comments"></stringProp>
-    </TestPlan>
-    <hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">true</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">DOC1</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <CSVDataSet>
-          <stringProp name="delimiter">,</stringProp>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.testbeans.gui.TestBeanGUI</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.config.CSVDataSet</stringProp>
-          <stringProp name="variableNames">NumItems,OrderId</stringProp>
-          <stringProp name="TestElement.name">CSV Data Set Config</stringProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename">csvdata.txt</stringProp>
-        </CSVDataSet>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC1.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:getOrder xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;int_1&gt;50&lt;/int_1&gt;
-            &lt;int_2&gt;1&lt;/int_2&gt;
-        &lt;/ns1:getOrder&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC1.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:getOrder xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;int_1&gt;1&lt;/int_1&gt;
-            &lt;int_2&gt;1&lt;/int_2&gt;
-        &lt;/ns1:getOrder&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">100</stringProp>
-          <stringProp name="ConstantTimer.delay">500</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="ThreadGroup.num_threads">40</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">DOC2</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC2.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoArrayOfSimpleUserType xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;arrayOfSimpleUserType_1&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/arrayOfSimpleUserType_1&gt;
-        &lt;/ns1:echoArrayOfSimpleUserType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC2.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoArrayOfSimpleUserType xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;arrayOfSimpleUserType_1&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/arrayOfSimpleUserType_1&gt;
-        &lt;/ns1:echoArrayOfSimpleUserType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">200</stringProp>
-          <stringProp name="ConstantTimer.delay">1000</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">true</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">DOC3</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC3.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSimpleType xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;SimpleUserType_1&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/SimpleUserType_1&gt;
-        &lt;/ns1:echoSimpleType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC3.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSimpleType xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-            &lt;SimpleUserType_1&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/SimpleUserType_1&gt;
-        &lt;/ns1:echoSimpleType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">100</stringProp>
-          <stringProp name="ConstantTimer.delay">500</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">true</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">DOC4</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC4.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-   &lt;env:Header/&gt;
-   &lt;env:Body&gt;
-      &lt;ns1:echoSynthetic xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-         &lt;Synthetic_1&gt;
-            &lt;b&gt;dGVzdA==&lt;/b&gt;
-            &lt;s&gt;test&lt;/s&gt;
-            &lt;sut&gt;
-               &lt;f&gt;1.0&lt;/f&gt;
-               &lt;i&gt;1&lt;/i&gt;
-               &lt;s&gt;test&lt;/s&gt;
-            &lt;/sut&gt;
-         &lt;/Synthetic_1&gt;
-      &lt;/ns1:echoSynthetic&gt;
-   &lt;/env:Body&gt;&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">DOC4.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-   &lt;env:Header/&gt;
-   &lt;env:Body&gt;
-      &lt;ns1:echoSynthetic xmlns:ns1=&apos;http://org.jboss.ws/benchmark/types&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-         &lt;Synthetic_1&gt;
-            &lt;b&gt;dGVzdA==&lt;/b&gt;
-            &lt;s&gt;test&lt;/s&gt;
-            &lt;sut&gt;
-               &lt;f&gt;1.0&lt;/f&gt;
-               &lt;i&gt;1&lt;/i&gt;
-               &lt;s&gt;test&lt;/s&gt;
-            &lt;/sut&gt;
-         &lt;/Synthetic_1&gt;
-      &lt;/ns1:echoSynthetic&gt;
-   &lt;/env:Body&gt;&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-doc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">100</stringProp>
-          <stringProp name="ConstantTimer.delay">500</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="ThreadGroup.num_threads">3</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">RPC1</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC1.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:getOrder xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;int_1&gt;1&lt;/int_1&gt;
-            &lt;int_2&gt;1&lt;/int_2&gt;
-        &lt;/ns1:getOrder&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC1.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:getOrder xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;int_1&gt;1&lt;/int_1&gt;
-            &lt;int_2&gt;1&lt;/int_2&gt;
-        &lt;/ns1:getOrder&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">500</stringProp>
-          <stringProp name="ConstantTimer.delay">8000</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">RPC2</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC2.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoArrayOfSimpleUserType xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;arrayOfSimpleUserType_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;value&gt;
-                    &lt;f&gt;1.0&lt;/f&gt;
-                    &lt;i&gt;1&lt;/i&gt;
-                    &lt;s&gt;test&lt;/s&gt;
-                &lt;/value&gt;
-            &lt;/arrayOfSimpleUserType_1&gt;
-        &lt;/ns1:echoArrayOfSimpleUserType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC2.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoArrayOfSimpleUserType xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;arrayOfSimpleUserType_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;value&gt;
-                    &lt;f&gt;1.0&lt;/f&gt;
-                    &lt;i&gt;1&lt;/i&gt;
-                    &lt;s&gt;test&lt;/s&gt;
-                &lt;/value&gt;
-            &lt;/arrayOfSimpleUserType_1&gt;
-        &lt;/ns1:echoArrayOfSimpleUserType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">200</stringProp>
-          <stringProp name="ConstantTimer.delay">1000</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">RPC3</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC3.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSimpleType xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;SimpleUserType_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/SimpleUserType_1&gt;
-        &lt;/ns1:echoSimpleType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC3.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSimpleType xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;SimpleUserType_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;f&gt;1.0&lt;/f&gt;
-                &lt;i&gt;1&lt;/i&gt;
-                &lt;s&gt;test&lt;/s&gt;
-            &lt;/SimpleUserType_1&gt;
-        &lt;/ns1:echoSimpleType&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">200</stringProp>
-          <stringProp name="ConstantTimer.delay">1000</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ThreadGroup>
-        <longProp name="ThreadGroup.start_time">1144146988000</longProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.threads.ThreadGroup</stringProp>
-        <stringProp name="ThreadGroup.delay"></stringProp>
-        <stringProp name="ThreadGroup.duration"></stringProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="ThreadGroup.num_threads">8</stringProp>
-        <boolProp name="ThreadGroup.scheduler">false</boolProp>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.threads.gui.ThreadGroupGui</stringProp>
-        <elementProp name="ThreadGroup.main_controller" elementType="org.apache.jmeter.control.LoopController">
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.control.gui.LoopControlPanel</stringProp>
-          <intProp name="LoopController.loops">-1</intProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.control.LoopController</stringProp>
-          <stringProp name="TestElement.name">Loop Controller</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <boolProp name="LoopController.continue_forever">false</boolProp>
-        </elementProp>
-        <stringProp name="TestElement.name">RPC4</stringProp>
-        <longProp name="ThreadGroup.end_time">1144146988000</longProp>
-        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
-        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
-      </ThreadGroup>
-      <hashTree>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC4.1</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSynthetic xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;Synthetic_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;b&gt;dGVzdA==&lt;/b&gt;
-                &lt;s&gt;test&lt;/s&gt;
-                &lt;sut&gt;
-                    &lt;f&gt;1.0&lt;/f&gt;
-                    &lt;i&gt;1&lt;/i&gt;
-                    &lt;s&gt;test&lt;/s&gt;
-                &lt;/sut&gt;
-            &lt;/Synthetic_1&gt;
-        &lt;/ns1:echoSynthetic&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <SoapSampler>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.protocol.http.sampler.SoapSampler</stringProp>
-          <stringProp name="TestElement.name">RPC4.2</stringProp>
-          <stringProp name="HTTPSamper.xml_data">&lt;env:Envelope xmlns:env=&apos;http://schemas.xmlsoap.org/soap/envelope/&apos;&gt;
-    &lt;env:Header/&gt;
-    &lt;env:Body&gt;
-        &lt;ns1:echoSynthetic xmlns:ns1=&apos;http://org.jboss.ws/benchmark&apos;&gt;
-            &lt;Synthetic_1 xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
-                &lt;b&gt;dGVzdA==&lt;/b&gt;
-                &lt;s&gt;test&lt;/s&gt;
-                &lt;sut&gt;
-                    &lt;f&gt;1.0&lt;/f&gt;
-                    &lt;i&gt;1&lt;/i&gt;
-                    &lt;s&gt;test&lt;/s&gt;
-                &lt;/sut&gt;
-            &lt;/Synthetic_1&gt;
-        &lt;/ns1:echoSynthetic&gt;
-    &lt;/env:Body&gt;
-&lt;/env:Envelope&gt;</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <elementProp name="HTTPsampler.Arguments" elementType="org.apache.jmeter.config.Arguments">
-            <collectionProp name="Arguments.arguments"/>
-          </elementProp>
-          <stringProp name="SoapSampler.URL_DATA">http://localhost:8080/benchmark-rpc-ejb</stringProp>
-        </SoapSampler>
-        <hashTree/>
-        <GaussianRandomTimer>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.timers.gui.GaussianRandomTimerGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.timers.GaussianRandomTimer</stringProp>
-          <stringProp name="TestElement.name">Gaussian Random Timer</stringProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="RandomTimer.range">200</stringProp>
-          <stringProp name="ConstantTimer.delay">1000</stringProp>
-        </GaussianRandomTimer>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Response Code Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="49586">200</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResponseAssertion>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.assertions.gui.AssertionGui</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.assertions.ResponseAssertion</stringProp>
-          <stringProp name="TestElement.name">Envelope Assertion</stringProp>
-          <collectionProp name="Asserion.test_strings">
-            <stringProp name="-1984138256">Envelope</stringProp>
-          </collectionProp>
-          <boolProp name="TestElement.enabled">true</boolProp>
-          <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
-          <intProp name="Assertion.test_type">2</intProp>
-          <stringProp name="Assertion.assume_success">false</stringProp>
-        </ResponseAssertion>
-        <hashTree/>
-        <ResultCollector>
-          <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.ViewResultsFullVisualizer</stringProp>
-          <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-          <stringProp name="TestElement.name">View Results Tree</stringProp>
-          <objProp>
-            <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-              <time>true</time>
-              <latency>true</latency>
-              <timestamp>true</timestamp>
-              <success>true</success>
-              <label>true</label>
-              <code>true</code>
-              <message>true</message>
-              <threadName>true</threadName>
-              <dataType>true</dataType>
-              <encoding>false</encoding>
-              <assertions>true</assertions>
-              <subresults>true</subresults>
-              <responseData>false</responseData>
-              <samplerData>false</samplerData>
-              <xml>true</xml>
-              <fieldNames>false</fieldNames>
-              <responseHeaders>false</responseHeaders>
-              <requestHeaders>false</requestHeaders>
-              <responseDataOnError>false</responseDataOnError>
-              <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-              <assertionsResultsToSave>0</assertionsResultsToSave>
-              <delimiter>,</delimiter>
-              <printMilliseconds>true</printMilliseconds>
-            </value>
-            <name>saveConfig</name>
-          </objProp>
-          <boolProp name="TestElement.enabled">false</boolProp>
-          <stringProp name="filename"></stringProp>
-          <boolProp name="ResultCollector.error_logging">false</boolProp>
-        </ResultCollector>
-        <hashTree/>
-      </hashTree>
-      <ResultCollector>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.StatVisualizer</stringProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-        <stringProp name="TestElement.name">Aggregate Report</stringProp>
-        <objProp>
-          <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-            <time>true</time>
-            <latency>true</latency>
-            <timestamp>true</timestamp>
-            <success>false</success>
-            <label>true</label>
-            <code>false</code>
-            <message>true</message>
-            <threadName>false</threadName>
-            <dataType>true</dataType>
-            <encoding>false</encoding>
-            <assertions>true</assertions>
-            <subresults>true</subresults>
-            <responseData>false</responseData>
-            <samplerData>true</samplerData>
-            <xml>false</xml>
-            <fieldNames>true</fieldNames>
-            <responseHeaders>false</responseHeaders>
-            <requestHeaders>false</requestHeaders>
-            <responseDataOnError>false</responseDataOnError>
-            <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-            <assertionsResultsToSave>0</assertionsResultsToSave>
-            <delimiter>,</delimiter>
-            <printMilliseconds>true</printMilliseconds>
-          </value>
-          <name>saveConfig</name>
-        </objProp>
-        <boolProp name="TestElement.enabled">true</boolProp>
-        <stringProp name="filename">C:\Documents and Settings\Heiko\Desktop\benchmark\jbossws-1.0_jboss-4.0.4\T3\samples2.txt</stringProp>
-        <boolProp name="ResultCollector.error_logging">false</boolProp>
-      </ResultCollector>
-      <hashTree/>
-      <ResultCollector>
-        <stringProp name="TestElement.gui_class">org.apache.jmeter.visualizers.GraphVisualizer</stringProp>
-        <stringProp name="TestElement.test_class">org.apache.jmeter.reporters.ResultCollector</stringProp>
-        <stringProp name="TestElement.name">Graph Results</stringProp>
-        <objProp>
-          <value class="org.apache.jmeter.samplers.SampleSaveConfiguration">
-            <time>true</time>
-            <latency>true</latency>
-            <timestamp>true</timestamp>
-            <success>true</success>
-            <label>true</label>
-            <code>true</code>
-            <message>true</message>
-            <threadName>true</threadName>
-            <dataType>true</dataType>
-            <encoding>false</encoding>
-            <assertions>true</assertions>
-            <subresults>true</subresults>
-            <responseData>false</responseData>
-            <samplerData>false</samplerData>
-            <xml>true</xml>
-            <fieldNames>false</fieldNames>
-            <responseHeaders>false</responseHeaders>
-            <requestHeaders>false</requestHeaders>
-            <responseDataOnError>false</responseDataOnError>
-            <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
-            <assertionsResultsToSave>0</assertionsResultsToSave>
-            <delimiter>,</delimiter>
-            <printMilliseconds>true</printMilliseconds>
-          </value>
-          <name>saveConfig</name>
-        </objProp>
-        <boolProp name="TestElement.enabled">false</boolProp>
-        <stringProp name="filename"></stringProp>
-        <boolProp name="ResultCollector.error_logging">false</boolProp>
-      </ResultCollector>
-      <hashTree/>
-    </hashTree>
-  </hashTree>
-</jmeterTestPlan>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/JBossWS_Benchmark.jmx)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1110 +0,0 @@
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-10,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-50,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-200,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-1500,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
-5000,1
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/csvdata.txt)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoSimpleType xmlns:ns1='http://org.jboss.ws/benchmark/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-            <SimpleUserType_1>
-                <f>1.0</f>
-                <i>1</i>
-                <s>test</s>
-            </SimpleUserType_1>
-        </ns1:echoSimpleType>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req1.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoArrayOfSimpleUserType xmlns:ns1='http://org.jboss.ws/benchmark/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-            <arrayOfSimpleUserType_1>
-                <f>1.0</f>
-                <i>1</i>
-                <s>test</s>
-            </arrayOfSimpleUserType_1>
-        </ns1:echoArrayOfSimpleUserType>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req2.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoSynthetic xmlns:ns1='http://org.jboss.ws/benchmark/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-            <Synthetic_1>
-                <b>dGVzdA==</b>
-                <s>test</s>
-                <sut>
-                    <f>1.0</f>
-                    <i>1</i>
-                    <s>test</s>
-                </sut>
-            </Synthetic_1>
-        </ns1:echoSynthetic>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req3.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:getOrder xmlns:ns1='http://org.jboss.ws/benchmark/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-            <int_1>1</int_1>
-            <int_2>1</int_2>
-        </ns1:getOrder>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/doclit/req4.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoSimpleType xmlns:ns1='http://org.jboss.ws/benchmark'>
-            <SimpleUserType_1 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-                <f>1.0</f>
-                <i>1</i>
-                <s>test</s>
-            </SimpleUserType_1>
-        </ns1:echoSimpleType>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req1.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoArrayOfSimpleUserType xmlns:ns1='http://org.jboss.ws/benchmark'>
-            <arrayOfSimpleUserType_1 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-                <value>
-                    <f>1.0</f>
-                    <i>1</i>
-                    <s>test</s>
-                </value>
-            </arrayOfSimpleUserType_1>
-        </ns1:echoArrayOfSimpleUserType>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req2.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:echoSynthetic xmlns:ns1='http://org.jboss.ws/benchmark'>
-            <Synthetic_1 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-                <b>dGVzdA==</b>
-                <s>test</s>
-                <sut>
-                    <f>1.0</f>
-                    <i>1</i>
-                    <s>test</s>
-                </sut>
-            </Synthetic_1>
-        </ns1:echoSynthetic>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req3.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
-    <env:Header/>
-    <env:Body>
-        <ns1:getOrder xmlns:ns1='http://org.jboss.ws/benchmark'>
-            <int_1>1</int_1>
-            <int_2>1</int_2>
-        </ns1:getOrder>
-    </env:Body>
-</env:Envelope>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/jmeter/rpclit/req4.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>Benchmark test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/BenchmarkJSE</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/BenchmarkEJB</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>BenchmarkRpcLit</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkEJBEndpoint</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-</ejb-jar>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,275 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark._arrays.org.jboss.test.ws.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark</namespaceURI>
-</package-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.LineItem</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:LineItem</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>itemId</java-variable-name>
-<xml-element-name>itemId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderQuantity</java-variable-name>
-<xml-element-name>orderQuantity</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productDescription</java-variable-name>
-<xml-element-name>productDescription</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productId</java-variable-name>
-<xml-element-name>productId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>unitPrice</java-variable-name>
-<xml-element-name>unitPrice</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:SimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>f</java-variable-name>
-<xml-element-name>f</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>i</java-variable-name>
-<xml-element-name>i</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Synthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>b</java-variable-name>
-<xml-element-name>b</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>sut</java-variable-name>
-<xml-element-name>sut</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Address</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Address</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>address1</java-variable-name>
-<xml-element-name>address1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>address2</java-variable-name>
-<xml-element-name>address2</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>city</java-variable-name>
-<xml-element-name>city</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>firstName</java-variable-name>
-<xml-element-name>firstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastName</java-variable-name>
-<xml-element-name>lastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>state</java-variable-name>
-<xml-element-name>state</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>zip</java-variable-name>
-<xml-element-name>zip</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Customer</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Customer</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>billingAddress</java-variable-name>
-<xml-element-name>billingAddress</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactFirstName</java-variable-name>
-<xml-element-name>contactFirstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactLastName</java-variable-name>
-<xml-element-name>contactLastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactPhone</java-variable-name>
-<xml-element-name>contactPhone</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardExpirationDate</java-variable-name>
-<xml-element-name>creditCardExpirationDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardNumber</java-variable-name>
-<xml-element-name>creditCardNumber</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>customerId</java-variable-name>
-<xml-element-name>customerId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastActivityDate</java-variable-name>
-<xml-element-name>lastActivityDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>shippingAddress</java-variable-name>
-<xml-element-name>shippingAddress</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Order</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Order</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>customer</java-variable-name>
-<xml-element-name>customer</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lineItems</java-variable-name>
-<xml-element-name>lineItems</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderDate</java-variable-name>
-<xml-element-name>orderDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderStatus</java-variable-name>
-<xml-element-name>orderStatus</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderTotalAmount</java-variable-name>
-<xml-element-name>orderTotalAmount</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<service-interface-mapping>
-<service-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkWebService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/benchmark">serviceNS:BenchmarkWebService</wsdl-service-name>
-<port-mapping>
-<port-name>BenchmarkServicePort</port-name>
-<java-port-name>BenchmarkServicePort</java-port-name>
-</port-mapping>
-</service-interface-mapping>
-<service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/benchmark">portTypeNS:BenchmarkService</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://org.jboss.ws/benchmark">bindingNS:BenchmarkServiceBinding</wsdl-binding>
-<service-endpoint-method-mapping>
-<java-method-name>echoArrayOfSimpleUserType</java-method-name>
-<wsdl-operation>echoArrayOfSimpleUserType</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserType</wsdl-message>
-<wsdl-message-part-name>arrayOfSimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSimpleType</java-method-name>
-<wsdl-operation>echoSimpleType</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleType</wsdl-message>
-<wsdl-message-part-name>SimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSynthetic</java-method-name>
-<wsdl-operation>echoSynthetic</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSynthetic</wsdl-message>
-<wsdl-message-part-name>Synthetic_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSyntheticResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>getOrder</java-method-name>
-<wsdl-operation>getOrder</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<method-param-parts-mapping>
-<param-position>1</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_2</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Order</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrderResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-</service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>benchmark-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/BenchmarkJSE</service-ref-name>
-    <wsdl-override>http://localhost:8080/benchmark-rpc?wsdl</wsdl-override>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/BenchmarkEJB</service-ref-name>
-    <wsdl-override>http://localhost:8080/benchmark-rpc-ejb?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <enterprise-beans>
-    <session>
-      <ejb-name>BenchmarkRpcLit</ejb-name>
-      <port-component>
-        <port-component-name>BenchmarkRpcLitEJBWS</port-component-name>
-        <port-component-uri>/benchmark-rpc-ejb/*</port-component-uri>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/benchmark"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>BenchmarkDocLitEJBWS</webservice-description-name>
-    <wsdl-file>META-INF/wsdl/BenchmarkWebService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>BenchmarkRpcLitEJBWS</port-component-name>
-      <wsdl-port>impl:BenchmarkServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>BenchmarkRpcLit</ejb-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="BenchmarkWebService" targetNamespace="http://org.jboss.ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:ns3="http://org.jboss.ws/benchmark/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://org.jboss.ws/benchmark/types" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/benchmark/types"/>
-      <complexType name="SimpleUserTypeArray">
-        <sequence>
-          <element name="value" type="ns2:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType></schema>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types" xmlns:tns="http://org.jboss.ws/benchmark/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark"/>
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="f" type="float"/>
-          <element name="i" type="int"/>
-          <element name="s" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="Synthetic">
-        <sequence>
-          <element name="b" type="base64Binary" nillable="true"/>
-          <element name="s" type="string" nillable="true"/>
-          <element name="sut" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="Order">
-        <sequence>
-          <element name="customer" type="tns:Customer" nillable="true"/>
-          <element name="lineItems" type="tns:LineItem" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-          <element name="orderDate" type="dateTime" nillable="true"/>
-          <element name="orderId" type="int"/>
-          <element name="orderStatus" type="int"/>
-          <element name="orderTotalAmount" type="float"/></sequence></complexType>
-      <complexType name="Customer">
-        <sequence>
-          <element name="billingAddress" type="tns:Address" nillable="true"/>
-          <element name="contactFirstName" type="string" nillable="true"/>
-          <element name="contactLastName" type="string" nillable="true"/>
-          <element name="contactPhone" type="string" nillable="true"/>
-          <element name="creditCardExpirationDate" type="string" nillable="true"/>
-          <element name="creditCardNumber" type="string" nillable="true"/>
-          <element name="customerId" type="int"/>
-          <element name="lastActivityDate" type="dateTime" nillable="true"/>
-          <element name="shippingAddress" type="tns:Address" nillable="true"/></sequence></complexType>
-      <complexType name="Address">
-        <sequence>
-          <element name="address1" type="string" nillable="true"/>
-          <element name="address2" type="string" nillable="true"/>
-          <element name="city" type="string" nillable="true"/>
-          <element name="firstName" type="string" nillable="true"/>
-          <element name="lastName" type="string" nillable="true"/>
-          <element name="state" type="string" nillable="true"/>
-          <element name="zip" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="LineItem">
-        <sequence>
-          <element name="itemId" type="int"/>
-          <element name="orderId" type="int"/>
-          <element name="orderQuantity" type="int"/>
-          <element name="productDescription" type="string" nillable="true"/>
-          <element name="productId" type="int"/>
-          <element name="unitPrice" type="float"/></sequence></complexType></schema></types>
-  <message name="BenchmarkService_echoArrayOfSimpleUserType">
-    <part name="arrayOfSimpleUserType_1" type="ns2:SimpleUserTypeArray"/></message>
-  <message name="BenchmarkService_echoArrayOfSimpleUserTypeResponse">
-    <part name="result" type="ns2:SimpleUserTypeArray"/></message>
-  <message name="BenchmarkService_echoSimpleType">
-    <part name="SimpleUserType_1" type="ns3:SimpleUserType"/></message>
-  <message name="BenchmarkService_echoSimpleTypeResponse">
-    <part name="result" type="ns3:SimpleUserType"/></message>
-  <message name="BenchmarkService_echoSynthetic">
-    <part name="Synthetic_1" type="ns3:Synthetic"/></message>
-  <message name="BenchmarkService_echoSyntheticResponse">
-    <part name="result" type="ns3:Synthetic"/></message>
-  <message name="BenchmarkService_getOrder">
-    <part name="int_1" type="xsd:int"/>
-    <part name="int_2" type="xsd:int"/></message>
-  <message name="BenchmarkService_getOrderResponse">
-    <part name="result" type="ns3:Order"/></message>
-  <portType name="BenchmarkService">
-    <operation name="echoArrayOfSimpleUserType" parameterOrder="arrayOfSimpleUserType_1">
-      <input message="tns:BenchmarkService_echoArrayOfSimpleUserType"/>
-      <output message="tns:BenchmarkService_echoArrayOfSimpleUserTypeResponse"/></operation>
-    <operation name="echoSimpleType" parameterOrder="SimpleUserType_1">
-      <input message="tns:BenchmarkService_echoSimpleType"/>
-      <output message="tns:BenchmarkService_echoSimpleTypeResponse"/></operation>
-    <operation name="echoSynthetic" parameterOrder="Synthetic_1">
-      <input message="tns:BenchmarkService_echoSynthetic"/>
-      <output message="tns:BenchmarkService_echoSyntheticResponse"/></operation>
-    <operation name="getOrder" parameterOrder="int_1 int_2">
-      <input message="tns:BenchmarkService_getOrder"/>
-      <output message="tns:BenchmarkService_getOrderResponse"/></operation></portType>
-  <binding name="BenchmarkServiceBinding" type="tns:BenchmarkService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoArrayOfSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="echoSimpleType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="echoSynthetic">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="getOrder">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation></binding>
-  <service name="BenchmarkWebService">
-    <port name="BenchmarkServicePort" binding="tns:BenchmarkServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/META-INF/wsdl/BenchmarkWebService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,275 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.benchmark._arrays.org.jboss.test.ws.benchmark</package-type>
-<namespaceURI>http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark</namespaceURI>
-</package-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.LineItem</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:LineItem</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>itemId</java-variable-name>
-<xml-element-name>itemId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderQuantity</java-variable-name>
-<xml-element-name>orderQuantity</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productDescription</java-variable-name>
-<xml-element-name>productDescription</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>productId</java-variable-name>
-<xml-element-name>productId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>unitPrice</java-variable-name>
-<xml-element-name>unitPrice</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:SimpleUserType</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>f</java-variable-name>
-<xml-element-name>f</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>i</java-variable-name>
-<xml-element-name>i</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Synthetic</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>b</java-variable-name>
-<xml-element-name>b</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>s</java-variable-name>
-<xml-element-name>s</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>sut</java-variable-name>
-<xml-element-name>sut</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Address</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Address</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>address1</java-variable-name>
-<xml-element-name>address1</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>address2</java-variable-name>
-<xml-element-name>address2</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>city</java-variable-name>
-<xml-element-name>city</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>firstName</java-variable-name>
-<xml-element-name>firstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastName</java-variable-name>
-<xml-element-name>lastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>state</java-variable-name>
-<xml-element-name>state</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>zip</java-variable-name>
-<xml-element-name>zip</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Customer</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Customer</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>billingAddress</java-variable-name>
-<xml-element-name>billingAddress</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactFirstName</java-variable-name>
-<xml-element-name>contactFirstName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactLastName</java-variable-name>
-<xml-element-name>contactLastName</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>contactPhone</java-variable-name>
-<xml-element-name>contactPhone</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardExpirationDate</java-variable-name>
-<xml-element-name>creditCardExpirationDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>creditCardNumber</java-variable-name>
-<xml-element-name>creditCardNumber</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>customerId</java-variable-name>
-<xml-element-name>customerId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lastActivityDate</java-variable-name>
-<xml-element-name>lastActivityDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>shippingAddress</java-variable-name>
-<xml-element-name>shippingAddress</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.benchmark.Order</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/benchmark/types">typeNS:Order</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>customer</java-variable-name>
-<xml-element-name>customer</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>lineItems</java-variable-name>
-<xml-element-name>lineItems</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderDate</java-variable-name>
-<xml-element-name>orderDate</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderId</java-variable-name>
-<xml-element-name>orderId</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderStatus</java-variable-name>
-<xml-element-name>orderStatus</xml-element-name>
-</variable-mapping>
-<variable-mapping>
-<java-variable-name>orderTotalAmount</java-variable-name>
-<xml-element-name>orderTotalAmount</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<service-interface-mapping>
-<service-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkWebService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/benchmark">serviceNS:BenchmarkWebService</wsdl-service-name>
-<port-mapping>
-<port-name>BenchmarkServicePort</port-name>
-<java-port-name>BenchmarkServicePort</java-port-name>
-</port-mapping>
-</service-interface-mapping>
-<service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/benchmark">portTypeNS:BenchmarkService</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://org.jboss.ws/benchmark">bindingNS:BenchmarkServiceBinding</wsdl-binding>
-<service-endpoint-method-mapping>
-<java-method-name>echoArrayOfSimpleUserType</java-method-name>
-<wsdl-operation>echoArrayOfSimpleUserType</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserType</wsdl-message>
-<wsdl-message-part-name>arrayOfSimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType[]</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoArrayOfSimpleUserTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSimpleType</java-method-name>
-<wsdl-operation>echoSimpleType</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleType</wsdl-message>
-<wsdl-message-part-name>SimpleUserType_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.SimpleUserType</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSimpleTypeResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoSynthetic</java-method-name>
-<wsdl-operation>echoSynthetic</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSynthetic</wsdl-message>
-<wsdl-message-part-name>Synthetic_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Synthetic</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_echoSyntheticResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>getOrder</java-method-name>
-<wsdl-operation>getOrder</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_1</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<method-param-parts-mapping>
-<param-position>1</param-position>
-<param-type>int</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrder</wsdl-message>
-<wsdl-message-part-name>int_2</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.benchmark.Order</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/benchmark">wsdlMsgNS:BenchmarkService_getOrderResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-</service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  <context-root>benchmark-rpc</context-root>
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app 
-	 xmlns="http://java.sun.com/xml/ns/j2ee"
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-     version="2.4">
-
-	<servlet>
-		<servlet-name>BenchmarkServlet</servlet-name>
-		<servlet-class>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkJSEEndpoint</servlet-class>
-	</servlet>
-	
-	<servlet-mapping>
-      <servlet-name>BenchmarkServlet</servlet-name>
-      <url-pattern>/*</url-pattern>
-   </servlet-mapping>
-   
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,23 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<webservices
-   xmlns="http://java.sun.com/xml/ns/j2ee"
-   xmlns:impl="http://org.jboss.ws/benchmark"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-                 http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-   version="1.1">
-
-      <webservice-description>
-         <webservice-description-name>BenchmarkRpcLitJSEWS</webservice-description-name>
-         <wsdl-file>WEB-INF/wsdl/BenchmarkWebService.wsdl</wsdl-file>
-         <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-         <port-component>
-            <port-component-name>BenchmarkRpcLitJSEWS</port-component-name>
-            <wsdl-port>impl:BenchmarkServicePort</wsdl-port>
-            <service-endpoint-interface>org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService</service-endpoint-interface>
-            <service-impl-bean>
-               <servlet-link>BenchmarkServlet</servlet-link>
-            </service-impl-bean>
-         </port-component>
-      </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="BenchmarkWebService" targetNamespace="http://org.jboss.ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:ns3="http://org.jboss.ws/benchmark/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:tns="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://org.jboss.ws/benchmark/types" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/benchmark/types"/>
-      <complexType name="SimpleUserTypeArray">
-        <sequence>
-          <element name="value" type="ns2:SimpleUserType" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType></schema>
-    <schema targetNamespace="http://org.jboss.ws/benchmark/types" xmlns:tns="http://org.jboss.ws/benchmark/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/benchmark/types/arrays/org/jboss/test/ws/benchmark"/>
-      <complexType name="SimpleUserType">
-        <sequence>
-          <element name="f" type="float"/>
-          <element name="i" type="int"/>
-          <element name="s" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="Synthetic">
-        <sequence>
-          <element name="b" type="base64Binary" nillable="true"/>
-          <element name="s" type="string" nillable="true"/>
-          <element name="sut" type="tns:SimpleUserType" nillable="true"/></sequence></complexType>
-      <complexType name="Order">
-        <sequence>
-          <element name="customer" type="tns:Customer" nillable="true"/>
-          <element name="lineItems" type="tns:LineItem" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-          <element name="orderDate" type="dateTime" nillable="true"/>
-          <element name="orderId" type="int"/>
-          <element name="orderStatus" type="int"/>
-          <element name="orderTotalAmount" type="float"/></sequence></complexType>
-      <complexType name="Customer">
-        <sequence>
-          <element name="billingAddress" type="tns:Address" nillable="true"/>
-          <element name="contactFirstName" type="string" nillable="true"/>
-          <element name="contactLastName" type="string" nillable="true"/>
-          <element name="contactPhone" type="string" nillable="true"/>
-          <element name="creditCardExpirationDate" type="string" nillable="true"/>
-          <element name="creditCardNumber" type="string" nillable="true"/>
-          <element name="customerId" type="int"/>
-          <element name="lastActivityDate" type="dateTime" nillable="true"/>
-          <element name="shippingAddress" type="tns:Address" nillable="true"/></sequence></complexType>
-      <complexType name="Address">
-        <sequence>
-          <element name="address1" type="string" nillable="true"/>
-          <element name="address2" type="string" nillable="true"/>
-          <element name="city" type="string" nillable="true"/>
-          <element name="firstName" type="string" nillable="true"/>
-          <element name="lastName" type="string" nillable="true"/>
-          <element name="state" type="string" nillable="true"/>
-          <element name="zip" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="LineItem">
-        <sequence>
-          <element name="itemId" type="int"/>
-          <element name="orderId" type="int"/>
-          <element name="orderQuantity" type="int"/>
-          <element name="productDescription" type="string" nillable="true"/>
-          <element name="productId" type="int"/>
-          <element name="unitPrice" type="float"/></sequence></complexType></schema></types>
-  <message name="BenchmarkService_echoArrayOfSimpleUserType">
-    <part name="arrayOfSimpleUserType_1" type="ns2:SimpleUserTypeArray"/></message>
-  <message name="BenchmarkService_echoArrayOfSimpleUserTypeResponse">
-    <part name="result" type="ns2:SimpleUserTypeArray"/></message>
-  <message name="BenchmarkService_echoSimpleType">
-    <part name="SimpleUserType_1" type="ns3:SimpleUserType"/></message>
-  <message name="BenchmarkService_echoSimpleTypeResponse">
-    <part name="result" type="ns3:SimpleUserType"/></message>
-  <message name="BenchmarkService_echoSynthetic">
-    <part name="Synthetic_1" type="ns3:Synthetic"/></message>
-  <message name="BenchmarkService_echoSyntheticResponse">
-    <part name="result" type="ns3:Synthetic"/></message>
-  <message name="BenchmarkService_getOrder">
-    <part name="int_1" type="xsd:int"/>
-    <part name="int_2" type="xsd:int"/></message>
-  <message name="BenchmarkService_getOrderResponse">
-    <part name="result" type="ns3:Order"/></message>
-  <portType name="BenchmarkService">
-    <operation name="echoArrayOfSimpleUserType" parameterOrder="arrayOfSimpleUserType_1">
-      <input message="tns:BenchmarkService_echoArrayOfSimpleUserType"/>
-      <output message="tns:BenchmarkService_echoArrayOfSimpleUserTypeResponse"/></operation>
-    <operation name="echoSimpleType" parameterOrder="SimpleUserType_1">
-      <input message="tns:BenchmarkService_echoSimpleType"/>
-      <output message="tns:BenchmarkService_echoSimpleTypeResponse"/></operation>
-    <operation name="echoSynthetic" parameterOrder="Synthetic_1">
-      <input message="tns:BenchmarkService_echoSynthetic"/>
-      <output message="tns:BenchmarkService_echoSyntheticResponse"/></operation>
-    <operation name="getOrder" parameterOrder="int_1 int_2">
-      <input message="tns:BenchmarkService_getOrder"/>
-      <output message="tns:BenchmarkService_getOrderResponse"/></operation></portType>
-  <binding name="BenchmarkServiceBinding" type="tns:BenchmarkService">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoArrayOfSimpleUserType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="echoSimpleType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="echoSynthetic">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation>
-    <operation name="getOrder">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/benchmark"/></output></operation></binding>
-  <service name="BenchmarkWebService">
-    <port name="BenchmarkServicePort" binding="tns:BenchmarkServiceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/WEB-INF/wsdl/BenchmarkWebService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration
-xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-	<service name="BenchmarkWebService"
-		targetNamespace="http://org.jboss.ws/benchmark"
-		typeNamespace="http://org.jboss.ws/benchmark/types"
-		packageName="org.jboss.test.ws.jaxrpc.benchmark">
-
-			<interface name="org.jboss.test.ws.jaxrpc.benchmark.BenchmarkService"
-				servantName="org.jboss.test.ws.jaxrpc.benchmark.BenchmarkJSEEndpoint"/>
-	</service> 
-	
-</configuration> 
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/benchmark/rpclit/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/benchmark/rpclit/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/MarshallTestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTest</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-encoded-marshalltest/MarshallTest?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1167 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest</package-type>
-    <namespaceURI>http://marshalltestservice.org/wsdl</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>java.math</package-type>
-    <namespaceURI>http://marshalltestservice.org/types</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean</java-type>
-    <root-type-qname xmlns:typeNS="http://marshalltestservice.org/types">typeNS:JavaBean</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>myBigDecimal</java-variable-name>
-      <xml-element-name>myBigDecimal</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigDecimalArray</java-variable-name>
-      <xml-element-name>myBigDecimalArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigInteger</java-variable-name>
-      <xml-element-name>myBigInteger</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigIntegerArray</java-variable-name>
-      <xml-element-name>myBigIntegerArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean</java-variable-name>
-      <xml-element-name>myBoolean</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean1</java-variable-name>
-      <xml-element-name>myBoolean1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean1Array</java-variable-name>
-      <xml-element-name>myBoolean1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBooleanArray</java-variable-name>
-      <xml-element-name>myBooleanArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByte</java-variable-name>
-      <xml-element-name>myByte</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByte1</java-variable-name>
-      <xml-element-name>myByte1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByteArray</java-variable-name>
-      <xml-element-name>myByteArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myCalendar</java-variable-name>
-      <xml-element-name>myCalendar</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myCalendarArray</java-variable-name>
-      <xml-element-name>myCalendarArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble</java-variable-name>
-      <xml-element-name>myDouble</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble1</java-variable-name>
-      <xml-element-name>myDouble1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble1Array</java-variable-name>
-      <xml-element-name>myDouble1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDoubleArray</java-variable-name>
-      <xml-element-name>myDoubleArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat</java-variable-name>
-      <xml-element-name>myFloat</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat1</java-variable-name>
-      <xml-element-name>myFloat1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat1Array</java-variable-name>
-      <xml-element-name>myFloat1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloatArray</java-variable-name>
-      <xml-element-name>myFloatArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt</java-variable-name>
-      <xml-element-name>myInt</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt1</java-variable-name>
-      <xml-element-name>myInt1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt1Array</java-variable-name>
-      <xml-element-name>myInt1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myIntArray</java-variable-name>
-      <xml-element-name>myIntArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong</java-variable-name>
-      <xml-element-name>myLong</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong1</java-variable-name>
-      <xml-element-name>myLong1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong1Array</java-variable-name>
-      <xml-element-name>myLong1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLongArray</java-variable-name>
-      <xml-element-name>myLongArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort</java-variable-name>
-      <xml-element-name>myShort</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort1</java-variable-name>
-      <xml-element-name>myShort1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort1Array</java-variable-name>
-      <xml-element-name>myShort1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShortArray</java-variable-name>
-      <xml-element-name>myShortArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myString</java-variable-name>
-      <xml-element-name>myString</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myStringArray</java-variable-name>
-      <xml-element-name>myStringArray</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType</java-type>
-    <root-type-qname xmlns:typeNS="http://marshalltestservice.org/types">typeNS:ValueType</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>myBigDecimal</java-variable-name>
-      <xml-element-name>myBigDecimal</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigDecimalArray</java-variable-name>
-      <xml-element-name>myBigDecimalArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigInteger</java-variable-name>
-      <xml-element-name>myBigInteger</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBigIntegerArray</java-variable-name>
-      <xml-element-name>myBigIntegerArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean</java-variable-name>
-      <xml-element-name>myBoolean</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean1</java-variable-name>
-      <xml-element-name>myBoolean1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBoolean1Array</java-variable-name>
-      <xml-element-name>myBoolean1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myBooleanArray</java-variable-name>
-      <xml-element-name>myBooleanArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByte</java-variable-name>
-      <xml-element-name>myByte</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByte1</java-variable-name>
-      <xml-element-name>myByte1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myByteArray</java-variable-name>
-      <xml-element-name>myByteArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myCalendar</java-variable-name>
-      <xml-element-name>myCalendar</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myCalendarArray</java-variable-name>
-      <xml-element-name>myCalendarArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble</java-variable-name>
-      <xml-element-name>myDouble</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble1</java-variable-name>
-      <xml-element-name>myDouble1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDouble1Array</java-variable-name>
-      <xml-element-name>myDouble1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myDoubleArray</java-variable-name>
-      <xml-element-name>myDoubleArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat</java-variable-name>
-      <xml-element-name>myFloat</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat1</java-variable-name>
-      <xml-element-name>myFloat1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloat1Array</java-variable-name>
-      <xml-element-name>myFloat1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myFloatArray</java-variable-name>
-      <xml-element-name>myFloatArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt</java-variable-name>
-      <xml-element-name>myInt</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt1</java-variable-name>
-      <xml-element-name>myInt1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myInt1Array</java-variable-name>
-      <xml-element-name>myInt1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myIntArray</java-variable-name>
-      <xml-element-name>myIntArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong</java-variable-name>
-      <xml-element-name>myLong</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong1</java-variable-name>
-      <xml-element-name>myLong1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLong1Array</java-variable-name>
-      <xml-element-name>myLong1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myLongArray</java-variable-name>
-      <xml-element-name>myLongArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort</java-variable-name>
-      <xml-element-name>myShort</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort1</java-variable-name>
-      <xml-element-name>myShort1</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShort1Array</java-variable-name>
-      <xml-element-name>myShort1Array</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myShortArray</java-variable-name>
-      <xml-element-name>myShortArray</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myString</java-variable-name>
-      <xml-element-name>myString</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>myStringArray</java-variable-name>
-      <xml-element-name>myStringArray</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MyServiceException</java-type>
-    <root-type-qname xmlns:typeNS="http://marshalltestservice.org/types">typeNS:MyServiceException</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>theMessage</java-variable-name>
-      <xml-element-name>theMessage</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <exception-mapping>
-    <exception-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MyServiceException</exception-type>
-    <wsdl-message xmlns:exMsgNS="http://marshalltestservice.org/wsdl">exMsgNS:MyServiceException</wsdl-message>
-    <constructor-parameter-order>
-      <element-name>theMessage</element-name>
-    </constructor-parameter-order>
-  </exception-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTestService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://marshalltestservice.org/wsdl">serviceNS:MarshallTestService</wsdl-service-name>
-    <port-mapping>
-      <port-name>MarshallTestPort</port-name>
-      <java-port-name>MarshallTestPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTest</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://marshalltestservice.org/wsdl">portTypeNS:MarshallTest</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://marshalltestservice.org/wsdl">bindingNS:MarshallTestBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigDecimalArrayTest</java-method-name>
-      <wsdl-operation>bigDecimalArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigDecimal[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfBigDecimal_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigDecimal[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigDecimalMultiArrayTest</java-method-name>
-      <wsdl-operation>bigDecimalMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigDecimal[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfBigDecimal_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigDecimal[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigDecimalTest</java-method-name>
-      <wsdl-operation>bigDecimalTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalTest</wsdl-message>
-          <wsdl-message-part-name>BigDecimal_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigDecimal</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigDecimalTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigIntegerArrayTest</java-method-name>
-      <wsdl-operation>bigIntegerArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigInteger[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfBigInteger_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigInteger[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigIntegerMultiArrayTest</java-method-name>
-      <wsdl-operation>bigIntegerMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigInteger[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfBigInteger_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigInteger[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>bigIntegerTest</java-method-name>
-      <wsdl-operation>bigIntegerTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.math.BigInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerTest</wsdl-message>
-          <wsdl-message-part-name>BigInteger_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.math.BigInteger</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_bigIntegerTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>booleanArrayTest</java-method-name>
-      <wsdl-operation>booleanArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>boolean[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfboolean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>boolean[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>booleanMultiArrayTest</java-method-name>
-      <wsdl-operation>booleanMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>boolean[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfboolean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>boolean[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>booleanTest</java-method-name>
-      <wsdl-operation>booleanTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanTest</wsdl-message>
-          <wsdl-message-part-name>boolean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>boolean</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_booleanTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>byteArrayTest</java-method-name>
-      <wsdl-operation>byteArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>byte[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>byteMultiArrayTest</java-method-name>
-      <wsdl-operation>byteMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>byte[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfbyte_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>byte[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>byteTest</java-method-name>
-      <wsdl-operation>byteTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteTest</wsdl-message>
-          <wsdl-message-part-name>byte_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>byte</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>calendarArrayTest</java-method-name>
-      <wsdl-operation>calendarArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.util.Calendar[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfCalendar_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.util.Calendar[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>calendarMultiArrayTest</java-method-name>
-      <wsdl-operation>calendarMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.util.Calendar[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfCalendar_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.util.Calendar[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>calendarTest</java-method-name>
-      <wsdl-operation>calendarTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.util.Calendar</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarTest</wsdl-message>
-          <wsdl-message-part-name>Calendar_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.util.Calendar</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_calendarTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>doubleArrayTest</java-method-name>
-      <wsdl-operation>doubleArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>double[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfdouble_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>double[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>doubleMultiArrayTest</java-method-name>
-      <wsdl-operation>doubleMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>double[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfdouble_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>double[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>doubleTest</java-method-name>
-      <wsdl-operation>doubleTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleTest</wsdl-message>
-          <wsdl-message-part-name>double_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>double</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_doubleTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>floatArrayTest</java-method-name>
-      <wsdl-operation>floatArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>float[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOffloat_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>float[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>floatMultiArrayTest</java-method-name>
-      <wsdl-operation>floatMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>float[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOffloat_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>float[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>floatTest</java-method-name>
-      <wsdl-operation>floatTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatTest</wsdl-message>
-          <wsdl-message-part-name>float_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>float</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_floatTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>intArrayTest</java-method-name>
-      <wsdl-operation>intArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>int[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfint_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>int[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>intMultiArrayTest</java-method-name>
-      <wsdl-operation>intMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>int[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfint_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>int[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>intTest</java-method-name>
-      <wsdl-operation>intTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>int</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intTest</wsdl-message>
-          <wsdl-message-part-name>int_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>int</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_intTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>javaBeanArrayTest</java-method-name>
-      <wsdl-operation>javaBeanArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfJavaBean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>javaBeanMultiArrayTest</java-method-name>
-      <wsdl-operation>javaBeanMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfJavaBean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>javaBeanTest</java-method-name>
-      <wsdl-operation>javaBeanTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanTest</wsdl-message>
-          <wsdl-message-part-name>JavaBean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.JavaBean</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_javaBeanTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>longArrayTest</java-method-name>
-      <wsdl-operation>longArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>long[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOflong_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>long[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>longMultiArrayTest</java-method-name>
-      <wsdl-operation>longMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>long[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOflong_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>long[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>longTest</java-method-name>
-      <wsdl-operation>longTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>long</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longTest</wsdl-message>
-          <wsdl-message-part-name>long_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>long</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_longTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>myServiceExceptionTest</java-method-name>
-      <wsdl-operation>myServiceExceptionTest</wsdl-operation>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>shortArrayTest</java-method-name>
-      <wsdl-operation>shortArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>short[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfshort_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>short[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>shortMultiArrayTest</java-method-name>
-      <wsdl-operation>shortMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>short[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfshort_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>short[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>shortTest</java-method-name>
-      <wsdl-operation>shortTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortTest</wsdl-message>
-          <wsdl-message-part-name>short_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>short</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_shortTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>stringArrayTest</java-method-name>
-      <wsdl-operation>stringArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>stringMultiArrayTest</java-method-name>
-      <wsdl-operation>stringMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfString_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>stringTest</java-method-name>
-      <wsdl-operation>stringTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringTest</wsdl-message>
-          <wsdl-message-part-name>String_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_stringTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>valueTypeArrayTest</java-method-name>
-      <wsdl-operation>valueTypeArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfValueType_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType[]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>valueTypeMultiArrayTest</java-method-name>
-      <wsdl-operation>valueTypeMultiArrayTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType[][]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeMultiArrayTest</wsdl-message>
-          <wsdl-message-part-name>arrayOfarrayOfValueType_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType[][]</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeMultiArrayTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>valueTypeTest</java-method-name>
-      <wsdl-operation>valueTypeTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeTest</wsdl-message>
-          <wsdl-message-part-name>ValueType_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.encoded.marshalltest.ValueType</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_valueTypeTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>voidTest</java-method-name>
-      <wsdl-operation>voidTest</wsdl-operation>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperBooleanTest</java-method-name>
-      <wsdl-operation>wrapperBooleanTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperBooleanTest</wsdl-message>
-          <wsdl-message-part-name>Boolean_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Boolean</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperBooleanTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperByteTest</java-method-name>
-      <wsdl-operation>wrapperByteTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperByteTest</wsdl-message>
-          <wsdl-message-part-name>Byte_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Byte</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperByteTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperDoubleTest</java-method-name>
-      <wsdl-operation>wrapperDoubleTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperDoubleTest</wsdl-message>
-          <wsdl-message-part-name>Double_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Double</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperDoubleTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperFloatTest</java-method-name>
-      <wsdl-operation>wrapperFloatTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperFloatTest</wsdl-message>
-          <wsdl-message-part-name>Float_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Float</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperFloatTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperIntegerTest</java-method-name>
-      <wsdl-operation>wrapperIntegerTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Integer</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperIntegerTest</wsdl-message>
-          <wsdl-message-part-name>Integer_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Integer</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperIntegerTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperLongTest</java-method-name>
-      <wsdl-operation>wrapperLongTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Long</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperLongTest</wsdl-message>
-          <wsdl-message-part-name>Long_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Long</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperLongTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>wrapperShortTest</java-method-name>
-      <wsdl-operation>wrapperShortTest</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.Short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperShortTest</wsdl-message>
-          <wsdl-message-part-name>Short_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.Short</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_wrapperShortTestResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
-  
-  <servlet>
-    <servlet-name>MarshallTest</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTestImpl</servlet-class>
-  </servlet>
-  
-  <servlet-mapping>
-    <servlet-name>MarshallTest</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-  
-</web-app>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://marshalltestservice.org/wsdl"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>MarshallTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/MarshallTestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>MarshallTestPort</port-component-name>
-      <wsdl-port>impl:MarshallTestPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTest</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>MarshallTest</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1233 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="MarshallTestService" targetNamespace="http://marshalltestservice.org/wsdl" xmlns:tns="http://marshalltestservice.org/wsdl"
-  xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns3="http://marshalltestservice.org/types">
-  <types>
-    <schema targetNamespace="http://marshalltestservice.org/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://marshalltestservice.org/types"
-      xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
-      <complexType name="ArrayOfdecimal">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="decimal[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfdecimal">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfdecimal[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfinteger">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="integer[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfinteger">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfinteger[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfboolean">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="boolean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfboolean">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfboolean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfbase64Binary">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="base64Binary[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfdateTime">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="dateTime[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfdateTime">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfdateTime[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfdouble">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="double[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfdouble">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfdouble[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOffloat">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="float[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOffloat">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOffloat[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfint">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="int[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfint">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfint[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfJavaBean">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:JavaBean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="JavaBean">
-        <sequence>
-          <element name="myBigDecimal" type="decimal" nillable="true"/>
-          <element name="myBigDecimalArray" type="tns:ArrayOfdecimal" nillable="true"/>
-          <element name="myBigInteger" type="integer" nillable="true"/>
-          <element name="myBigIntegerArray" type="tns:ArrayOfinteger" nillable="true"/>
-          <element name="myBoolean" type="boolean" nillable="true"/>
-          <element name="myBoolean1" type="soap-enc:boolean" nillable="true"/>
-          <element name="myBoolean1Array" type="tns:ArrayOfBoolean" nillable="true"/>
-          <element name="myBooleanArray" type="tns:ArrayOfboolean" nillable="true"/>
-          <element name="myByte" type="byte" nillable="true"/>
-          <element name="myByte1" type="soap-enc:byte" nillable="true"/>
-          <element name="myByteArray" type="base64Binary" nillable="true"/>
-          <element name="myCalendar" type="dateTime" nillable="true"/>
-          <element name="myCalendarArray" type="tns:ArrayOfdateTime" nillable="true"/>
-          <element name="myDouble" type="double" nillable="true"/>
-          <element name="myDouble1" type="soap-enc:double" nillable="true"/>
-          <element name="myDouble1Array" type="tns:ArrayOfDouble" nillable="true"/>
-          <element name="myDoubleArray" type="tns:ArrayOfdouble" nillable="true"/>
-          <element name="myFloat" type="float" nillable="true"/>
-          <element name="myFloat1" type="soap-enc:float" nillable="true"/>
-          <element name="myFloat1Array" type="tns:ArrayOfFloat" nillable="true"/>
-          <element name="myFloatArray" type="tns:ArrayOffloat" nillable="true"/>
-          <element name="myInt" type="int" nillable="true"/>
-          <element name="myInt1" type="soap-enc:int" nillable="true"/>
-          <element name="myInt1Array" type="tns:ArrayOfInteger" nillable="true"/>
-          <element name="myIntArray" type="tns:ArrayOfint" nillable="true"/>
-          <element name="myLong" type="long" nillable="true"/>
-          <element name="myLong1" type="soap-enc:long" nillable="true"/>
-          <element name="myLong1Array" type="tns:ArrayOfLong" nillable="true"/>
-          <element name="myLongArray" type="tns:ArrayOflong" nillable="true"/>
-          <element name="myShort" type="short" nillable="true"/>
-          <element name="myShort1" type="soap-enc:short" nillable="true"/>
-          <element name="myShort1Array" type="tns:ArrayOfShort" nillable="true"/>
-          <element name="myShortArray" type="tns:ArrayOfshort" nillable="true"/>
-          <element name="myString" type="string" nillable="true"/>
-          <element name="myStringArray" type="tns:ArrayOfstring" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="ArrayOfBoolean">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:boolean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfDouble">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:double[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfFloat">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:float[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfInteger">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:int[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfLong">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:long[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOflong">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="long[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfShort">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="soap-enc:short[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfshort">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="short[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfstring">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="string[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfJavaBean">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfJavaBean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOflong">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOflong[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="MyServiceException">
-        <sequence>
-          <element name="theMessage" type="string"/>
-        </sequence>
-      </complexType>
-      <complexType name="ArrayOfArrayOfshort">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfshort[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfArrayOfstring">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfstring[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfValueType">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ValueType[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ValueType">
-        <sequence>
-          <element name="myBigDecimal" type="decimal" nillable="true"/>
-          <element name="myBigDecimalArray" type="tns:ArrayOfdecimal" nillable="true"/>
-          <element name="myBigInteger" type="integer" nillable="true"/>
-          <element name="myBigIntegerArray" type="tns:ArrayOfinteger" nillable="true"/>
-          <element name="myBoolean" type="boolean" nillable="true"/>
-          <element name="myBoolean1" type="soap-enc:boolean" nillable="true"/>
-          <element name="myBoolean1Array" type="tns:ArrayOfBoolean" nillable="true"/>
-          <element name="myBooleanArray" type="tns:ArrayOfboolean" nillable="true"/>
-          <element name="myByte" type="byte" nillable="true"/>
-          <element name="myByte1" type="soap-enc:byte" nillable="true"/>
-          <element name="myByteArray" type="base64Binary" nillable="true"/>
-          <element name="myCalendar" type="dateTime" nillable="true"/>
-          <element name="myCalendarArray" type="tns:ArrayOfdateTime" nillable="true"/>
-          <element name="myDouble" type="double" nillable="true"/>
-          <element name="myDouble1" type="soap-enc:double" nillable="true"/>
-          <element name="myDouble1Array" type="tns:ArrayOfDouble" nillable="true"/>
-          <element name="myDoubleArray" type="tns:ArrayOfdouble" nillable="true"/>
-          <element name="myFloat" type="float" nillable="true"/>
-          <element name="myFloat1" type="soap-enc:float" nillable="true"/>
-          <element name="myFloat1Array" type="tns:ArrayOfFloat" nillable="true"/>
-          <element name="myFloatArray" type="tns:ArrayOffloat" nillable="true"/>
-          <element name="myInt" type="int" nillable="true"/>
-          <element name="myInt1" type="soap-enc:int" nillable="true"/>
-          <element name="myInt1Array" type="tns:ArrayOfInteger" nillable="true"/>
-          <element name="myIntArray" type="tns:ArrayOfint" nillable="true"/>
-          <element name="myLong" type="long" nillable="true"/>
-          <element name="myLong1" type="soap-enc:long" nillable="true"/>
-          <element name="myLong1Array" type="tns:ArrayOfLong" nillable="true"/>
-          <element name="myLongArray" type="tns:ArrayOflong" nillable="true"/>
-          <element name="myShort" type="short" nillable="true"/>
-          <element name="myShort1" type="soap-enc:short" nillable="true"/>
-          <element name="myShort1Array" type="tns:ArrayOfShort" nillable="true"/>
-          <element name="myShortArray" type="tns:ArrayOfshort" nillable="true"/>
-          <element name="myString" type="string" nillable="true"/>
-          <element name="myStringArray" type="tns:ArrayOfstring" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="ArrayOfArrayOfValueType">
-        <complexContent>
-          <restriction base="soap-enc:Array">
-            <attribute ref="soap-enc:arrayType" wsdl:arrayType="tns:ArrayOfValueType[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-    </schema>
-  </types>
-  <message name="MarshallTest_bigDecimalArrayTest">
-    <part name="arrayOfBigDecimal_1" type="ns3:ArrayOfdecimal"/>
-  </message>
-  <message name="MarshallTest_bigDecimalArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfdecimal"/>
-  </message>
-  <message name="MarshallTest_bigDecimalMultiArrayTest">
-    <part name="arrayOfarrayOfBigDecimal_1" type="ns3:ArrayOfArrayOfdecimal"/>
-  </message>
-  <message name="MarshallTest_bigDecimalMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfdecimal"/>
-  </message>
-  <message name="MarshallTest_bigDecimalTest">
-    <part name="BigDecimal_1" type="xsd:decimal"/>
-  </message>
-  <message name="MarshallTest_bigDecimalTestResponse">
-    <part name="result" type="xsd:decimal"/>
-  </message>
-  <message name="MarshallTest_bigIntegerArrayTest">
-    <part name="arrayOfBigInteger_1" type="ns3:ArrayOfinteger"/>
-  </message>
-  <message name="MarshallTest_bigIntegerArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfinteger"/>
-  </message>
-  <message name="MarshallTest_bigIntegerMultiArrayTest">
-    <part name="arrayOfarrayOfBigInteger_1" type="ns3:ArrayOfArrayOfinteger"/>
-  </message>
-  <message name="MarshallTest_bigIntegerMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfinteger"/>
-  </message>
-  <message name="MarshallTest_bigIntegerTest">
-    <part name="BigInteger_1" type="xsd:integer"/>
-  </message>
-  <message name="MarshallTest_bigIntegerTestResponse">
-    <part name="result" type="xsd:integer"/>
-  </message>
-  <message name="MarshallTest_booleanArrayTest">
-    <part name="arrayOfboolean_1" type="ns3:ArrayOfboolean"/>
-  </message>
-  <message name="MarshallTest_booleanArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfboolean"/>
-  </message>
-  <message name="MarshallTest_booleanMultiArrayTest">
-    <part name="arrayOfarrayOfboolean_1" type="ns3:ArrayOfArrayOfboolean"/>
-  </message>
-  <message name="MarshallTest_booleanMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfboolean"/>
-  </message>
-  <message name="MarshallTest_booleanTest">
-    <part name="boolean_1" type="xsd:boolean"/>
-  </message>
-  <message name="MarshallTest_booleanTestResponse">
-    <part name="result" type="xsd:boolean"/>
-  </message>
-  <message name="MarshallTest_byteArrayTest">
-    <part name="arrayOfbyte_1" type="xsd:base64Binary"/>
-  </message>
-  <message name="MarshallTest_byteArrayTestResponse">
-    <part name="result" type="xsd:base64Binary"/>
-  </message>
-  <message name="MarshallTest_byteMultiArrayTest">
-    <part name="arrayOfarrayOfbyte_1" type="ns3:ArrayOfbase64Binary"/>
-  </message>
-  <message name="MarshallTest_byteMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfbase64Binary"/>
-  </message>
-  <message name="MarshallTest_byteTest">
-    <part name="byte_1" type="xsd:byte"/>
-  </message>
-  <message name="MarshallTest_byteTestResponse">
-    <part name="result" type="xsd:byte"/>
-  </message>
-  <message name="MarshallTest_calendarArrayTest">
-    <part name="arrayOfCalendar_1" type="ns3:ArrayOfdateTime"/>
-  </message>
-  <message name="MarshallTest_calendarArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfdateTime"/>
-  </message>
-  <message name="MarshallTest_calendarMultiArrayTest">
-    <part name="arrayOfarrayOfCalendar_1" type="ns3:ArrayOfArrayOfdateTime"/>
-  </message>
-  <message name="MarshallTest_calendarMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfdateTime"/>
-  </message>
-  <message name="MarshallTest_calendarTest">
-    <part name="Calendar_1" type="xsd:dateTime"/>
-  </message>
-  <message name="MarshallTest_calendarTestResponse">
-    <part name="result" type="xsd:dateTime"/>
-  </message>
-  <message name="MarshallTest_doubleArrayTest">
-    <part name="arrayOfdouble_1" type="ns3:ArrayOfdouble"/>
-  </message>
-  <message name="MarshallTest_doubleArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfdouble"/>
-  </message>
-  <message name="MarshallTest_doubleMultiArrayTest">
-    <part name="arrayOfarrayOfdouble_1" type="ns3:ArrayOfArrayOfdouble"/>
-  </message>
-  <message name="MarshallTest_doubleMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfdouble"/>
-  </message>
-  <message name="MarshallTest_doubleTest">
-    <part name="double_1" type="xsd:double"/>
-  </message>
-  <message name="MarshallTest_doubleTestResponse">
-    <part name="result" type="xsd:double"/>
-  </message>
-  <message name="MarshallTest_floatArrayTest">
-    <part name="arrayOffloat_1" type="ns3:ArrayOffloat"/>
-  </message>
-  <message name="MarshallTest_floatArrayTestResponse">
-    <part name="result" type="ns3:ArrayOffloat"/>
-  </message>
-  <message name="MarshallTest_floatMultiArrayTest">
-    <part name="arrayOfarrayOffloat_1" type="ns3:ArrayOfArrayOffloat"/>
-  </message>
-  <message name="MarshallTest_floatMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOffloat"/>
-  </message>
-  <message name="MarshallTest_floatTest">
-    <part name="float_1" type="xsd:float"/>
-  </message>
-  <message name="MarshallTest_floatTestResponse">
-    <part name="result" type="xsd:float"/>
-  </message>
-  <message name="MarshallTest_intArrayTest">
-    <part name="arrayOfint_1" type="ns3:ArrayOfint"/>
-  </message>
-  <message name="MarshallTest_intArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfint"/>
-  </message>
-  <message name="MarshallTest_intMultiArrayTest">
-    <part name="arrayOfarrayOfint_1" type="ns3:ArrayOfArrayOfint"/>
-  </message>
-  <message name="MarshallTest_intMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfint"/>
-  </message>
-  <message name="MarshallTest_intTest">
-    <part name="int_1" type="xsd:int"/>
-  </message>
-  <message name="MarshallTest_intTestResponse">
-    <part name="result" type="xsd:int"/>
-  </message>
-  <message name="MarshallTest_javaBeanArrayTest">
-    <part name="arrayOfJavaBean_1" type="ns3:ArrayOfJavaBean"/>
-  </message>
-  <message name="MarshallTest_javaBeanArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfJavaBean"/>
-  </message>
-  <message name="MarshallTest_javaBeanMultiArrayTest">
-    <part name="arrayOfarrayOfJavaBean_1" type="ns3:ArrayOfArrayOfJavaBean"/>
-  </message>
-  <message name="MarshallTest_javaBeanMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfJavaBean"/>
-  </message>
-  <message name="MarshallTest_javaBeanTest">
-    <part name="JavaBean_1" type="ns3:JavaBean"/>
-  </message>
-  <message name="MarshallTest_javaBeanTestResponse">
-    <part name="result" type="ns3:JavaBean"/>
-  </message>
-  <message name="MarshallTest_longArrayTest">
-    <part name="arrayOflong_1" type="ns3:ArrayOflong"/>
-  </message>
-  <message name="MarshallTest_longArrayTestResponse">
-    <part name="result" type="ns3:ArrayOflong"/>
-  </message>
-  <message name="MarshallTest_longMultiArrayTest">
-    <part name="arrayOfarrayOflong_1" type="ns3:ArrayOfArrayOflong"/>
-  </message>
-  <message name="MarshallTest_longMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOflong"/>
-  </message>
-  <message name="MarshallTest_longTest">
-    <part name="long_1" type="xsd:long"/>
-  </message>
-  <message name="MarshallTest_longTestResponse">
-    <part name="result" type="xsd:long"/>
-  </message>
-  <message name="MarshallTest_myServiceExceptionTest"/>
-  <message name="MarshallTest_myServiceExceptionTestResponse"/>
-  <message name="MyServiceException">
-    <part name="MyServiceException" type="ns3:MyServiceException"/>
-  </message>
-  <message name="MarshallTest_shortArrayTest">
-    <part name="arrayOfshort_1" type="ns3:ArrayOfshort"/>
-  </message>
-  <message name="MarshallTest_shortArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfshort"/>
-  </message>
-  <message name="MarshallTest_shortMultiArrayTest">
-    <part name="arrayOfarrayOfshort_1" type="ns3:ArrayOfArrayOfshort"/>
-  </message>
-  <message name="MarshallTest_shortMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfshort"/>
-  </message>
-  <message name="MarshallTest_shortTest">
-    <part name="short_1" type="xsd:short"/>
-  </message>
-  <message name="MarshallTest_shortTestResponse">
-    <part name="result" type="xsd:short"/>
-  </message>
-  <message name="MarshallTest_stringArrayTest">
-    <part name="arrayOfString_1" type="ns3:ArrayOfstring"/>
-  </message>
-  <message name="MarshallTest_stringArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfstring"/>
-  </message>
-  <message name="MarshallTest_stringMultiArrayTest">
-    <part name="arrayOfarrayOfString_1" type="ns3:ArrayOfArrayOfstring"/>
-  </message>
-  <message name="MarshallTest_stringMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfstring"/>
-  </message>
-  <message name="MarshallTest_stringTest">
-    <part name="String_1" type="xsd:string"/>
-  </message>
-  <message name="MarshallTest_stringTestResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="MarshallTest_valueTypeArrayTest">
-    <part name="arrayOfValueType_1" type="ns3:ArrayOfValueType"/>
-  </message>
-  <message name="MarshallTest_valueTypeArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfValueType"/>
-  </message>
-  <message name="MarshallTest_valueTypeMultiArrayTest">
-    <part name="arrayOfarrayOfValueType_1" type="ns3:ArrayOfArrayOfValueType"/>
-  </message>
-  <message name="MarshallTest_valueTypeMultiArrayTestResponse">
-    <part name="result" type="ns3:ArrayOfArrayOfValueType"/>
-  </message>
-  <message name="MarshallTest_valueTypeTest">
-    <part name="ValueType_1" type="ns3:ValueType"/>
-  </message>
-  <message name="MarshallTest_valueTypeTestResponse">
-    <part name="result" type="ns3:ValueType"/>
-  </message>
-  <message name="MarshallTest_voidTest"/>
-  <message name="MarshallTest_voidTestResponse"/>
-  <message name="MarshallTest_wrapperBooleanTest">
-    <part name="Boolean_1" type="ns2:boolean"/>
-  </message>
-  <message name="MarshallTest_wrapperBooleanTestResponse">
-    <part name="result" type="ns2:boolean"/>
-  </message>
-  <message name="MarshallTest_wrapperByteTest">
-    <part name="Byte_1" type="ns2:byte"/>
-  </message>
-  <message name="MarshallTest_wrapperByteTestResponse">
-    <part name="result" type="ns2:byte"/>
-  </message>
-  <message name="MarshallTest_wrapperDoubleTest">
-    <part name="Double_1" type="ns2:double"/>
-  </message>
-  <message name="MarshallTest_wrapperDoubleTestResponse">
-    <part name="result" type="ns2:double"/>
-  </message>
-  <message name="MarshallTest_wrapperFloatTest">
-    <part name="Float_1" type="ns2:float"/>
-  </message>
-  <message name="MarshallTest_wrapperFloatTestResponse">
-    <part name="result" type="ns2:float"/>
-  </message>
-  <message name="MarshallTest_wrapperIntegerTest">
-    <part name="Integer_1" type="ns2:int"/>
-  </message>
-  <message name="MarshallTest_wrapperIntegerTestResponse">
-    <part name="result" type="ns2:int"/>
-  </message>
-  <message name="MarshallTest_wrapperLongTest">
-    <part name="Long_1" type="ns2:long"/>
-  </message>
-  <message name="MarshallTest_wrapperLongTestResponse">
-    <part name="result" type="ns2:long"/>
-  </message>
-  <message name="MarshallTest_wrapperShortTest">
-    <part name="Short_1" type="ns2:short"/>
-  </message>
-  <message name="MarshallTest_wrapperShortTestResponse">
-    <part name="result" type="ns2:short"/>
-  </message>
-  <portType name="MarshallTest">
-    <operation name="bigDecimalArrayTest" parameterOrder="arrayOfBigDecimal_1">
-      <input message="tns:MarshallTest_bigDecimalArrayTest"/>
-      <output message="tns:MarshallTest_bigDecimalArrayTestResponse"/>
-    </operation>
-    <operation name="bigDecimalMultiArrayTest" parameterOrder="arrayOfarrayOfBigDecimal_1">
-      <input message="tns:MarshallTest_bigDecimalMultiArrayTest"/>
-      <output message="tns:MarshallTest_bigDecimalMultiArrayTestResponse"/>
-    </operation>
-    <operation name="bigDecimalTest" parameterOrder="BigDecimal_1">
-      <input message="tns:MarshallTest_bigDecimalTest"/>
-      <output message="tns:MarshallTest_bigDecimalTestResponse"/>
-    </operation>
-    <operation name="bigIntegerArrayTest" parameterOrder="arrayOfBigInteger_1">
-      <input message="tns:MarshallTest_bigIntegerArrayTest"/>
-      <output message="tns:MarshallTest_bigIntegerArrayTestResponse"/>
-    </operation>
-    <operation name="bigIntegerMultiArrayTest" parameterOrder="arrayOfarrayOfBigInteger_1">
-      <input message="tns:MarshallTest_bigIntegerMultiArrayTest"/>
-      <output message="tns:MarshallTest_bigIntegerMultiArrayTestResponse"/>
-    </operation>
-    <operation name="bigIntegerTest" parameterOrder="BigInteger_1">
-      <input message="tns:MarshallTest_bigIntegerTest"/>
-      <output message="tns:MarshallTest_bigIntegerTestResponse"/>
-    </operation>
-    <operation name="booleanArrayTest" parameterOrder="arrayOfboolean_1">
-      <input message="tns:MarshallTest_booleanArrayTest"/>
-      <output message="tns:MarshallTest_booleanArrayTestResponse"/>
-    </operation>
-    <operation name="booleanMultiArrayTest" parameterOrder="arrayOfarrayOfboolean_1">
-      <input message="tns:MarshallTest_booleanMultiArrayTest"/>
-      <output message="tns:MarshallTest_booleanMultiArrayTestResponse"/>
-    </operation>
-    <operation name="booleanTest" parameterOrder="boolean_1">
-      <input message="tns:MarshallTest_booleanTest"/>
-      <output message="tns:MarshallTest_booleanTestResponse"/>
-    </operation>
-    <operation name="byteArrayTest" parameterOrder="arrayOfbyte_1">
-      <input message="tns:MarshallTest_byteArrayTest"/>
-      <output message="tns:MarshallTest_byteArrayTestResponse"/>
-    </operation>
-    <operation name="byteMultiArrayTest" parameterOrder="arrayOfarrayOfbyte_1">
-      <input message="tns:MarshallTest_byteMultiArrayTest"/>
-      <output message="tns:MarshallTest_byteMultiArrayTestResponse"/>
-    </operation>
-    <operation name="byteTest" parameterOrder="byte_1">
-      <input message="tns:MarshallTest_byteTest"/>
-      <output message="tns:MarshallTest_byteTestResponse"/>
-    </operation>
-    <operation name="calendarArrayTest" parameterOrder="arrayOfCalendar_1">
-      <input message="tns:MarshallTest_calendarArrayTest"/>
-      <output message="tns:MarshallTest_calendarArrayTestResponse"/>
-    </operation>
-    <operation name="calendarMultiArrayTest" parameterOrder="arrayOfarrayOfCalendar_1">
-      <input message="tns:MarshallTest_calendarMultiArrayTest"/>
-      <output message="tns:MarshallTest_calendarMultiArrayTestResponse"/>
-    </operation>
-    <operation name="calendarTest" parameterOrder="Calendar_1">
-      <input message="tns:MarshallTest_calendarTest"/>
-      <output message="tns:MarshallTest_calendarTestResponse"/>
-    </operation>
-    <operation name="doubleArrayTest" parameterOrder="arrayOfdouble_1">
-      <input message="tns:MarshallTest_doubleArrayTest"/>
-      <output message="tns:MarshallTest_doubleArrayTestResponse"/>
-    </operation>
-    <operation name="doubleMultiArrayTest" parameterOrder="arrayOfarrayOfdouble_1">
-      <input message="tns:MarshallTest_doubleMultiArrayTest"/>
-      <output message="tns:MarshallTest_doubleMultiArrayTestResponse"/>
-    </operation>
-    <operation name="doubleTest" parameterOrder="double_1">
-      <input message="tns:MarshallTest_doubleTest"/>
-      <output message="tns:MarshallTest_doubleTestResponse"/>
-    </operation>
-    <operation name="floatArrayTest" parameterOrder="arrayOffloat_1">
-      <input message="tns:MarshallTest_floatArrayTest"/>
-      <output message="tns:MarshallTest_floatArrayTestResponse"/>
-    </operation>
-    <operation name="floatMultiArrayTest" parameterOrder="arrayOfarrayOffloat_1">
-      <input message="tns:MarshallTest_floatMultiArrayTest"/>
-      <output message="tns:MarshallTest_floatMultiArrayTestResponse"/>
-    </operation>
-    <operation name="floatTest" parameterOrder="float_1">
-      <input message="tns:MarshallTest_floatTest"/>
-      <output message="tns:MarshallTest_floatTestResponse"/>
-    </operation>
-    <operation name="intArrayTest" parameterOrder="arrayOfint_1">
-      <input message="tns:MarshallTest_intArrayTest"/>
-      <output message="tns:MarshallTest_intArrayTestResponse"/>
-    </operation>
-    <operation name="intMultiArrayTest" parameterOrder="arrayOfarrayOfint_1">
-      <input message="tns:MarshallTest_intMultiArrayTest"/>
-      <output message="tns:MarshallTest_intMultiArrayTestResponse"/>
-    </operation>
-    <operation name="intTest" parameterOrder="int_1">
-      <input message="tns:MarshallTest_intTest"/>
-      <output message="tns:MarshallTest_intTestResponse"/>
-    </operation>
-    <operation name="javaBeanArrayTest" parameterOrder="arrayOfJavaBean_1">
-      <input message="tns:MarshallTest_javaBeanArrayTest"/>
-      <output message="tns:MarshallTest_javaBeanArrayTestResponse"/>
-    </operation>
-    <operation name="javaBeanMultiArrayTest" parameterOrder="arrayOfarrayOfJavaBean_1">
-      <input message="tns:MarshallTest_javaBeanMultiArrayTest"/>
-      <output message="tns:MarshallTest_javaBeanMultiArrayTestResponse"/>
-    </operation>
-    <operation name="javaBeanTest" parameterOrder="JavaBean_1">
-      <input message="tns:MarshallTest_javaBeanTest"/>
-      <output message="tns:MarshallTest_javaBeanTestResponse"/>
-    </operation>
-    <operation name="longArrayTest" parameterOrder="arrayOflong_1">
-      <input message="tns:MarshallTest_longArrayTest"/>
-      <output message="tns:MarshallTest_longArrayTestResponse"/>
-    </operation>
-    <operation name="longMultiArrayTest" parameterOrder="arrayOfarrayOflong_1">
-      <input message="tns:MarshallTest_longMultiArrayTest"/>
-      <output message="tns:MarshallTest_longMultiArrayTestResponse"/>
-    </operation>
-    <operation name="longTest" parameterOrder="long_1">
-      <input message="tns:MarshallTest_longTest"/>
-      <output message="tns:MarshallTest_longTestResponse"/>
-    </operation>
-    <operation name="myServiceExceptionTest">
-      <input message="tns:MarshallTest_myServiceExceptionTest"/>
-      <output message="tns:MarshallTest_myServiceExceptionTestResponse"/>
-      <fault name="MyServiceException" message="tns:MyServiceException"/>
-    </operation>
-    <operation name="shortArrayTest" parameterOrder="arrayOfshort_1">
-      <input message="tns:MarshallTest_shortArrayTest"/>
-      <output message="tns:MarshallTest_shortArrayTestResponse"/>
-    </operation>
-    <operation name="shortMultiArrayTest" parameterOrder="arrayOfarrayOfshort_1">
-      <input message="tns:MarshallTest_shortMultiArrayTest"/>
-      <output message="tns:MarshallTest_shortMultiArrayTestResponse"/>
-    </operation>
-    <operation name="shortTest" parameterOrder="short_1">
-      <input message="tns:MarshallTest_shortTest"/>
-      <output message="tns:MarshallTest_shortTestResponse"/>
-    </operation>
-    <operation name="stringArrayTest" parameterOrder="arrayOfString_1">
-      <input message="tns:MarshallTest_stringArrayTest"/>
-      <output message="tns:MarshallTest_stringArrayTestResponse"/>
-    </operation>
-    <operation name="stringMultiArrayTest" parameterOrder="arrayOfarrayOfString_1">
-      <input message="tns:MarshallTest_stringMultiArrayTest"/>
-      <output message="tns:MarshallTest_stringMultiArrayTestResponse"/>
-    </operation>
-    <operation name="stringTest" parameterOrder="String_1">
-      <input message="tns:MarshallTest_stringTest"/>
-      <output message="tns:MarshallTest_stringTestResponse"/>
-    </operation>
-    <operation name="valueTypeArrayTest" parameterOrder="arrayOfValueType_1">
-      <input message="tns:MarshallTest_valueTypeArrayTest"/>
-      <output message="tns:MarshallTest_valueTypeArrayTestResponse"/>
-    </operation>
-    <operation name="valueTypeMultiArrayTest" parameterOrder="arrayOfarrayOfValueType_1">
-      <input message="tns:MarshallTest_valueTypeMultiArrayTest"/>
-      <output message="tns:MarshallTest_valueTypeMultiArrayTestResponse"/>
-    </operation>
-    <operation name="valueTypeTest" parameterOrder="ValueType_1">
-      <input message="tns:MarshallTest_valueTypeTest"/>
-      <output message="tns:MarshallTest_valueTypeTestResponse"/>
-    </operation>
-    <operation name="voidTest">
-      <input message="tns:MarshallTest_voidTest"/>
-      <output message="tns:MarshallTest_voidTestResponse"/>
-    </operation>
-    <operation name="wrapperBooleanTest" parameterOrder="Boolean_1">
-      <input message="tns:MarshallTest_wrapperBooleanTest"/>
-      <output message="tns:MarshallTest_wrapperBooleanTestResponse"/>
-    </operation>
-    <operation name="wrapperByteTest" parameterOrder="Byte_1">
-      <input message="tns:MarshallTest_wrapperByteTest"/>
-      <output message="tns:MarshallTest_wrapperByteTestResponse"/>
-    </operation>
-    <operation name="wrapperDoubleTest" parameterOrder="Double_1">
-      <input message="tns:MarshallTest_wrapperDoubleTest"/>
-      <output message="tns:MarshallTest_wrapperDoubleTestResponse"/>
-    </operation>
-    <operation name="wrapperFloatTest" parameterOrder="Float_1">
-      <input message="tns:MarshallTest_wrapperFloatTest"/>
-      <output message="tns:MarshallTest_wrapperFloatTestResponse"/>
-    </operation>
-    <operation name="wrapperIntegerTest" parameterOrder="Integer_1">
-      <input message="tns:MarshallTest_wrapperIntegerTest"/>
-      <output message="tns:MarshallTest_wrapperIntegerTestResponse"/>
-    </operation>
-    <operation name="wrapperLongTest" parameterOrder="Long_1">
-      <input message="tns:MarshallTest_wrapperLongTest"/>
-      <output message="tns:MarshallTest_wrapperLongTestResponse"/>
-    </operation>
-    <operation name="wrapperShortTest" parameterOrder="Short_1">
-      <input message="tns:MarshallTest_wrapperShortTest"/>
-      <output message="tns:MarshallTest_wrapperShortTestResponse"/>
-    </operation>
-  </portType>
-  <binding name="MarshallTestBinding" type="tns:MarshallTest">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="bigDecimalArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="bigDecimalMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="bigDecimalTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="bigIntegerArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="bigIntegerMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="bigIntegerTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="booleanArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="booleanMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="booleanTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="byteArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="byteMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="byteTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="calendarArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="calendarMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="calendarTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="doubleArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="doubleMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="doubleTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="floatArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="floatMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="floatTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="intArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="intMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="intTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="javaBeanArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="javaBeanMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="javaBeanTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="longArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="longMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="longTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="myServiceExceptionTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-      <fault name="MyServiceException">
-        <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </fault>
-    </operation>
-    <operation name="shortArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="shortMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="shortTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="stringArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="stringMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="stringTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="valueTypeArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="valueTypeMultiArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="valueTypeTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="voidTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperBooleanTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperByteTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperDoubleTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperFloatTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperIntegerTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperLongTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-    <operation name="wrapperShortTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </input>
-      <output>
-        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="MarshallTestService">
-    <port name="MarshallTestPort" binding="tns:MarshallTestBinding">
-      <soap:address location="http://@jbosstest.host.name@:8080/J2WMT/jaxrpc/MarshallTest"/>
-    </port>
-  </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../../../output/classes -gen:server -mapping jaxrpc-mapping.xml -keep config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <wsdl location="./WEB-INF/wsdl/MarshallTestService.wsdl"
-    packageName="org.jboss.test.ws.jaxrpc.encoded.marshalltest">
-  </wsdl>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/marshalltest/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/marshalltest/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/ParameterModeTest.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.parametermode.ParameterModeTest</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-encoded-parametermode/ParameterModeTest?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1342 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.encoded.parametermode</package-type>
-    <namespaceURI>http://ParameterModeTest.org/</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.encoded.parametermode</package-type>
-    <namespaceURI>http://ParameterModeTest.org/xsd</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.AllStruct</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:AllStruct</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>varString</java-variable-name>
-      <xml-element-name>varString</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varInteger</java-variable-name>
-      <xml-element-name>varInteger</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varInt</java-variable-name>
-      <xml-element-name>varInt</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varLong</java-variable-name>
-      <xml-element-name>varLong</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varShort</java-variable-name>
-      <xml-element-name>varShort</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varDecimal</java-variable-name>
-      <xml-element-name>varDecimal</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varFloat</java-variable-name>
-      <xml-element-name>varFloat</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varDouble</java-variable-name>
-      <xml-element-name>varDouble</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varBoolean</java-variable-name>
-      <xml-element-name>varBoolean</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varByte</java-variable-name>
-      <xml-element-name>varByte</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varQName</java-variable-name>
-      <xml-element-name>varQName</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varDateTime</java-variable-name>
-      <xml-element-name>varDateTime</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapString</java-variable-name>
-      <xml-element-name>varSoapString</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapBoolean</java-variable-name>
-      <xml-element-name>varSoapBoolean</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapFloat</java-variable-name>
-      <xml-element-name>varSoapFloat</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapDouble</java-variable-name>
-      <xml-element-name>varSoapDouble</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapDecimal</java-variable-name>
-      <xml-element-name>varSoapDecimal</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapInt</java-variable-name>
-      <xml-element-name>varSoapInt</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapShort</java-variable-name>
-      <xml-element-name>varSoapShort</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapByte</java-variable-name>
-      <xml-element-name>varSoapByte</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varBase64Binary</java-variable-name>
-      <xml-element-name>varBase64Binary</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varHexBinary</java-variable-name>
-      <xml-element-name>varHexBinary</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>varSoapBase64</java-variable-name>
-      <xml-element-name>varSoapBase64</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.Book</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:Book</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>author</java-variable-name>
-      <xml-element-name>author</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>title</java-variable-name>
-      <xml-element-name>title</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>isbn</java-variable-name>
-      <xml-element-name>isbn</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumByte</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumInt</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumFloat</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumLong</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumDouble</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumString</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumInteger</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumDecimal</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort</java-type>
-    <root-type-qname xmlns:typeNS="http://ParameterModeTest.org/xsd">typeNS:enumShort</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.encoded.parametermode.ParameterModeTestService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://ParameterModeTest.org/">serviceNS:ParameterModeTestService</wsdl-service-name>
-    <port-mapping>
-      <port-name>ParameterModeTestPort</port-name>
-      <java-port-name>ParameterModeTestPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.parametermode.ParameterModeTest</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://ParameterModeTest.org/">portTypeNS:ParameterModeTest</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://ParameterModeTest.org/">bindingNS:ParameterModeTestBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoIn</java-method-name>
-      <wsdl-operation>echoIn</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoOut</java-method-name>
-      <wsdl-operation>echoOut</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outResponse</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOut</java-method-name>
-      <wsdl-operation>echoInOut</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOut2</java-method-name>
-      <wsdl-operation>echoInOut2</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOut3</java-method-name>
-      <wsdl-operation>echoInOut3</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutRequest2</wsdl-message>
-          <wsdl-message-part-name>param</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutResponse</wsdl-message>
-        <wsdl-message-part-name>varString</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOut4</java-method-name>
-      <wsdl-operation>echoInOut4</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutRequest2</wsdl-message>
-          <wsdl-message-part-name>param</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutResponse</wsdl-message>
-        <wsdl-message-part-name>varString</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoMix</java-method-name>
-      <wsdl-operation>echoMix</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:mixRequest</wsdl-message>
-          <wsdl-message-part-name>varInString</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:mixRequest</wsdl-message>
-          <wsdl-message-part-name>varInOutString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:mixResponse</wsdl-message>
-          <wsdl-message-part-name>varOutString</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInSimpleTypes</java-method-name>
-      <wsdl-operation>echoInSimpleTypes</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.math.BigInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varInteger</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>int</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varInt</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>long</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varLong</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varShort</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDecimal</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varFloat</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDouble</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varBoolean</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>9</param-position>
-        <param-type>byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varByte</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>10</param-position>
-        <param-type>javax.xml.namespace.QName</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varQName</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>11</param-position>
-        <param-type>java.util.Calendar</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDateTime</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>12</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapString</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>13</param-position>
-        <param-type>java.lang.Boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapBoolean</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>14</param-position>
-        <param-type>java.lang.Float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapFloat</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>15</param-position>
-        <param-type>java.lang.Double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapDouble</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>16</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapDecimal</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>17</param-position>
-        <param-type>java.lang.Integer</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapInt</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>18</param-position>
-        <param-type>java.lang.Short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapShort</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>19</param-position>
-        <param-type>java.lang.Byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapByte</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>20</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varBase64Binary</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>21</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varHexBinary</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>22</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapBase64</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoOutSimpleTypes</java-method-name>
-      <wsdl-operation>echoOutSimpleTypes</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.math.BigInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varInteger</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>int</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varInt</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>long</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varLong</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varShort</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varDecimal</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varFloat</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varDouble</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varBoolean</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>9</param-position>
-        <param-type>byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varByte</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>10</param-position>
-        <param-type>javax.xml.namespace.QName</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varQName</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>11</param-position>
-        <param-type>java.util.Calendar</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varDateTime</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>12</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapString</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>13</param-position>
-        <param-type>java.lang.Boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapBoolean</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>14</param-position>
-        <param-type>java.lang.Float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapFloat</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>15</param-position>
-        <param-type>java.lang.Double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapDouble</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>16</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapDecimal</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>17</param-position>
-        <param-type>java.lang.Integer</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapInt</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>18</param-position>
-        <param-type>java.lang.Short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapShort</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>19</param-position>
-        <param-type>java.lang.Byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapByte</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>20</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varBase64Binary</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>21</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varHexBinary</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>22</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outSimpleTypesResponse</wsdl-message>
-          <wsdl-message-part-name>varSoapBase64</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOutSimpleTypes</java-method-name>
-      <wsdl-operation>echoInOutSimpleTypes</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.math.BigInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varInteger</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>int</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varInt</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>long</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varLong</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varShort</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDecimal</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varFloat</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDouble</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varBoolean</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>9</param-position>
-        <param-type>byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varByte</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>10</param-position>
-        <param-type>javax.xml.namespace.QName</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varQName</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>11</param-position>
-        <param-type>java.util.Calendar</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varDateTime</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>12</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>13</param-position>
-        <param-type>java.lang.Boolean</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapBoolean</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>14</param-position>
-        <param-type>java.lang.Float</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapFloat</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>15</param-position>
-        <param-type>java.lang.Double</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapDouble</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>16</param-position>
-        <param-type>java.math.BigDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapDecimal</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>17</param-position>
-        <param-type>java.lang.Integer</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapInt</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>18</param-position>
-        <param-type>java.lang.Short</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapShort</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>19</param-position>
-        <param-type>java.lang.Byte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapByte</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>20</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varBase64Binary</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>21</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varHexBinary</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>22</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesRequest</wsdl-message>
-          <wsdl-message-part-name>varSoapBase64</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInEnum</java-method-name>
-      <wsdl-operation>echoInEnum</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumString</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumInteger</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumInt</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumLong</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumShort</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumDecimal</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumFloat</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumDouble</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumByte</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoOutEnum</java-method-name>
-      <wsdl-operation>echoOutEnum</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumString</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumInteger</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumInt</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumLong</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumShort</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumDecimal</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumFloat</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumDouble</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:outEnumResponse</wsdl-message>
-          <wsdl-message-part-name>varEnumByte</wsdl-message-part-name>
-          <parameter-mode>OUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOutEnum</java-method-name>
-      <wsdl-operation>echoInOutEnum</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumString</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInteger</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumInteger</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumInt</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumInt</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumLong</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumLong</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumShort</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumShort</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDecimal</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumDecimal</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumFloat</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumFloat</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumDouble</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumDouble</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.EnumByte</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutEnumRequest</wsdl-message>
-          <wsdl-message-part-name>varEnumByte</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInStruct</java-method-name>
-      <wsdl-operation>echoInStruct</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.AllStruct</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inStructRequest</wsdl-message>
-          <wsdl-message-part-name>varStruct</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOutSimpleTypesArray</java-method-name>
-      <wsdl-operation>echoInOutSimpleTypesArray</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varString</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.math.BigInteger[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varInteger</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>int[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varInt</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>long[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varLong</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>4</param-position>
-        <param-type>short[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varShort</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>5</param-position>
-        <param-type>java.math.BigDecimal[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varDecimal</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>6</param-position>
-        <param-type>float[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varFloat</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>7</param-position>
-        <param-type>double[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varDouble</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>8</param-position>
-        <param-type>boolean[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varBoolean</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>9</param-position>
-        <param-type>byte[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varByte</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>10</param-position>
-        <param-type>javax.xml.namespace.QName[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varQName</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>11</param-position>
-        <param-type>java.util.Calendar[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutSimpleTypesArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varDateTime</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOutBook</java-method-name>
-      <wsdl-operation>echoInOutBook</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.Book</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutBookRequest</wsdl-message>
-          <wsdl-message-part-name>varBook</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoInOutBookArray</java-method-name>
-      <wsdl-operation>echoInOutBookArray</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.encoded.parametermode.Book[]</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://ParameterModeTest.org/">wsdlMsgNS:inoutBookArrayRequest</wsdl-message>
-          <wsdl-message-part-name>varBook</wsdl-message-part-name>
-          <parameter-mode>INOUT</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>ParameterModeTest</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.encoded.parametermode.ParameterModeTestImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>ParameterModeTest</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://ParameterModeTest.org/"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>ParameterModeTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/ParameterModeTest.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>ParameterModeTestPort</port-component-name>
-      <wsdl-port>impl:ParameterModeTestPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.parametermode.ParameterModeTest</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>ParameterModeTest</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,820 +0,0 @@
-<?xml version="1.0"?>
-<definitions name="ParameterModeTest" targetNamespace="http://ParameterModeTest.org/" xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
-  xmlns:tns="http://ParameterModeTest.org/" xmlns:s="http://ParameterModeTest.org/xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-  
-  <types>
-    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ParameterModeTest.org/xsd">
-      
-      <!-- ########################################## -->
-      <!-- These complex types are restricted by WSDL -->
-      <!-- ########################################## -->
-      <complexType name="ArrayOfstring">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfinteger">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:integer[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfint">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOflong">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:long[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfshort">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:short[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfdecimal">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:decimal[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOffloat">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:float[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfdouble">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:double[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfboolean">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:boolean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfbyte">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="byte[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfQName">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="QName[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfdateTime">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="dateTime[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencstring">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:string[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencboolean">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:boolean[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencfloat">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:float[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencdouble">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:double[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencdecimal">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:decimal[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencint">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:int[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencshort">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:short[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencbyte">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:byte[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfbase64Binary">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="base64Binary[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfhexBinary">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="hexBinary[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <complexType name="ArrayOfsoapencbase64">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:base64[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      <!-- ########################################## -->
-      <!-- Enumeration types                          -->
-      <!-- ########################################## -->
-      <element name="enumString" type="s:enumString"/>
-      <simpleType name="enumString">
-        <restriction base="xsd:string">
-          <enumeration value="String1"/>
-          <enumeration value="String2"/>
-        </restriction>
-      </simpleType>
-      <element name="enumInteger" type="s:enumInteger"/>
-      <simpleType name="enumInteger">
-        <restriction base="xsd:integer">
-          <enumeration value="3512359"/>
-          <enumeration value="3512360"/>
-        </restriction>
-      </simpleType>
-      <element name="enumInt" type="s:enumInt"/>
-      <simpleType name="enumInt">
-        <restriction base="xsd:int">
-          <enumeration value="-2147483648"/>
-          <enumeration value="2147483647"/>
-        </restriction>
-      </simpleType>
-      <element name="enumLong" type="s:enumLong"/>
-      <simpleType name="enumLong">
-        <restriction base="xsd:long">
-          <enumeration value="-9223372036854775808"/>
-          <enumeration value="9223372036854775807"/>
-        </restriction>
-      </simpleType>
-      <element name="enumShort" type="s:enumShort"/>
-      <simpleType name="enumShort">
-        <restriction base="xsd:short">
-          <enumeration value="-32768"/>
-          <enumeration value="32767"/>
-        </restriction>
-      </simpleType>
-      <element name="enumDecimal" type="s:enumDecimal"/>
-      <simpleType name="enumDecimal">
-        <restriction base="xsd:decimal">
-          <enumeration value="3512359.1456"/>
-          <enumeration value="3512360.1456"/>
-        </restriction>
-      </simpleType>
-      <element name="enumFloat" type="s:enumFloat"/>
-      <simpleType name="enumFloat">
-        <restriction base="xsd:float">
-          <enumeration value="-1.00000000"/>
-          <enumeration value="3.00000000"/>
-        </restriction>
-      </simpleType>
-      <element name="enumDouble" type="s:enumDouble"/>
-      <simpleType name="enumDouble">
-        <restriction base="xsd:double">
-          <enumeration value="-1.0000000000000"/>
-          <enumeration value="3.0000000000000"/>
-        </restriction>
-      </simpleType>
-      <element name="enumByte" type="s:enumByte"/>
-      <simpleType name="enumByte">
-        <restriction base="xsd:byte">
-          <enumeration value="-128"/>
-          <enumeration value="127"/>
-        </restriction>
-      </simpleType>
-      
-      <!-- ########################################## -->
-      <!-- Struct types			  			   -->
-      <!-- ########################################## -->
-      
-      <complexType name="AllStruct">
-        <all>
-          <element name="varString" type="xsd:string"/>
-          <element name="varInteger" type="xsd:integer"/>
-          <element name="varInt" type="xsd:int"/>
-          <element name="varLong" type="xsd:long"/>
-          <element name="varShort" type="xsd:short"/>
-          <element name="varDecimal" type="xsd:decimal"/>
-          <element name="varFloat" type="xsd:float"/>
-          <element name="varDouble" type="xsd:double"/>
-          <element name="varBoolean" type="xsd:boolean"/>
-          <element name="varByte" type="xsd:byte"/>
-          <element name="varQName" type="xsd:QName"/>
-          <element name="varDateTime" type="xsd:dateTime"/>
-          <element name="varSoapString" type="soapenc:string"/>
-          <element name="varSoapBoolean" type="soapenc:boolean"/>
-          <element name="varSoapFloat" type="soapenc:float"/>
-          <element name="varSoapDouble" type="soapenc:double"/>
-          <element name="varSoapDecimal" type="soapenc:decimal"/>
-          <element name="varSoapInt" type="soapenc:int"/>
-          <element name="varSoapShort" type="soapenc:short"/>
-          <element name="varSoapByte" type="soapenc:byte"/>
-          <element name="varBase64Binary" type="xsd:base64Binary"/>
-          <element name="varHexBinary" type="xsd:hexBinary"/>
-          <element name="varSoapBase64" type="soapenc:base64"/>
-        </all>
-      </complexType>
-      
-      <!-- ########################################## -->
-      <!-- User Defined type		  			   -->
-      <!-- ########################################## -->
-      
-      <complexType name="Book">
-        <sequence>
-          <element name="author" type="xsd:string"/>
-          <element name="title" type="xsd:string"/>
-          <element name="isbn" type="xsd:int"/>
-        </sequence>
-      </complexType>
-      <complexType name="ArrayOfBook">
-        <complexContent>
-          <restriction base="soapenc:Array">
-            <attribute ref="soapenc:arrayType" wsdl:arrayType="s:Book[]"/>
-          </restriction>
-        </complexContent>
-      </complexType>
-      
-    </schema>
-  </types>
-  
-  <!-- ############################################################################### -->
-  <!-- These are used in conjuction with the Holder tests               			-->
-  <!-- ############################################################################### -->
-  <!-- IN parameter -->
-  <message name="inRequest">
-    <part name="varString" type="xsd:string"/>
-  </message>
-  <message name="inResponse"/>
-  <message name="inSimpleTypesRequest">
-    <part name="varString" type="xsd:string"/>
-    <part name="varInteger" type="xsd:integer"/>
-    <part name="varInt" type="xsd:int"/>
-    <part name="varLong" type="xsd:long"/>
-    <part name="varShort" type="xsd:short"/>
-    <part name="varDecimal" type="xsd:decimal"/>
-    <part name="varFloat" type="xsd:float"/>
-    <part name="varDouble" type="xsd:double"/>
-    <part name="varBoolean" type="xsd:boolean"/>
-    <part name="varByte" type="xsd:byte"/>
-    <part name="varQName" type="xsd:QName"/>
-    <part name="varDateTime" type="xsd:dateTime"/>
-    <part name="varSoapString" type="soapenc:string"/>
-    <part name="varSoapBoolean" type="soapenc:boolean"/>
-    <part name="varSoapFloat" type="soapenc:float"/>
-    <part name="varSoapDouble" type="soapenc:double"/>
-    <part name="varSoapDecimal" type="soapenc:decimal"/>
-    <part name="varSoapInt" type="soapenc:int"/>
-    <part name="varSoapShort" type="soapenc:short"/>
-    <part name="varSoapByte" type="soapenc:byte"/>
-    <part name="varBase64Binary" type="xsd:base64Binary"/>
-    <part name="varHexBinary" type="xsd:hexBinary"/>
-    <part name="varSoapBase64" type="soapenc:base64"/>
-  </message>
-  <message name="inSimpleTypesResponse"/>
-  <!--
-  <message name="inSimpleWSDLRESArrayTypesRequest">
-  <part name="varArrayString" type="s:ArrayOfstring"/>
-  <part name="varArrayInteger" type="s:ArrayOfinteger"/>
-  <part name="varArrayInt" type="s:ArrayOfint"/>
-  <part name="varArrayLong" type="s:ArrayOflong"/>
-  <part name="varArrayShort" type="s:ArrayOfshort"/>
-  <part name="varArrayDecimal" type="s:ArrayOfdecimal"/>
-  <part name="varArrayFloat" type="s:ArrayOffloat"/>
-  <part name="varArrayDouble" type="s:ArrayOfdouble"/>
-  <part name="varArrayBoolean" type="s:ArrayOfboolean"/>
-  <part name="varArrayByte" type="s:ArrayOfbyte"/>
-  <part name="varArrayQName" type="s:ArrayOfQName"/>
-  <part name="varArrayDateTime" type="s:ArrayOfdateTime"/>
-  <part name="varArraySoapString" type="s:ArrayOfsoapencstring"/>
-  <part name="varArraySoapBoolean" type="s:ArrayOfsoapencboolean"/>
-  <part name="varArraySoapFloat" type="s:ArrayOfsoapencfloat"/>
-  <part name="varArraySoapDouble" type="s:ArrayOfsoapencdouble"/>
-  <part name="varArraySoapDecimal" type="s:ArrayOfsoapencdecimal"/>
-  <part name="varArraySoapInt" type="s:ArrayOfsoapencint"/>
-  <part name="varArraySoapShort" type="s:ArrayOfsoapencshort"/>
-  <part name="varArraySoapByte" type="s:ArrayOfsoapencbyte"/>
-  <part name="varArrayBase64Binary" type="s:ArrayOfbase64Binary"/>
-  <part name="varArrayHexBinary" type="s:ArrayOfhexBinary"/>
-  <part name="varArraySoapBase64" type="s:ArrayOfsoapencbase64"/>
-  </message>
-  <message name="inSimpleWSDLRESArrayTypesResponse"/>
-  -->
-  <message name="inEnumRequest">
-    <part name="varEnumString" type="s:enumString"/>
-    <part name="varEnumInteger" type="s:enumInteger"/>
-    <part name="varEnumInt" type="s:enumInt"/>
-    <part name="varEnumLong" type="s:enumLong"/>
-    <part name="varEnumShort" type="s:enumShort"/>
-    <part name="varEnumDecimal" type="s:enumDecimal"/>
-    <part name="varEnumFloat" type="s:enumFloat"/>
-    <part name="varEnumDouble" type="s:enumDouble"/>
-    <part name="varEnumByte" type="s:enumByte"/>
-  </message>
-  <message name="inEnumResponse"/>
-  
-  <message name="inStructRequest">
-    <part name="varStruct" type="s:AllStruct"/>
-  </message>
-  <message name="inStructResponse"/>
-  
-  <!-- OUT parameter -->
-  <message name="outRequest"/>
-  <message name="outResponse">
-    <part name="varString" type="xsd:string"/>
-  </message>
-  <message name="outSimpleTypesRequest"/>
-  <message name="outSimpleTypesResponse">
-    <part name="varString" type="xsd:string"/>
-    <part name="varInteger" type="xsd:integer"/>
-    <part name="varInt" type="xsd:int"/>
-    <part name="varLong" type="xsd:long"/>
-    <part name="varShort" type="xsd:short"/>
-    <part name="varDecimal" type="xsd:decimal"/>
-    <part name="varFloat" type="xsd:float"/>
-    <part name="varDouble" type="xsd:double"/>
-    
-    <part name="varBoolean" type="xsd:boolean"/>
-    <part name="varByte" type="xsd:byte"/>
-    <part name="varQName" type="xsd:QName"/>
-    <part name="varDateTime" type="xsd:dateTime"/>
-    <part name="varSoapString" type="soapenc:string"/>
-    <part name="varSoapBoolean" type="soapenc:boolean"/>
-    <part name="varSoapFloat" type="soapenc:float"/>
-    <part name="varSoapDouble" type="soapenc:double"/>
-    <part name="varSoapDecimal" type="soapenc:decimal"/>
-    <part name="varSoapInt" type="soapenc:int"/>
-    <part name="varSoapShort" type="soapenc:short"/>
-    <part name="varSoapByte" type="soapenc:byte"/>
-    <part name="varBase64Binary" type="xsd:base64Binary"/>
-    <part name="varHexBinary" type="xsd:hexBinary"/>
-    <part name="varSoapBase64" type="soapenc:base64"/>
-    
-  </message>
-  <message name="outEnumRequest"/>
-  <message name="outEnumResponse">
-    <part name="varEnumString" type="s:enumString"/>
-    <part name="varEnumInteger" type="s:enumInteger"/>
-    <part name="varEnumInt" type="s:enumInt"/>
-    <part name="varEnumLong" type="s:enumLong"/>
-    <part name="varEnumShort" type="s:enumShort"/>
-    <part name="varEnumDecimal" type="s:enumDecimal"/>
-    <part name="varEnumFloat" type="s:enumFloat"/>
-    <part name="varEnumDouble" type="s:enumDouble"/>
-    <part name="varEnumByte" type="s:enumByte"/>
-  </message>
-  
-  <!-- IN/OUT parameter -->
-  <message name="inoutRequest">
-    <part name="varString" type="xsd:string"/>
-  </message>
-  <message name="inoutResponse">
-    <part name="varString" type="xsd:string"/>
-  </message>
-  <message name="inoutRequest2">
-    <part name="param" type="xsd:string"/>
-  </message>
-  <message name="inoutSimpleTypesRequest">
-    <part name="varString" type="xsd:string"/>
-    <part name="varInteger" type="xsd:integer"/>
-    <part name="varInt" type="xsd:int"/>
-    <part name="varLong" type="xsd:long"/>
-    <part name="varShort" type="xsd:short"/>
-    <part name="varDecimal" type="xsd:decimal"/>
-    <part name="varFloat" type="xsd:float"/>
-    <part name="varDouble" type="xsd:double"/>
-    <part name="varBoolean" type="xsd:boolean"/>
-    <part name="varByte" type="xsd:byte"/>
-    <part name="varQName" type="xsd:QName"/>
-    <part name="varDateTime" type="xsd:dateTime"/>
-    <part name="varSoapString" type="soapenc:string"/>
-    <part name="varSoapBoolean" type="soapenc:boolean"/>
-    <part name="varSoapFloat" type="soapenc:float"/>
-    <part name="varSoapDouble" type="soapenc:double"/>
-    <part name="varSoapDecimal" type="soapenc:decimal"/>
-    <part name="varSoapInt" type="soapenc:int"/>
-    <part name="varSoapShort" type="soapenc:short"/>
-    <part name="varSoapByte" type="soapenc:byte"/>
-    <part name="varBase64Binary" type="xsd:base64Binary"/>
-    <part name="varHexBinary" type="xsd:hexBinary"/>
-    <part name="varSoapBase64" type="soapenc:base64"/>
-  </message>
-  <message name="inoutSimpleTypesResponse">
-    <part name="varString" type="xsd:string"/>
-    <part name="varInteger" type="xsd:integer"/>
-    <part name="varInt" type="xsd:int"/>
-    <part name="varLong" type="xsd:long"/>
-    <part name="varShort" type="xsd:short"/>
-    <part name="varDecimal" type="xsd:decimal"/>
-    <part name="varFloat" type="xsd:float"/>
-    <part name="varDouble" type="xsd:double"/>
-    <part name="varBoolean" type="xsd:boolean"/>
-    <part name="varByte" type="xsd:byte"/>
-    <part name="varQName" type="xsd:QName"/>
-    <part name="varDateTime" type="xsd:dateTime"/>
-    <part name="varSoapString" type="soapenc:string"/>
-    <part name="varSoapBoolean" type="soapenc:boolean"/>
-    <part name="varSoapFloat" type="soapenc:float"/>
-    <part name="varSoapDouble" type="soapenc:double"/>
-    <part name="varSoapDecimal" type="soapenc:decimal"/>
-    <part name="varSoapInt" type="soapenc:int"/>
-    <part name="varSoapShort" type="soapenc:short"/>
-    <part name="varSoapByte" type="soapenc:byte"/>
-    <part name="varBase64Binary" type="xsd:base64Binary"/>
-    <part name="varHexBinary" type="xsd:hexBinary"/>
-    <part name="varSoapBase64" type="soapenc:base64"/>
-  </message>
-  
-  <message name="inoutEnumRequest">
-    <part name="varEnumString" type="s:enumString"/>
-    <part name="varEnumInteger" type="s:enumInteger"/>
-    <part name="varEnumInt" type="s:enumInt"/>
-    <part name="varEnumLong" type="s:enumLong"/>
-    <part name="varEnumShort" type="s:enumShort"/>
-    <part name="varEnumDecimal" type="s:enumDecimal"/>
-    <part name="varEnumFloat" type="s:enumFloat"/>
-    <part name="varEnumDouble" type="s:enumDouble"/>
-    <part name="varEnumByte" type="s:enumByte"/>
-  </message>
-  <message name="inoutEnumResponse">
-    <part name="varEnumString" type="s:enumString"/>
-    <part name="varEnumInteger" type="s:enumInteger"/>
-    <part name="varEnumInt" type="s:enumInt"/>
-    <part name="varEnumLong" type="s:enumLong"/>
-    <part name="varEnumShort" type="s:enumShort"/>
-    <part name="varEnumDecimal" type="s:enumDecimal"/>
-    <part name="varEnumFloat" type="s:enumFloat"/>
-    <part name="varEnumDouble" type="s:enumDouble"/>
-    <part name="varEnumByte" type="s:enumByte"/>
-  </message>
-  
-  <!-- IN/OUT/INOUT parameter -->
-  <message name="mixRequest">
-    <part name="varInString" type="xsd:string"/>
-    <part name="varInOutString" type="xsd:string"/>
-  </message>
-  <message name="mixResponse">
-    <part name="varOutString" type="xsd:string"/>
-    <part name="varInOutString" type="xsd:string"/>
-  </message>
-  
-  <message name="inoutSimpleTypesArrayRequest">
-    <part name="varString" type="s:ArrayOfstring"/>
-    <part name="varInteger" type="s:ArrayOfinteger"/>
-    <part name="varInt" type="s:ArrayOfint"/>
-    <part name="varLong" type="s:ArrayOflong"/>
-    <part name="varShort" type="s:ArrayOfshort"/>
-    <part name="varDecimal" type="s:ArrayOfdecimal"/>
-    <part name="varFloat" type="s:ArrayOffloat"/>
-    <part name="varDouble" type="s:ArrayOfdouble"/>
-    <part name="varBoolean" type="s:ArrayOfboolean"/>
-    <part name="varByte" type="s:ArrayOfbyte"/>
-    <part name="varQName" type="s:ArrayOfQName"/>
-    <part name="varDateTime" type="s:ArrayOfdateTime"/>
-  </message>
-  
-  <message name="inoutSimpleTypesArrayResponse">
-    <part name="varString" type="s:ArrayOfstring"/>
-    <part name="varInteger" type="s:ArrayOfinteger"/>
-    <part name="varInt" type="s:ArrayOfint"/>
-    <part name="varLong" type="s:ArrayOflong"/>
-    <part name="varShort" type="s:ArrayOfshort"/>
-    <part name="varDecimal" type="s:ArrayOfdecimal"/>
-    <part name="varFloat" type="s:ArrayOffloat"/>
-    <part name="varDouble" type="s:ArrayOfdouble"/>
-    <part name="varBoolean" type="s:ArrayOfboolean"/>
-    <part name="varByte" type="s:ArrayOfbyte"/>
-    <part name="varQName" type="s:ArrayOfQName"/>
-    <part name="varDateTime" type="s:ArrayOfdateTime"/>
-  </message>
-  
-  <message name="inoutBookRequest">
-    <part name="varBook" type="s:Book"/>
-  </message>
-  
-  <message name="inoutBookResponse">
-    <part name="varBook" type="s:Book"/>
-  </message>
-  <message name="inoutBookArrayRequest">
-    <part name="varBook" type="s:ArrayOfBook"/>
-  </message>
-  
-  <message name="inoutBookArrayResponse">
-    <part name="varBook" type="s:ArrayOfBook"/>
-  </message>
-  <portType name="ParameterModeTest">
-    <operation name="echoIn" parameterOrder="varString">
-      <input message="tns:inRequest"/>
-      <output message="tns:inResponse"/>
-    </operation>
-    <operation name="echoOut" parameterOrder="varString">
-      <input message="tns:outRequest"/>
-      <output message="tns:outResponse"/>
-    </operation>
-    <operation name="echoInOut" parameterOrder="varString">
-      <input message="tns:inoutRequest"/>
-      <output message="tns:inoutResponse"/>
-    </operation>
-    <operation name="echoInOut2">
-      <input message="tns:inoutRequest"/>
-      <output message="tns:inoutResponse"/>
-    </operation>
-    <operation name="echoInOut3" parameterOrder="param">
-      <input message="tns:inoutRequest2"/>
-      <output message="tns:inoutResponse"/>
-    </operation>
-    <operation name="echoInOut4">
-      <input message="tns:inoutRequest2"/>
-      <output message="tns:inoutResponse"/>
-    </operation>
-    <operation name="echoMix" parameterOrder="varInString varInOutString varOutString">
-      <input message="tns:mixRequest"/>
-      <output message="tns:mixResponse"/>
-    </operation>
-    
-    <operation name="echoInSimpleTypes"
-      parameterOrder="varString varInteger varInt varLong varShort varDecimal varFloat varDouble varBoolean varByte varQName varDateTime varSoapString varSoapBoolean varSoapFloat varSoapDouble varSoapDecimal varSoapInt varSoapShort varSoapByte varBase64Binary varHexBinary varSoapBase64">
-      <input message="tns:inSimpleTypesRequest"/>
-      <output message="tns:inSimpleTypesResponse"/>
-    </operation>
-    <!---
-    <operation name="echoInSimpleWSDLRESArrayTypes" parameterOrder="varArrayString varArrayInteger varArrayInt varArrayLong varArrayShort varArrayDecimal varArrayFloat varArrayDouble varArrayBoolean varArrayByte varArrayQName varArrayDateTime varArraySoapString varArraySoapBoolean varArraySoapFloat varArraySoapDouble varArraySoapDecimal varArraySoapInt varArraySoapShort varArraySoapByte varArrayBase64Binary varArrayHexBinary varArraySoapBase64">
-    <input message="tns:inSimpleWSDLRESArrayTypesRequest"/>
-    <output message="tns:inSimpleWSDLRESArrayTypesResponse"/>
-    </operation>
-    -->
-    <operation name="echoOutSimpleTypes"
-      parameterOrder="varString varInteger varInt varLong varShort varDecimal varFloat varDouble varBoolean varByte varQName varDateTime varSoapString varSoapBoolean varSoapFloat varSoapDouble varSoapDecimal varSoapInt varSoapShort varSoapByte varBase64Binary varHexBinary varSoapBase64">
-      <input message="tns:outSimpleTypesRequest"/>
-      <output message="tns:outSimpleTypesResponse"/>
-    </operation>
-    <operation name="echoInOutSimpleTypes"
-      parameterOrder="varString varInteger varInt varLong varShort varDecimal varFloat varDouble varBoolean varByte varQName varDateTime varSoapString varSoapBoolean varSoapFloat varSoapDouble varSoapDecimal varSoapInt varSoapShort varSoapByte varBase64Binary varHexBinary varSoapBase64">
-      <input message="tns:inoutSimpleTypesRequest"/>
-      <output message="tns:inoutSimpleTypesResponse"/>
-    </operation>
-    
-    <operation name="echoInEnum" parameterOrder="varEnumString varEnumInteger varEnumInt varEnumLong varEnumShort varEnumDecimal varEnumFloat varEnumDouble varEnumByte">
-      <input message="tns:inEnumRequest"/>
-      <output message="tns:inEnumResponse"/>
-    </operation>
-    <operation name="echoOutEnum" parameterOrder="varEnumString varEnumInteger varEnumInt varEnumLong varEnumShort varEnumDecimal varEnumFloat varEnumDouble varEnumByte">
-      <input message="tns:outEnumRequest"/>
-      <output message="tns:outEnumResponse"/>
-    </operation>
-    <operation name="echoInOutEnum"
-      parameterOrder="varEnumString varEnumInteger varEnumInt varEnumLong varEnumShort varEnumDecimal varEnumFloat varEnumDouble varEnumByte">
-      <input message="tns:inoutEnumRequest"/>
-      <output message="tns:inoutEnumResponse"/>
-    </operation>
-    <operation name="echoInStruct" parameterOrder="varStruct">
-      <input message="tns:inStructRequest"/>
-      <output message="tns:inStructResponse"/>
-    </operation>
-    
-    <operation name="echoInOutSimpleTypesArray"
-      parameterOrder="varString varInteger varInt varLong varShort varDecimal varFloat varDouble varBoolean varByte varQName varDateTime">
-      <input message="tns:inoutSimpleTypesArrayRequest"/>
-      <output message="tns:inoutSimpleTypesArrayResponse"/>
-    </operation>
-    
-    <operation name="echoInOutBook" parameterOrder="varBook">
-      <input message="tns:inoutBookRequest"/>
-      <output message="tns:inoutBookResponse"/>
-    </operation>
-    <operation name="echoInOutBookArray" parameterOrder="varBook">
-      <input message="tns:inoutBookArrayRequest"/>
-      <output message="tns:inoutBookArrayResponse"/>
-    </operation>
-  </portType>
-  
-  <binding name="ParameterModeTestBinding" type="tns:ParameterModeTest">
-    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
-    <operation name="echoIn">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoOut">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOut">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOut2">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOut3">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOut4">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoMix">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInSimpleTypes">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <!--
-    <operation name="echoInSimpleWSDLRESArrayTypes">
-    <soap:operation soapAction=""/>
-    <input>
-    <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-    </input>
-    <output>
-    <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-    </output>
-    </operation>
-    -->
-    <operation name="echoOutSimpleTypes">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOutSimpleTypes">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInEnum">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoOutEnum">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOutEnum">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInStruct">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    
-    <operation name="echoInOutSimpleTypesArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    
-    <operation name="echoInOutBook">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    <operation name="echoInOutBookArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </input>
-      <output>
-        <soap:body use="encoded" namespace="http://ParameterModeTest.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
-      </output>
-    </operation>
-    
-  </binding>
-  
-  <service name="ParameterModeTestService">
-    <port name="ParameterModeTestPort" binding="tns:ParameterModeTestBinding">
-      <soap:address location="http://@jbosstest.host.name@:8000/W2JParameterModeTest/ws4ee"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/WEB-INF/wsdl/ParameterModeTest.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../../../output/classes -gen:server -mapping jaxrpc-mapping.xml -keep config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <wsdl location="./WEB-INF/wsdl/ParameterModeTest.wsdl"
-    packageName="org.jboss.test.ws.jaxrpc.encoded.parametermode">
-  </wsdl>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/encoded/parametermode/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/encoded/parametermode/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>ClientSideHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.enventry.ClientSideHandler</handler-class>
-    </handler>
-  </service-ref>
-
-  <env-entry>
-   <env-entry-name>jsr109/entry1</env-entry-name>
-   <env-entry-type>java.lang.String</env-entry-type>
-   <env-entry-value>appclient</env-entry-value>
-  </env-entry>
-  
-  <env-entry>
-   <env-entry-name>jsr109/entry2</env-entry-name>
-   <env-entry-type>java.lang.Integer</env-entry-type>
-   <env-entry-value>8</env-entry-value>
-  </env-entry>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.enventry.EnvEntryBeanEJB</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-      <env-entry>
-       <env-entry-name>jsr109/entry1</env-entry-name>
-       <env-entry-type>java.lang.String</env-entry-type>
-       <env-entry-value>ejb</env-entry-value>
-      </env-entry>
-  
-      <env-entry>
-       <env-entry-name>jsr109/entry2</env-entry-name>
-       <env-entry-type>java.lang.Integer</env-entry-type>
-       <env-entry-value>8</env-entry-value>
-      </env-entry>
-    </session>
-  </enterprise-beans>
-</ejb-jar>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-enventry/TestService?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/enventry"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>EnvEntryTestService</webservice-description-name>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>EnvEntryTestServicePort</port-component-name>
-      <wsdl-port>impl:EnvEntryTestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>TestService</ejb-link>
-      </service-impl-bean>
-      <handler>
-        <handler-name>ServerSideHandler</handler-name>
-        <handler-class>org.jboss.test.ws.jaxrpc.enventry.ServerSideHandler</handler-class>
-      </handler>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/META-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.enventry</package-type>
-  <namespaceURI>http://org.jboss.ws/enventry/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.enventry.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/enventry'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>EnvEntryTestServicePort</port-name>
-   <java-port-name>EnvEntryTestServicePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/enventry'>portTypeNS:EnvEntryTestService</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/enventry'>bindingNS:EnvEntryTestServiceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>helloEnvEntry</java-method-name>
-   <wsdl-operation>helloEnvEntry</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/enventry'>wsdlMsgNS:EnvEntryTestService_helloEnvEntry</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/enventry'>wsdlMsgNS:EnvEntryTestService_helloEnvEntryResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.enventry.EnvEntryBeanJSE</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-  <env-entry>
-   <env-entry-name>jsr109/entry1</env-entry-name>
-   <env-entry-type>java.lang.String</env-entry-type>
-   <env-entry-value>web</env-entry-value>
-  </env-entry>
-  
-  <env-entry>
-   <env-entry-name>jsr109/entry2</env-entry-name>
-   <env-entry-type>java.lang.Integer</env-entry-type>
-   <env-entry-value>8</env-entry-value>
-  </env-entry>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/enventry"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>EnvEntryTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>EnvEntryTestServicePort</port-component-name>
-      <wsdl-port>impl:EnvEntryTestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>TestService</servlet-link>
-      </service-impl-bean>
-      <handler>
-        <handler-name>ServerSideHandler</handler-name>
-        <handler-class>org.jboss.test.ws.jaxrpc.enventry.ServerSideHandler</handler-class>
-      </handler>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/enventry' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/enventry' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='EnvEntryTestService_helloEnvEntry'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='EnvEntryTestService_helloEnvEntryResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='EnvEntryTestService'>
-  <operation name='helloEnvEntry' parameterOrder='String_1'>
-   <input message='tns:EnvEntryTestService_helloEnvEntry'/>
-   <output message='tns:EnvEntryTestService_helloEnvEntryResponse'/>
-  </operation>
- </portType>
- <binding name='EnvEntryTestServiceBinding' type='tns:EnvEntryTestService'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='helloEnvEntry'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/enventry' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/enventry' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:EnvEntryTestServiceBinding' name='EnvEntryTestServicePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
-
-  Add: 
-   <handler>
-     <handler-name>ServerSideHandler</handler-name>
-     <handler-class>org.jboss.test.ws.jaxrpc.enventry.ServerSideHandler</handler-class>
-   </handler>
- 
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" 
-             endpoint="org.jboss.test.ws.jaxrpc.enventry.EnvEntryTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/enventry" 
-                type-namespace="http://org.jboss.ws/enventry/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/enventry/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/enventry/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1010.InheritenceChildInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws1010?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1010</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws1010/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1010.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1010'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>InheritenceChildInterfacePort</port-name>
-   <java-port-name>InheritenceChildInterfacePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1010.InheritenceChildInterface</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1010'>portTypeNS:InheritenceChildInterface</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1010'>bindingNS:InheritenceChildInterfaceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>getB</java-method-name>
-   <wsdl-operation>getB</wsdl-operation>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1010'>wsdlMsgNS:InheritenceChildInterface_getBResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>getA</java-method-name>
-   <wsdl-operation>getA</wsdl-operation>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1010'>wsdlMsgNS:InheritenceChildInterface_getAResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws1010.TestEndpointImpl</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws1010' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>InheritenceChildInterfacePort</port-component-name>
-   <wsdl-port>impl:InheritenceChildInterfacePort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1010.InheritenceChildInterface</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1010' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1010' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='InheritenceChildInterface_getA'/>
- <message name='InheritenceChildInterface_getAResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='InheritenceChildInterface_getB'/>
- <message name='InheritenceChildInterface_getBResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='InheritenceChildInterface'>
-  <operation name='getA'>
-   <input message='tns:InheritenceChildInterface_getA'/>
-   <output message='tns:InheritenceChildInterface_getAResponse'/>
-  </operation>
-  <operation name='getB'>
-   <input message='tns:InheritenceChildInterface_getB'/>
-   <output message='tns:InheritenceChildInterface_getBResponse'/>
-  </operation>
- </portType>
- <binding name='InheritenceChildInterfaceBinding' type='tns:InheritenceChildInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='getA'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1010' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1010' use='literal'/>
-   </output>
-  </operation>
-  <operation name='getB'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1010' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1010' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:InheritenceChildInterfaceBinding' name='InheritenceChildInterfacePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1010.InheritenceChildInterface" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws1010" type-namespace="http://org.jboss.test.ws/jbws1010/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1010/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1010/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>TestService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1011.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-      http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-  <enterprise-beans>
-   
-    <entity>
-      <ejb-name>SimpleEntityBean</ejb-name>
-      <local-home>
-        org.jboss.test.ws.jaxrpc.jbws1011.SimpleEntityHome
-      </local-home>
-      <local>org.jboss.test.ws.jaxrpc.jbws1011.SimpleEntityLocal</local>
-      <ejb-class>
-        org.jboss.test.ws.jaxrpc.jbws1011.SimpleEntityBean
-      </ejb-class>
-      <persistence-type>Container</persistence-type>
-      <prim-key-class>java.lang.String</prim-key-class>
-      <reentrant>False</reentrant>
-      <cmp-version>2.x</cmp-version>
-      <abstract-schema-name>Simple</abstract-schema-name>
-      <cmp-field>
-        <field-name>id</field-name>
-      </cmp-field>
-      <primkey-field>id</primkey-field>
-    </entity>
-    
-    <session>
-      <ejb-name>TestEndpointBean</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.jbws1011.TestEndpoint</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.jbws1011.TestEndpointBean</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>    
-  </enterprise-beans>
-</ejb-jar>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1011</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws1011/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1011.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1011'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1011.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1011'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1011'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoString</java-method-name>
-   <wsdl-operation>echoString</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1011'>wsdlMsgNS:TestEndpoint_echoString</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1011'>wsdlMsgNS:TestEndpoint_echoStringResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws1011/TestEndpointBean?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jbosscmp-jdbc PUBLIC
-   "-//JBoss//DTD JBOSSCMP-JDBC 3.2//EN"
-   "http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd">
-
-<jbosscmp-jdbc>
-   <defaults>
-      <create-table>true</create-table>
-      <remove-table>true</remove-table>   
-   </defaults>
-
-   <enterprise-beans>
-      <entity>
-         <ejb-name>SimpleEntityBean</ejb-name>
-         <table-name>Simple</table-name>
-      </entity>
-   </enterprise-beans>
-</jbosscmp-jdbc>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/jbosscmp-jdbc.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws1011' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1011.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <ejb-link>TestEndpointBean</ejb-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1011' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1011' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='TestEndpoint_echoString'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='TestEndpoint_echoStringResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='echoString' parameterOrder='String_1'>
-   <input message='tns:TestEndpoint_echoString'/>
-   <output message='tns:TestEndpoint_echoStringResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoString'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1011' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1011' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/META-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./META-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1011.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws1011" type-namespace="http://org.jboss.test.ws/jbws1011/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices ejb-link="TestEndpointBean"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1011/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1011/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl"
-                  xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
-                  xmlns="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-                  xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
-                  xmlns:tns="urn:oasis:names:tc:wsrp:v1:wsdl">
-
-   <import namespace="urn:oasis:names:tc:wsrp:v1:bind" location="wsrp_v1_bindings.wsdl"/>
-
-   <wsdl:service name="WSRPService">
-      <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPMarkupService">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </wsdl:port>
-
-      <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </wsdl:port>
-
-      <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </wsdl:port>
-
-      <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </wsdl:port>
-   </wsdl:service>
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_services.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,417 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:bind"
-                  xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind"
-                  xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
-                  xmlns="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-<!-- This file reflects v1.0 of the specification -->
-
-
-   <import namespace="urn:oasis:names:tc:wsrp:v1:intf"
-           location="wsrp_v1_interfaces.wsdl"/>
-
-  <wsdl:binding name="WSRP_v1_Markup_Binding_SOAP" type="intf:WSRP_v1_Markup_PortType">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
-    <wsdl:operation name="getMarkup">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getMarkup"/>
-      <wsdl:input name="getMarkup">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="getMarkupResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidCookie">
-        <soap:fault name="InvalidCookie" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidSession">
-        <soap:fault name="InvalidSession" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedMode">
-        <soap:fault name="UnsupportedMode" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedWindowState">
-        <soap:fault name="UnsupportedWindowState" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedLocale">
-        <soap:fault name="UnsupportedLocale" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedMimeType">
-        <soap:fault name="UnsupportedMimeType" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="performBlockingInteraction">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:performBlockingInteraction"/>
-      <wsdl:input name="performBlockingInteraction">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="performBlockingInteractionResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="PortletStateChangeRequired">
-        <soap:fault name="PortletStateChangeRequired" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidCookie">
-        <soap:fault name="InvalidCookie" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidSession">
-        <soap:fault name="InvalidSession" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedMode">
-        <soap:fault name="UnsupportedMode" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedWindowState">
-        <soap:fault name="UnsupportedWindowState" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedLocale">
-        <soap:fault name="UnsupportedLocale" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="UnsupportedMimeType">
-        <soap:fault name="UnsupportedMimeType" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="releaseSessions">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:releaseSessions"/>
-      <wsdl:input name="releaseSessions">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="releaseSessionsResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="initCookie">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:initCookie"/>
-      <wsdl:input name="initCookie">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="initCookieResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-  </wsdl:binding>
-
-
-  <wsdl:binding name="WSRP_v1_ServiceDescription_Binding_SOAP" type="intf:WSRP_v1_ServiceDescription_PortType">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
-    <wsdl:operation name="getServiceDescription">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getServiceDescription"/>
-      <wsdl:input name="getServiceDescription">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="getServiceDescriptionResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-  </wsdl:binding>
-
-  <wsdl:binding name="WSRP_v1_PortletManagement_Binding_SOAP" type="intf:WSRP_v1_PortletManagement_PortType">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
-    <wsdl:operation name="getPortletDescription">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletDescription"/>
-      <wsdl:input name="getPortletDescription">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="getPortletDescriptionResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="clonePortlet">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:clonePortlet"/>
-      <wsdl:input name="clonePortlet">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="clonePortletResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="destroyPortlets">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:destroyPortlets"/>
-      <wsdl:input name="destroyPortlets">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="destroyPortletsResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="setPortletProperties">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:setPortletProperties"/>
-      <wsdl:input name="setPortletProperties">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="setPortletPropertiesResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="getPortletProperties">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletProperties"/>
-      <wsdl:input name="getPortletProperties">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="getPortletPropertiesResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="getPortletPropertyDescription">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:getPortletPropertyDescription"/>
-      <wsdl:input name="getPortletPropertyDescription">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="getPortletPropertyDescriptionResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="AccessDenied">
-        <soap:fault name="AccessDenied" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidUserCategory">
-        <soap:fault name="InvalidUserCategory" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InconsistentParameters">
-        <soap:fault name="InconsistentParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="InvalidHandle">
-        <soap:fault name="InvalidHandle" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-  </wsdl:binding>
-
-  <wsdl:binding name="WSRP_v1_Registration_Binding_SOAP" type="intf:WSRP_v1_Registration_PortType">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
-    <wsdl:operation name="register">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:register"/>
-      <wsdl:input name="register">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="registerResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="deregister">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:deregister"/>
-      <wsdl:input name="deregister">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="deregisterResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-
-    <wsdl:operation name="modifyRegistration">
-      <soap:operation soapAction="urn:oasis:names:tc:wsrp:v1:modifyRegistration"/>
-      <wsdl:input name="modifyRegistration">
-        <soap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="modifyRegistrationResponse">
-        <soap:body use="literal"/>
-      </wsdl:output>
-      <wsdl:fault name="InvalidRegistration">
-        <soap:fault name="InvalidRegistration" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="MissingParameters">
-        <soap:fault name="MissingParameters" use="literal"/>
-      </wsdl:fault>
-      <wsdl:fault name="OperationFailed">
-        <soap:fault name="OperationFailed" use="literal"/>
-      </wsdl:fault>
-    </wsdl:operation>
-  </wsdl:binding>
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_bindings.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,348 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="urn:oasis:names:tc:wsrp:v1:intf"
-                  xmlns:types="urn:oasis:names:tc:wsrp:v1:types"
-                  xmlns:intf="urn:oasis:names:tc:wsrp:v1:intf"
-
-                  xmlns="http://schemas.xmlsoap.org/wsdl/"
-
-                  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-                  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   >
-
-<!-- This file reflects v1.0 of the specification -->
-
-   <wsdl:types>
-    <schema targetNamespace="urn:oasis:names:tc:wsrp:v1:intf"
-            xmlns="http://www.w3.org/2001/XMLSchema"
-            elementFormDefault="qualified">
-
-      <import namespace="urn:oasis:names:tc:wsrp:v1:types" schemaLocation="wsrp_v1_types.xsd"/>
-
-    </schema>
-  </wsdl:types>
-
-
-   <!-- - - - - - - - - -->
-   <!-- fault messages  -->
-   <!-- - - - - - - - - -->
-
-   <wsdl:message name="AccessDenied">
-    <wsdl:part name="fault" element="types:AccessDenied"/>
-  </wsdl:message>
-
-  <wsdl:message name="InvalidUserCategory">
-    <wsdl:part name="fault" element="types:InvalidUserCategory"/>
-  </wsdl:message>
-
-  <wsdl:message name="InconsistentParameters">
-    <wsdl:part name="fault" element="types:InconsistentParameters"/>
-  </wsdl:message>
-
-  <wsdl:message name="InvalidRegistration">
-    <wsdl:part name="fault" element="types:InvalidRegistration"/>
-  </wsdl:message>
-
-  <wsdl:message name="MissingParameters">
-    <wsdl:part name="fault" element="types:MissingParameters"/>
-  </wsdl:message>
-
-  <wsdl:message name="OperationFailed">
-    <wsdl:part name="fault" element="types:OperationFailed"/>
-  </wsdl:message>
-
-  <wsdl:message name="InvalidHandle">
-    <wsdl:part name="fault" element="types:InvalidHandle"/>
-  </wsdl:message>
-
-  <wsdl:message name="PortletStateChangeRequired">
-    <wsdl:part name="fault" element="types:PortletStateChangeRequired"/>
-  </wsdl:message>
-
-  <wsdl:message name="InvalidCookie">
-    <wsdl:part name="fault" element="types:InvalidCookie"/>
-  </wsdl:message>
-
-  <wsdl:message name="InvalidSession">
-    <wsdl:part name="fault" element="types:InvalidSession"/>
-  </wsdl:message>
-
-  <wsdl:message name="UnsupportedMode">
-    <wsdl:part name="fault" element="types:UnsupportedMode"/>
-  </wsdl:message>
-
-  <wsdl:message name="UnsupportedWindowState">
-    <wsdl:part name="fault" element="types:UnsupportedWindowState"/>
-  </wsdl:message>
-
-  <wsdl:message name="UnsupportedLocale">
-    <wsdl:part name="fault" element="types:UnsupportedLocale"/>
-  </wsdl:message>
-
-  <wsdl:message name="UnsupportedMimeType">
-    <wsdl:part name="fault" element="types:UnsupportedMimeType"/>
-  </wsdl:message>
-
-
-   <!-- - - - - - - - - - - -->
-   <!-- Operations messages -->
-   <!-- - - - - - - - - - - -->
-
-   <wsdl:message name="getMarkup">
-    <wsdl:part name="getMarkup" element="types:getMarkup"/>
-  </wsdl:message>
-  <wsdl:message name="getMarkupResponse">
-    <wsdl:part name="getMarkupResponse" element="types:getMarkupResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="performBlockingInteraction">
-    <wsdl:part name="performBlockingInteraction" element="types:performBlockingInteraction"/>
-  </wsdl:message>
-  <wsdl:message name="performBlockingInteractionResponse">
-    <wsdl:part name="performBlockingInteractionResponse" element="types:performBlockingInteractionResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="getServiceDescription">
-    <wsdl:part name="getServiceDescription" element="types:getServiceDescription"/>
-  </wsdl:message>
-  <wsdl:message name="getServiceDescriptionResponse">
-    <wsdl:part name="getServiceDescriptionResponse" element="types:getServiceDescriptionResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="register">
-    <wsdl:part name="register" element="types:register"/>
-  </wsdl:message>
-  <wsdl:message name="registerResponse">
-    <wsdl:part name="registerResponse" element="types:registerResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="deregister">
-    <wsdl:part name="deregister" element="types:deregister"/>
-  </wsdl:message>
-  <wsdl:message name="deregisterResponse">
-    <wsdl:part name="deregisterResponse" element="types:deregisterResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="modifyRegistration">
-    <wsdl:part name="modifyRegistration" element="types:modifyRegistration"/>
-  </wsdl:message>
-  <wsdl:message name="modifyRegistrationResponse">
-    <wsdl:part name="modifyRegistrationResponse" element="types:modifyRegistrationResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="getPortletDescription">
-    <wsdl:part name="getPortletDescription" element="types:getPortletDescription"/>
-  </wsdl:message>
-  <wsdl:message name="getPortletDescriptionResponse">
-    <wsdl:part name="getPortletDescriptionResponse" element="types:getPortletDescriptionResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="clonePortlet">
-    <wsdl:part name="clonePortlet" element="types:clonePortlet"/>
-  </wsdl:message>
-  <wsdl:message name="clonePortletResponse">
-    <wsdl:part name="clonePortletResponse" element="types:clonePortletResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="destroyPortlets">
-    <wsdl:part name="destroyPortlets" element="types:destroyPortlets"/>
-  </wsdl:message>
-  <wsdl:message name="destroyPortletsResponse">
-    <wsdl:part name="destroyPortletsResponse" element="types:destroyPortletsResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="setPortletProperties">
-    <wsdl:part name="setPortletProperties" element="types:setPortletProperties"/>
-  </wsdl:message>
-  <wsdl:message name="setPortletPropertiesResponse">
-    <wsdl:part name="setPortletPropertiesResponse" element="types:setPortletPropertiesResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="getPortletProperties">
-    <wsdl:part name="getPortletProperties" element="types:getPortletProperties"/>
-  </wsdl:message>
-  <wsdl:message name="getPortletPropertiesResponse">
-    <wsdl:part name="getPortletPropertiesResponse" element="types:getPortletPropertiesResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="getPortletPropertyDescription">
-    <wsdl:part name="getPortletPropertyDescription" element="types:getPortletPropertyDescription"/>
-  </wsdl:message>
-  <wsdl:message name="getPortletPropertyDescriptionResponse">
-    <wsdl:part name="getPortletPropertyDescriptionResponse" element="types:getPortletPropertyDescriptionResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="releaseSessions">
-    <wsdl:part name="releaseSessions" element="types:releaseSessions"/>
-  </wsdl:message>
-  <wsdl:message name="releaseSessionsResponse">
-    <wsdl:part name="releaseSessionsResponse" element="types:releaseSessionsResponse"/>
-  </wsdl:message>
-
-  <wsdl:message name="initCookie">
-    <wsdl:part name="initCookie" element="types:initCookie"/>
-  </wsdl:message>
-  <wsdl:message name="initCookieResponse">
-    <wsdl:part name="initCookieResponse" element="types:initCookieResponse"/>
-  </wsdl:message>
-
-  <wsdl:portType name="WSRP_v1_Markup_PortType">
-    <wsdl:operation name="getMarkup">
-      <wsdl:input message="intf:getMarkup" name="getMarkup"/>
-      <wsdl:output message="intf:getMarkupResponse" name="getMarkupResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-      <wsdl:fault message="intf:InvalidCookie" name="InvalidCookie"/>
-      <wsdl:fault message="intf:InvalidSession" name="InvalidSession"/>
-      <wsdl:fault message="intf:UnsupportedMode" name="UnsupportedMode"/>
-      <wsdl:fault message="intf:UnsupportedWindowState" name="UnsupportedWindowState"/>
-      <wsdl:fault message="intf:UnsupportedLocale" name="UnsupportedLocale"/>
-      <wsdl:fault message="intf:UnsupportedMimeType" name="UnsupportedMimeType"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="performBlockingInteraction">
-      <wsdl:input message="intf:performBlockingInteraction" name="performBlockingInteraction"/>
-      <wsdl:output message="intf:performBlockingInteractionResponse" name="performBlockingInteractionResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-      <wsdl:fault message="intf:PortletStateChangeRequired" name="PortletStateChangeRequired"/>
-      <wsdl:fault message="intf:InvalidCookie" name="InvalidCookie"/>
-      <wsdl:fault message="intf:InvalidSession" name="InvalidSession"/>
-      <wsdl:fault message="intf:UnsupportedMode" name="UnsupportedMode"/>
-      <wsdl:fault message="intf:UnsupportedWindowState" name="UnsupportedWindowState"/>
-      <wsdl:fault message="intf:UnsupportedLocale" name="UnsupportedLocale"/>
-      <wsdl:fault message="intf:UnsupportedMimeType" name="UnsupportedMimeType"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="releaseSessions">
-      <wsdl:input message="intf:releaseSessions" name="releaseSessions"/>
-      <wsdl:output message="intf:releaseSessionsResponse" name="releaseSessionsResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="initCookie">
-      <wsdl:input message="intf:initCookie" name="initCookie"/>
-      <wsdl:output message="intf:initCookieResponse" name="initCookieResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-  </wsdl:portType>
-
-  <wsdl:portType name="WSRP_v1_ServiceDescription_PortType">
-    <wsdl:operation name="getServiceDescription">
-      <wsdl:input message="intf:getServiceDescription" name="getServiceDescription"/>
-      <wsdl:output message="intf:getServiceDescriptionResponse" name="getServiceDescriptionResponse"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-  </wsdl:portType>
-
-  <wsdl:portType name="WSRP_v1_Registration_PortType">
-    <wsdl:operation name="register">
-      <wsdl:input message="intf:register" name="register"/>
-      <wsdl:output message="intf:registerResponse" name="registerResponse"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="deregister">
-      <wsdl:input message="intf:deregister" name="deregister"/>
-      <wsdl:output message="intf:deregisterResponse" name="deregisterResponse"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="modifyRegistration">
-      <wsdl:input message="intf:modifyRegistration" name="modifyRegistration"/>
-      <wsdl:output message="intf:modifyRegistrationResponse" name="modifyRegistrationResponse"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-  </wsdl:portType>
-
-  <wsdl:portType name="WSRP_v1_PortletManagement_PortType">
-    <wsdl:operation name="getPortletDescription">
-      <wsdl:input message="intf:getPortletDescription" name="getPortletDescription"/>
-      <wsdl:output message="intf:getPortletDescriptionResponse" name="getPortletDescriptionResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="clonePortlet">
-      <wsdl:input message="intf:clonePortlet" name="clonePortlet"/>
-      <wsdl:output message="intf:clonePortletResponse" name="clonePortletResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="destroyPortlets">
-      <wsdl:input message="intf:destroyPortlets" name="destroyPortlets"/>
-      <wsdl:output message="intf:destroyPortletsResponse" name="destroyPortletsResponse"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="setPortletProperties">
-      <wsdl:input message="intf:setPortletProperties" name="setPortletProperties"/>
-      <wsdl:output message="intf:setPortletPropertiesResponse" name="setPortletPropertiesResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="getPortletProperties">
-      <wsdl:input message="intf:getPortletProperties" name="getPortletProperties"/>
-      <wsdl:output message="intf:getPortletPropertiesResponse" name="getPortletPropertiesResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-    </wsdl:operation>
-
-    <wsdl:operation name="getPortletPropertyDescription">
-      <wsdl:input message="intf:getPortletPropertyDescription" name="getPortletPropertyDescription"/>
-      <wsdl:output message="intf:getPortletPropertyDescriptionResponse" name="getPortletPropertyDescriptionResponse"/>
-      <wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
-      <wsdl:fault message="intf:InvalidUserCategory" name="InvalidUserCategory"/>
-      <wsdl:fault message="intf:InconsistentParameters" name="InconsistentParameters"/>
-      <wsdl:fault message="intf:InvalidRegistration" name="InvalidRegistration"/>
-      <wsdl:fault message="intf:MissingParameters" name="MissingParameters"/>
-      <wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
-      <wsdl:fault message="intf:InvalidHandle" name="InvalidHandle"/>
-    </wsdl:operation>
-  </wsdl:portType>
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_interfaces.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,854 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema targetNamespace="urn:oasis:names:tc:wsrp:v1:types"
-        xmlns:types="urn:oasis:names:tc:wsrp:v1:types"
-
-        xmlns="http://www.w3.org/2001/XMLSchema"
-        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-
-        elementFormDefault="qualified">
-
-<!-- This file reflects v1.0 of the specification -->
-
-   <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-
-   <!-- - - - - - - - - - - - - - - - - -->
-   <!--  General types used throughout  -->
-   <!-- - - - - - - - - - - - - - - - - -->
-
-   <!-- This definition matches the WSRP v1 specification, but is not used throughout the
-        rest of these definitions as not all stacks are able to handle restrictions on strings
-   -->
-   <simpleType name="Handle">
-    <restriction base="xsd:string">
-      <xsd:minLength value="1"/>
-      <xsd:maxLength value="255"/>
-    </restriction>
-  </simpleType>
-  <element name="Handle" type="types:Handle"/>
-
-   <!-- This definition matches the WSRP v1 specification, but is not used throughout the
-        rest of these definitions as not all stacks are able to handle restrictions on strings
-   -->
-   <simpleType name="ID">
-    <restriction base="xsd:string">
-      <xsd:minLength value="1"/>
-      <xsd:maxLength value="4096"/>
-    </restriction>
-  </simpleType>
-  <element name="ID" type="types:ID"/>
-
-   <!-- This definition matches the WSRP v1 specification, but is not used throughout the
-        rest of these definitions as not all stacks are able to handle restrictions on strings
-   -->
-   <simpleType name="Key">
-    <restriction base="xsd:string">
-      <xsd:minLength value="1"/>
-      <xsd:maxLength value="255"/>
-    </restriction>
-  </simpleType>
-  <element name="Key" type="types:Key"/>
-
-  <complexType name="Extension">
-    <sequence>
-      <!-- JBoss modification: added processContents="lax" to better process extensions. -->
-       <any namespace="##other" processContents="lax"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="LocalizedString">
-    <sequence>
-      <element name="value" type="xsd:string"/>
-    </sequence>
-    <attribute ref="xml:lang" use="required"/>
-    <attribute name="resourceName" type="xsd:string"/>
-  </complexType>
-
-  <complexType name="ResourceList">
-    <sequence>
-      <element name="resources" type="types:Resource" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Resource">
-    <sequence>
-      <element name="values" type="types:ResourceValue" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-    <attribute name="resourceName" type="xsd:string" use="required"/>
-  </complexType>
-
-  <complexType name="ResourceValue">
-    <sequence>
-      <element name="value" type="xsd:string"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-    <attribute ref="xml:lang" use="required"/>
-  </complexType>
-
-  <complexType name="StringArray">
-    <sequence>
-      <element name="String" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="StringArray" type="types:StringArray"/>
-
-  <complexType name="NamedString">
-    <sequence>
-      <element name="value" type="xsd:string"/>
-    </sequence>
-    <attribute name="name" type="xsd:string" use="required"/>
-  </complexType>
-
-  <complexType name="NamedStringArray">
-    <sequence>
-      <element name="NamedString" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="NamedStringArray" type="types:NamedStringArray"/>
-
-   <!-- - - - - - - - - -->
-   <!--  Producer types -->
-   <!-- - - - - - - - - -->
-
-   <complexType name="RegistrationData">
-    <sequence>
-      <element name="consumerName" type="xsd:string"/>
-      <element name="consumerAgent" type="xsd:string"/>
-      <element name="methodGetSupported" type="xsd:boolean"/>
-      <element name="consumerModes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="consumerWindowStates" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="consumerUserScopes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="customUserProfileData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="registrationProperties" type="types:Property" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="RegistrationData" type="types:RegistrationData"/>
-
-  <complexType name="RegistrationState">
-    <sequence>
-      <element name="registrationState" type="xsd:base64Binary" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="RegistrationState" type="types:RegistrationState"/>
-
-  <complexType name="RegistrationContext">
-    <sequence>
- <!-- <element name="registrationHandle" type="types:Handle"/>
-  JAX-RPC RI doesn't handle restrictions on xsd:string
- -->
-       <element name="registrationHandle" type="xsd:string"/>
-      <element name="registrationState" type="xsd:base64Binary" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="RegistrationContext" type="types:RegistrationContext"/>
-
-  <complexType name="SessionContext">
-    <sequence>
-      <element name="sessionID" type="xsd:string"/>
-      <element name="expires" type="xsd:int"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="SessionContext" type="types:SessionContext"/>
-
-  <complexType name="RuntimeContext">
-    <sequence>
-      <element name="userAuthentication" type="xsd:string"/>
-      <element name="portletInstanceKey" type="xsd:string" minOccurs="0"/>
-      <element name="namespacePrefix" type="xsd:string" minOccurs="0"/>
-      <element name="templates" type="types:Templates" minOccurs="0"/>
-      <element name="sessionID" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="RuntimeContext" type="types:RuntimeContext"/>
-
-  <complexType name="ItemDescription">
-    <sequence>
-      <element name="description" type="types:LocalizedString"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-    <attribute name="itemName" type="xsd:string" use="required"/>
-  </complexType>
-
-  <simpleType name="CookieProtocol">
-    <restriction base="xsd:string">
-      <enumeration value="none"/>
-      <enumeration value="perUser"/>
-      <enumeration value="perGroup"/>
-    </restriction>
-  </simpleType>
-
-  <complexType name="ServiceDescription">
-    <sequence>
-      <element name="requiresRegistration" type="xsd:boolean"/>
-      <element name="offeredPortlets" type="types:PortletDescription" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="userCategoryDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="customUserProfileItemDescriptions" type="types:ItemDescription" minOccurs="0"
-               maxOccurs="unbounded"/>
-      <element name="customWindowStateDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="customModeDescriptions" type="types:ItemDescription" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="requiresInitCookie" type="types:CookieProtocol" default="none" minOccurs="0"/>
-      <element name="registrationPropertyDescription" type="types:ModelDescription" minOccurs="0"/>
-      <element name="locales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="ServiceDescription" type="types:ServiceDescription"/>
-
-
-   <!-- - - - - - - - - - - - - - - - - - - -->
-   <!-- Portlet types (metadata and runtime) -->
-   <!-- - - - - - - - - - - - - - - - - - - -->
-
-   <complexType name="MarkupType">
-    <sequence>
-      <element name="mimeType" type="xsd:string"/>
-      <element name="modes" type="xsd:string" maxOccurs="unbounded"/>
-      <element name="windowStates" type="xsd:string" maxOccurs="unbounded"/>
-      <element name="locales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="PortletDescription">
-    <sequence>
- <!-- <element name="portletHandle"    type="types:Handle"/> -->
-       <element name="portletHandle" type="xsd:string"/>
-      <element name="markupTypes" type="types:MarkupType" maxOccurs="unbounded"/>
-      <element name="groupID" type="xsd:string" minOccurs="0"/>
-      <element name="description" type="types:LocalizedString" minOccurs="0"/>
-      <element name="shortTitle" type="types:LocalizedString" minOccurs="0"/>
-      <element name="title" type="types:LocalizedString" minOccurs="0"/>
-      <element name="displayName" type="types:LocalizedString" minOccurs="0"/>
-      <element name="keywords" type="types:LocalizedString" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="userCategories" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="userProfileItems" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="usesMethodGet" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="defaultMarkupSecure" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="onlySecure" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="userContextStoredInSession" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="templatesStoredInSession" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="hasUserSpecificState" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="doesUrlTemplateProcessing" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="PortletDescriptionResponse">
-    <sequence>
-      <element name="portletDescription" type="types:PortletDescription"/>
-      <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="PortletContext">
-    <sequence>
- <!-- <element name="portletHandle" type="types:Handle"/> -->
-       <element name="portletHandle" type="xsd:string"/>
-      <element name="portletState" type="xsd:base64Binary" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="PortletContext" type="types:PortletContext"/>
-
-  <complexType name="DestroyFailed">
-    <sequence>
-      <element name="portletHandle" type="xsd:string"/>
-      <element name="reason" type="xsd:string"/>
-    </sequence>
-  </complexType>
-
-   <!-- - - - - - - - - - - - -->
-   <!-- Markup oriented types -->
-   <!-- - - - - - - - - - - - -->
-
-   <complexType name="ClientData">
-    <sequence>
-      <element name="userAgent" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="ClientData" type="types:ClientData"/>
-
-  <complexType name="CacheControl">
-    <sequence>
-      <element name="expires" type="xsd:int"/>
-      <element name="userScope" type="xsd:string"/>
-      <element name="validateTag" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Templates">
-    <sequence>
-      <element name="defaultTemplate" type="xsd:string" nillable="true"/>
-      <element name="blockingActionTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="renderTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="resourceTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="secureDefaultTemplate" type="xsd:string" nillable="true"/>
-      <element name="secureBlockingActionTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="secureRenderTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="secureResourceTemplate" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="Templates" type="types:Templates"/>
-
-  <complexType name="MarkupParams">
-    <sequence>
-      <element name="secureClientCommunication" type="xsd:boolean"/>
-      <element name="locales" type="xsd:string" maxOccurs="unbounded"/>
-      <element name="mimeTypes" type="xsd:string" maxOccurs="unbounded"/>
-      <element name="mode" type="xsd:string"/>
-      <element name="windowState" type="xsd:string"/>
-      <element name="clientData" type="types:ClientData" minOccurs="0"/>
-      <element name="navigationalState" type="xsd:string" minOccurs="0"/>
-      <element name="markupCharacterSets" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="validateTag" type="xsd:string" minOccurs="0"/>
-      <element name="validNewModes" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="validNewWindowStates" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="MarkupParams" type="types:MarkupParams"/>
-
-  <complexType name="MarkupResponse">
-    <sequence>
-      <element name="markupContext" type="types:MarkupContext"/>
-      <element name="sessionContext" type="types:SessionContext" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="MarkupContext">
-    <sequence>
-      <element name="useCachedMarkup" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="mimeType" type="xsd:string" minOccurs="0"/>
-      <element name="markupString" type="xsd:string" minOccurs="0"/>
-      <element name="markupBinary" type="xsd:base64Binary" minOccurs="0"/>
-      <element name="locale" type="xsd:string" minOccurs="0"/>
-      <element name="requiresUrlRewriting" type="xsd:boolean" default="false" minOccurs="0"/>
-      <element name="cacheControl" type="types:CacheControl" minOccurs="0"/>
-      <element name="preferredTitle" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-   <!-- - - - - - - - - - - - - - - -->
-   <!-- Interaction oriented types  -->
-   <!-- - - - - - - - - - - - - - - -->
-
-   <simpleType name="StateChange">
-    <restriction base="xsd:string">
-      <enumeration value="readWrite"/>
-      <enumeration value="cloneBeforeWrite"/>
-      <enumeration value="readOnly"/>
-    </restriction>
-  </simpleType>
-
-  <complexType name="UploadContext">
-    <sequence>
-      <element name="mimeType" type="xsd:string"/>
-      <element name="uploadData" type="xsd:base64Binary"/>
-      <element name="mimeAttributes" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="InteractionParams">
-    <sequence>
-      <element name="portletStateChange" type="types:StateChange"/>
-      <element name="interactionState" type="xsd:string" minOccurs="0"/>
-      <element name="formParameters" type="types:NamedString" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="uploadContexts" type="types:UploadContext" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="InteractionParams" type="types:InteractionParams"/>
-
-  <complexType name="UpdateResponse">
-    <sequence>
-      <element name="sessionContext" type="types:SessionContext" minOccurs="0"/>
-      <element name="portletContext" type="types:PortletContext" minOccurs="0"/>
-      <element name="markupContext" type="types:MarkupContext" minOccurs="0"/>
-      <element name="navigationalState" type="xsd:string" nillable="true"/>
-      <element name="newWindowState" type="xsd:string" minOccurs="0"/>
-      <element name="newMode" type="xsd:string" minOccurs="0"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="BlockingInteractionResponse">
-    <sequence>
-      <!-- Would prefer this to be a choice ... Axis and JAX-RPC failed to handle that -->
-       <element name="updateResponse" type="types:UpdateResponse" minOccurs="0"/>
-      <element name="redirectURL" type="xsd:string" minOccurs="0"/>
-       <!-- end prefer this to be a choice -->
-       <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="BlockingInteractionResponse" type="types:BlockingInteractionResponse"/>
-
-   <!-- - - - - - - - - - - -->
-   <!-- User Profile types  -->
-   <!-- - - - - - - - - - - -->
-
-   <complexType name="Postal">
-    <sequence>
-      <element name="name" type="xsd:string" minOccurs="0"/>
-      <element name="street" type="xsd:string" minOccurs="0"/>
-      <element name="city" type="xsd:string" minOccurs="0"/>
-      <element name="stateprov" type="xsd:string" minOccurs="0"/>
-      <element name="postalcode" type="xsd:string" minOccurs="0"/>
-      <element name="country" type="xsd:string" minOccurs="0"/>
-      <element name="organization" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="TelephoneNum">
-    <sequence>
-      <element name="intcode" type="xsd:string" minOccurs="0"/>
-      <element name="loccode" type="xsd:string" minOccurs="0"/>
-      <element name="number" type="xsd:string" minOccurs="0"/>
-      <element name="ext" type="xsd:string" minOccurs="0"/>
-      <element name="comment" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Telecom">
-    <sequence>
-      <element name="telephone" type="types:TelephoneNum" minOccurs="0"/>
-      <element name="fax" type="types:TelephoneNum" minOccurs="0"/>
-      <element name="mobile" type="types:TelephoneNum" minOccurs="0"/>
-      <element name="pager" type="types:TelephoneNum" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Online">
-    <sequence>
-      <element name="email" type="xsd:string" minOccurs="0"/>
-      <element name="uri" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="Contact">
-    <sequence>
-      <element name="postal" type="types:Postal" minOccurs="0"/>
-      <element name="telecom" type="types:Telecom" minOccurs="0"/>
-      <element name="online" type="types:Online" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="Contact" type="types:Contact"/>
-
-  <complexType name="EmployerInfo">
-    <sequence>
-      <element name="employer" type="xsd:string" minOccurs="0"/>
-      <element name="department" type="xsd:string" minOccurs="0"/>
-      <element name="jobtitle" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="PersonName">
-    <sequence>
-      <element name="prefix" type="xsd:string" minOccurs="0"/>
-      <element name="given" type="xsd:string" minOccurs="0"/>
-      <element name="family" type="xsd:string" minOccurs="0"/>
-      <element name="middle" type="xsd:string" minOccurs="0"/>
-      <element name="suffix" type="xsd:string" minOccurs="0"/>
-      <element name="nickname" type="xsd:string" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="UserProfile">
-    <sequence>
-      <element name="name" type="types:PersonName" minOccurs="0"/>
-      <element name="bdate" type="xsd:dateTime" minOccurs="0"/>
-      <element name="gender" type="xsd:string" minOccurs="0"/>
-      <element name="employerInfo" type="types:EmployerInfo" minOccurs="0"/>
-      <element name="homeInfo" type="types:Contact" minOccurs="0"/>
-      <element name="businessInfo" type="types:Contact" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="UserContext">
-    <sequence>
-      <element name="userContextKey" type="xsd:string"/>
-      <element name="userCategories" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="profile" type="types:UserProfile" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="UserContext" type="types:UserContext"/>
-
-   <!-- - - - - - - - - -->
-   <!--  Property types -->
-   <!-- - - - - - - - - -->
-
-   <complexType name="Property">
-    <sequence>
-      <!-- Would prefer this to be a choice ... Axis and JAX-RPC failed to handle that -->
-       <element name="stringValue" type="xsd:string" minOccurs="0"/>
-       <!-- JBoss modification: added processContents="lax" to better process extensions. -->
-       <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
-       <!-- end prefer this to be a choice -->
-    </sequence>
-    <attribute name="name" type="xsd:string" use="required"/>
-    <attribute ref="xml:lang"/>
-  </complexType>
-
-  <complexType name="ResetProperty">
-    <sequence/>
-    <attribute name="name" type="xsd:string" use="required"/>
-  </complexType>
-
-  <complexType name="PropertyList">
-    <sequence>
-      <element name="properties" type="types:Property" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="resetProperties" type="types:ResetProperty" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="PropertyList" type="types:PropertyList"/>
-
-  <complexType name="PropertyDescription">
-    <sequence>
-      <element name="label" type="types:LocalizedString" minOccurs="0"/>
-      <element name="hint" type="types:LocalizedString" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-    <attribute name="name" type="xsd:string" use="required"/>
-    <attribute name="type" type="xsd:QName" use="required"/>
-  </complexType>
-
-  <complexType name="ModelTypes">
-    <sequence>
-      <!-- JBoss modification: added processContents="lax" to better process extensions. -->
-       <any namespace="##other" processContents="lax"/>
-    </sequence>
-  </complexType>
-
-  <complexType name="ModelDescription">
-    <sequence>
-      <element name="propertyDescriptions" type="types:PropertyDescription" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="modelTypes" type="types:ModelTypes" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="ModelDescription" type="types:ModelDescription"/>
-
-  <complexType name="PortletPropertyDescriptionResponse">
-    <sequence>
-      <element name="modelDescription" type="types:ModelDescription" minOccurs="0"/>
-      <element name="resourceList" type="types:ResourceList" minOccurs="0"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-   <!-- - - - - - - - - - - - - -->
-   <!-- operation message types -->
-   <!-- - - - - - - - - - - - - -->
-
-   <complexType name="ReturnAny">
-    <sequence>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-
-  <element name="getMarkup">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="runtimeContext" type="types:RuntimeContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="markupParams" type="types:MarkupParams"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="getMarkupResponse" type="types:MarkupResponse"/>
-
-  <element name="performBlockingInteraction">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="runtimeContext" type="types:RuntimeContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="markupParams" type="types:MarkupParams"/>
-        <element name="interactionParams" type="types:InteractionParams"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="performBlockingInteractionResponse" type="types:BlockingInteractionResponse"/>
-
-  <element name="getServiceDescription">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="getServiceDescriptionResponse" type="types:ServiceDescription"/>
-
-  <element name="register" type="types:RegistrationData"/>
-  <element name="registerResponse" type="types:RegistrationContext"/>
-
-  <element name="deregister" type="types:RegistrationContext"/>
-  <element name="deregisterResponse" type="types:ReturnAny"/>
-
-  <element name="modifyRegistration">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="registrationData" type="types:RegistrationData"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="modifyRegistrationResponse" type="types:RegistrationState"/>
-
-  <element name="getPortletDescription">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="getPortletDescriptionResponse" type="types:PortletDescriptionResponse"/>
-
-  <element name="clonePortlet">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="clonePortletResponse" type="types:PortletContext"/>
-
-  <element name="destroyPortlets">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletHandles" type="xsd:string" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <complexType name="DestroyPortletsResponse">
-    <sequence>
-      <element name="destroyFailed" type="types:DestroyFailed" minOccurs="0" maxOccurs="unbounded"/>
-      <element name="extensions" type="types:Extension" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-  <element name="destroyPortletsResponse" type="types:DestroyPortletsResponse"/>
-
-  <element name="setPortletProperties">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="propertyList" type="types:PropertyList"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="setPortletPropertiesResponse" type="types:PortletContext"/>
-
-  <element name="getPortletProperties">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="names" type="xsd:string" nillable="true" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="getPortletPropertiesResponse" type="types:PropertyList"/>
-
-  <element name="getPortletPropertyDescription">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="portletContext" type="types:PortletContext"/>
-        <element name="userContext" type="types:UserContext" nillable="true"/>
-        <element name="desiredLocales" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="getPortletPropertyDescriptionResponse" type="types:PortletPropertyDescriptionResponse"/>
-
-  <element name="releaseSessions">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-        <element name="sessionIDs" type="xsd:string" maxOccurs="unbounded"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="releaseSessionsResponse" type="types:ReturnAny"/>
-
-  <element name="initCookie">
-    <complexType>
-      <sequence>
-        <element name="registrationContext" type="types:RegistrationContext" nillable="true"/>
-      </sequence>
-    </complexType>
-  </element>
-  <element name="initCookieResponse" type="types:ReturnAny"/>
-
-   <!-- - - - - - - -->
-   <!-- fault types -->
-   <!-- - - - - - - -->
-
-   <complexType name="Fault">
-    <sequence/>
-  </complexType>
-
-  <complexType name="AccessDeniedFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="AccessDenied" type="types:AccessDeniedFault"/>
-
-  <complexType name="InconsistentParametersFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="InconsistentParameters" type="types:InconsistentParametersFault"/>
-
-  <complexType name="InvalidRegistrationFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="InvalidRegistration" type="types:InvalidRegistrationFault"/>
-
-  <complexType name="MissingParametersFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="MissingParameters" type="types:MissingParametersFault"/>
-
-  <complexType name="OperationFailedFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="OperationFailed" type="types:OperationFailedFault"/>
-
-  <complexType name="InvalidHandleFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="InvalidHandle" type="types:InvalidHandleFault"/>
-
-  <complexType name="InvalidUserCategoryFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="InvalidUserCategory" type="types:InvalidUserCategoryFault"/>
-
-  <complexType name="PortletStateChangeRequiredFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-
-  <element name="PortletStateChangeRequired" type="types:PortletStateChangeRequiredFault"/>
-
-  <complexType name="InvalidCookieFault">
-   <complexContent>
-     <extension base="types:Fault">
-       <sequence/>
-     </extension>
-   </complexContent>
-  </complexType>
-
-  <element name="InvalidCookie" type="types:InvalidCookieFault"/>
-
-  <complexType name="InvalidSessionFault">
-   <complexContent>
-     <extension base="types:Fault">
-       <sequence/>
-     </extension>
-   </complexContent>
-  </complexType>
-
-  <element name="InvalidSession" type="types:InvalidSessionFault"/>
-
-  <complexType name="UnsupportedModeFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="UnsupportedMode" type="types:UnsupportedModeFault"/>
-
-  <complexType name="UnsupportedWindowStateFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="UnsupportedWindowState" type="types:UnsupportedWindowStateFault"/>
-
-  <complexType name="UnsupportedLocaleFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="UnsupportedLocale" type="types:UnsupportedLocaleFault"/>
-
-  <complexType name="UnsupportedMimeTypeFault">
-    <complexContent>
-      <extension base="types:Fault">
-        <sequence/>
-      </extension>
-    </complexContent>
-  </complexType>
-  <element name="UnsupportedMimeType" type="types:UnsupportedMimeTypeFault"/>
-</schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1068/wsrp_v1_types.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>TestService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1107.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws1107/TestEndpoint?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1107</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws1107/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1107.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1107'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1107.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1107'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1107'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoString</java-method-name>
-   <wsdl-operation>echoString</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1107'>wsdlMsgNS:TestEndpoint_echoString</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1107'>wsdlMsgNS:TestEndpoint_echoStringResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    
-    <!-- Do not remove the whitespace as this test is to test  -->
-    <!-- that endpoints can be deployed with whitespace around -->
-    <!-- the class name.                                       -->
-    
-    <servlet-class>
-      org.jboss.test.ws.jaxrpc.jbws1107.TestEndpointImpl
-    </servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/TestEndpoint</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws1107' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1107.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1107' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1107' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='TestEndpoint_echoString'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='TestEndpoint_echoStringResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='echoString' parameterOrder='String_1'>
-   <input message='tns:TestEndpoint_echoString'/>
-   <output message='tns:TestEndpoint_echoStringResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoString'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1107' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1107' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<!--  Set the soap:address location to 'http://localhost:8080//jbossws-jbws1093/TestEndpoint?wsdl' to run with Tomcat -->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1107.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws1107" type-namespace="http://org.jboss.test.ws/jbws1107/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1107/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1107/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloWorldService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/HelloWorldService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1121.HelloWorld</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-    http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"
-  version="1.4">
-
-  <module>
-    <web>
-      <web-uri>jaxrpc-jbws1121.war</web-uri>
-      <context-root>jaxrpc-jbws1121</context-root>
-    </web>
-  </module>
-
-  <module>
-    <java>jaxrpc-jbws1121-client.jar</java>
-  </module>
-
-</application>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/application.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-app
-    PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
-    "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
-      
-<jboss-app>
-  <loader-repository>jboss.ws.test:loader=JBWS1121</loader-repository>
-</jboss-app>  
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-app.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloWorldService</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws1121?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/META-INF/jboss-wsse-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1121</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws1121/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1121.HelloWorldService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1121'>serviceNS:HelloWorldService</wsdl-service-name>
-  <port-mapping>
-   <port-name>HelloWorldPort</port-name>
-   <java-port-name>HelloWorldPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1121.HelloWorld</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1121'>portTypeNS:HelloWorld</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1121'>bindingNS:HelloWorldBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1121'>wsdlMsgNS:HelloWorld_echo</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1121'>wsdlMsgNS:HelloWorld_echoResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/jboss-wsse-server.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <context-param>
-    <param-name>jbossws-config-name</param-name>>
-    <param-value>Standard WSSecurity Endpoint</param-value>
-  </context-param>
-
-  <servlet>
-    <servlet-name>HelloWorldService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws1121.HelloWorldBean</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>HelloWorldService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws1121' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>HelloWorldService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/HelloWorldService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>HelloWorldPort</port-component-name>
-   <wsdl-port>impl:HelloWorldPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1121.HelloWorld</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>HelloWorldService</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='HelloWorldService' targetNamespace='http://org.jboss.test.ws/jbws1121' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1121' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='HelloWorld_echo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='HelloWorld_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='HelloWorld'>
-  <operation name='echo' parameterOrder='String_1'>
-   <input message='tns:HelloWorld_echo'/>
-   <output message='tns:HelloWorld_echoResponse'/>
-  </operation>
- </portType>
- <binding name='HelloWorldBinding' type='tns:HelloWorld'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1121' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1121' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='HelloWorldService'>
-  <port binding='tns:HelloWorldBinding' name='HelloWorldPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/WEB-INF/wsdl/HelloWorldService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.keystore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.keystore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/wsse.keystore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.truststore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wsse.truststore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/wsse.truststore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools.bat -config wstools-config.xml -cp ../../../../output/tests/classes/
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="HelloWorldService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.jbws1121.HelloWorld"/>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws1121" type-namespace="http://org.jboss.test.ws/jbws1121/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="HelloWorldService"/>
-  </java-wsdl>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1121/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1121/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>TestService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1124.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/@jbws1124.domain@/TestEndpoint?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1124</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws1124/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1124.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws1124'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1124.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws1124'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws1124'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>getResourceString</java-method-name>
-   <wsdl-operation>getResourceString</wsdl-operation>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws1124'>wsdlMsgNS:TestEndpoint_getResourceStringResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-web>
-  
-  <class-loading>
-    <loader-repository>jbossws.jbws1124:domain=@jbws1124.domain@ </loader-repository>
-  </class-loading>
-  
-  <context-root>/@jbws1124.domain@</context-root>
-  
-</jboss-web>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
- at jbws1124.domain@

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/test-resource.txt)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws1124.TestEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/TestEndpoint</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws1124' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1124.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws1124' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws1124' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='TestEndpoint_getResourceString'/>
- <message name='TestEndpoint_getResourceStringResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='getResourceString'>
-   <input message='tns:TestEndpoint_getResourceString'/>
-   <output message='tns:TestEndpoint_getResourceStringResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='getResourceString'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1124' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws1124' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1124.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws1124" type-namespace="http://org.jboss.test.ws/jbws1124/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1124/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1124/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws1125?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,71 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws1125</package-type>
-  <namespaceURI>http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint_noParamPart_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types'>typeNS:noParamPart</root-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint_noParamPart_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types'>typeNS:noParamPartResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint_noReturnPart_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types'>typeNS:noReturnPart</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>string_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint_noReturnPart_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types'>typeNS:noReturnPartResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws1125.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>noParamPart</java-method-name>
-   <wsdl-operation>noParamPart</wsdl-operation>
-   <wrapped-element/>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws'>wsdlMsgNS:TestEndpoint_noParamPartResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>noReturnPart</java-method-name>
-   <wsdl-operation>noReturnPart</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws'>wsdlMsgNS:TestEndpoint_noReturnPart</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='noParamPart'>
-    <sequence/>
-   </complexType>
-   <complexType name='noParamPartResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='noReturnPart'>
-    <sequence>
-     <element name='String_1' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='noReturnPartResponse'>
-    <sequence/>
-   </complexType>
-   <element name='noParamPart' type='tns:noParamPart'/>
-   <element name='noParamPartResponse' type='tns:noParamPartResponse'/>
-   <element name='noReturnPart' type='tns:noReturnPart'/>
-   <element name='noReturnPartResponse' type='tns:noReturnPartResponse'/>
-  </schema>
- </types>
-
- <!--
-   BP-1.0 5.3.1 Bindings and Parts
-   Use of wsdl:message elements with zero parts is permitted in Document styles to permit operations 
-   that can send or receive messages with empty soap:Bodys.
- -->  
- <message name='TestEndpoint_noParamPart'>
-  <!-- part element='ns1:noParamPart' name='parameters'/ -->
- </message>
- <message name='TestEndpoint_noParamPartResponse'>
-  <part element='ns1:noParamPartResponse' name='result'/>
- </message>
-  
- <message name='TestEndpoint_noReturnPart'>
-  <part element='ns1:noReturnPart' name='parameters'/>
- </message>
- <message name='TestEndpoint_noReturnPartResponse'>
-  <!-- part element='ns1:noReturnPartResponse' name='result'/ -->
- </message>
-  
- <portType name='TestEndpoint'>
-  <operation name='noParamPart'>
-   <input message='tns:TestEndpoint_noParamPart'/>
-   <output message='tns:TestEndpoint_noParamPartResponse'/>
-  </operation>
-  <operation name='noReturnPart'>
-   <input message='tns:TestEndpoint_noReturnPart'/>
-   <output message='tns:TestEndpoint_noReturnPartResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='noParamPart'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='noReturnPart'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws1125.TestEndpoint" style="document">
-    </service>
-    <namespaces target-namespace="http://jbws1125.jaxrpc.ws.test.jboss.org/jaws" type-namespace="http://jbws1125.jaxrpc.ws.test.jboss.org/jaws/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws1125/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws1125/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws231.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws231?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-  xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.jbws231</package-type>
-    <namespaceURI>http://org.jboss.test.ws/jbws231/types</namespaceURI>
-  </package-mapping>
-  
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</java-type>
-    <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws231/types'>typeNS:EyeColorType</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</java-type>
-    <anonymous-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws231/types'>typeNS:&gt;EyeColor</anonymous-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.jbws231.TestService</service-interface>
-    <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws231'>serviceNS:TestService</wsdl-service-name>
-    <port-mapping>
-      <port-name>TestEndpointPort</port-name>
-      <java-port-name>TestEndpointPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws231.TestEndpoint</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws231'>portTypeNS:TestEndpoint</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws231'>bindingNS:TestEndpointBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoSimple</java-method-name>
-      <wsdl-operation>echoSimple</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws231'>wsdlMsgNS:TestEndpoint_echoSimple</wsdl-message>
-          <wsdl-message-part-name>EyeColorType_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws231'>wsdlMsgNS:TestEndpoint_echoSimpleResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoAnonymous</java-method-name>
-      <wsdl-operation>echoAnonymous</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws231'>wsdlMsgNS:TestEndpoint_echoAnonymous</wsdl-message>
-          <wsdl-message-part-name>EyeColorType_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws231'>wsdlMsgNS:TestEndpoint_echoAnonymousResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws231.TestEndpointImpl</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws231' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws231.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws231' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.test.ws/jbws231/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws231' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.test.ws/jbws231/types' xmlns='http://www.w3.org/2001/XMLSchema'
-    xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.test.ws/jbws231/types'
-    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-    
-    <simpleType name="EyeColorType">
-      <restriction base="xsd:string">
-        <enumeration value="green"/>
-        <enumeration value="blue"/>
-      </restriction>
-    </simpleType>
-    
-    <element name="EyeColor">
-      <simpleType>
-        <restriction base="xsd:string">
-          <enumeration value="green"/>
-          <enumeration value="blue"/>
-        </restriction>
-      </simpleType>
-    </element>
-    
-  </schema>
- </types>
- <message name='TestEndpoint_echoAnonymous'>
-  <part name='EyeColorType_1' element='ns1:EyeColor'/>
- </message>
- <message name='TestEndpoint_echoAnonymousResponse'>
-  <part name='result' type='ns1:EyeColorType'/>
- </message>
- <message name='TestEndpoint_echoSimple'>
-  <part name='EyeColorType_1' type='ns1:EyeColorType'/>
- </message>
- <message name='TestEndpoint_echoSimpleResponse'>
-  <part name='result' type='ns1:EyeColorType'/>
- </message>
- <portType name='TestEndpoint'>
-  <!--
-  wscompile error: "EyeColorType_1" specified in the parameterOrder attribute of message "echoAnonymous" is not a valid part of the message.
-  <operation name='echoAnonymous' parameterOrder='EyeColorType_1'> 
-  -->
-  <operation name='echoAnonymous'>
-   <input message='tns:TestEndpoint_echoAnonymous'/>
-   <output message='tns:TestEndpoint_echoAnonymousResponse'/>
-  </operation>
-  <operation name='echoSimple' parameterOrder='EyeColorType_1'>
-   <input message='tns:TestEndpoint_echoSimple'/>
-   <output message='tns:TestEndpoint_echoSimpleResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoAnonymous'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws231' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws231' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoSimple'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws231' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws231' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../../../output/classes -gen:server -f:rpcliteral -mapping jaxrpc-mapping.xml wscompile-config-java.xml
-  
-   error: class org.jboss.test.ws.jaxrpc.jbws231.EyeColorType does not have a public accessible empty constructor
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <service name="TestService"
-    targetNamespace="http://org.jboss.test.ws/jbws231"
-    typeNamespace="http://org.jboss.test.ws/jbws231/types"
-    packageName="org.jboss.test.ws.jaxrpc.jbws231">
-    <interface name="org.jboss.test.ws.jaxrpc.jbws231.TestEndpoint"/>
-  </service>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wscompile-config-java.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -import -mapping jaxrpc-mapping.xml -keep wscompile-config-wsdl.xml
--->
-
-<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-  
-  <wsdl location="./WEB-INF/wsdl/TestService.wsdl" packageName="org.jboss.test.ws.jaxrpc.jbws231"/>
-  
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wscompile-config-wsdl.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws231.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws231" type-namespace="http://org.jboss.test.ws/jbws231/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>
-
-<!--
-    <simpleType name="EyeColorType">
-      <restriction base="xsd:string">
-        <enumeration value="green"/>
-        <enumeration value="blue"/>
-      </restriction>
-    </simpleType>
-    
-    <element name="EyeColor">
-      <simpleType>
-        <restriction base="xsd:string">
-          <enumeration value="green"/>
-          <enumeration value="blue"/>
-        </restriction>
-      </simpleType>
-    </element>
-  
- <message name='TestEndpoint_echoAnonymous'>
-  <part name='EyeColorType_1' element='ns1:EyeColor'/>
- </message>
--->
-
-<!--
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</java-type>
-    <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws231/types'>typeNS:EyeColorType</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws231.EyeColorType</java-type>
-    <anonymous-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws231/types'>typeNS:&gt;EyeColor</anonymous-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws231/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws231/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws434.TestServiceEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws434?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1"
-                   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-   <package-mapping>
-      <package-type>org.jboss.test.ws.jaxrpc.jbws434</package-type>
-      <namespaceURI>http://org.jboss.ws/jbws434</namespaceURI>
-   </package-mapping>
-   <package-mapping>
-      <package-type>org.jboss.test.ws.jaxrpc.jbws434</package-type>
-      <namespaceURI>http://org.jboss.ws/jbws434/types</namespaceURI>
-   </package-mapping>
-   <java-xml-type-mapping>
-      <java-type>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny</java-type>
-      <root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws434/types">typeNS:ArrayOfAny</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-   </java-xml-type-mapping>
-   <java-xml-type-mapping>
-      <java-type>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny2</java-type>
-      <root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws434/types">typeNS:ArrayOfAny2</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-   </java-xml-type-mapping>
-   <java-xml-type-mapping>
-      <java-type>org.jboss.test.ws.jaxrpc.jbws434.TypeOfAny3</java-type>
-      <root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws434/types">typeNS:TypeOfAny3</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <service-endpoint-interface-mapping>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws434.TestServiceEndpoint</service-endpoint-interface>
-      <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/jbws434">portTypeNS:TestService</wsdl-port-type>
-      <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/jbws434">bindingNS:TestServiceBinding</wsdl-binding>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>echo</java-method-name>
-         <wsdl-operation>echo</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echo</wsdl-message>
-               <wsdl-message-part-name>param1</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echoResponse</wsdl-message>
-            <wsdl-message-part-name>result</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>echo2</java-method-name>
-         <wsdl-operation>echo2</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny2</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echo2</wsdl-message>
-               <wsdl-message-part-name>param1</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.test.ws.jaxrpc.jbws434.ArrayOfAny2</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echoResponse2</wsdl-message>
-            <wsdl-message-part-name>result</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>echo3</java-method-name>
-         <wsdl-operation>echo3</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.test.ws.jaxrpc.jbws434.TypeOfAny3</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echo3</wsdl-message>
-               <wsdl-message-part-name>param1</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.test.ws.jaxrpc.jbws434.TypeOfAny3</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws434">wsdlMsgNS:TestService_echoResponse3</wsdl-message>
-            <wsdl-message-part-name>result</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-      
-   </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws434.TestServiceEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/jbws434"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>TestServicePort</port-component-name>
-      <wsdl-port>impl:TestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws434.TestServiceEndpoint</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>TestService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,110 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://org.jboss.ws/jbws434"
-             xmlns:tns="http://org.jboss.ws/jbws434" xmlns="http://schemas.xmlsoap.org/wsdl/"
-             xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://org.jboss.ws/jbws434/types"
-             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <types>
-      <schema targetNamespace="http://org.jboss.ws/jbws434/types" xmlns:tns="http://org.jboss.ws/jbws434/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-
-         <complexType name="ArrayOfAny">
-            <xsd:sequence>
-               <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-            </xsd:sequence>
-         </complexType>
-
-         <complexType name="ArrayOfAny2">
-            <xsd:sequence>
-               <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-            </xsd:sequence>
-         </complexType>
-
-         <complexType name="TypeOfAny3">
-            <xsd:sequence>
-               <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="1"/>
-            </xsd:sequence>
-         </complexType>
-
-      </schema>
-   </types>
-
-   <message name="TestService_echo">
-      <part name="param1" type="ns1:ArrayOfAny"/>
-   </message>
-   <message name="TestService_echoResponse">
-      <part name="result" type="ns1:ArrayOfAny"/>
-   </message>
-
-   <message name="TestService_echo2">
-      <part name="param1" type="ns1:ArrayOfAny2"/>
-   </message>
-   <message name="TestService_echoResponse2">
-      <part name="result" type="ns1:ArrayOfAny2"/>
-   </message>
-
-   <message name="TestService_echo3">
-      <part name="param1" type="ns1:TypeOfAny3"/>
-   </message>
-   <message name="TestService_echoResponse3">
-      <part name="result" type="ns1:TypeOfAny3"/>
-   </message>
-
-   <portType name="TestService">
-      <operation name="echo">
-         <input message="tns:TestService_echo"/>
-         <output message="tns:TestService_echoResponse"/>
-      </operation>
-      <operation name="echo2">
-         <input message="tns:TestService_echo2"/>
-         <output message="tns:TestService_echoResponse2"/>
-      </operation>
-      <operation name="echo3">
-         <input message="tns:TestService_echo3"/>
-         <output message="tns:TestService_echoResponse3"/>
-      </operation>
-   </portType>
-
-   <binding name="TestServiceBinding" type="tns:TestService">
-      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-
-      <operation name="echo">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </output>
-      </operation>
-
-      <operation name="echo2">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </output>
-      </operation>
-
-       <operation name="echo3">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/jbws434"/>
-         </output>
-      </operation>
-
-   </binding>
-
-   <service name="TestService">
-      <port name="TestServicePort" binding="tns:TestServiceBinding">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </port>
-   </service>
-
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../output/classes -gen:server -f:rpcliteral -mapping jaxrpc-mapping.xml -keep config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <wsdl location="./WEB-INF/wsdl/TestService.wsdl"
-    packageName="org.jboss.test.ws.jaxrpc.jbws434">
-  </wsdl>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws434/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws718.TestService_PortType</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws718?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws718</package-type>
-  <namespaceURI>http://jboss.org/test/ws/jbws718</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws718.PingMsg</java-type>
-  <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/jbws718'>typeNS:&gt;PingMsg</anonymous-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>message</java-variable-name>
-   <xml-element-name>message</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws718.PingMsgResponse</java-type>
-  <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/jbws718'>typeNS:&gt;PingMsgResponse</anonymous-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws718.TestService_Service</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://jboss.org/test/ws/jbws718'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestServicePort</port-name>
-   <java-port-name>TestServicePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws718.TestService_PortType</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://jboss.org/test/ws/jbws718'>portTypeNS:TestService</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://jboss.org/test/ws/jbws718'>bindingNS:TestServiceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>ping</java-method-name>
-   <wsdl-operation>ping</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.jbws718.PingMsg</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/jbws718'>wsdlMsgNS:PingIn</wsdl-message>
-     <wsdl-message-part-name>parameters</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.jbws718.PingMsgResponse</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/jbws718'>wsdlMsgNS:PingOut</wsdl-message>
-    <wsdl-message-part-name>parameters</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws718.TestServiceImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://jboss.org/test/ws/jbws718"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>TestServicePort</port-component-name>
-      <wsdl-port>impl:TestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws718.TestService_PortType</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>TestService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<definitions
-        xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-        xmlns:s="http://www.w3.org/2001/XMLSchema"
-        xmlns:s0="http://jboss.org/test/ws/jbws718"
-        xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
-        targetNamespace="http://jboss.org/test/ws/jbws718"
-        xmlns="http://schemas.xmlsoap.org/wsdl/">
-    <types>
-        <s:schema elementFormDefault="qualified" targetNamespace="http://jboss.org/test/ws/jbws718">
-            <s:element name="PingMsg">
-                <s:complexType>
-                    <s:sequence>
-                        <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
-                    </s:sequence>
-                </s:complexType>
-            </s:element>
-            <s:element name="PingMsgResponse">
-                <s:complexType />
-            </s:element>
-        </s:schema>
-    </types>
-
-    <message name="PingIn">
-        <part name="parameters" element="s0:PingMsg" />
-    </message>
-    <message name="PingOut">
-        <part name="parameters" element="s0:PingMsgResponse" />
-    </message>
-
-    <portType name="TestService">
-        <operation name="ping">
-            <input message="s0:PingIn" />
-            <output message="s0:PingOut" />
-        </operation>
-    </portType>
-
-    <binding name="TestServiceBinding" type="s0:TestService">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <operation name="ping">
-            <soap:operation soapAction="http://jboss.org/test/ws/jbws718/Ping" style="document" />
-            <input>
-                <soap:body use="literal" />
-            </input>
-            <output>
-                <soap:body use="literal" />
-            </output>
-        </operation>
-    </binding>
-
-    <service name="TestService">
-        <port name="TestServicePort" binding="s0:TestServiceBinding">
-            <soap:address location="REPLACE_WITH_ACTUAL_URL" />
-        </port>
-    </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/WEB-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/org)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/org/jboss)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/org/jboss/test)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/jbws718 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/org/jboss/test/ws/jbws718)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools
-   http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-
-  <wsdl-java file="WEB-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws718/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws718/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>TestService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws720.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws720?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.jbws720</package-type>
-    <namespaceURI>http://org.jboss.test.ws/jbws720</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.jbws720</package-type>
-    <namespaceURI>http://org.jboss.test.ws/jbws720/types</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws720.GetProperty</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.test.ws/jbws720/types">typeNS:getProperty</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>strAttr</java-variable-name>
-      <xml-attribute-name>strAttr</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>lang</java-variable-name>
-      <xml-attribute-name>lang</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>strElement</java-variable-name>
-      <xml-element-name>strElement</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>_any</java-variable-name>
-      <xml-wildcard/>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws720.GetPropertyResponse</java-type>
-    <root-type-qname xmlns:typeNS="http://org.jboss.test.ws/jbws720/types">typeNS:getPropertyResponse</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>result</java-variable-name>
-      <xml-element-name>result</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.jbws720.TestService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.test.ws/jbws720">serviceNS:TestService</wsdl-service-name>
-    <port-mapping>
-      <port-name>TestPort</port-name>
-      <java-port-name>TestPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws720.TestEndpoint</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.test.ws/jbws720">portTypeNS:TestEndpoint</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.test.ws/jbws720">bindingNS:TestBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>getProperty</java-method-name>
-      <wsdl-operation>getProperty</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws720.GetProperty</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.test.ws/jbws720">wsdlMsgNS:TestEndpoint_getProperty</wsdl-message>
-          <wsdl-message-part-name>parameters</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws720.GetPropertyResponse</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.test.ws/jbws720">wsdlMsgNS:TestEndpoint_getPropertyResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws720.TestEndpointImpl</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices
-  xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.test.ws/jbws720"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>TestPort</port-component-name>
-      <wsdl-port>impl:TestPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws720.TestEndpoint</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>TestEndpoint</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://org.jboss.test.ws/jbws720" xmlns:tns="http://org.jboss.test.ws/jbws720"
-  xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.test.ws/jbws720/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.test.ws/jbws720/types" xmlns:tns="http://org.jboss.test.ws/jbws720/types"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-      xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-      <complexType name="getProperty">
-        <sequence>
-          <element name="strElement" type="string" minOccurs="0"/>
-          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
-        </sequence>
-        <attribute name="strAttr" type="string" use="required"/>
-        <attribute ref="xml:lang"/>
-      </complexType>
-      <complexType name="getPropertyResponse">
-        <sequence>
-          <element name="result" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <element name="getProperty" type="tns:getProperty"/>
-      <element name="getPropertyResponse" type="tns:getPropertyResponse"/>
-    </schema>
-  </types>
-  <message name="TestEndpoint_getProperty">
-    <part name="parameters" element="ns2:getProperty"/>
-  </message>
-  <message name="TestEndpoint_getPropertyResponse">
-    <part name="result" element="ns2:getPropertyResponse"/>
-  </message>
-  <portType name="TestEndpoint">
-    <operation name="getProperty">
-      <input message="tns:TestEndpoint_getProperty"/>
-      <output message="tns:TestEndpoint_getPropertyResponse"/>
-    </operation>
-  </portType>
-  <binding name="TestBinding" type="tns:TestEndpoint">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="getProperty">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="TestPort" binding="tns:TestBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -import -f:wsi -mapping jaxrpc-mapping.xml -keep config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <wsdl 
-    location="./WEB-INF/wsdl/TestService.wsdl" 
-    packageName="org.jboss.test.ws.jaxrpc.jbws720">
-  </wsdl>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws720/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws720/config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd" version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/jbws732/wrapped</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>USE_JBOSS_CLIENT_XML_OVERRIDE</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/wrapped-mapping.xml</jaxrpc-mapping-file>
-
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-  <service-ref>
-    <service-ref-name>service/jbws732/bare</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>USE_JBOSS_CLIENT_XML_OVERRIDE</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/bare-mapping.xml</jaxrpc-mapping-file>
-
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.BareEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-</application-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/jbws732/wrapped</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws732/WrappedService?wsdl</wsdl-override>
-  </service-ref>
-
-  <service-ref>
-    <service-ref-name>service/jbws732/bare</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws732/BareService?wsdl</wsdl-override>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.jbws732</package-type>
-<namespaceURI>http://org.jboss.ws/jbws732</namespaceURI>
-</package-mapping>
-<package-mapping>
-<package-type>org.jboss.test.ws.jaxrpc.jbws732</package-type>
-<namespaceURI>http://org.jboss.ws/jbws732/types</namespaceURI>
-</package-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.jbws732.BareResponse</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws732/types">typeNS:BareResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>stringArray</java-variable-name>
-<xml-element-name>stringArray</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayResponse</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws732/types">typeNS:BareWrappedArrayResponse</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>stringArray</java-variable-name>
-<xml-element-name>stringArray</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayRequest</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws732/types">typeNS:BareWrappedArrayRequest</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>stringArray</java-variable-name>
-<xml-element-name>stringArray</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jaxrpc.jbws732.BareRequest</java-type>
-<root-type-qname xmlns:typeNS="http://org.jboss.ws/jbws732/types">typeNS:BareRequest</root-type-qname>
-<qname-scope>complexType</qname-scope>
-<variable-mapping>
-<java-variable-name>stringArray</java-variable-name>
-<xml-element-name>stringArray</xml-element-name>
-</variable-mapping>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>java.lang.String[]</java-type>
-<anonymous-type-qname>http://org.jboss.ws/jbws732/types:BareResponse&gt;stringArray[0,unbounded]</anonymous-type-qname>
-<qname-scope>complexType</qname-scope>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>java.lang.String[]</java-type>
-<anonymous-type-qname>http://org.jboss.ws/jbws732/types:StringArray&gt;item[0,unbounded]</anonymous-type-qname>
-<qname-scope>complexType</qname-scope>
-</java-xml-type-mapping>
-<java-xml-type-mapping>
-<java-type>java.lang.String[]</java-type>
-<anonymous-type-qname>http://org.jboss.ws/jbws732/types:BareRequest&gt;stringArray[0,unbounded]</anonymous-type-qname>
-<qname-scope>complexType</qname-scope>
-</java-xml-type-mapping>
-<service-interface-mapping>
-<service-interface>org.jboss.test.ws.jaxrpc.jbws732.BareService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/jbws732">serviceNS:BareService</wsdl-service-name>
-<port-mapping>
-<port-name>BareEndpointPort</port-name>
-<java-port-name>BareEndpointPort</java-port-name>
-</port-mapping>
-</service-interface-mapping>
-<service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.BareEndpoint</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/jbws732">portTypeNS:BareEndpoint</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://org.jboss.ws/jbws732">bindingNS:BareEndpointBinding</wsdl-binding>
-<service-endpoint-method-mapping>
-<java-method-name>echoStringArray</java-method-name>
-<wsdl-operation>echoStringArray</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.jbws732.BareRequest</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws732">wsdlMsgNS:BareEndpoint_echoStringArray</wsdl-message>
-<wsdl-message-part-name>arr</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.jbws732.BareResponse</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws732">wsdlMsgNS:BareEndpoint_echoStringArrayResponse</wsdl-message>
-<wsdl-message-part-name>result</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-<service-endpoint-method-mapping>
-<java-method-name>echoStringWrappedArray</java-method-name>
-<wsdl-operation>echoStringWrappedArray</wsdl-operation>
-<method-param-parts-mapping>
-<param-position>0</param-position>
-<param-type>org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayRequest</param-type>
-<wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws732">wsdlMsgNS:BareEndpoint_echoStringWrappedArray</wsdl-message>
-<wsdl-message-part-name>arr</wsdl-message-part-name>
-<parameter-mode>IN</parameter-mode>
-</wsdl-message-mapping>
-</method-param-parts-mapping>
-<wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jaxrpc.jbws732.BareWrappedArrayResponse</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/jbws732">wsdlMsgNS:BareEndpoint_echoStringWrappedArrayResponse</wsdl-message>
-<wsdl-message-part-name>arr</wsdl-message-part-name>
-</wsdl-return-value-mapping>
-</service-endpoint-method-mapping>
-</service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/bare-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-         version="2.4">
-
-    <servlet>
-        <servlet-name>WrappedService</servlet-name>
-        <servlet-class>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpointImpl</servlet-class>
-    </servlet>
-
-    <servlet>
-        <servlet-name>BareService</servlet-name>
-        <servlet-class>org.jboss.test.ws.jaxrpc.jbws732.BareEndpointImpl</servlet-class>
-    </servlet>
-
-    <servlet-mapping>
-        <servlet-name>WrappedService</servlet-name>
-        <url-pattern>/WrappedService/*</url-pattern>
-    </servlet-mapping>
-
-    <servlet-mapping>
-        <servlet-name>BareService</servlet-name>
-        <url-pattern>/BareService/*</url-pattern>
-    </servlet-mapping>
-</web-app>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/jbws732"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-  
-  <webservice-description>
-    <webservice-description-name>WrappedService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/WrappedService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/wrapped-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>WrappedEndpointPort</port-component-name>
-      <wsdl-port>impl:WrappedEndpointPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>WrappedService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-
-  <webservice-description>
-    <webservice-description-name>BareService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/BareService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/bare-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>BareEndpointPort</port-component-name>
-      <wsdl-port>impl:BareEndpointPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.BareEndpoint</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>BareService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/webservices.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,93 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws732</package-type>
-  <namespaceURI>http://org.jboss.ws/jbws732/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint_echoStringArray_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/jbws732/types'>typeNS:echoStringArray</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfString_1</java-variable-name>
-   <xml-element-name>arrayOfString_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint_echoStringArray_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/jbws732/types'>typeNS:echoStringArrayResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint_echoStringWrappedArray_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/jbws732/types'>typeNS:echoStringWrappedArray</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfString_1</java-variable-name>
-   <xml-element-name>arrayOfString_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint_echoStringWrappedArray_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/jbws732/types'>typeNS:echoStringWrappedArrayResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws732.WrappedService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/jbws732'>serviceNS:WrappedService</wsdl-service-name>
-  <port-mapping>
-   <port-name>WrappedEndpointPort</port-name>
-   <java-port-name>WrappedEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/jbws732'>portTypeNS:WrappedEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/jbws732'>bindingNS:WrappedEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoStringArray</java-method-name>
-   <wsdl-operation>echoStringArray</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws732'>wsdlMsgNS:WrappedEndpoint_echoStringArray</wsdl-message>
-     <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws732'>wsdlMsgNS:WrappedEndpoint_echoStringArrayResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoStringWrappedArray</java-method-name>
-   <wsdl-operation>echoStringWrappedArray</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws732'>wsdlMsgNS:WrappedEndpoint_echoStringWrappedArray</wsdl-message>
-     <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws732'>wsdlMsgNS:WrappedEndpoint_echoStringWrappedArrayResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wrapped-mapping.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="BareService" targetNamespace="http://org.jboss.ws/jbws732" xmlns:tns="http://org.jboss.ws/jbws732" xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:ns2="http://org.jboss.ws/jbws732/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/jbws732/types" xmlns:tns="http://org.jboss.ws/jbws732/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="StringArray">
-        <sequence>
-          <element name="item" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="BareRequest">
-        <sequence>
-          <element name="stringArray" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="BareResponse">
-        <sequence>
-          <element name="stringArray" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="BareWrappedArrayRequest">
-        <sequence>
-          <element name="stringArray" type="tns:StringArray" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="BareWrappedArrayResponse">
-        <sequence>
-          <element name="stringArray" type="tns:StringArray" nillable="true"/>
-        </sequence>
-      </complexType>
-      <element name="BareRequest" type="tns:BareRequest"/>
-      <element name="BareResponse" type="tns:BareResponse"/>
-      <element name="BareWrappedArrayRequest" type="tns:BareWrappedArrayRequest"/>
-      <element name="BareWrappedArrayResponse" type="tns:BareWrappedArrayResponse"/>
-    </schema>
-  </types>
-  <message name="BareEndpoint_echoStringArray">
-    <part name="arr" element="ns2:BareRequest"/>
-  </message>
-  <message name="BareEndpoint_echoStringWrappedArray">
-    <part name="arr" element="ns2:BareWrappedArrayRequest"/>
-  </message>
-  <message name="BareEndpoint_echoStringArrayResponse">
-    <part name="result" element="ns2:BareResponse"/>
-  </message>
-  <message name="BareEndpoint_echoStringWrappedArrayResponse">
-    <part name="arr" element="ns2:BareWrappedArrayResponse"/>
-  </message>
-  <portType name="BareEndpoint">
-    <operation name="echoStringArray">
-      <input message="tns:BareEndpoint_echoStringArray"/>
-      <output message="tns:BareEndpoint_echoStringArrayResponse"/>
-    </operation>
-    <operation name="echoStringWrappedArray">
-      <input message="tns:BareEndpoint_echoStringWrappedArray"/>
-      <output message="tns:BareEndpoint_echoStringWrappedArrayResponse"/>
-    </operation>
-  </portType>
-  <binding name="BareEndpointBinding" type="tns:BareEndpoint">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoStringArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoStringWrappedArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="BareService">
-    <port name="BareEndpointPort" binding="tns:BareEndpointBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/BareService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="WrappedService" targetNamespace="http://org.jboss.ws/jbws732" xmlns:tns="http://org.jboss.ws/jbws732" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/jbws732/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/jbws732/types" xmlns:tns="http://org.jboss.ws/jbws732/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="StringArray">
-        <sequence>
-          <element name="item" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="echoStringArray">
-        <sequence>
-          <element name="arrayOfString_1" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="echoStringArrayResponse">
-        <sequence>
-          <element name="result" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType>
-      <complexType name="echoStringWrappedArray">
-        <sequence>
-          <element name="arrayOfString_1" type="tns:StringArray" nillable="true"/></sequence></complexType>
-      <complexType name="echoStringWrappedArrayResponse">
-        <sequence>
-          <element name="result" type="tns:StringArray" nillable="true"/></sequence></complexType>
-      <element name="echoStringArray" type="tns:echoStringArray"/>
-      <element name="echoStringArrayResponse" type="tns:echoStringArrayResponse"/>
-      <element name="echoStringWrappedArray" type="tns:echoStringWrappedArray"/>
-      <element name="echoStringWrappedArrayResponse" type="tns:echoStringWrappedArrayResponse"/></schema></types>
-  <message name="WrappedEndpoint_echoStringArray">
-    <part name="parameters" element="ns2:echoStringArray"/></message>
-  <message name="WrappedEndpoint_echoStringArrayResponse">
-    <part name="result" element="ns2:echoStringArrayResponse"/></message>
-  <message name="WrappedEndpoint_echoStringWrappedArray">
-    <part name="parameters" element="ns2:echoStringWrappedArray"/></message>
-  <message name="WrappedEndpoint_echoStringWrappedArrayResponse">
-    <part name="result" element="ns2:echoStringWrappedArrayResponse"/></message>
-  <portType name="WrappedEndpoint">
-    <operation name="echoStringArray">
-      <input message="tns:WrappedEndpoint_echoStringArray"/>
-      <output message="tns:WrappedEndpoint_echoStringArrayResponse"/></operation>
-    <operation name="echoStringWrappedArray">
-      <input message="tns:WrappedEndpoint_echoStringWrappedArray"/>
-      <output message="tns:WrappedEndpoint_echoStringWrappedArrayResponse"/></operation></portType>
-  <binding name="WrappedEndpointBinding" type="tns:WrappedEndpoint">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoStringArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation>
-    <operation name="echoStringWrappedArray">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/></input>
-      <output>
-        <soap:body use="literal"/></output></operation></binding>
-  <service name="WrappedService">
-    <port name="WrappedEndpointPort" binding="tns:WrappedEndpointBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/WEB-INF/wsdl/WrappedService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/bare-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/bare-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/bare-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <global>
-    <package-namespace package="org.jboss.test.ws.jaxrpc.jbws732" namespace="http://org.jboss.ws/jbws732"/>
-  </global> 
-  <wsdlToJava wsdlLocation="WEB-INF/wsdl/BareService.wsdl">
-    <mapping fileName="jaxrpc-mapping.xml" />
-  </wsdlToJava>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/bare-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/bare-config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/wrapped-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/wrapped-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/wrapped-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <javaToWSDL>
-    <service name="WrappedService" wsdlStyle="document" 
-             endpoint="org.jboss.test.ws.jaxrpc.jbws732.WrappedEndpoint"/>
-    <namespaces targetNamespace="http://org.jboss.ws/jbws732" 
-                typeNamespace="http://org.jboss.ws/jbws732/types"/>
-    <mapping fileName="jaxrpc-mapping.xml"/>
-    <wsxml servletLink="WrappedService"/>
-  </javaToWSDL>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws732/wrapped-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws732/wrapped-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>TestService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/DocumentTranslator</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/translator.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws775.DocumentTranslator</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-  
-  <service-ref>
-    <service-ref-name>service/TextTranslator</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/translator.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws775.TextTranslator</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-  
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/DocumentTranslator</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws775/document?wsdl</wsdl-override>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/TextTranslator</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws775/text?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.jbws775</package-type>
-    <namespaceURI>http://example.com/translator</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.jbws775</package-type>
-    <namespaceURI>http://example.com/translator/types</namespaceURI>
-  </package-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TQuotationRequest</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tQuotationRequest</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>clientName</java-variable-name>
-      <xml-attribute-name>clientName</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>targetLanguage</java-variable-name>
-      <xml-attribute-name>targetLanguage</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>document</java-variable-name>
-      <xml-element-name>document</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TDictionaryNotAvailable</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tDictionaryNotAvailable</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TDocumentBody</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tDocumentBody</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>paragraph</java-variable-name>
-      <xml-element-name>paragraph</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TStatusRequest</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tStatusRequest</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>clientName</java-variable-name>
-      <xml-attribute-name>clientName</xml-attribute-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TDocumentHead</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tDocumentHead</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>title</java-variable-name>
-      <xml-attribute-name>title</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>language</java-variable-name>
-      <xml-attribute-name>language</xml-attribute-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TDocument</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tDocument</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>head</java-variable-name>
-      <xml-element-name>head</xml-element-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>body</java-variable-name>
-      <xml-element-name>body</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TTranslationRequest</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tTranslationRequest</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>targetLanguage</java-variable-name>
-      <xml-attribute-name>targetLanguage</xml-attribute-name>
-    </variable-mapping>
-    <variable-mapping>
-      <java-variable-name>document</java-variable-name>
-      <xml-element-name>document</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TStatusResponse</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tStatusResponse</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>status</java-variable-name>
-      <xml-attribute-name>status</xml-attribute-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TTextNotTranslatable</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tTextNotTranslatable</root-type-qname>
-    <qname-scope>complexType</qname-scope>
-    <variable-mapping>
-      <java-variable-name>text</java-variable-name>
-      <xml-element-name>text</xml-element-name>
-    </variable-mapping>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>java.lang.String[]</java-type>
-    <anonymous-type-qname>http://example.com/translator/types:tDocumentBody&gt;paragraph[1,unbounded]</anonymous-type-qname>
-    <qname-scope>complexType</qname-scope>
-  </java-xml-type-mapping>
-  <java-xml-type-mapping>
-    <java-type>org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus</java-type>
-    <root-type-qname xmlns:typeNS="http://example.com/translator/types">typeNS:tQuoteStatus</root-type-qname>
-    <qname-scope>simpleType</qname-scope>
-  </java-xml-type-mapping>
-  <exception-mapping>
-    <exception-type>org.jboss.test.ws.jaxrpc.jbws775.TDictionaryNotAvailable</exception-type>
-    <wsdl-message xmlns:exMsgNS="http://example.com/translator">exMsgNS:dictionaryNotAvailableFault</wsdl-message>
-  </exception-mapping>
-  <exception-mapping>
-    <exception-type>org.jboss.test.ws.jaxrpc.jbws775.TTextNotTranslatable</exception-type>
-    <wsdl-message xmlns:exMsgNS="http://example.com/translator">exMsgNS:textNotTranslatableFault</wsdl-message>
-    <constructor-parameter-order>
-      <element-name>text</element-name>
-    </constructor-parameter-order>
-  </exception-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.jbws775.TranslatorService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://example.com/translator">serviceNS:translatorService</wsdl-service-name>
-    <port-mapping>
-      <port-name>textTranslatorPort</port-name>
-      <java-port-name>textTranslatorPort</java-port-name>
-    </port-mapping>
-    <port-mapping>
-      <port-name>documentTranslatorPort</port-name>
-      <java-port-name>documentTranslatorPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws775.TextTranslator</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://example.com/translator">portTypeNS:textTranslator</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://example.com/translator">bindingNS:textTranslatorBind</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>translate</java-method-name>
-      <wsdl-operation>translate</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateTextInput</wsdl-message>
-          <wsdl-message-part-name>text</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateTextInput</wsdl-message>
-          <wsdl-message-part-name>sourceLanguage</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateTextInput</wsdl-message>
-          <wsdl-message-part-name>targetLanguage</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateTextOutput</wsdl-message>
-        <wsdl-message-part-name>translatedText</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>quoteTranslation</java-method-name>
-      <wsdl-operation>quoteTranslation</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:quoteTextInput</wsdl-message>
-          <wsdl-message-part-name>clientName</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:quoteTextInput</wsdl-message>
-          <wsdl-message-part-name>text</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>2</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:quoteTextInput</wsdl-message>
-          <wsdl-message-part-name>sourceLanguage</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>3</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:quoteTextInput</wsdl-message>
-          <wsdl-message-part-name>targetLanguage</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>getQuotationStatus</java-method-name>
-      <wsdl-operation>getQuotationStatus</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:statusTextInput</wsdl-message>
-          <wsdl-message-part-name>clientName</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws775.TQuoteStatus</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:statusTextOutput</wsdl-message>
-        <wsdl-message-part-name>status</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws775.DocumentTranslator</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://example.com/translator">portTypeNS:documentTranslator</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://example.com/translator">bindingNS:documentTranslatorBind</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>translate</java-method-name>
-      <wsdl-operation>translate</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws775.TTranslationRequest</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateDocInput</wsdl-message>
-          <wsdl-message-part-name>translationRequest</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws775.TDocument</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:translateDocOutput</wsdl-message>
-        <wsdl-message-part-name>document</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>quoteTranslation</java-method-name>
-      <wsdl-operation>quoteTranslation</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws775.TQuotationRequest</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:quoteDocInput</wsdl-message>
-          <wsdl-message-part-name>quotationRequest</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>getQuotationStatus</java-method-name>
-      <wsdl-operation>getQuotationStatus</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.jbws775.TStatusRequest</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:statusDocInput</wsdl-message>
-          <wsdl-message-part-name>statusRequest</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.jbws775.TStatusResponse</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://example.com/translator">wsdlMsgNS:statusDocOutput</wsdl-message>
-        <wsdl-message-part-name>statusResponse</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
-                      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-
-  <servlet>
-    <servlet-name>textTranslator</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws775.TextTranslatorImpl</servlet-class>
-  </servlet>
-
-  <servlet>
-    <servlet-name>documentTranslator</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws775.DocumentTranslatorImpl</servlet-class>
-  </servlet>
-  
-  <servlet-mapping>
-    <servlet-name>textTranslator</servlet-name>
-    <url-pattern>/text</url-pattern>
-  </servlet-mapping>
-  
-  <servlet-mapping>
-    <servlet-name>documentTranslator</servlet-name>
-    <url-pattern>/document</url-pattern>
-  </servlet-mapping>
-  
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<webservices version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://example.com/translator"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-		http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd">
-  
-  <webservice-description>
-    <webservice-description-name>TranslatorService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/translator.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    
-    <port-component>
-      <port-component-name>textTranslatorPort</port-component-name>
-      <wsdl-port>impl:textTranslatorPort</wsdl-port>
-      <service-endpoint-interface> org.jboss.test.ws.jaxrpc.jbws775.TextTranslator </service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>textTranslator</servlet-link>
-      </service-impl-bean>
-    </port-component>
-    
-    <port-component>
-      <port-component-name>documentTranslatorPort</port-component-name>
-      <wsdl-port>impl:documentTranslatorPort</wsdl-port>
-      <service-endpoint-interface> org.jboss.test.ws.jaxrpc.jbws775.DocumentTranslator </service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>documentTranslator</servlet-link>
-      </service-impl-bean>
-    </port-component>
-    
-  </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions targetNamespace="http://example.com/translator" xmlns:tns="http://example.com/translator" xmlns:sns="http://example.com/translator/types"
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ http://schemas.xmlsoap.org/wsdl/
-                      http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">
-  
-  <types>
-    <xsd:schema targetNamespace="http://example.com/translator/types">
-      
-      <xsd:complexType name="tTextNotTranslatable">
-        <xsd:sequence>
-          <xsd:element name="text" type="xsd:string"/>
-        </xsd:sequence>
-      </xsd:complexType>
-      
-      <xsd:element name="textNotTranslatable" type="sns:tTextNotTranslatable"/>
-      
-      <xsd:complexType name="tDictionaryNotAvailable"/>
-      
-      <xsd:element name="dictionaryNotAvailable" type="sns:tDictionaryNotAvailable"/>
-      
-      <xsd:complexType name="tDocumentHead">
-        <xsd:attribute name="title" type="xsd:string"/>
-        <xsd:attribute name="language" type="xsd:string"/>
-      </xsd:complexType>
-      
-      <xsd:complexType name="tDocumentBody">
-        <xsd:sequence>
-          <xsd:element name="paragraph" type="xsd:string" maxOccurs="unbounded"/>
-        </xsd:sequence>
-      </xsd:complexType>
-      
-      <xsd:simpleType name="tQuoteStatus">
-        <xsd:restriction base="xsd:string">
-          <xsd:enumeration value="none"/>
-          <xsd:enumeration value="received"/>
-          <xsd:enumeration value="processing"/>
-          <xsd:enumeration value="completed"/>
-        </xsd:restriction>
-      </xsd:simpleType>
-      
-      <xsd:complexType name="tDocument">
-        <xsd:sequence>
-          <xsd:element name="head" type="sns:tDocumentHead"/>
-          <xsd:element name="body" type="sns:tDocumentBody"/>
-        </xsd:sequence>
-      </xsd:complexType>
-      
-      <xsd:element name="document" type="sns:tDocument"/>
-      
-      <xsd:complexType name="tTranslationRequest">
-        <xsd:sequence>
-          <xsd:element ref="sns:document"/>
-        </xsd:sequence>
-        <xsd:attribute name="targetLanguage" type="xsd:string"/>
-      </xsd:complexType>
-      
-      <xsd:element name="translationRequest" type="sns:tTranslationRequest"/>
-      
-      <xsd:complexType name="tQuotationRequest">
-        <xsd:sequence>
-          <xsd:element ref="sns:document"/>
-        </xsd:sequence>
-        <xsd:attribute name="clientName" type="xsd:string"/>
-        <xsd:attribute name="targetLanguage" type="xsd:string"/>
-      </xsd:complexType>
-      
-      <xsd:element name="quotationRequest" type="sns:tQuotationRequest"/>
-      
-      <xsd:complexType name="tStatusRequest">
-        <xsd:attribute name="clientName" type="xsd:string"/>
-      </xsd:complexType>
-      
-      <xsd:element name="statusRequest" type="sns:tStatusRequest"/>
-      
-      <xsd:complexType name="tStatusResponse">
-        <xsd:attribute name="status" type="sns:tQuoteStatus"/>
-      </xsd:complexType>
-      
-      <xsd:element name="statusResponse" type="sns:tStatusResponse"/>
-      
-    </xsd:schema>
-  </types>
-  
-  <message name="translateTextInput">
-    <part name="text" type="xsd:string"/>
-    <part name="sourceLanguage" type="xsd:string"/>
-    <part name="targetLanguage" type="xsd:string"/>
-  </message>
-  
-  <message name="translateTextOutput">
-    <part name="translatedText" type="xsd:string"/>
-  </message>
-  
-  <message name="quoteTextInput">
-    <part name="clientName" type="xsd:string"/>
-    <part name="text" type="xsd:string"/>
-    <part name="sourceLanguage" type="xsd:string"/>
-    <part name="targetLanguage" type="xsd:string"/>
-  </message>
-  
-  <message name="statusTextInput">
-    <part name="clientName" type="xsd:string"/>
-  </message>
-  
-  <message name="statusTextOutput">
-    <part name="status" type="sns:tQuoteStatus"/>
-  </message>
-  
-  <message name="translateDocInput">
-    <part name="translationRequest" element="sns:translationRequest"/>
-  </message>
-  
-  <message name="translateDocOutput">
-    <part name="document" element="sns:document"/>
-  </message>
-  
-  <message name="quoteDocInput">
-    <part name="quotationRequest" element="sns:quotationRequest"/>
-  </message>
-  
-  <message name="statusDocInput">
-    <part name="statusRequest" element="sns:statusRequest"/>
-  </message>
-  
-  <message name="statusDocOutput">
-    <part name="statusResponse" element="sns:statusResponse"/>
-  </message>
-  
-  <message name="textNotTranslatableFault">
-    <part name="detail" element="sns:textNotTranslatable"/>
-  </message>
-  
-  <message name="dictionaryNotAvailableFault">
-    <part name="detail" element="sns:dictionaryNotAvailable"/>
-  </message>
-  
-  <portType name="textTranslator">
-    
-    <operation name="translate">
-      <input message="tns:translateTextInput"/>
-      <output message="tns:translateTextOutput"/>
-      <fault name="textNotTranslatable" message="tns:textNotTranslatableFault"/>
-      <fault name="dictionaryNotAvailable" message="tns:dictionaryNotAvailableFault"/>
-    </operation>
-    
-    <operation name="quoteTranslation">
-      <input message="tns:quoteTextInput"/>
-    </operation>
-    
-    <operation name="getQuotationStatus">
-      <input message="tns:statusTextInput"/>
-      <output message="tns:statusTextOutput"/>
-    </operation>
-    
-  </portType>
-  
-  <portType name="documentTranslator">
-    
-    <operation name="translate">
-      <input message="tns:translateDocInput"/>
-      <output message="tns:translateDocOutput"/>
-      <fault name="textNotTranslatable" message="tns:textNotTranslatableFault"/>
-      <fault name="dictionaryNotAvailable" message="tns:dictionaryNotAvailableFault"/>
-    </operation>
-    
-    <operation name="quoteTranslation">
-      <input message="tns:quoteDocInput"/>
-    </operation>
-    
-    <operation name="getQuotationStatus">
-      <input message="tns:statusDocInput"/>
-      <output message="tns:statusDocOutput"/>
-    </operation>
-    
-  </portType>
-  
-  <binding name="textTranslatorBind" type="tns:textTranslator">
-    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
-    
-    <operation name="translate">
-      <soap:operation soapAction="http://example.com/translator#translate"/>
-      <input>
-        <soap:body use="literal" namespace="http://example.com/translator"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://example.com/translator"/>
-      </output>
-      <fault name="textNotTranslatable">
-        <soap:fault name="textNotTranslatable" use="literal"/>
-      </fault>
-      <fault name="dictionaryNotAvailable">
-        <soap:fault name="dictionaryNotAvailable" use="literal"/>
-      </fault>
-    </operation>
-    
-    <operation name="quoteTranslation">
-      <soap:operation soapAction="http://example.com/translator#quote"/>
-      <input>
-        <soap:body use="literal" namespace="http://example.com/translator"/>
-      </input>
-    </operation>
-    
-    <operation name="getQuotationStatus">
-      <soap:operation soapAction="http://example.com/translator#status"/>
-      <input>
-        <soap:body use="literal" namespace="http://example.com/translator"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://example.com/translator"/>
-      </output>
-    </operation>
-    
-  </binding>
-  
-  <binding name="documentTranslatorBind" type="tns:documentTranslator">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-    
-    <operation name="translate">
-      <soap:operation soapAction="http://example.com/translator#translate"/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-      <fault name="textNotTranslatable">
-        <soap:fault name="textNotTranslatable" use="literal"/>
-      </fault>
-      <fault name="dictionaryNotAvailable">
-        <soap:fault name="dictionaryNotAvailable" use="literal"/>
-      </fault>
-    </operation>
-    
-    <operation name="quoteTranslation">
-      <soap:operation soapAction="http://example.com/translator#quote"/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-    </operation>
-    
-    <operation name="getQuotationStatus">
-      <soap:operation soapAction="http://example.com/translator#status"/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    
-  </binding>
-  
-  <service name="translatorService">
-    <port name="textTranslatorPort" binding="tns:textTranslatorBind">
-      <soap:address location="REPLACE_WITH_ACTUAL_URI"/>
-    </port>
-    <port name="documentTranslatorPort" binding="tns:documentTranslatorBind">
-      <soap:address location="REPLACE_WITH_ACTUAL_URI"/>
-    </port>
-  </service>
-  
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/WEB-INF/wsdl/translator.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -import -f:wsi -mapping jaxrpc-mapping.xml -keep config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <wsdl 
-    location="./WEB-INF/wsdl/translator.wsdl" 
-    packageName="org.jboss.test.ws.jaxrpc.jbws775">
-  </wsdl>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config jbosswsConfig.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools">
-  
-  <global>
-    <package-namespace package="org.jboss.test.ws.jaxrpc.jbws775" namespace="http://example.com/translator"/>
-  </global>
-  
-  <wsdlToJava wsdlLocation="WEB-INF/wsdl/translator.wsdl">
-    <mapping fileName="jaxrpc-mapping.xml" />
-  </wsdlToJava>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws775/jbosswsConfig.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.webservice.jbws801</package-type>
-    <namespaceURI>http://org.jboss.webservice/jbws801</namespaceURI>
-  </package-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.webservice.jbws801.LargeAttachment_Service</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.webservice/jbws801">serviceNS:LargeAttachment</wsdl-service-name>
-    <port-mapping>
-      <port-name>LargeLargeAttachmentPort</port-name>
-      <java-port-name>LargeLargeAttachmentPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws801.LargeAttachment</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.webservice/jbws801">portTypeNS:LargeAttachment</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.webservice/jbws801">bindingNS:LargeAttachmentBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendLargeFile</java-method-name>
-      <wsdl-operation>sendLargeFile</wsdl-operation>
-      <wsdl-return-value-mapping>
-        <method-return-value>long</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.webservice/jbws801">wsdlMsgNS:LargeAttachment_sendResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>LargeAttachmentJSE</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws801.LargeAttachmentImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>LargeAttachmentJSE</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.webservice/jbws801"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>LargeAttachmentService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/LargeAttachment.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>LargeAttachmentPort</port-component-name>
-      <wsdl-port>impl:LargeAttachmentPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws801.LargeAttachment</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>LargeAttachmentJSE</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="LargeAttachment" targetNamespace="http://org.jboss.webservice/jbws801"
-  xmlns:tns="http://org.jboss.webservice/jbws801" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
-  <types/>
-
-  <message name="LargeAttachment_sendLargeFile"/>
-  <message name="LargeAttachment_sendLargeFileResponse">
-    <part name="result" type="xsd:long"/>
-  </message>
-
-  <portType name="LargeAttachment">
-    <operation name="sendLargeFile">
-      <input message="tns:LargeAttachment_sendLargeFile"/>
-      <output message="tns:LargeAttachment_sendLargeFileResponse"/>
-    </operation>
-  </portType>
-
-  <binding name="LargeAttachmentBinding" type="tns:LargeAttachment">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-
-    <operation name="sendLargeFile">
-      <soap:operation soapAction=""/>
-      <input>
-       <soap:body part="message" use="literal" namespace="http://org.jboss.webservice/attachment"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.webservice/attachment"/>
-      </output>
-    </operation>
-  </binding>
-
-  <service name="LargeAttachment">
-    <port name="LargeAttachmentPort" binding="tns:LargeAttachmentBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws801/WEB-INF/wsdl/LargeAttachment.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws807.TestService_PortType</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws807?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,51 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws807</package-type>
-  <namespaceURI>http://jboss.org/test/ws/jbws807</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws807.PingMsg</java-type>
-  <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/jbws807'>typeNS:&gt;PingMsg</anonymous-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>message</java-variable-name>
-   <xml-element-name>message</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws807.PingMsgResponse</java-type>
-  <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/jbws807'>typeNS:&gt;PingMsgResponse</anonymous-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws807.TestService_Service</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://jboss.org/test/ws/jbws807'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestServicePort</port-name>
-   <java-port-name>TestServicePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws807.TestService_PortType</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://jboss.org/test/ws/jbws807'>portTypeNS:TestService</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://jboss.org/test/ws/jbws807'>bindingNS:TestServiceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>ping</java-method-name>
-   <wsdl-operation>ping</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.jbws807.PingMsg</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/jbws807'>wsdlMsgNS:PingIn</wsdl-message>
-     <wsdl-message-part-name>parameters</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.jbws807.PingMsgResponse</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/jbws807'>wsdlMsgNS:PingOut</wsdl-message>
-    <wsdl-message-part-name>parameters</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws807.TestServiceImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://jboss.org/test/ws/jbws807"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>TestServicePort</port-component-name>
-      <wsdl-port>impl:TestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws807.TestService_PortType</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>TestService</servlet-link>
-      </service-impl-bean>
-
-        <handler>
-            <handler-name>ExceptionHandler</handler-name>
-            <handler-class>org.jboss.test.ws.jaxrpc.jbws807.ExceptionHandler</handler-class>
-        </handler>
-        
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<definitions
-        xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-        xmlns:s="http://www.w3.org/2001/XMLSchema"
-        xmlns:s0="http://jboss.org/test/ws/jbws807"
-        xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
-        targetNamespace="http://jboss.org/test/ws/jbws807"
-        xmlns="http://schemas.xmlsoap.org/wsdl/">
-    <types>
-        <s:schema elementFormDefault="qualified" targetNamespace="http://jboss.org/test/ws/jbws807">
-            <s:element name="PingMsg">
-                <s:complexType>
-                    <s:sequence>
-                        <s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
-                    </s:sequence>
-                </s:complexType>
-            </s:element>
-            <s:element name="PingMsgResponse">
-                <s:complexType />
-            </s:element>
-        </s:schema>
-    </types>
-
-    <message name="PingIn">
-        <part name="parameters" element="s0:PingMsg" />
-    </message>
-    <message name="PingOut">
-        <part name="parameters" element="s0:PingMsgResponse" />
-    </message>
-
-    <portType name="TestService">
-        <operation name="ping">
-            <input message="s0:PingIn" />
-            <output message="s0:PingOut" />
-        </operation>
-    </portType>
-
-    <binding name="TestServiceBinding" type="s0:TestService">
-        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-        <operation name="ping">
-            <soap:operation soapAction="http://jboss.org/test/ws/jbws807/Ping" style="document" />
-            <input>
-                <soap:body use="literal" />
-            </input>
-            <output>
-                <soap:body use="literal" />
-            </output>
-        </operation>
-    </binding>
-
-    <service name="TestService">
-        <port name="TestServicePort" binding="s0:TestServiceBinding">
-            <soap:address location="REPLACE_WITH_ACTUAL_URL" />
-        </port>
-    </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/WEB-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/org)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/org/jboss)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/org/jboss/test)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/jbws718 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/org/jboss/test/ws/jbws718)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools
-   http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-
-  <wsdl-java file="WEB-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws807/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws807/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws812.TestEndpoint</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-jbws812?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws812</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws812/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws812.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws812'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws812.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws812'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws812'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoSimple</java-method-name>
-   <wsdl-operation>echoSimple</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws812'>wsdlMsgNS:TestEndpoint_echoSimple</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws812'>wsdlMsgNS:TestEndpoint_echoSimpleResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws812.TestEndpointImpl</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws812' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-    <port-component-name>TestEndpointPort</port-component-name>
-    <wsdl-port>impl:TestEndpointPort</wsdl-port>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws812.TestEndpoint</service-endpoint-interface>
-    <service-impl-bean>
-      <servlet-link>TestEndpoint</servlet-link>
-    </service-impl-bean>
-    <handler>
-      <handler-name>ServerHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.jbws812.ServerHandler</handler-class>
-    </handler>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws812' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws812' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='TestEndpoint_echoSimple'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='TestEndpoint_echoSimpleResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='echoSimple' parameterOrder='String_1'>
-   <input message='tns:TestEndpoint_echoSimple'/>
-   <output message='tns:TestEndpoint_echoSimpleResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoSimple'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws812' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws812' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws812.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws812" type-namespace="http://org.jboss.test.ws/jbws812/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-</configuration>
-
-<!--
-    <handler>
-      <handler-name>ServerHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.jbws812.ServerHandler</handler-class>
-    </handler>
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws812/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws812/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,68 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws950</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws950/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws950.UserType</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws950/types'>typeNS:UserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>qname</java-variable-name>
-   <xml-attribute-name>qname</xml-attribute-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>string</java-variable-name>
-   <xml-element-name>string</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws950.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws950'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws950.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws950'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws950'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoElement</java-method-name>
-   <wsdl-operation>echoElement</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws950'>wsdlMsgNS:TestEndpoint_echoElement</wsdl-message>
-     <wsdl-message-part-name>QName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws950'>wsdlMsgNS:TestEndpoint_echoElementResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoUserType</java-method-name>
-   <wsdl-operation>echoUserType</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.jbws950.UserType</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws950'>wsdlMsgNS:TestEndpoint_echoUserType</wsdl-message>
-     <wsdl-message-part-name>UserType_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.jbws950.UserType</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws950'>wsdlMsgNS:TestEndpoint_echoUserTypeResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws950.TestEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws950' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws950.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws950' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.test.ws/jbws950/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws950' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.test.ws/jbws950/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.test.ws/jbws950/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='UserType'>
-    <sequence>
-     <element name='string' nillable='true' type='string'/>
-    </sequence>
-    <attribute name='qname' type='QName'/>
-   </complexType>
-  </schema>
- </types>
- <message name='TestEndpoint_echoElement'>
-  <part name='QName_1' type='xsd:QName'/>
- </message>
- <message name='TestEndpoint_echoElementResponse'>
-  <part name='result' type='xsd:QName'/>
- </message>
- <message name='TestEndpoint_echoUserType'>
-  <part name='UserType_1' type='ns1:UserType'/>
- </message>
- <message name='TestEndpoint_echoUserTypeResponse'>
-  <part name='result' type='ns1:UserType'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='echoElement' parameterOrder='QName_1'>
-   <input message='tns:TestEndpoint_echoElement'/>
-   <output message='tns:TestEndpoint_echoElementResponse'/>
-  </operation>
-  <operation name='echoUserType' parameterOrder='UserType_1'>
-   <input message='tns:TestEndpoint_echoUserType'/>
-   <output message='tns:TestEndpoint_echoUserTypeResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoElement'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws950' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws950' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoUserType'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws950' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws950' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxrpc-jbws950/TestEndpoint'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws950.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws950" type-namespace="http://org.jboss.test.ws/jbws950/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-  
-</configuration>
-
-<!--
-   <complexType name='UserType'>
-    <sequence>
-     <element name='string' nillable='true' type='string'/>
-    </sequence>
-    <attribute name='qname' type='QName'/>
-   </complexType>
-  
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws950.UserType</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws950/types'>typeNS:UserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>qname</java-variable-name>
-   <xml-attribute-name>qname</xml-attribute-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>string</java-variable-name>
-   <xml-element-name>string</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws950/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws950/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,64 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.jbws956</package-type>
-  <namespaceURI>http://org.jboss.test.ws/jbws956/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws956.StringArray</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws956/types'>typeNS:StringArray</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>value</java-variable-name>
-   <xml-element-name>value</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.jbws956.StringArrayArray</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/jbws956/types'>typeNS:StringArrayArray</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>value</java-variable-name>
-   <xml-element-name>value</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.jbws956.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/jbws956'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>TestEndpointPort</port-name>
-   <java-port-name>TestEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws956.TestEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/jbws956'>portTypeNS:TestEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/jbws956'>bindingNS:TestEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.jbws956.StringArray</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws956'>wsdlMsgNS:TestEndpoint_echo</wsdl-message>
-     <wsdl-message-part-name>StringArray_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.jbws956.StringArrayArray</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws956'>wsdlMsgNS:TestEndpoint_echo</wsdl-message>
-     <wsdl-message-part-name>StringArrayArray_2</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/jbws956'>wsdlMsgNS:TestEndpoint_echoResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.jbws956.TestEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/jbws956' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>TestEndpointPort</port-component-name>
-   <wsdl-port>impl:TestEndpointPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.jbws956.TestEndpoint</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>TestEndpoint</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.test.ws/jbws956' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.test.ws/jbws956/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/jbws956' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.test.ws/jbws956/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.test.ws/jbws956/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='StringArray'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='StringArrayArray'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='tns:StringArray'/>
-    </sequence>
-   </complexType>
-  </schema>
- </types>
- <message name='TestEndpoint_echo'>
-  <part name='StringArray_1' type='ns1:StringArray'/>
-  <part name='StringArrayArray_2' type='ns1:StringArrayArray'/>
- </message>
- <message name='TestEndpoint_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='TestEndpoint'>
-  <operation name='echo' parameterOrder='StringArray_1 StringArrayArray_2'>
-   <input message='tns:TestEndpoint_echo'/>
-   <output message='tns:TestEndpoint_echoResponse'/>
-  </operation>
- </portType>
- <binding name='TestEndpointBinding' type='tns:TestEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/jbws956' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/jbws956' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxrpc-jbws956/TestEndpoint'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/tests/classes -dest ./WEB-INF -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="TestService" endpoint="org.jboss.test.ws.jaxrpc.jbws956.TestEndpoint" style="rpc">
-    </service>
-    <namespaces target-namespace="http://org.jboss.test.ws/jbws956" type-namespace="http://org.jboss.test.ws/jbws956/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestEndpoint"/>
-  </java-wsdl>
-  
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/jbws956/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/jbws956/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/StandardTypes</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/MarshallService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/StandardTypes</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-marshall-doclit?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,2397 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.marshall.types</package-type>
-  <namespaceURI>http://types.marshall.jaxrpc.ws.test.jboss.org/jaws</namespaceURI>
- </package-mapping>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.marshall</package-type>
-  <namespaceURI>http://org.jboss.ws/marshall/doclit/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>bigDecimal_1</java-variable-name>
-   <xml-element-name>BigDecimal_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBigDecimal_1</java-variable-name>
-   <xml-element-name>arrayOfBigDecimal_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBigDecimal_1</java-variable-name>
-   <xml-element-name>arrayOfBigDecimal_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigDecimalMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigDecimalMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>bigInteger_1</java-variable-name>
-   <xml-element-name>BigInteger_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBigInteger_1</java-variable-name>
-   <xml-element-name>arrayOfBigInteger_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBigInteger_1</java-variable-name>
-   <xml-element-name>arrayOfBigInteger_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_bigIntegerMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:bigIntegerMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>boolean_1</java-variable-name>
-   <xml-element-name>boolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfboolean_1</java-variable-name>
-   <xml-element-name>arrayOfboolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfboolean_1</java-variable-name>
-   <xml-element-name>arrayOfboolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>boolean_1</java-variable-name>
-   <xml-element-name>Boolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBoolean_1</java-variable-name>
-   <xml-element-name>arrayOfBoolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfBoolean_1</java-variable-name>
-   <xml-element-name>arrayOfBoolean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_booleanWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:booleanWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>byte_1</java-variable-name>
-   <xml-element-name>byte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfbyte_1</java-variable-name>
-   <xml-element-name>arrayOfbyte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfbyte_1</java-variable-name>
-   <xml-element-name>arrayOfbyte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>byte_1</java-variable-name>
-   <xml-element-name>Byte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfByte_1</java-variable-name>
-   <xml-element-name>arrayOfByte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfByte_1</java-variable-name>
-   <xml-element-name>arrayOfByte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_byteWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:byteWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>qName_1</java-variable-name>
-   <xml-element-name>QName_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfQName_1</java-variable-name>
-   <xml-element-name>arrayOfQName_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfQName_1</java-variable-name>
-   <xml-element-name>arrayOfQName_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_qnameMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:qnameMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_base64BinaryTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:base64BinaryTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfbyte_1</java-variable-name>
-   <xml-element-name>arrayOfbyte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_base64BinaryTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:base64BinaryTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_hexBinaryTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:hexBinaryTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfbyte_1</java-variable-name>
-   <xml-element-name>arrayOfbyte_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_hexBinaryTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:hexBinaryTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>calendar_1</java-variable-name>
-   <xml-element-name>Calendar_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfCalendar_1</java-variable-name>
-   <xml-element-name>arrayOfCalendar_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfCalendar_1</java-variable-name>
-   <xml-element-name>arrayOfCalendar_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_calendarMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:calendarMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>double_1</java-variable-name>
-   <xml-element-name>double_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfdouble_1</java-variable-name>
-   <xml-element-name>arrayOfdouble_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfdouble_1</java-variable-name>
-   <xml-element-name>arrayOfdouble_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>double_1</java-variable-name>
-   <xml-element-name>Double_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfDouble_1</java-variable-name>
-   <xml-element-name>arrayOfDouble_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfDouble_1</java-variable-name>
-   <xml-element-name>arrayOfDouble_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_doubleWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:doubleWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>float_1</java-variable-name>
-   <xml-element-name>float_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOffloat_1</java-variable-name>
-   <xml-element-name>arrayOffloat_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOffloat_1</java-variable-name>
-   <xml-element-name>arrayOffloat_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>float_1</java-variable-name>
-   <xml-element-name>Float_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfFloat_1</java-variable-name>
-   <xml-element-name>arrayOfFloat_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfFloat_1</java-variable-name>
-   <xml-element-name>arrayOfFloat_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_floatWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:floatWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>int_1</java-variable-name>
-   <xml-element-name>int_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfint_1</java-variable-name>
-   <xml-element-name>arrayOfint_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfint_1</java-variable-name>
-   <xml-element-name>arrayOfint_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>integer_1</java-variable-name>
-   <xml-element-name>Integer_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfInteger_1</java-variable-name>
-   <xml-element-name>arrayOfInteger_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfInteger_1</java-variable-name>
-   <xml-element-name>arrayOfInteger_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_intWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:intWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean2</java-type>
-  <root-type-qname xmlns:typeNS='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'>typeNS:JavaBean2</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>myBigDecimal</java-variable-name>
-   <xml-element-name>myBigDecimal</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBigInteger</java-variable-name>
-   <xml-element-name>myBigInteger</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBoolean</java-variable-name>
-   <xml-element-name>myBoolean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myByte</java-variable-name>
-   <xml-element-name>myByte</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myCalendar</java-variable-name>
-   <xml-element-name>myCalendar</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myDouble</java-variable-name>
-   <xml-element-name>myDouble</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myFloat</java-variable-name>
-   <xml-element-name>myFloat</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myInt</java-variable-name>
-   <xml-element-name>myInt</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myLong</java-variable-name>
-   <xml-element-name>myLong</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myShort</java-variable-name>
-   <xml-element-name>myShort</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myString</java-variable-name>
-   <xml-element-name>myString</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</java-type>
-  <root-type-qname xmlns:typeNS='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'>typeNS:JavaBean</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>myBigDecimal</java-variable-name>
-   <xml-element-name>myBigDecimal</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBigInteger</java-variable-name>
-   <xml-element-name>myBigInteger</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBoolean</java-variable-name>
-   <xml-element-name>myBoolean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myByte</java-variable-name>
-   <xml-element-name>myByte</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myCalendar</java-variable-name>
-   <xml-element-name>myCalendar</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myDouble</java-variable-name>
-   <xml-element-name>myDouble</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myFloat</java-variable-name>
-   <xml-element-name>myFloat</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myInt</java-variable-name>
-   <xml-element-name>myInt</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myJavaBean</java-variable-name>
-   <xml-element-name>myJavaBean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myLong</java-variable-name>
-   <xml-element-name>myLong</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myShort</java-variable-name>
-   <xml-element-name>myShort</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myString</java-variable-name>
-   <xml-element-name>myString</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_javaBeanTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:javaBeanTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>javaBean_1</java-variable-name>
-   <xml-element-name>JavaBean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_javaBeanTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:javaBeanTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_javaBeanArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:javaBeanArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfJavaBean_1</java-variable-name>
-   <xml-element-name>arrayOfJavaBean_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_javaBeanArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:javaBeanArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>long_1</java-variable-name>
-   <xml-element-name>long_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOflong_1</java-variable-name>
-   <xml-element-name>arrayOflong_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOflong_1</java-variable-name>
-   <xml-element-name>arrayOflong_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>long_1</java-variable-name>
-   <xml-element-name>Long_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfLong_1</java-variable-name>
-   <xml-element-name>arrayOfLong_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfLong_1</java-variable-name>
-   <xml-element-name>arrayOfLong_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_longWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:longWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>short_1</java-variable-name>
-   <xml-element-name>short_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfshort_1</java-variable-name>
-   <xml-element-name>arrayOfshort_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfshort_1</java-variable-name>
-   <xml-element-name>arrayOfshort_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>short_1</java-variable-name>
-   <xml-element-name>Short_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfShort_1</java-variable-name>
-   <xml-element-name>arrayOfShort_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfShort_1</java-variable-name>
-   <xml-element-name>arrayOfShort_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_shortWrapperMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:shortWrapperMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>string_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfString_1</java-variable-name>
-   <xml-element-name>arrayOfString_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringMultiArrayTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringMultiArrayTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>arrayOfString_1</java-variable-name>
-   <xml-element-name>arrayOfString_1</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_stringMultiArrayTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:stringMultiArrayTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_voidTest_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:voidTest</root-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.StandardTypes_voidTest_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/doclit/types'>typeNS:voidTestResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.marshall.MarshallService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/marshall/doclit'>serviceNS:MarshallService</wsdl-service-name>
-  <port-mapping>
-   <port-name>StandardTypesPort</port-name>
-   <java-port-name>StandardTypesPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/marshall/doclit'>portTypeNS:StandardTypes</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/marshall/doclit'>bindingNS:StandardTypesBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalTest</java-method-name>
-   <wsdl-operation>bigDecimalTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalTest</wsdl-message>
-     <wsdl-message-part-name>BigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalArrayTest</java-method-name>
-   <wsdl-operation>bigDecimalArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalMultiArrayTest</java-method-name>
-   <wsdl-operation>bigDecimalMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigDecimalMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerTest</java-method-name>
-   <wsdl-operation>bigIntegerTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerTest</wsdl-message>
-     <wsdl-message-part-name>BigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerArrayTest</java-method-name>
-   <wsdl-operation>bigIntegerArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerMultiArrayTest</java-method-name>
-   <wsdl-operation>bigIntegerMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_bigIntegerMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanTest</java-method-name>
-   <wsdl-operation>booleanTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanTest</wsdl-message>
-     <wsdl-message-part-name>boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanArrayTest</java-method-name>
-   <wsdl-operation>booleanArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfboolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanMultiArrayTest</java-method-name>
-   <wsdl-operation>booleanMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfboolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperTest</java-method-name>
-   <wsdl-operation>booleanWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperArrayTest</java-method-name>
-   <wsdl-operation>booleanWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBoolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>booleanWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBoolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_booleanWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteTest</java-method-name>
-   <wsdl-operation>byteTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteTest</wsdl-message>
-     <wsdl-message-part-name>byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteArrayTest</java-method-name>
-   <wsdl-operation>byteArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteMultiArrayTest</java-method-name>
-   <wsdl-operation>byteMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperTest</java-method-name>
-   <wsdl-operation>byteWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperArrayTest</java-method-name>
-   <wsdl-operation>byteWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfByte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>byteWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfByte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_byteWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameTest</java-method-name>
-   <wsdl-operation>qnameTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameTest</wsdl-message>
-     <wsdl-message-part-name>QName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameArrayTest</java-method-name>
-   <wsdl-operation>qnameArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfQName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameMultiArrayTest</java-method-name>
-   <wsdl-operation>qnameMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfQName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_qnameMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>base64BinaryTest</java-method-name>
-   <wsdl-operation>base64BinaryTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_base64BinaryTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_base64BinaryTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>hexBinaryTest</java-method-name>
-   <wsdl-operation>hexBinaryTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_hexBinaryTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_hexBinaryTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarTest</java-method-name>
-   <wsdl-operation>calendarTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarTest</wsdl-message>
-     <wsdl-message-part-name>Calendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarArrayTest</java-method-name>
-   <wsdl-operation>calendarArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfCalendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarMultiArrayTest</java-method-name>
-   <wsdl-operation>calendarMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfCalendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_calendarMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleTest</java-method-name>
-   <wsdl-operation>doubleTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleTest</wsdl-message>
-     <wsdl-message-part-name>double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleArrayTest</java-method-name>
-   <wsdl-operation>doubleArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfdouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleMultiArrayTest</java-method-name>
-   <wsdl-operation>doubleMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfdouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperTest</java-method-name>
-   <wsdl-operation>doubleWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperArrayTest</java-method-name>
-   <wsdl-operation>doubleWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfDouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>doubleWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfDouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_doubleWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatTest</java-method-name>
-   <wsdl-operation>floatTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatTest</wsdl-message>
-     <wsdl-message-part-name>float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatArrayTest</java-method-name>
-   <wsdl-operation>floatArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOffloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatMultiArrayTest</java-method-name>
-   <wsdl-operation>floatMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOffloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperTest</java-method-name>
-   <wsdl-operation>floatWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperArrayTest</java-method-name>
-   <wsdl-operation>floatWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfFloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>floatWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfFloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_floatWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intTest</java-method-name>
-   <wsdl-operation>intTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intTest</wsdl-message>
-     <wsdl-message-part-name>int_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intArrayTest</java-method-name>
-   <wsdl-operation>intArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfint_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intMultiArrayTest</java-method-name>
-   <wsdl-operation>intMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfint_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperTest</java-method-name>
-   <wsdl-operation>intWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Integer_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperArrayTest</java-method-name>
-   <wsdl-operation>intWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>intWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_intWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>javaBeanTest</java-method-name>
-   <wsdl-operation>javaBeanTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_javaBeanTest</wsdl-message>
-     <wsdl-message-part-name>JavaBean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_javaBeanTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>javaBeanArrayTest</java-method-name>
-   <wsdl-operation>javaBeanArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_javaBeanArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfJavaBean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_javaBeanArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longTest</java-method-name>
-   <wsdl-operation>longTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longTest</wsdl-message>
-     <wsdl-message-part-name>long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longArrayTest</java-method-name>
-   <wsdl-operation>longArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOflong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longMultiArrayTest</java-method-name>
-   <wsdl-operation>longMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOflong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperTest</java-method-name>
-   <wsdl-operation>longWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperArrayTest</java-method-name>
-   <wsdl-operation>longWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfLong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>longWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfLong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_longWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortTest</java-method-name>
-   <wsdl-operation>shortTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortTest</wsdl-message>
-     <wsdl-message-part-name>short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortArrayTest</java-method-name>
-   <wsdl-operation>shortArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfshort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortMultiArrayTest</java-method-name>
-   <wsdl-operation>shortMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfshort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperTest</java-method-name>
-   <wsdl-operation>shortWrapperTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperArrayTest</java-method-name>
-   <wsdl-operation>shortWrapperArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfShort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>shortWrapperMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfShort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_shortWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringTest</java-method-name>
-   <wsdl-operation>stringTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringTest</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringArrayTest</java-method-name>
-   <wsdl-operation>stringArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringMultiArrayTest</java-method-name>
-   <wsdl-operation>stringMultiArrayTest</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/doclit'>wsdlMsgNS:StandardTypes_stringMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>voidTest</java-method-name>
-   <wsdl-operation>voidTest</wsdl-operation>
-   <wrapped-element/>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>StandardTypes</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.marshall.StandardTypesBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>StandardTypes</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/marshall/doclit"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>StandardTypes</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/MarshallService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>StandardTypesPort</port-component-name>
-      <wsdl-port>impl:StandardTypesPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>StandardTypes</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,2122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='MarshallService' targetNamespace='http://org.jboss.ws/marshall/doclit' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/marshall/doclit' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://www.jboss.org/jbossws/primitives' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://www.jboss.org/jbossws/primitives' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='byte.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='int.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='short'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='JavaBean'>
-    <sequence>
-     <element name='myBigDecimal' nillable='true' type='decimal'/>
-     <element name='myBigInteger' nillable='true' type='integer'/>
-     <element name='myBoolean' type='boolean'/>
-     <element name='myByte' type='byte'/>
-     <element name='myCalendar' nillable='true' type='dateTime'/>
-     <element name='myDouble' type='double'/>
-     <element name='myFloat' type='float'/>
-     <element name='myInt' type='int'/>
-     <element name='myJavaBean' nillable='true' type='tns:JavaBean2'/>
-     <element name='myLong' type='long'/>
-     <element name='myShort' type='short'/>
-     <element name='myString' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='JavaBean2'>
-    <sequence>
-     <element name='myBigDecimal' nillable='true' type='decimal'/>
-     <element name='myBigInteger' nillable='true' type='integer'/>
-     <element name='myBoolean' type='boolean'/>
-     <element name='myByte' type='byte'/>
-     <element name='myCalendar' nillable='true' type='dateTime'/>
-     <element name='myDouble' type='double'/>
-     <element name='myFloat' type='float'/>
-     <element name='myInt' type='int'/>
-     <element name='myLong' type='long'/>
-     <element name='myShort' type='short'/>
-     <element name='myString' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://namespace.xml.javax/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://namespace.xml.javax/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='QName.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://lang.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://lang.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='Boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='Byte.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='Double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='Float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='Integer.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='Long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='Short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='String.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://org.jboss.ws/marshall/doclit/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws/marshall/doclit/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='base64BinaryTest'>
-    <sequence>
-     <element name='arrayOfbyte_1' nillable='true' type='base64Binary'/>
-    </sequence>
-   </complexType>
-   <complexType name='base64BinaryTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='base64Binary'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBigDecimal_1' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBigDecimal_1' nillable='true' type='ns2:BigDecimal.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns2:BigDecimal.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalTest'>
-    <sequence>
-     <element name='BigDecimal_1' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigDecimalTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBigInteger_1' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBigInteger_1' nillable='true' type='ns2:BigInteger.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns2:BigInteger.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerTest'>
-    <sequence>
-     <element name='BigInteger_1' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-   <complexType name='bigIntegerTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfboolean_1' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfboolean_1' nillable='true' type='ns3:boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanTest'>
-    <sequence>
-     <element name='boolean_1' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanTestResponse'>
-    <sequence>
-     <element name='result' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBoolean_1' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfBoolean_1' nillable='true' type='ns4:Boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperTest'>
-    <sequence>
-     <element name='Boolean_1' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='booleanWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfbyte_1' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfbyte_1' nillable='true' type='ns3:byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteTest'>
-    <sequence>
-     <element name='byte_1' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteTestResponse'>
-    <sequence>
-     <element name='result' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfByte_1' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfByte_1' nillable='true' type='ns4:Byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperTest'>
-    <sequence>
-     <element name='Byte_1' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfCalendar_1' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfCalendar_1' nillable='true' type='ns7:Calendar.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns7:Calendar.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarTest'>
-    <sequence>
-     <element name='Calendar_1' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='calendarTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfdouble_1' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfdouble_1' nillable='true' type='ns3:double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleTest'>
-    <sequence>
-     <element name='double_1' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleTestResponse'>
-    <sequence>
-     <element name='result' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfDouble_1' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfDouble_1' nillable='true' type='ns4:Double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperTest'>
-    <sequence>
-     <element name='Double_1' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='doubleWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOffloat_1' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOffloat_1' nillable='true' type='ns3:float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatTest'>
-    <sequence>
-     <element name='float_1' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatTestResponse'>
-    <sequence>
-     <element name='result' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfFloat_1' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfFloat_1' nillable='true' type='ns4:Float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperTest'>
-    <sequence>
-     <element name='Float_1' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='floatWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='hexBinaryTest'>
-    <sequence>
-     <element name='arrayOfbyte_1' nillable='true' type='hexBinary'/>
-    </sequence>
-   </complexType>
-   <complexType name='hexBinaryTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='hexBinary'/>
-    </sequence>
-   </complexType>
-   <complexType name='intArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfint_1' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfint_1' nillable='true' type='ns3:int.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='intMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:int.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='intTest'>
-    <sequence>
-     <element name='int_1' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intTestResponse'>
-    <sequence>
-     <element name='result' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfInteger_1' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfInteger_1' nillable='true' type='ns4:Integer.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Integer.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperTest'>
-    <sequence>
-     <element name='Integer_1' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='intWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='javaBeanArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfJavaBean_1' nillable='true' type='ns8:JavaBean'/>
-    </sequence>
-   </complexType>
-   <complexType name='javaBeanArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns8:JavaBean'/>
-    </sequence>
-   </complexType>
-   <complexType name='javaBeanTest'>
-    <sequence>
-     <element name='JavaBean_1' nillable='true' type='ns8:JavaBean'/>
-    </sequence>
-   </complexType>
-   <complexType name='javaBeanTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='ns8:JavaBean'/>
-    </sequence>
-   </complexType>
-   <complexType name='longArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOflong_1' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOflong_1' nillable='true' type='ns3:long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='longMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='longTest'>
-    <sequence>
-     <element name='long_1' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longTestResponse'>
-    <sequence>
-     <element name='result' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfLong_1' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfLong_1' nillable='true' type='ns4:Long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperTest'>
-    <sequence>
-     <element name='Long_1' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='longWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfQName_1' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfQName_1' nillable='true' type='ns6:QName.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns6:QName.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameTest'>
-    <sequence>
-     <element name='QName_1' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-   <complexType name='qnameTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfshort_1' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfshort_1' nillable='true' type='ns3:short.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns3:short.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortTest'>
-    <sequence>
-     <element name='short_1' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortTestResponse'>
-    <sequence>
-     <element name='result' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfShort_1' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfShort_1' nillable='true' type='ns4:Short.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:Short.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperTest'>
-    <sequence>
-     <element name='Short_1' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='shortWrapperTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfString_1' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringMultiArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfString_1' nillable='true' type='ns4:String.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringMultiArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='ns4:String.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringTest'>
-    <sequence>
-     <element name='String_1' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='stringTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='voidTest'>
-    <sequence/>
-   </complexType>
-   <complexType name='voidTestResponse'>
-    <sequence/>
-   </complexType>
-   <element name='base64BinaryTest' type='tns:base64BinaryTest'/>
-   <element name='base64BinaryTestResponse' type='tns:base64BinaryTestResponse'/>
-   <element name='bigDecimalArrayTest' type='tns:bigDecimalArrayTest'/>
-   <element name='bigDecimalArrayTestResponse' type='tns:bigDecimalArrayTestResponse'/>
-   <element name='bigDecimalMultiArrayTest' type='tns:bigDecimalMultiArrayTest'/>
-   <element name='bigDecimalMultiArrayTestResponse' type='tns:bigDecimalMultiArrayTestResponse'/>
-   <element name='bigDecimalTest' type='tns:bigDecimalTest'/>
-   <element name='bigDecimalTestResponse' type='tns:bigDecimalTestResponse'/>
-   <element name='bigIntegerArrayTest' type='tns:bigIntegerArrayTest'/>
-   <element name='bigIntegerArrayTestResponse' type='tns:bigIntegerArrayTestResponse'/>
-   <element name='bigIntegerMultiArrayTest' type='tns:bigIntegerMultiArrayTest'/>
-   <element name='bigIntegerMultiArrayTestResponse' type='tns:bigIntegerMultiArrayTestResponse'/>
-   <element name='bigIntegerTest' type='tns:bigIntegerTest'/>
-   <element name='bigIntegerTestResponse' type='tns:bigIntegerTestResponse'/>
-   <element name='booleanArrayTest' type='tns:booleanArrayTest'/>
-   <element name='booleanArrayTestResponse' type='tns:booleanArrayTestResponse'/>
-   <element name='booleanMultiArrayTest' type='tns:booleanMultiArrayTest'/>
-   <element name='booleanMultiArrayTestResponse' type='tns:booleanMultiArrayTestResponse'/>
-   <element name='booleanTest' type='tns:booleanTest'/>
-   <element name='booleanTestResponse' type='tns:booleanTestResponse'/>
-   <element name='booleanWrapperArrayTest' type='tns:booleanWrapperArrayTest'/>
-   <element name='booleanWrapperArrayTestResponse' type='tns:booleanWrapperArrayTestResponse'/>
-   <element name='booleanWrapperMultiArrayTest' type='tns:booleanWrapperMultiArrayTest'/>
-   <element name='booleanWrapperMultiArrayTestResponse' type='tns:booleanWrapperMultiArrayTestResponse'/>
-   <element name='booleanWrapperTest' type='tns:booleanWrapperTest'/>
-   <element name='booleanWrapperTestResponse' type='tns:booleanWrapperTestResponse'/>
-   <element name='byteArrayTest' type='tns:byteArrayTest'/>
-   <element name='byteArrayTestResponse' type='tns:byteArrayTestResponse'/>
-   <element name='byteMultiArrayTest' type='tns:byteMultiArrayTest'/>
-   <element name='byteMultiArrayTestResponse' type='tns:byteMultiArrayTestResponse'/>
-   <element name='byteTest' type='tns:byteTest'/>
-   <element name='byteTestResponse' type='tns:byteTestResponse'/>
-   <element name='byteWrapperArrayTest' type='tns:byteWrapperArrayTest'/>
-   <element name='byteWrapperArrayTestResponse' type='tns:byteWrapperArrayTestResponse'/>
-   <element name='byteWrapperMultiArrayTest' type='tns:byteWrapperMultiArrayTest'/>
-   <element name='byteWrapperMultiArrayTestResponse' type='tns:byteWrapperMultiArrayTestResponse'/>
-   <element name='byteWrapperTest' type='tns:byteWrapperTest'/>
-   <element name='byteWrapperTestResponse' type='tns:byteWrapperTestResponse'/>
-   <element name='calendarArrayTest' type='tns:calendarArrayTest'/>
-   <element name='calendarArrayTestResponse' type='tns:calendarArrayTestResponse'/>
-   <element name='calendarMultiArrayTest' type='tns:calendarMultiArrayTest'/>
-   <element name='calendarMultiArrayTestResponse' type='tns:calendarMultiArrayTestResponse'/>
-   <element name='calendarTest' type='tns:calendarTest'/>
-   <element name='calendarTestResponse' type='tns:calendarTestResponse'/>
-   <element name='doubleArrayTest' type='tns:doubleArrayTest'/>
-   <element name='doubleArrayTestResponse' type='tns:doubleArrayTestResponse'/>
-   <element name='doubleMultiArrayTest' type='tns:doubleMultiArrayTest'/>
-   <element name='doubleMultiArrayTestResponse' type='tns:doubleMultiArrayTestResponse'/>
-   <element name='doubleTest' type='tns:doubleTest'/>
-   <element name='doubleTestResponse' type='tns:doubleTestResponse'/>
-   <element name='doubleWrapperArrayTest' type='tns:doubleWrapperArrayTest'/>
-   <element name='doubleWrapperArrayTestResponse' type='tns:doubleWrapperArrayTestResponse'/>
-   <element name='doubleWrapperMultiArrayTest' type='tns:doubleWrapperMultiArrayTest'/>
-   <element name='doubleWrapperMultiArrayTestResponse' type='tns:doubleWrapperMultiArrayTestResponse'/>
-   <element name='doubleWrapperTest' type='tns:doubleWrapperTest'/>
-   <element name='doubleWrapperTestResponse' type='tns:doubleWrapperTestResponse'/>
-   <element name='floatArrayTest' type='tns:floatArrayTest'/>
-   <element name='floatArrayTestResponse' type='tns:floatArrayTestResponse'/>
-   <element name='floatMultiArrayTest' type='tns:floatMultiArrayTest'/>
-   <element name='floatMultiArrayTestResponse' type='tns:floatMultiArrayTestResponse'/>
-   <element name='floatTest' type='tns:floatTest'/>
-   <element name='floatTestResponse' type='tns:floatTestResponse'/>
-   <element name='floatWrapperArrayTest' type='tns:floatWrapperArrayTest'/>
-   <element name='floatWrapperArrayTestResponse' type='tns:floatWrapperArrayTestResponse'/>
-   <element name='floatWrapperMultiArrayTest' type='tns:floatWrapperMultiArrayTest'/>
-   <element name='floatWrapperMultiArrayTestResponse' type='tns:floatWrapperMultiArrayTestResponse'/>
-   <element name='floatWrapperTest' type='tns:floatWrapperTest'/>
-   <element name='floatWrapperTestResponse' type='tns:floatWrapperTestResponse'/>
-   <element name='hexBinaryTest' type='tns:hexBinaryTest'/>
-   <element name='hexBinaryTestResponse' type='tns:hexBinaryTestResponse'/>
-   <element name='intArrayTest' type='tns:intArrayTest'/>
-   <element name='intArrayTestResponse' type='tns:intArrayTestResponse'/>
-   <element name='intMultiArrayTest' type='tns:intMultiArrayTest'/>
-   <element name='intMultiArrayTestResponse' type='tns:intMultiArrayTestResponse'/>
-   <element name='intTest' type='tns:intTest'/>
-   <element name='intTestResponse' type='tns:intTestResponse'/>
-   <element name='intWrapperArrayTest' type='tns:intWrapperArrayTest'/>
-   <element name='intWrapperArrayTestResponse' type='tns:intWrapperArrayTestResponse'/>
-   <element name='intWrapperMultiArrayTest' type='tns:intWrapperMultiArrayTest'/>
-   <element name='intWrapperMultiArrayTestResponse' type='tns:intWrapperMultiArrayTestResponse'/>
-   <element name='intWrapperTest' type='tns:intWrapperTest'/>
-   <element name='intWrapperTestResponse' type='tns:intWrapperTestResponse'/>
-   <element name='javaBeanArrayTest' type='tns:javaBeanArrayTest'/>
-   <element name='javaBeanArrayTestResponse' type='tns:javaBeanArrayTestResponse'/>
-   <element name='javaBeanTest' type='tns:javaBeanTest'/>
-   <element name='javaBeanTestResponse' type='tns:javaBeanTestResponse'/>
-   <element name='longArrayTest' type='tns:longArrayTest'/>
-   <element name='longArrayTestResponse' type='tns:longArrayTestResponse'/>
-   <element name='longMultiArrayTest' type='tns:longMultiArrayTest'/>
-   <element name='longMultiArrayTestResponse' type='tns:longMultiArrayTestResponse'/>
-   <element name='longTest' type='tns:longTest'/>
-   <element name='longTestResponse' type='tns:longTestResponse'/>
-   <element name='longWrapperArrayTest' type='tns:longWrapperArrayTest'/>
-   <element name='longWrapperArrayTestResponse' type='tns:longWrapperArrayTestResponse'/>
-   <element name='longWrapperMultiArrayTest' type='tns:longWrapperMultiArrayTest'/>
-   <element name='longWrapperMultiArrayTestResponse' type='tns:longWrapperMultiArrayTestResponse'/>
-   <element name='longWrapperTest' type='tns:longWrapperTest'/>
-   <element name='longWrapperTestResponse' type='tns:longWrapperTestResponse'/>
-   <element name='qnameArrayTest' type='tns:qnameArrayTest'/>
-   <element name='qnameArrayTestResponse' type='tns:qnameArrayTestResponse'/>
-   <element name='qnameMultiArrayTest' type='tns:qnameMultiArrayTest'/>
-   <element name='qnameMultiArrayTestResponse' type='tns:qnameMultiArrayTestResponse'/>
-   <element name='qnameTest' type='tns:qnameTest'/>
-   <element name='qnameTestResponse' type='tns:qnameTestResponse'/>
-   <element name='shortArrayTest' type='tns:shortArrayTest'/>
-   <element name='shortArrayTestResponse' type='tns:shortArrayTestResponse'/>
-   <element name='shortMultiArrayTest' type='tns:shortMultiArrayTest'/>
-   <element name='shortMultiArrayTestResponse' type='tns:shortMultiArrayTestResponse'/>
-   <element name='shortTest' type='tns:shortTest'/>
-   <element name='shortTestResponse' type='tns:shortTestResponse'/>
-   <element name='shortWrapperArrayTest' type='tns:shortWrapperArrayTest'/>
-   <element name='shortWrapperArrayTestResponse' type='tns:shortWrapperArrayTestResponse'/>
-   <element name='shortWrapperMultiArrayTest' type='tns:shortWrapperMultiArrayTest'/>
-   <element name='shortWrapperMultiArrayTestResponse' type='tns:shortWrapperMultiArrayTestResponse'/>
-   <element name='shortWrapperTest' type='tns:shortWrapperTest'/>
-   <element name='shortWrapperTestResponse' type='tns:shortWrapperTestResponse'/>
-   <element name='stringArrayTest' type='tns:stringArrayTest'/>
-   <element name='stringArrayTestResponse' type='tns:stringArrayTestResponse'/>
-   <element name='stringMultiArrayTest' type='tns:stringMultiArrayTest'/>
-   <element name='stringMultiArrayTestResponse' type='tns:stringMultiArrayTestResponse'/>
-   <element name='stringTest' type='tns:stringTest'/>
-   <element name='stringTestResponse' type='tns:stringTestResponse'/>
-   <element name='voidTest' type='tns:voidTest'/>
-   <element name='voidTestResponse' type='tns:voidTestResponse'/>
-  </schema>
-  <schema targetNamespace='http://math.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns7='http://util.java/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://math.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='BigDecimal.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigInteger.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://util.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/doclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://www.w3.org/2001/XMLSchema' xmlns:ns6='http://namespace.xml.javax/jaws' xmlns:ns8='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://util.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://www.w3.org/2001/XMLSchema'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://org.jboss.ws/marshall/doclit/types'/>
-   <import namespace='http://math.java/jaws'/>
-   <complexType name='Calendar.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-  </schema>
- </types>
- <message name='StandardTypes_base64BinaryTest'>
-  <part element='ns1:base64BinaryTest' name='parameters'/>
- </message>
- <message name='StandardTypes_base64BinaryTestResponse'>
-  <part element='ns1:base64BinaryTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigDecimalArrayTest'>
-  <part element='ns1:bigDecimalArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigDecimalArrayTestResponse'>
-  <part element='ns1:bigDecimalArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigDecimalMultiArrayTest'>
-  <part element='ns1:bigDecimalMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigDecimalMultiArrayTestResponse'>
-  <part element='ns1:bigDecimalMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigDecimalTest'>
-  <part element='ns1:bigDecimalTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigDecimalTestResponse'>
-  <part element='ns1:bigDecimalTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigIntegerArrayTest'>
-  <part element='ns1:bigIntegerArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigIntegerArrayTestResponse'>
-  <part element='ns1:bigIntegerArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigIntegerMultiArrayTest'>
-  <part element='ns1:bigIntegerMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigIntegerMultiArrayTestResponse'>
-  <part element='ns1:bigIntegerMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_bigIntegerTest'>
-  <part element='ns1:bigIntegerTest' name='parameters'/>
- </message>
- <message name='StandardTypes_bigIntegerTestResponse'>
-  <part element='ns1:bigIntegerTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanArrayTest'>
-  <part element='ns1:booleanArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanArrayTestResponse'>
-  <part element='ns1:booleanArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanMultiArrayTest'>
-  <part element='ns1:booleanMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanMultiArrayTestResponse'>
-  <part element='ns1:booleanMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanTest'>
-  <part element='ns1:booleanTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanTestResponse'>
-  <part element='ns1:booleanTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanWrapperArrayTest'>
-  <part element='ns1:booleanWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanWrapperArrayTestResponse'>
-  <part element='ns1:booleanWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanWrapperMultiArrayTest'>
-  <part element='ns1:booleanWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanWrapperMultiArrayTestResponse'>
-  <part element='ns1:booleanWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_booleanWrapperTest'>
-  <part element='ns1:booleanWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_booleanWrapperTestResponse'>
-  <part element='ns1:booleanWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteArrayTest'>
-  <part element='ns1:byteArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteArrayTestResponse'>
-  <part element='ns1:byteArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteMultiArrayTest'>
-  <part element='ns1:byteMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteMultiArrayTestResponse'>
-  <part element='ns1:byteMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteTest'>
-  <part element='ns1:byteTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteTestResponse'>
-  <part element='ns1:byteTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteWrapperArrayTest'>
-  <part element='ns1:byteWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteWrapperArrayTestResponse'>
-  <part element='ns1:byteWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteWrapperMultiArrayTest'>
-  <part element='ns1:byteWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteWrapperMultiArrayTestResponse'>
-  <part element='ns1:byteWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_byteWrapperTest'>
-  <part element='ns1:byteWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_byteWrapperTestResponse'>
-  <part element='ns1:byteWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_calendarArrayTest'>
-  <part element='ns1:calendarArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_calendarArrayTestResponse'>
-  <part element='ns1:calendarArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_calendarMultiArrayTest'>
-  <part element='ns1:calendarMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_calendarMultiArrayTestResponse'>
-  <part element='ns1:calendarMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_calendarTest'>
-  <part element='ns1:calendarTest' name='parameters'/>
- </message>
- <message name='StandardTypes_calendarTestResponse'>
-  <part element='ns1:calendarTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleArrayTest'>
-  <part element='ns1:doubleArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleArrayTestResponse'>
-  <part element='ns1:doubleArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleMultiArrayTest'>
-  <part element='ns1:doubleMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleMultiArrayTestResponse'>
-  <part element='ns1:doubleMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleTest'>
-  <part element='ns1:doubleTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleTestResponse'>
-  <part element='ns1:doubleTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleWrapperArrayTest'>
-  <part element='ns1:doubleWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleWrapperArrayTestResponse'>
-  <part element='ns1:doubleWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleWrapperMultiArrayTest'>
-  <part element='ns1:doubleWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleWrapperMultiArrayTestResponse'>
-  <part element='ns1:doubleWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_doubleWrapperTest'>
-  <part element='ns1:doubleWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_doubleWrapperTestResponse'>
-  <part element='ns1:doubleWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatArrayTest'>
-  <part element='ns1:floatArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatArrayTestResponse'>
-  <part element='ns1:floatArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatMultiArrayTest'>
-  <part element='ns1:floatMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatMultiArrayTestResponse'>
-  <part element='ns1:floatMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatTest'>
-  <part element='ns1:floatTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatTestResponse'>
-  <part element='ns1:floatTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatWrapperArrayTest'>
-  <part element='ns1:floatWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatWrapperArrayTestResponse'>
-  <part element='ns1:floatWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatWrapperMultiArrayTest'>
-  <part element='ns1:floatWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatWrapperMultiArrayTestResponse'>
-  <part element='ns1:floatWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_floatWrapperTest'>
-  <part element='ns1:floatWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_floatWrapperTestResponse'>
-  <part element='ns1:floatWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_hexBinaryTest'>
-  <part element='ns1:hexBinaryTest' name='parameters'/>
- </message>
- <message name='StandardTypes_hexBinaryTestResponse'>
-  <part element='ns1:hexBinaryTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intArrayTest'>
-  <part element='ns1:intArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intArrayTestResponse'>
-  <part element='ns1:intArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intMultiArrayTest'>
-  <part element='ns1:intMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intMultiArrayTestResponse'>
-  <part element='ns1:intMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intTest'>
-  <part element='ns1:intTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intTestResponse'>
-  <part element='ns1:intTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intWrapperArrayTest'>
-  <part element='ns1:intWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intWrapperArrayTestResponse'>
-  <part element='ns1:intWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intWrapperMultiArrayTest'>
-  <part element='ns1:intWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intWrapperMultiArrayTestResponse'>
-  <part element='ns1:intWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_intWrapperTest'>
-  <part element='ns1:intWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_intWrapperTestResponse'>
-  <part element='ns1:intWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_javaBeanArrayTest'>
-  <part element='ns1:javaBeanArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_javaBeanArrayTestResponse'>
-  <part element='ns1:javaBeanArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_javaBeanTest'>
-  <part element='ns1:javaBeanTest' name='parameters'/>
- </message>
- <message name='StandardTypes_javaBeanTestResponse'>
-  <part element='ns1:javaBeanTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longArrayTest'>
-  <part element='ns1:longArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longArrayTestResponse'>
-  <part element='ns1:longArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longMultiArrayTest'>
-  <part element='ns1:longMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longMultiArrayTestResponse'>
-  <part element='ns1:longMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longTest'>
-  <part element='ns1:longTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longTestResponse'>
-  <part element='ns1:longTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longWrapperArrayTest'>
-  <part element='ns1:longWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longWrapperArrayTestResponse'>
-  <part element='ns1:longWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longWrapperMultiArrayTest'>
-  <part element='ns1:longWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longWrapperMultiArrayTestResponse'>
-  <part element='ns1:longWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_longWrapperTest'>
-  <part element='ns1:longWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_longWrapperTestResponse'>
-  <part element='ns1:longWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_qnameArrayTest'>
-  <part element='ns1:qnameArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_qnameArrayTestResponse'>
-  <part element='ns1:qnameArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_qnameMultiArrayTest'>
-  <part element='ns1:qnameMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_qnameMultiArrayTestResponse'>
-  <part element='ns1:qnameMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_qnameTest'>
-  <part element='ns1:qnameTest' name='parameters'/>
- </message>
- <message name='StandardTypes_qnameTestResponse'>
-  <part element='ns1:qnameTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortArrayTest'>
-  <part element='ns1:shortArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortArrayTestResponse'>
-  <part element='ns1:shortArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortMultiArrayTest'>
-  <part element='ns1:shortMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortMultiArrayTestResponse'>
-  <part element='ns1:shortMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortTest'>
-  <part element='ns1:shortTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortTestResponse'>
-  <part element='ns1:shortTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortWrapperArrayTest'>
-  <part element='ns1:shortWrapperArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortWrapperArrayTestResponse'>
-  <part element='ns1:shortWrapperArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortWrapperMultiArrayTest'>
-  <part element='ns1:shortWrapperMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortWrapperMultiArrayTestResponse'>
-  <part element='ns1:shortWrapperMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_shortWrapperTest'>
-  <part element='ns1:shortWrapperTest' name='parameters'/>
- </message>
- <message name='StandardTypes_shortWrapperTestResponse'>
-  <part element='ns1:shortWrapperTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_stringArrayTest'>
-  <part element='ns1:stringArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_stringArrayTestResponse'>
-  <part element='ns1:stringArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_stringMultiArrayTest'>
-  <part element='ns1:stringMultiArrayTest' name='parameters'/>
- </message>
- <message name='StandardTypes_stringMultiArrayTestResponse'>
-  <part element='ns1:stringMultiArrayTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_stringTest'>
-  <part element='ns1:stringTest' name='parameters'/>
- </message>
- <message name='StandardTypes_stringTestResponse'>
-  <part element='ns1:stringTestResponse' name='result'/>
- </message>
- <message name='StandardTypes_voidTest'>
-  <part element='ns1:voidTest' name='parameters'/>
- </message>
- <message name='StandardTypes_voidTestResponse'>
-  <part element='ns1:voidTestResponse' name='result'/>
- </message>
- <portType name='StandardTypes'>
-  <operation name='base64BinaryTest'>
-   <input message='tns:StandardTypes_base64BinaryTest'/>
-   <output message='tns:StandardTypes_base64BinaryTestResponse'/>
-  </operation>
-  <operation name='bigDecimalArrayTest'>
-   <input message='tns:StandardTypes_bigDecimalArrayTest'/>
-   <output message='tns:StandardTypes_bigDecimalArrayTestResponse'/>
-  </operation>
-  <operation name='bigDecimalMultiArrayTest'>
-   <input message='tns:StandardTypes_bigDecimalMultiArrayTest'/>
-   <output message='tns:StandardTypes_bigDecimalMultiArrayTestResponse'/>
-  </operation>
-  <operation name='bigDecimalTest'>
-   <input message='tns:StandardTypes_bigDecimalTest'/>
-   <output message='tns:StandardTypes_bigDecimalTestResponse'/>
-  </operation>
-  <operation name='bigIntegerArrayTest'>
-   <input message='tns:StandardTypes_bigIntegerArrayTest'/>
-   <output message='tns:StandardTypes_bigIntegerArrayTestResponse'/>
-  </operation>
-  <operation name='bigIntegerMultiArrayTest'>
-   <input message='tns:StandardTypes_bigIntegerMultiArrayTest'/>
-   <output message='tns:StandardTypes_bigIntegerMultiArrayTestResponse'/>
-  </operation>
-  <operation name='bigIntegerTest'>
-   <input message='tns:StandardTypes_bigIntegerTest'/>
-   <output message='tns:StandardTypes_bigIntegerTestResponse'/>
-  </operation>
-  <operation name='booleanArrayTest'>
-   <input message='tns:StandardTypes_booleanArrayTest'/>
-   <output message='tns:StandardTypes_booleanArrayTestResponse'/>
-  </operation>
-  <operation name='booleanMultiArrayTest'>
-   <input message='tns:StandardTypes_booleanMultiArrayTest'/>
-   <output message='tns:StandardTypes_booleanMultiArrayTestResponse'/>
-  </operation>
-  <operation name='booleanTest'>
-   <input message='tns:StandardTypes_booleanTest'/>
-   <output message='tns:StandardTypes_booleanTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperArrayTest'>
-   <input message='tns:StandardTypes_booleanWrapperArrayTest'/>
-   <output message='tns:StandardTypes_booleanWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_booleanWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_booleanWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperTest'>
-   <input message='tns:StandardTypes_booleanWrapperTest'/>
-   <output message='tns:StandardTypes_booleanWrapperTestResponse'/>
-  </operation>
-  <operation name='byteArrayTest'>
-   <input message='tns:StandardTypes_byteArrayTest'/>
-   <output message='tns:StandardTypes_byteArrayTestResponse'/>
-  </operation>
-  <operation name='byteMultiArrayTest'>
-   <input message='tns:StandardTypes_byteMultiArrayTest'/>
-   <output message='tns:StandardTypes_byteMultiArrayTestResponse'/>
-  </operation>
-  <operation name='byteTest'>
-   <input message='tns:StandardTypes_byteTest'/>
-   <output message='tns:StandardTypes_byteTestResponse'/>
-  </operation>
-  <operation name='byteWrapperArrayTest'>
-   <input message='tns:StandardTypes_byteWrapperArrayTest'/>
-   <output message='tns:StandardTypes_byteWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='byteWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_byteWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_byteWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='byteWrapperTest'>
-   <input message='tns:StandardTypes_byteWrapperTest'/>
-   <output message='tns:StandardTypes_byteWrapperTestResponse'/>
-  </operation>
-  <operation name='calendarArrayTest'>
-   <input message='tns:StandardTypes_calendarArrayTest'/>
-   <output message='tns:StandardTypes_calendarArrayTestResponse'/>
-  </operation>
-  <operation name='calendarMultiArrayTest'>
-   <input message='tns:StandardTypes_calendarMultiArrayTest'/>
-   <output message='tns:StandardTypes_calendarMultiArrayTestResponse'/>
-  </operation>
-  <operation name='calendarTest'>
-   <input message='tns:StandardTypes_calendarTest'/>
-   <output message='tns:StandardTypes_calendarTestResponse'/>
-  </operation>
-  <operation name='doubleArrayTest'>
-   <input message='tns:StandardTypes_doubleArrayTest'/>
-   <output message='tns:StandardTypes_doubleArrayTestResponse'/>
-  </operation>
-  <operation name='doubleMultiArrayTest'>
-   <input message='tns:StandardTypes_doubleMultiArrayTest'/>
-   <output message='tns:StandardTypes_doubleMultiArrayTestResponse'/>
-  </operation>
-  <operation name='doubleTest'>
-   <input message='tns:StandardTypes_doubleTest'/>
-   <output message='tns:StandardTypes_doubleTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperArrayTest'>
-   <input message='tns:StandardTypes_doubleWrapperArrayTest'/>
-   <output message='tns:StandardTypes_doubleWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_doubleWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_doubleWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperTest'>
-   <input message='tns:StandardTypes_doubleWrapperTest'/>
-   <output message='tns:StandardTypes_doubleWrapperTestResponse'/>
-  </operation>
-  <operation name='floatArrayTest'>
-   <input message='tns:StandardTypes_floatArrayTest'/>
-   <output message='tns:StandardTypes_floatArrayTestResponse'/>
-  </operation>
-  <operation name='floatMultiArrayTest'>
-   <input message='tns:StandardTypes_floatMultiArrayTest'/>
-   <output message='tns:StandardTypes_floatMultiArrayTestResponse'/>
-  </operation>
-  <operation name='floatTest'>
-   <input message='tns:StandardTypes_floatTest'/>
-   <output message='tns:StandardTypes_floatTestResponse'/>
-  </operation>
-  <operation name='floatWrapperArrayTest'>
-   <input message='tns:StandardTypes_floatWrapperArrayTest'/>
-   <output message='tns:StandardTypes_floatWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='floatWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_floatWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_floatWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='floatWrapperTest'>
-   <input message='tns:StandardTypes_floatWrapperTest'/>
-   <output message='tns:StandardTypes_floatWrapperTestResponse'/>
-  </operation>
-  <operation name='hexBinaryTest'>
-   <input message='tns:StandardTypes_hexBinaryTest'/>
-   <output message='tns:StandardTypes_hexBinaryTestResponse'/>
-  </operation>
-  <operation name='intArrayTest'>
-   <input message='tns:StandardTypes_intArrayTest'/>
-   <output message='tns:StandardTypes_intArrayTestResponse'/>
-  </operation>
-  <operation name='intMultiArrayTest'>
-   <input message='tns:StandardTypes_intMultiArrayTest'/>
-   <output message='tns:StandardTypes_intMultiArrayTestResponse'/>
-  </operation>
-  <operation name='intTest'>
-   <input message='tns:StandardTypes_intTest'/>
-   <output message='tns:StandardTypes_intTestResponse'/>
-  </operation>
-  <operation name='intWrapperArrayTest'>
-   <input message='tns:StandardTypes_intWrapperArrayTest'/>
-   <output message='tns:StandardTypes_intWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='intWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_intWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_intWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='intWrapperTest'>
-   <input message='tns:StandardTypes_intWrapperTest'/>
-   <output message='tns:StandardTypes_intWrapperTestResponse'/>
-  </operation>
-  <operation name='javaBeanArrayTest'>
-   <input message='tns:StandardTypes_javaBeanArrayTest'/>
-   <output message='tns:StandardTypes_javaBeanArrayTestResponse'/>
-  </operation>
-  <operation name='javaBeanTest'>
-   <input message='tns:StandardTypes_javaBeanTest'/>
-   <output message='tns:StandardTypes_javaBeanTestResponse'/>
-  </operation>
-  <operation name='longArrayTest'>
-   <input message='tns:StandardTypes_longArrayTest'/>
-   <output message='tns:StandardTypes_longArrayTestResponse'/>
-  </operation>
-  <operation name='longMultiArrayTest'>
-   <input message='tns:StandardTypes_longMultiArrayTest'/>
-   <output message='tns:StandardTypes_longMultiArrayTestResponse'/>
-  </operation>
-  <operation name='longTest'>
-   <input message='tns:StandardTypes_longTest'/>
-   <output message='tns:StandardTypes_longTestResponse'/>
-  </operation>
-  <operation name='longWrapperArrayTest'>
-   <input message='tns:StandardTypes_longWrapperArrayTest'/>
-   <output message='tns:StandardTypes_longWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='longWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_longWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_longWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='longWrapperTest'>
-   <input message='tns:StandardTypes_longWrapperTest'/>
-   <output message='tns:StandardTypes_longWrapperTestResponse'/>
-  </operation>
-  <operation name='qnameArrayTest'>
-   <input message='tns:StandardTypes_qnameArrayTest'/>
-   <output message='tns:StandardTypes_qnameArrayTestResponse'/>
-  </operation>
-  <operation name='qnameMultiArrayTest'>
-   <input message='tns:StandardTypes_qnameMultiArrayTest'/>
-   <output message='tns:StandardTypes_qnameMultiArrayTestResponse'/>
-  </operation>
-  <operation name='qnameTest'>
-   <input message='tns:StandardTypes_qnameTest'/>
-   <output message='tns:StandardTypes_qnameTestResponse'/>
-  </operation>
-  <operation name='shortArrayTest'>
-   <input message='tns:StandardTypes_shortArrayTest'/>
-   <output message='tns:StandardTypes_shortArrayTestResponse'/>
-  </operation>
-  <operation name='shortMultiArrayTest'>
-   <input message='tns:StandardTypes_shortMultiArrayTest'/>
-   <output message='tns:StandardTypes_shortMultiArrayTestResponse'/>
-  </operation>
-  <operation name='shortTest'>
-   <input message='tns:StandardTypes_shortTest'/>
-   <output message='tns:StandardTypes_shortTestResponse'/>
-  </operation>
-  <operation name='shortWrapperArrayTest'>
-   <input message='tns:StandardTypes_shortWrapperArrayTest'/>
-   <output message='tns:StandardTypes_shortWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='shortWrapperMultiArrayTest'>
-   <input message='tns:StandardTypes_shortWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_shortWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='shortWrapperTest'>
-   <input message='tns:StandardTypes_shortWrapperTest'/>
-   <output message='tns:StandardTypes_shortWrapperTestResponse'/>
-  </operation>
-  <operation name='stringArrayTest'>
-   <input message='tns:StandardTypes_stringArrayTest'/>
-   <output message='tns:StandardTypes_stringArrayTestResponse'/>
-  </operation>
-  <operation name='stringMultiArrayTest'>
-   <input message='tns:StandardTypes_stringMultiArrayTest'/>
-   <output message='tns:StandardTypes_stringMultiArrayTestResponse'/>
-  </operation>
-  <operation name='stringTest'>
-   <input message='tns:StandardTypes_stringTest'/>
-   <output message='tns:StandardTypes_stringTestResponse'/>
-  </operation>
-  <operation name='voidTest'>
-   <input message='tns:StandardTypes_voidTest'/>
-   <output message='tns:StandardTypes_voidTestResponse'/>
-  </operation>
- </portType>
- <binding name='StandardTypesBinding' type='tns:StandardTypes'>
-  <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='base64BinaryTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='hexBinaryTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='javaBeanArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='javaBeanTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='voidTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='MarshallService'>
-  <port binding='tns:StandardTypesBinding' name='StandardTypesPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/WEB-INF/wsdl/MarshallService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  <complexType name='byteArrayTest'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='arrayOfbyte_1' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='byteArrayTestResponse'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='result' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-
-   <complexType name='hexBinaryTest'>
-    <sequence>
-     <element name='arrayOfbyte_1' nillable='true' type='hexBinary'/>
-    </sequence>
-   </complexType>
-   <complexType name='hexBinaryTestResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='hexBinary'/>
-    </sequence>
-   </complexType>
-
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="MarshallService" 
-              endpoint="org.jboss.test.ws.jaxrpc.marshall.StandardTypes"
-              style="document">
-     </service>
-     <namespaces target-namespace="http://org.jboss.ws/marshall/doclit"
-                 type-namespace="http://org.jboss.ws/marshall/doclit/types"/>
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="StandardTypes"/>
-   </java-wsdl>  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-doclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/StandardTypes</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/MarshallService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/StandardTypes</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-marshall-rpclit?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1227 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.marshall.types</package-type>
-  <namespaceURI>http://types.marshall.jaxrpc.ws.test.jboss.org/jaws</namespaceURI>
- </package-mapping>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.marshall</package-type>
-  <namespaceURI>http://org.jboss.ws/marshall/rpclit/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean2</java-type>
-  <root-type-qname xmlns:typeNS='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'>typeNS:JavaBean2</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>myBigDecimal</java-variable-name>
-   <xml-element-name>myBigDecimal</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBigInteger</java-variable-name>
-   <xml-element-name>myBigInteger</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBoolean</java-variable-name>
-   <xml-element-name>myBoolean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myByte</java-variable-name>
-   <xml-element-name>myByte</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myCalendar</java-variable-name>
-   <xml-element-name>myCalendar</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myDouble</java-variable-name>
-   <xml-element-name>myDouble</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myFloat</java-variable-name>
-   <xml-element-name>myFloat</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myInt</java-variable-name>
-   <xml-element-name>myInt</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myLong</java-variable-name>
-   <xml-element-name>myLong</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myShort</java-variable-name>
-   <xml-element-name>myShort</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myString</java-variable-name>
-   <xml-element-name>myString</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/marshall/rpclit/types'>typeNS:JavaBean</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>myBigDecimal</java-variable-name>
-   <xml-element-name>myBigDecimal</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBigInteger</java-variable-name>
-   <xml-element-name>myBigInteger</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myBoolean</java-variable-name>
-   <xml-element-name>myBoolean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myByte</java-variable-name>
-   <xml-element-name>myByte</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myCalendar</java-variable-name>
-   <xml-element-name>myCalendar</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myDouble</java-variable-name>
-   <xml-element-name>myDouble</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myFloat</java-variable-name>
-   <xml-element-name>myFloat</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myInt</java-variable-name>
-   <xml-element-name>myInt</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myJavaBean</java-variable-name>
-   <xml-element-name>myJavaBean</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myLong</java-variable-name>
-   <xml-element-name>myLong</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myShort</java-variable-name>
-   <xml-element-name>myShort</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>myString</java-variable-name>
-   <xml-element-name>myString</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.marshall.MarshallService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/marshall/rpclit'>serviceNS:MarshallService</wsdl-service-name>
-  <port-mapping>
-   <port-name>StandardTypesPort</port-name>
-   <java-port-name>StandardTypesPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/marshall/rpclit'>portTypeNS:StandardTypes</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/marshall/rpclit'>bindingNS:StandardTypesBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalTest</java-method-name>
-   <wsdl-operation>bigDecimalTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalTest</wsdl-message>
-     <wsdl-message-part-name>BigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalArrayTest</java-method-name>
-   <wsdl-operation>bigDecimalArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigDecimalMultiArrayTest</java-method-name>
-   <wsdl-operation>bigDecimalMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfBigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigDecimal[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigDecimalMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerTest</java-method-name>
-   <wsdl-operation>bigIntegerTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerTest</wsdl-message>
-     <wsdl-message-part-name>BigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerArrayTest</java-method-name>
-   <wsdl-operation>bigIntegerArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>bigIntegerMultiArrayTest</java-method-name>
-   <wsdl-operation>bigIntegerMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfBigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.math.BigInteger[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_bigIntegerMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanTest</java-method-name>
-   <wsdl-operation>booleanTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanTest</wsdl-message>
-     <wsdl-message-part-name>boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanArrayTest</java-method-name>
-   <wsdl-operation>booleanArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfboolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanMultiArrayTest</java-method-name>
-   <wsdl-operation>booleanMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfboolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>boolean[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperTest</java-method-name>
-   <wsdl-operation>booleanWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperArrayTest</java-method-name>
-   <wsdl-operation>booleanWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfBoolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>booleanWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>booleanWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfBoolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Boolean[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_booleanWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteTest</java-method-name>
-   <wsdl-operation>byteTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteTest</wsdl-message>
-     <wsdl-message-part-name>byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteArrayTest</java-method-name>
-   <wsdl-operation>byteArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteMultiArrayTest</java-method-name>
-   <wsdl-operation>byteMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperTest</java-method-name>
-   <wsdl-operation>byteWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperArrayTest</java-method-name>
-   <wsdl-operation>byteWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfByte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>byteWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>byteWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfByte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Byte[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_byteWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameTest</java-method-name>
-   <wsdl-operation>qnameTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameTest</wsdl-message>
-     <wsdl-message-part-name>QName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameArrayTest</java-method-name>
-   <wsdl-operation>qnameArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfQName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>qnameMultiArrayTest</java-method-name>
-   <wsdl-operation>qnameMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfQName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>javax.xml.namespace.QName[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_qnameMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>base64BinaryTest</java-method-name>
-   <wsdl-operation>base64BinaryTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_base64BinaryTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_base64BinaryTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>hexBinaryTest</java-method-name>
-   <wsdl-operation>hexBinaryTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_hexBinaryTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>byte[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_hexBinaryTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarTest</java-method-name>
-   <wsdl-operation>calendarTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarTest</wsdl-message>
-     <wsdl-message-part-name>Calendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarArrayTest</java-method-name>
-   <wsdl-operation>calendarArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfCalendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>calendarMultiArrayTest</java-method-name>
-   <wsdl-operation>calendarMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfCalendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.util.Calendar[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_calendarMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleTest</java-method-name>
-   <wsdl-operation>doubleTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleTest</wsdl-message>
-     <wsdl-message-part-name>double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleArrayTest</java-method-name>
-   <wsdl-operation>doubleArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfdouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleMultiArrayTest</java-method-name>
-   <wsdl-operation>doubleMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfdouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>double[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperTest</java-method-name>
-   <wsdl-operation>doubleWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperArrayTest</java-method-name>
-   <wsdl-operation>doubleWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfDouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>doubleWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>doubleWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfDouble_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Double[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_doubleWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatTest</java-method-name>
-   <wsdl-operation>floatTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatTest</wsdl-message>
-     <wsdl-message-part-name>float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatArrayTest</java-method-name>
-   <wsdl-operation>floatArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOffloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatMultiArrayTest</java-method-name>
-   <wsdl-operation>floatMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOffloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>float[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperTest</java-method-name>
-   <wsdl-operation>floatWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperArrayTest</java-method-name>
-   <wsdl-operation>floatWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfFloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>floatWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>floatWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfFloat_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Float[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_floatWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intTest</java-method-name>
-   <wsdl-operation>intTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intTest</wsdl-message>
-     <wsdl-message-part-name>int_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intArrayTest</java-method-name>
-   <wsdl-operation>intArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfint_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intMultiArrayTest</java-method-name>
-   <wsdl-operation>intMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfint_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperTest</java-method-name>
-   <wsdl-operation>intWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Integer_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperArrayTest</java-method-name>
-   <wsdl-operation>intWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>intWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>intWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Integer[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_intWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>javaBeanTest</java-method-name>
-   <wsdl-operation>javaBeanTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_javaBeanTest</wsdl-message>
-     <wsdl-message-part-name>JavaBean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_javaBeanTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>javaBeanArrayTest</java-method-name>
-   <wsdl-operation>javaBeanArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_javaBeanArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfJavaBean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.marshall.types.JavaBean[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_javaBeanArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longTest</java-method-name>
-   <wsdl-operation>longTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longTest</wsdl-message>
-     <wsdl-message-part-name>long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longArrayTest</java-method-name>
-   <wsdl-operation>longArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOflong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longMultiArrayTest</java-method-name>
-   <wsdl-operation>longMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOflong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>long[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperTest</java-method-name>
-   <wsdl-operation>longWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperArrayTest</java-method-name>
-   <wsdl-operation>longWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfLong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>longWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>longWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfLong_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Long[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_longWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortTest</java-method-name>
-   <wsdl-operation>shortTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortTest</wsdl-message>
-     <wsdl-message-part-name>short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortArrayTest</java-method-name>
-   <wsdl-operation>shortArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfshort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortMultiArrayTest</java-method-name>
-   <wsdl-operation>shortMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfshort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>short[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperTest</java-method-name>
-   <wsdl-operation>shortWrapperTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperTest</wsdl-message>
-     <wsdl-message-part-name>Short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperArrayTest</java-method-name>
-   <wsdl-operation>shortWrapperArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfShort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>shortWrapperMultiArrayTest</java-method-name>
-   <wsdl-operation>shortWrapperMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfShort_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.Short[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_shortWrapperMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringTest</java-method-name>
-   <wsdl-operation>stringTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringTest</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringArrayTest</java-method-name>
-   <wsdl-operation>stringArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>stringMultiArrayTest</java-method-name>
-   <wsdl-operation>stringMultiArrayTest</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String[][]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringMultiArrayTest</wsdl-message>
-     <wsdl-message-part-name>arrayOfarrayOfString_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String[][]</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/marshall/rpclit'>wsdlMsgNS:StandardTypes_stringMultiArrayTestResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>voidTest</java-method-name>
-   <wsdl-operation>voidTest</wsdl-operation>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>StandardTypes</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.marshall.StandardTypesBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>StandardTypes</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/marshall/rpclit"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>StandardTypes</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/MarshallService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>StandardTypesPort</port-component-name>
-      <wsdl-port>impl:StandardTypesPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.marshall.StandardTypes</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>StandardTypes</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1561 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='MarshallService' targetNamespace='http://org.jboss.ws/marshall/rpclit' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/marshall/rpclit' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.ws/marshall/rpclit/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws/marshall/rpclit/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='Boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='JavaBean'>
-    <sequence>
-     <element name='myBigDecimal' nillable='true' type='decimal'/>
-     <element name='myBigInteger' nillable='true' type='integer'/>
-     <element name='myBoolean' type='boolean'/>
-     <element name='myByte' type='byte'/>
-     <element name='myCalendar' nillable='true' type='dateTime'/>
-     <element name='myDouble' type='double'/>
-     <element name='myFloat' type='float'/>
-     <element name='myInt' type='int'/>
-     <element name='myJavaBean' nillable='true' type='ns7:JavaBean2'/>
-     <element name='myLong' type='long'/>
-     <element name='myShort' type='short'/>
-     <element name='myString' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='JavaBean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='tns:JavaBean'/>
-    </sequence>
-   </complexType>
-   <complexType name='boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='boolean.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='byte.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='int.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:int.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigDecimal.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigDecimal.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns2:BigDecimal.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigInteger.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigInteger.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns2:BigInteger.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Boolean.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Boolean.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Byte.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='Byte.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Byte.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Calendar.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='Calendar.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns6:Calendar.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='Double.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='Float.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Integer.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='Long.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='QName.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-   <complexType name='QName.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns5:QName.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='double.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:double.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='float.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:float.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='int.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='long.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:long.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='Integer.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Integer.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='Long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='Short.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:Short.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='String.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='String.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns4:String.Array'/>
-    </sequence>
-   </complexType>
-   <complexType name='short.Array.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='ns3:short.Array'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://www.jboss.org/jbossws/primitives' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://www.jboss.org/jbossws/primitives' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='byte.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='int.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='short'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='JavaBean2'>
-    <sequence>
-     <element name='myBigDecimal' nillable='true' type='decimal'/>
-     <element name='myBigInteger' nillable='true' type='integer'/>
-     <element name='myBoolean' type='boolean'/>
-     <element name='myByte' type='byte'/>
-     <element name='myCalendar' nillable='true' type='dateTime'/>
-     <element name='myDouble' type='double'/>
-     <element name='myFloat' type='float'/>
-     <element name='myInt' type='int'/>
-     <element name='myLong' type='long'/>
-     <element name='myShort' type='short'/>
-     <element name='myString' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://namespace.xml.javax/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://namespace.xml.javax/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='QName.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='QName'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://lang.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://lang.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='Boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='Byte.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='byte'/>
-    </sequence>
-   </complexType>
-   <complexType name='Double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='Float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='Integer.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='Long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='Short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='short'/>
-    </sequence>
-   </complexType>
-   <complexType name='String.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://math.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns6='http://util.java/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://math.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://util.java/jaws'/>
-   <complexType name='BigDecimal.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='decimal'/>
-    </sequence>
-   </complexType>
-   <complexType name='BigInteger.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='integer'/>
-    </sequence>
-   </complexType>
-  </schema>
-  <schema targetNamespace='http://util.java/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='http://org.jboss.ws/marshall/rpclit/types' xmlns:ns2='http://math.java/jaws' xmlns:ns3='http://www.jboss.org/jbossws/primitives' xmlns:ns4='http://lang.java/jaws' xmlns:ns5='http://namespace.xml.javax/jaws' xmlns:ns7='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://util.java/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <import namespace='http://org.jboss.ws/marshall/rpclit/types'/>
-   <import namespace='http://www.jboss.org/jbossws/primitives'/>
-   <import namespace='http://types.marshall.jaxrpc.ws.test.jboss.org/jaws'/>
-   <import namespace='http://namespace.xml.javax/jaws'/>
-   <import namespace='http://lang.java/jaws'/>
-   <import namespace='http://math.java/jaws'/>
-   <complexType name='Calendar.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-  </schema>
- </types>
- <message name='StandardTypes_base64BinaryTest'>
-  <part name='arrayOfbyte_1' type='xsd:base64Binary'/>
- </message>
- <message name='StandardTypes_base64BinaryTestResponse'>
-  <part name='result' type='xsd:base64Binary'/>
- </message>
- <message name='StandardTypes_bigDecimalArrayTest'>
-  <part name='arrayOfBigDecimal_1' type='ns1:BigDecimal.Array'/>
- </message>
- <message name='StandardTypes_bigDecimalArrayTestResponse'>
-  <part name='result' type='ns1:BigDecimal.Array'/>
- </message>
- <message name='StandardTypes_bigDecimalMultiArrayTest'>
-  <part name='arrayOfarrayOfBigDecimal_1' type='ns1:BigDecimal.Array.Array'/>
- </message>
- <message name='StandardTypes_bigDecimalMultiArrayTestResponse'>
-  <part name='result' type='ns1:BigDecimal.Array.Array'/>
- </message>
- <message name='StandardTypes_bigDecimalTest'>
-  <part name='BigDecimal_1' type='xsd:decimal'/>
- </message>
- <message name='StandardTypes_bigDecimalTestResponse'>
-  <part name='result' type='xsd:decimal'/>
- </message>
- <message name='StandardTypes_bigIntegerArrayTest'>
-  <part name='arrayOfBigInteger_1' type='ns1:BigInteger.Array'/>
- </message>
- <message name='StandardTypes_bigIntegerArrayTestResponse'>
-  <part name='result' type='ns1:BigInteger.Array'/>
- </message>
- <message name='StandardTypes_bigIntegerMultiArrayTest'>
-  <part name='arrayOfarrayOfBigInteger_1' type='ns1:BigInteger.Array.Array'/>
- </message>
- <message name='StandardTypes_bigIntegerMultiArrayTestResponse'>
-  <part name='result' type='ns1:BigInteger.Array.Array'/>
- </message>
- <message name='StandardTypes_bigIntegerTest'>
-  <part name='BigInteger_1' type='xsd:integer'/>
- </message>
- <message name='StandardTypes_bigIntegerTestResponse'>
-  <part name='result' type='xsd:integer'/>
- </message>
- <message name='StandardTypes_booleanArrayTest'>
-  <part name='arrayOfboolean_1' type='ns1:boolean.Array'/>
- </message>
- <message name='StandardTypes_booleanArrayTestResponse'>
-  <part name='result' type='ns1:boolean.Array'/>
- </message>
- <message name='StandardTypes_booleanMultiArrayTest'>
-  <part name='arrayOfarrayOfboolean_1' type='ns1:boolean.Array.Array'/>
- </message>
- <message name='StandardTypes_booleanMultiArrayTestResponse'>
-  <part name='result' type='ns1:boolean.Array.Array'/>
- </message>
- <message name='StandardTypes_booleanTest'>
-  <part name='boolean_1' type='xsd:boolean'/>
- </message>
- <message name='StandardTypes_booleanTestResponse'>
-  <part name='result' type='xsd:boolean'/>
- </message>
- <message name='StandardTypes_booleanWrapperArrayTest'>
-  <part name='arrayOfBoolean_1' type='ns1:Boolean.Array'/>
- </message>
- <message name='StandardTypes_booleanWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Boolean.Array'/>
- </message>
- <message name='StandardTypes_booleanWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfBoolean_1' type='ns1:Boolean.Array.Array'/>
- </message>
- <message name='StandardTypes_booleanWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Boolean.Array.Array'/>
- </message>
- <message name='StandardTypes_booleanWrapperTest'>
-  <part name='Boolean_1' type='xsd:boolean'/>
- </message>
- <message name='StandardTypes_booleanWrapperTestResponse'>
-  <part name='result' type='xsd:boolean'/>
- </message>
- <message name='StandardTypes_byteArrayTest'>
-  <part name='arrayOfbyte_1' type='ns3:byte.Array'/>
- </message>
- <message name='StandardTypes_byteArrayTestResponse'>
-  <part name='result' type='ns3:byte.Array'/>
- </message>
- <message name='StandardTypes_byteMultiArrayTest'>
-  <part name='arrayOfarrayOfbyte_1' type='ns1:byte.Array.Array'/>
- </message>
- <message name='StandardTypes_byteMultiArrayTestResponse'>
-  <part name='result' type='ns1:byte.Array.Array'/>
- </message>
- <message name='StandardTypes_byteTest'>
-  <part name='byte_1' type='xsd:byte'/>
- </message>
- <message name='StandardTypes_byteTestResponse'>
-  <part name='result' type='xsd:byte'/>
- </message>
- <message name='StandardTypes_byteWrapperArrayTest'>
-  <part name='arrayOfByte_1' type='ns1:Byte.Array'/>
- </message>
- <message name='StandardTypes_byteWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Byte.Array'/>
- </message>
- <message name='StandardTypes_byteWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfByte_1' type='ns1:Byte.Array.Array'/>
- </message>
- <message name='StandardTypes_byteWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Byte.Array.Array'/>
- </message>
- <message name='StandardTypes_byteWrapperTest'>
-  <part name='Byte_1' type='xsd:byte'/>
- </message>
- <message name='StandardTypes_byteWrapperTestResponse'>
-  <part name='result' type='xsd:byte'/>
- </message>
- <message name='StandardTypes_calendarArrayTest'>
-  <part name='arrayOfCalendar_1' type='ns1:Calendar.Array'/>
- </message>
- <message name='StandardTypes_calendarArrayTestResponse'>
-  <part name='result' type='ns1:Calendar.Array'/>
- </message>
- <message name='StandardTypes_calendarMultiArrayTest'>
-  <part name='arrayOfarrayOfCalendar_1' type='ns1:Calendar.Array.Array'/>
- </message>
- <message name='StandardTypes_calendarMultiArrayTestResponse'>
-  <part name='result' type='ns1:Calendar.Array.Array'/>
- </message>
- <message name='StandardTypes_calendarTest'>
-  <part name='Calendar_1' type='xsd:dateTime'/>
- </message>
- <message name='StandardTypes_calendarTestResponse'>
-  <part name='result' type='xsd:dateTime'/>
- </message>
- <message name='StandardTypes_doubleArrayTest'>
-  <part name='arrayOfdouble_1' type='ns1:double.Array'/>
- </message>
- <message name='StandardTypes_doubleArrayTestResponse'>
-  <part name='result' type='ns1:double.Array'/>
- </message>
- <message name='StandardTypes_doubleMultiArrayTest'>
-  <part name='arrayOfarrayOfdouble_1' type='ns1:double.Array.Array'/>
- </message>
- <message name='StandardTypes_doubleMultiArrayTestResponse'>
-  <part name='result' type='ns1:double.Array.Array'/>
- </message>
- <message name='StandardTypes_doubleTest'>
-  <part name='double_1' type='xsd:double'/>
- </message>
- <message name='StandardTypes_doubleTestResponse'>
-  <part name='result' type='xsd:double'/>
- </message>
- <message name='StandardTypes_doubleWrapperArrayTest'>
-  <part name='arrayOfDouble_1' type='ns1:Double.Array'/>
- </message>
- <message name='StandardTypes_doubleWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Double.Array'/>
- </message>
- <message name='StandardTypes_doubleWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfDouble_1' type='ns1:Double.Array.Array'/>
- </message>
- <message name='StandardTypes_doubleWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Double.Array.Array'/>
- </message>
- <message name='StandardTypes_doubleWrapperTest'>
-  <part name='Double_1' type='xsd:double'/>
- </message>
- <message name='StandardTypes_doubleWrapperTestResponse'>
-  <part name='result' type='xsd:double'/>
- </message>
- <message name='StandardTypes_floatArrayTest'>
-  <part name='arrayOffloat_1' type='ns1:float.Array'/>
- </message>
- <message name='StandardTypes_floatArrayTestResponse'>
-  <part name='result' type='ns1:float.Array'/>
- </message>
- <message name='StandardTypes_floatMultiArrayTest'>
-  <part name='arrayOfarrayOffloat_1' type='ns1:float.Array.Array'/>
- </message>
- <message name='StandardTypes_floatMultiArrayTestResponse'>
-  <part name='result' type='ns1:float.Array.Array'/>
- </message>
- <message name='StandardTypes_floatTest'>
-  <part name='float_1' type='xsd:float'/>
- </message>
- <message name='StandardTypes_floatTestResponse'>
-  <part name='result' type='xsd:float'/>
- </message>
- <message name='StandardTypes_floatWrapperArrayTest'>
-  <part name='arrayOfFloat_1' type='ns1:Float.Array'/>
- </message>
- <message name='StandardTypes_floatWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Float.Array'/>
- </message>
- <message name='StandardTypes_floatWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfFloat_1' type='ns1:Float.Array.Array'/>
- </message>
- <message name='StandardTypes_floatWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Float.Array.Array'/>
- </message>
- <message name='StandardTypes_floatWrapperTest'>
-  <part name='Float_1' type='xsd:float'/>
- </message>
- <message name='StandardTypes_floatWrapperTestResponse'>
-  <part name='result' type='xsd:float'/>
- </message>
-<message name='StandardTypes_hexBinaryTest'>
-  <part name='arrayOfbyte_1' type='xsd:hexBinary'/>
- </message>
- <message name='StandardTypes_hexBinaryTestResponse'>
-  <part name='result' type='xsd:hexBinary'/>
- </message>
- <message name='StandardTypes_intArrayTest'>
-  <part name='arrayOfint_1' type='ns1:int.Array'/>
- </message>
- <message name='StandardTypes_intArrayTestResponse'>
-  <part name='result' type='ns1:int.Array'/>
- </message>
- <message name='StandardTypes_intMultiArrayTest'>
-  <part name='arrayOfarrayOfint_1' type='ns1:int.Array.Array'/>
- </message>
- <message name='StandardTypes_intMultiArrayTestResponse'>
-  <part name='result' type='ns1:int.Array.Array'/>
- </message>
- <message name='StandardTypes_intTest'>
-  <part name='int_1' type='xsd:int'/>
- </message>
- <message name='StandardTypes_intTestResponse'>
-  <part name='result' type='xsd:int'/>
- </message>
- <message name='StandardTypes_intWrapperArrayTest'>
-  <part name='arrayOfInteger_1' type='ns1:Integer.Array'/>
- </message>
- <message name='StandardTypes_intWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Integer.Array'/>
- </message>
- <message name='StandardTypes_intWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfInteger_1' type='ns1:Integer.Array.Array'/>
- </message>
- <message name='StandardTypes_intWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Integer.Array.Array'/>
- </message>
- <message name='StandardTypes_intWrapperTest'>
-  <part name='Integer_1' type='xsd:int'/>
- </message>
- <message name='StandardTypes_intWrapperTestResponse'>
-  <part name='result' type='xsd:int'/>
- </message>
- <message name='StandardTypes_javaBeanArrayTest'>
-  <part name='arrayOfJavaBean_1' type='ns1:JavaBean.Array'/>
- </message>
- <message name='StandardTypes_javaBeanArrayTestResponse'>
-  <part name='result' type='ns1:JavaBean.Array'/>
- </message>
- <message name='StandardTypes_javaBeanTest'>
-  <part name='JavaBean_1' type='ns1:JavaBean'/>
- </message>
- <message name='StandardTypes_javaBeanTestResponse'>
-  <part name='result' type='ns1:JavaBean'/>
- </message>
- <message name='StandardTypes_longArrayTest'>
-  <part name='arrayOflong_1' type='ns1:long.Array'/>
- </message>
- <message name='StandardTypes_longArrayTestResponse'>
-  <part name='result' type='ns1:long.Array'/>
- </message>
- <message name='StandardTypes_longMultiArrayTest'>
-  <part name='arrayOfarrayOflong_1' type='ns1:long.Array.Array'/>
- </message>
- <message name='StandardTypes_longMultiArrayTestResponse'>
-  <part name='result' type='ns1:long.Array.Array'/>
- </message>
- <message name='StandardTypes_longTest'>
-  <part name='long_1' type='xsd:long'/>
- </message>
- <message name='StandardTypes_longTestResponse'>
-  <part name='result' type='xsd:long'/>
- </message>
- <message name='StandardTypes_longWrapperArrayTest'>
-  <part name='arrayOfLong_1' type='ns1:Long.Array'/>
- </message>
- <message name='StandardTypes_longWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Long.Array'/>
- </message>
- <message name='StandardTypes_longWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfLong_1' type='ns1:Long.Array.Array'/>
- </message>
- <message name='StandardTypes_longWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Long.Array.Array'/>
- </message>
- <message name='StandardTypes_longWrapperTest'>
-  <part name='Long_1' type='xsd:long'/>
- </message>
- <message name='StandardTypes_longWrapperTestResponse'>
-  <part name='result' type='xsd:long'/>
- </message>
- <message name='StandardTypes_qnameArrayTest'>
-  <part name='arrayOfQName_1' type='ns1:QName.Array'/>
- </message>
- <message name='StandardTypes_qnameArrayTestResponse'>
-  <part name='result' type='ns1:QName.Array'/>
- </message>
- <message name='StandardTypes_qnameMultiArrayTest'>
-  <part name='arrayOfarrayOfQName_1' type='ns1:QName.Array.Array'/>
- </message>
- <message name='StandardTypes_qnameMultiArrayTestResponse'>
-  <part name='result' type='ns1:QName.Array.Array'/>
- </message>
- <message name='StandardTypes_qnameTest'>
-  <part name='QName_1' type='xsd:QName'/>
- </message>
- <message name='StandardTypes_qnameTestResponse'>
-  <part name='result' type='xsd:QName'/>
- </message>
- <message name='StandardTypes_shortArrayTest'>
-  <part name='arrayOfshort_1' type='ns1:short.Array'/>
- </message>
- <message name='StandardTypes_shortArrayTestResponse'>
-  <part name='result' type='ns1:short.Array'/>
- </message>
- <message name='StandardTypes_shortMultiArrayTest'>
-  <part name='arrayOfarrayOfshort_1' type='ns1:short.Array.Array'/>
- </message>
- <message name='StandardTypes_shortMultiArrayTestResponse'>
-  <part name='result' type='ns1:short.Array.Array'/>
- </message>
- <message name='StandardTypes_shortTest'>
-  <part name='short_1' type='xsd:short'/>
- </message>
- <message name='StandardTypes_shortTestResponse'>
-  <part name='result' type='xsd:short'/>
- </message>
- <message name='StandardTypes_shortWrapperArrayTest'>
-  <part name='arrayOfShort_1' type='ns1:Short.Array'/>
- </message>
- <message name='StandardTypes_shortWrapperArrayTestResponse'>
-  <part name='result' type='ns1:Short.Array'/>
- </message>
- <message name='StandardTypes_shortWrapperMultiArrayTest'>
-  <part name='arrayOfarrayOfShort_1' type='ns1:Short.Array.Array'/>
- </message>
- <message name='StandardTypes_shortWrapperMultiArrayTestResponse'>
-  <part name='result' type='ns1:Short.Array.Array'/>
- </message>
- <message name='StandardTypes_shortWrapperTest'>
-  <part name='Short_1' type='xsd:short'/>
- </message>
- <message name='StandardTypes_shortWrapperTestResponse'>
-  <part name='result' type='xsd:short'/>
- </message>
- <message name='StandardTypes_stringArrayTest'>
-  <part name='arrayOfString_1' type='ns1:String.Array'/>
- </message>
- <message name='StandardTypes_stringArrayTestResponse'>
-  <part name='result' type='ns1:String.Array'/>
- </message>
- <message name='StandardTypes_stringMultiArrayTest'>
-  <part name='arrayOfarrayOfString_1' type='ns1:String.Array.Array'/>
- </message>
- <message name='StandardTypes_stringMultiArrayTestResponse'>
-  <part name='result' type='ns1:String.Array.Array'/>
- </message>
- <message name='StandardTypes_stringTest'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='StandardTypes_stringTestResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='StandardTypes_voidTest'/>
- <message name='StandardTypes_voidTestResponse'/>
- <portType name='StandardTypes'>
-  <operation name='base64BinaryTest' parameterOrder='arrayOfbyte_1'>
-   <input message='tns:StandardTypes_base64BinaryTest'/>
-   <output message='tns:StandardTypes_base64BinaryTestResponse'/>
-  </operation>
-  <operation name='bigDecimalArrayTest' parameterOrder='arrayOfBigDecimal_1'>
-   <input message='tns:StandardTypes_bigDecimalArrayTest'/>
-   <output message='tns:StandardTypes_bigDecimalArrayTestResponse'/>
-  </operation>
-  <operation name='bigDecimalMultiArrayTest' parameterOrder='arrayOfarrayOfBigDecimal_1'>
-   <input message='tns:StandardTypes_bigDecimalMultiArrayTest'/>
-   <output message='tns:StandardTypes_bigDecimalMultiArrayTestResponse'/>
-  </operation>
-  <operation name='bigDecimalTest' parameterOrder='BigDecimal_1'>
-   <input message='tns:StandardTypes_bigDecimalTest'/>
-   <output message='tns:StandardTypes_bigDecimalTestResponse'/>
-  </operation>
-  <operation name='bigIntegerArrayTest' parameterOrder='arrayOfBigInteger_1'>
-   <input message='tns:StandardTypes_bigIntegerArrayTest'/>
-   <output message='tns:StandardTypes_bigIntegerArrayTestResponse'/>
-  </operation>
-  <operation name='bigIntegerMultiArrayTest' parameterOrder='arrayOfarrayOfBigInteger_1'>
-   <input message='tns:StandardTypes_bigIntegerMultiArrayTest'/>
-   <output message='tns:StandardTypes_bigIntegerMultiArrayTestResponse'/>
-  </operation>
-  <operation name='bigIntegerTest' parameterOrder='BigInteger_1'>
-   <input message='tns:StandardTypes_bigIntegerTest'/>
-   <output message='tns:StandardTypes_bigIntegerTestResponse'/>
-  </operation>
-  <operation name='booleanArrayTest' parameterOrder='arrayOfboolean_1'>
-   <input message='tns:StandardTypes_booleanArrayTest'/>
-   <output message='tns:StandardTypes_booleanArrayTestResponse'/>
-  </operation>
-  <operation name='booleanMultiArrayTest' parameterOrder='arrayOfarrayOfboolean_1'>
-   <input message='tns:StandardTypes_booleanMultiArrayTest'/>
-   <output message='tns:StandardTypes_booleanMultiArrayTestResponse'/>
-  </operation>
-  <operation name='booleanTest' parameterOrder='boolean_1'>
-   <input message='tns:StandardTypes_booleanTest'/>
-   <output message='tns:StandardTypes_booleanTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperArrayTest' parameterOrder='arrayOfBoolean_1'>
-   <input message='tns:StandardTypes_booleanWrapperArrayTest'/>
-   <output message='tns:StandardTypes_booleanWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfBoolean_1'>
-   <input message='tns:StandardTypes_booleanWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_booleanWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='booleanWrapperTest' parameterOrder='Boolean_1'>
-   <input message='tns:StandardTypes_booleanWrapperTest'/>
-   <output message='tns:StandardTypes_booleanWrapperTestResponse'/>
-  </operation>
-  <operation name='byteArrayTest' parameterOrder='arrayOfbyte_1'>
-   <input message='tns:StandardTypes_byteArrayTest'/>
-   <output message='tns:StandardTypes_byteArrayTestResponse'/>
-  </operation>
-  <operation name='byteMultiArrayTest' parameterOrder='arrayOfarrayOfbyte_1'>
-   <input message='tns:StandardTypes_byteMultiArrayTest'/>
-   <output message='tns:StandardTypes_byteMultiArrayTestResponse'/>
-  </operation>
-  <operation name='byteTest' parameterOrder='byte_1'>
-   <input message='tns:StandardTypes_byteTest'/>
-   <output message='tns:StandardTypes_byteTestResponse'/>
-  </operation>
-  <operation name='byteWrapperArrayTest' parameterOrder='arrayOfByte_1'>
-   <input message='tns:StandardTypes_byteWrapperArrayTest'/>
-   <output message='tns:StandardTypes_byteWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='byteWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfByte_1'>
-   <input message='tns:StandardTypes_byteWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_byteWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='byteWrapperTest' parameterOrder='Byte_1'>
-   <input message='tns:StandardTypes_byteWrapperTest'/>
-   <output message='tns:StandardTypes_byteWrapperTestResponse'/>
-  </operation>
-  <operation name='calendarArrayTest' parameterOrder='arrayOfCalendar_1'>
-   <input message='tns:StandardTypes_calendarArrayTest'/>
-   <output message='tns:StandardTypes_calendarArrayTestResponse'/>
-  </operation>
-  <operation name='calendarMultiArrayTest' parameterOrder='arrayOfarrayOfCalendar_1'>
-   <input message='tns:StandardTypes_calendarMultiArrayTest'/>
-   <output message='tns:StandardTypes_calendarMultiArrayTestResponse'/>
-  </operation>
-  <operation name='calendarTest' parameterOrder='Calendar_1'>
-   <input message='tns:StandardTypes_calendarTest'/>
-   <output message='tns:StandardTypes_calendarTestResponse'/>
-  </operation>
-  <operation name='doubleArrayTest' parameterOrder='arrayOfdouble_1'>
-   <input message='tns:StandardTypes_doubleArrayTest'/>
-   <output message='tns:StandardTypes_doubleArrayTestResponse'/>
-  </operation>
-  <operation name='doubleMultiArrayTest' parameterOrder='arrayOfarrayOfdouble_1'>
-   <input message='tns:StandardTypes_doubleMultiArrayTest'/>
-   <output message='tns:StandardTypes_doubleMultiArrayTestResponse'/>
-  </operation>
-  <operation name='doubleTest' parameterOrder='double_1'>
-   <input message='tns:StandardTypes_doubleTest'/>
-   <output message='tns:StandardTypes_doubleTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperArrayTest' parameterOrder='arrayOfDouble_1'>
-   <input message='tns:StandardTypes_doubleWrapperArrayTest'/>
-   <output message='tns:StandardTypes_doubleWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfDouble_1'>
-   <input message='tns:StandardTypes_doubleWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_doubleWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='doubleWrapperTest' parameterOrder='Double_1'>
-   <input message='tns:StandardTypes_doubleWrapperTest'/>
-   <output message='tns:StandardTypes_doubleWrapperTestResponse'/>
-  </operation>
-  <operation name='floatArrayTest' parameterOrder='arrayOffloat_1'>
-   <input message='tns:StandardTypes_floatArrayTest'/>
-   <output message='tns:StandardTypes_floatArrayTestResponse'/>
-  </operation>
-  <operation name='floatMultiArrayTest' parameterOrder='arrayOfarrayOffloat_1'>
-   <input message='tns:StandardTypes_floatMultiArrayTest'/>
-   <output message='tns:StandardTypes_floatMultiArrayTestResponse'/>
-  </operation>
-  <operation name='floatTest' parameterOrder='float_1'>
-   <input message='tns:StandardTypes_floatTest'/>
-   <output message='tns:StandardTypes_floatTestResponse'/>
-  </operation>
-  <operation name='floatWrapperArrayTest' parameterOrder='arrayOfFloat_1'>
-   <input message='tns:StandardTypes_floatWrapperArrayTest'/>
-   <output message='tns:StandardTypes_floatWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='floatWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfFloat_1'>
-   <input message='tns:StandardTypes_floatWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_floatWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='floatWrapperTest' parameterOrder='Float_1'>
-   <input message='tns:StandardTypes_floatWrapperTest'/>
-   <output message='tns:StandardTypes_floatWrapperTestResponse'/>
-  </operation>
-  <operation name='hexBinaryTest' parameterOrder='arrayOfbyte_1'>
-   <input message='tns:StandardTypes_hexBinaryTest'/>
-   <output message='tns:StandardTypes_hexBinaryTestResponse'/>
-  </operation>
-  <operation name='intArrayTest' parameterOrder='arrayOfint_1'>
-   <input message='tns:StandardTypes_intArrayTest'/>
-   <output message='tns:StandardTypes_intArrayTestResponse'/>
-  </operation>
-  <operation name='intMultiArrayTest' parameterOrder='arrayOfarrayOfint_1'>
-   <input message='tns:StandardTypes_intMultiArrayTest'/>
-   <output message='tns:StandardTypes_intMultiArrayTestResponse'/>
-  </operation>
-  <operation name='intTest' parameterOrder='int_1'>
-   <input message='tns:StandardTypes_intTest'/>
-   <output message='tns:StandardTypes_intTestResponse'/>
-  </operation>
-  <operation name='intWrapperArrayTest' parameterOrder='arrayOfInteger_1'>
-   <input message='tns:StandardTypes_intWrapperArrayTest'/>
-   <output message='tns:StandardTypes_intWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='intWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfInteger_1'>
-   <input message='tns:StandardTypes_intWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_intWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='intWrapperTest' parameterOrder='Integer_1'>
-   <input message='tns:StandardTypes_intWrapperTest'/>
-   <output message='tns:StandardTypes_intWrapperTestResponse'/>
-  </operation>
-  <operation name='javaBeanArrayTest' parameterOrder='arrayOfJavaBean_1'>
-   <input message='tns:StandardTypes_javaBeanArrayTest'/>
-   <output message='tns:StandardTypes_javaBeanArrayTestResponse'/>
-  </operation>
-  <operation name='javaBeanTest' parameterOrder='JavaBean_1'>
-   <input message='tns:StandardTypes_javaBeanTest'/>
-   <output message='tns:StandardTypes_javaBeanTestResponse'/>
-  </operation>
-  <operation name='longArrayTest' parameterOrder='arrayOflong_1'>
-   <input message='tns:StandardTypes_longArrayTest'/>
-   <output message='tns:StandardTypes_longArrayTestResponse'/>
-  </operation>
-  <operation name='longMultiArrayTest' parameterOrder='arrayOfarrayOflong_1'>
-   <input message='tns:StandardTypes_longMultiArrayTest'/>
-   <output message='tns:StandardTypes_longMultiArrayTestResponse'/>
-  </operation>
-  <operation name='longTest' parameterOrder='long_1'>
-   <input message='tns:StandardTypes_longTest'/>
-   <output message='tns:StandardTypes_longTestResponse'/>
-  </operation>
-  <operation name='longWrapperArrayTest' parameterOrder='arrayOfLong_1'>
-   <input message='tns:StandardTypes_longWrapperArrayTest'/>
-   <output message='tns:StandardTypes_longWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='longWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfLong_1'>
-   <input message='tns:StandardTypes_longWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_longWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='longWrapperTest' parameterOrder='Long_1'>
-   <input message='tns:StandardTypes_longWrapperTest'/>
-   <output message='tns:StandardTypes_longWrapperTestResponse'/>
-  </operation>
-  <operation name='qnameArrayTest' parameterOrder='arrayOfQName_1'>
-   <input message='tns:StandardTypes_qnameArrayTest'/>
-   <output message='tns:StandardTypes_qnameArrayTestResponse'/>
-  </operation>
-  <operation name='qnameMultiArrayTest' parameterOrder='arrayOfarrayOfQName_1'>
-   <input message='tns:StandardTypes_qnameMultiArrayTest'/>
-   <output message='tns:StandardTypes_qnameMultiArrayTestResponse'/>
-  </operation>
-  <operation name='qnameTest' parameterOrder='QName_1'>
-   <input message='tns:StandardTypes_qnameTest'/>
-   <output message='tns:StandardTypes_qnameTestResponse'/>
-  </operation>
-  <operation name='shortArrayTest' parameterOrder='arrayOfshort_1'>
-   <input message='tns:StandardTypes_shortArrayTest'/>
-   <output message='tns:StandardTypes_shortArrayTestResponse'/>
-  </operation>
-  <operation name='shortMultiArrayTest' parameterOrder='arrayOfarrayOfshort_1'>
-   <input message='tns:StandardTypes_shortMultiArrayTest'/>
-   <output message='tns:StandardTypes_shortMultiArrayTestResponse'/>
-  </operation>
-  <operation name='shortTest' parameterOrder='short_1'>
-   <input message='tns:StandardTypes_shortTest'/>
-   <output message='tns:StandardTypes_shortTestResponse'/>
-  </operation>
-  <operation name='shortWrapperArrayTest' parameterOrder='arrayOfShort_1'>
-   <input message='tns:StandardTypes_shortWrapperArrayTest'/>
-   <output message='tns:StandardTypes_shortWrapperArrayTestResponse'/>
-  </operation>
-  <operation name='shortWrapperMultiArrayTest' parameterOrder='arrayOfarrayOfShort_1'>
-   <input message='tns:StandardTypes_shortWrapperMultiArrayTest'/>
-   <output message='tns:StandardTypes_shortWrapperMultiArrayTestResponse'/>
-  </operation>
-  <operation name='shortWrapperTest' parameterOrder='Short_1'>
-   <input message='tns:StandardTypes_shortWrapperTest'/>
-   <output message='tns:StandardTypes_shortWrapperTestResponse'/>
-  </operation>
-  <operation name='stringArrayTest' parameterOrder='arrayOfString_1'>
-   <input message='tns:StandardTypes_stringArrayTest'/>
-   <output message='tns:StandardTypes_stringArrayTestResponse'/>
-  </operation>
-  <operation name='stringMultiArrayTest' parameterOrder='arrayOfarrayOfString_1'>
-   <input message='tns:StandardTypes_stringMultiArrayTest'/>
-   <output message='tns:StandardTypes_stringMultiArrayTestResponse'/>
-  </operation>
-  <operation name='stringTest' parameterOrder='String_1'>
-   <input message='tns:StandardTypes_stringTest'/>
-   <output message='tns:StandardTypes_stringTestResponse'/>
-  </operation>
-  <operation name='voidTest'>
-   <input message='tns:StandardTypes_voidTest'/>
-   <output message='tns:StandardTypes_voidTestResponse'/>
-  </operation>
- </portType>
- <binding name='StandardTypesBinding' type='tns:StandardTypes'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='base64BinaryTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigDecimalTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='bigIntegerTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='booleanWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='byteWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='calendarTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='doubleWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='floatWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='hexBinaryTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='intWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='javaBeanArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='javaBeanTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='longWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='qnameTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='shortWrapperTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringMultiArrayTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='stringTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
-  <operation name='voidTest'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/marshall/rpclit' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='MarshallService'>
-  <port binding='tns:StandardTypesBinding' name='StandardTypesPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- <message name='StandardTypes_byteArrayTest'>
-  <part name='arrayOfbyte_1' type='ns3:byte.Array'/>
- </message>
- <message name='StandardTypes_byteArrayTestResponse'>
-  <part name='result' type='ns3:byte.Array'/>
- </message>
- 
-<message name='StandardTypes_hexBinaryTest'>
-  <part name='arrayOfbyte_1' type='xsd:hexBinary'/>
- </message>
- <message name='StandardTypes_hexBinaryTestResponse'>
-  <part name='result' type='xsd:hexBinary'/>
- </message>
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="MarshallService" 
-              endpoint="org.jboss.test.ws.jaxrpc.marshall.StandardTypes"
-              style="rpc">
-     </service>
-     <namespaces target-namespace="http://org.jboss.ws/marshall/rpclit"
-                 type-namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="StandardTypes"/>
-   </java-wsdl>  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/marshall-rpclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,459 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.outparam</package-type>
-  <namespaceURI>http://org.jboss.ws/outparam/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.outparam.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/outparam'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>OutParamTestServicePort</port-name>
-   <java-port-name>OutParamTestServicePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.outparam.OutParamTestService</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/outparam'>portTypeNS:OutParamTestService</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/outparam'>bindingNS:OutParamTestServiceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoBigDecimal</java-method-name>
-   <wsdl-operation>echoBigDecimal</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigDecimal</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBigDecimal</wsdl-message>
-     <wsdl-message-part-name>BigDecimal_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.math.BigDecimal</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBigDecimalResponse</wsdl-message>
-     <wsdl-message-part-name>BigDecimal_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoBigInteger</java-method-name>
-   <wsdl-operation>echoBigInteger</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.math.BigInteger</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBigInteger</wsdl-message>
-     <wsdl-message-part-name>BigInteger_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.math.BigInteger</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBigIntegerResponse</wsdl-message>
-     <wsdl-message-part-name>BigInteger_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoBoolean</java-method-name>
-   <wsdl-operation>echoBoolean</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBoolean</wsdl-message>
-     <wsdl-message-part-name>boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBooleanResponse</wsdl-message>
-     <wsdl-message-part-name>boolean_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoBooleanWrapper</java-method-name>
-   <wsdl-operation>echoBooleanWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBooleanWrapper</wsdl-message>
-     <wsdl-message-part-name>Boolean_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Boolean</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoBooleanWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Boolean_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoByteArray</java-method-name>
-   <wsdl-operation>echoByteArray</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByteArray</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>byte[]</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByteArrayResponse</wsdl-message>
-     <wsdl-message-part-name>arrayOfbyte_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoByte</java-method-name>
-   <wsdl-operation>echoByte</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByte</wsdl-message>
-     <wsdl-message-part-name>byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByteResponse</wsdl-message>
-     <wsdl-message-part-name>byte_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoByteWrapper</java-method-name>
-   <wsdl-operation>echoByteWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByteWrapper</wsdl-message>
-     <wsdl-message-part-name>Byte_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Byte</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoByteWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Byte_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoCalendar</java-method-name>
-   <wsdl-operation>echoCalendar</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.util.Calendar</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoCalendar</wsdl-message>
-     <wsdl-message-part-name>Calendar_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.util.Calendar</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoCalendarResponse</wsdl-message>
-     <wsdl-message-part-name>Calendar_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoDouble</java-method-name>
-   <wsdl-operation>echoDouble</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoDouble</wsdl-message>
-     <wsdl-message-part-name>double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoDoubleResponse</wsdl-message>
-     <wsdl-message-part-name>double_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoDoubleWrapper</java-method-name>
-   <wsdl-operation>echoDoubleWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoDoubleWrapper</wsdl-message>
-     <wsdl-message-part-name>Double_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Double</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoDoubleWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Double_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoFloat</java-method-name>
-   <wsdl-operation>echoFloat</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoFloat</wsdl-message>
-     <wsdl-message-part-name>float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoFloatResponse</wsdl-message>
-     <wsdl-message-part-name>float_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoFloatWrapper</java-method-name>
-   <wsdl-operation>echoFloatWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoFloatWrapper</wsdl-message>
-     <wsdl-message-part-name>Float_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoFloatWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Float_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoInt</java-method-name>
-   <wsdl-operation>echoInt</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoInt</wsdl-message>
-     <wsdl-message-part-name>int_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoIntResponse</wsdl-message>
-     <wsdl-message-part-name>int_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoIntegerWrapper</java-method-name>
-   <wsdl-operation>echoIntegerWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Integer</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoIntegerWrapper</wsdl-message>
-     <wsdl-message-part-name>Integer_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Integer</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoIntegerWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Integer_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoLong</java-method-name>
-   <wsdl-operation>echoLong</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoLong</wsdl-message>
-     <wsdl-message-part-name>long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoLongResponse</wsdl-message>
-     <wsdl-message-part-name>long_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoLongWrapper</java-method-name>
-   <wsdl-operation>echoLongWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoLongWrapper</wsdl-message>
-     <wsdl-message-part-name>Long_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Long</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoLongWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Long_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoQName</java-method-name>
-   <wsdl-operation>echoQName</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.namespace.QName</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoQName</wsdl-message>
-     <wsdl-message-part-name>QName_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>javax.xml.namespace.QName</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoQNameResponse</wsdl-message>
-     <wsdl-message-part-name>QName_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoShort</java-method-name>
-   <wsdl-operation>echoShort</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoShort</wsdl-message>
-     <wsdl-message-part-name>short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoShortResponse</wsdl-message>
-     <wsdl-message-part-name>short_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoShortWrapper</java-method-name>
-   <wsdl-operation>echoShortWrapper</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.Short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoShortWrapper</wsdl-message>
-     <wsdl-message-part-name>Short_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.Short</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoShortWrapperResponse</wsdl-message>
-     <wsdl-message-part-name>Short_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoString</java-method-name>
-   <wsdl-operation>echoString</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoString</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/outparam'>wsdlMsgNS:OutParamTestService_echoStringResponse</wsdl-message>
-     <wsdl-message-part-name>String_2</wsdl-message-part-name>
-     <parameter-mode>OUT</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>OutParamTestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.outparam.OutParamTestServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>OutParamTestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/outparam"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>OutParamTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>OutParamTestServicePort</port-component-name>
-      <wsdl-port>impl:OutParamTestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.outparam.OutParamTestService</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>OutParamTestService</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,394 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/outparam' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/outparam' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='OutParamTestService_echoBigDecimal'>
-  <part name='BigDecimal_1' type='xsd:decimal'/>
- </message>
- <message name='OutParamTestService_echoBigDecimalResponse'>
-  <part name='BigDecimal_2' type='xsd:decimal'/>
- </message>
- <message name='OutParamTestService_echoBigInteger'>
-  <part name='BigInteger_1' type='xsd:integer'/>
- </message>
- <message name='OutParamTestService_echoBigIntegerResponse'>
-  <part name='BigInteger_2' type='xsd:integer'/>
- </message>
- <message name='OutParamTestService_echoBoolean'>
-  <part name='boolean_1' type='xsd:boolean'/>
- </message>
- <message name='OutParamTestService_echoBooleanResponse'>
-  <part name='boolean_2' type='xsd:boolean'/>
- </message>
- <message name='OutParamTestService_echoBooleanWrapper'>
-  <part name='Boolean_1' type='xsd:boolean'/>
- </message>
- <message name='OutParamTestService_echoBooleanWrapperResponse'>
-  <part name='Boolean_2' type='xsd:boolean'/>
- </message>
- <message name='OutParamTestService_echoByte'>
-  <part name='byte_1' type='xsd:byte'/>
- </message>
- <message name='OutParamTestService_echoByteResponse'>
-  <part name='byte_2' type='xsd:byte'/>
- </message>
- <message name='OutParamTestService_echoByteArray'>
-  <part name='arrayOfbyte_1' type='xsd:base64Binary'/>
- </message>
- <message name='OutParamTestService_echoByteArrayResponse'>
-  <part name='arrayOfbyte_2' type='xsd:base64Binary'/>
- </message>
- <message name='OutParamTestService_echoByteWrapper'>
-  <part name='Byte_1' type='xsd:byte'/>
- </message>
- <message name='OutParamTestService_echoByteWrapperResponse'>
-  <part name='Byte_2' type='xsd:byte'/>
- </message>
- <message name='OutParamTestService_echoCalendar'>
-  <part name='Calendar_1' type='xsd:dateTime'/>
- </message>
- <message name='OutParamTestService_echoCalendarResponse'>
-  <part name='Calendar_2' type='xsd:dateTime'/>
- </message>
- <message name='OutParamTestService_echoDouble'>
-  <part name='double_1' type='xsd:double'/>
- </message>
- <message name='OutParamTestService_echoDoubleResponse'>
-  <part name='double_2' type='xsd:double'/>
- </message>
- <message name='OutParamTestService_echoDoubleWrapper'>
-  <part name='Double_1' type='xsd:double'/>
- </message>
- <message name='OutParamTestService_echoDoubleWrapperResponse'>
-  <part name='Double_2' type='xsd:double'/>
- </message>
- <message name='OutParamTestService_echoFloat'>
-  <part name='float_1' type='xsd:float'/>
- </message>
- <message name='OutParamTestService_echoFloatResponse'>
-  <part name='float_2' type='xsd:float'/>
- </message>
- <message name='OutParamTestService_echoFloatWrapper'>
-  <part name='Float_1' type='xsd:float'/>
- </message>
- <message name='OutParamTestService_echoFloatWrapperResponse'>
-  <part name='Float_2' type='xsd:float'/>
- </message>
- <message name='OutParamTestService_echoInt'>
-  <part name='int_1' type='xsd:int'/>
- </message>
- <message name='OutParamTestService_echoIntResponse'>
-  <part name='int_2' type='xsd:int'/>
- </message>
- <message name='OutParamTestService_echoIntegerWrapper'>
-  <part name='Integer_1' type='xsd:int'/>
- </message>
- <message name='OutParamTestService_echoIntegerWrapperResponse'>
-  <part name='Integer_2' type='xsd:int'/>
- </message>
- <message name='OutParamTestService_echoLong'>
-  <part name='long_1' type='xsd:long'/>
- </message>
- <message name='OutParamTestService_echoLongResponse'>
-  <part name='long_2' type='xsd:long'/>
- </message>
- <message name='OutParamTestService_echoLongWrapper'>
-  <part name='Long_1' type='xsd:long'/>
- </message>
- <message name='OutParamTestService_echoLongWrapperResponse'>
-  <part name='Long_2' type='xsd:long'/>
- </message>
- <message name='OutParamTestService_echoQName'>
-  <part name='QName_1' type='xsd:QName'/>
- </message>
- <message name='OutParamTestService_echoQNameResponse'>
-  <part name='QName_2' type='xsd:QName'/>
- </message>
- <message name='OutParamTestService_echoShort'>
-  <part name='short_1' type='xsd:short'/>
- </message>
- <message name='OutParamTestService_echoShortResponse'>
-  <part name='short_2' type='xsd:short'/>
- </message>
- <message name='OutParamTestService_echoShortWrapper'>
-  <part name='Short_1' type='xsd:short'/>
- </message>
- <message name='OutParamTestService_echoShortWrapperResponse'>
-  <part name='Short_2' type='xsd:short'/>
- </message>
- <message name='OutParamTestService_echoString'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='OutParamTestService_echoStringResponse'>
-  <part name='String_2' type='xsd:string'/>
- </message>
- <portType name='OutParamTestService'>
-  <operation name='echoBigDecimal' parameterOrder='BigDecimal_1 BigDecimal_2'>
-   <input message='tns:OutParamTestService_echoBigDecimal'/>
-   <output message='tns:OutParamTestService_echoBigDecimalResponse'/>
-  </operation>
-  <operation name='echoBigInteger' parameterOrder='BigInteger_1 BigInteger_2'>
-   <input message='tns:OutParamTestService_echoBigInteger'/>
-   <output message='tns:OutParamTestService_echoBigIntegerResponse'/>
-  </operation>
-  <operation name='echoBoolean' parameterOrder='boolean_1 boolean_2'>
-   <input message='tns:OutParamTestService_echoBoolean'/>
-   <output message='tns:OutParamTestService_echoBooleanResponse'/>
-  </operation>
-  <operation name='echoBooleanWrapper' parameterOrder='Boolean_1 Boolean_2'>
-   <input message='tns:OutParamTestService_echoBooleanWrapper'/>
-   <output message='tns:OutParamTestService_echoBooleanWrapperResponse'/>
-  </operation>
-  <operation name='echoByte' parameterOrder='byte_1 byte_2'>
-   <input message='tns:OutParamTestService_echoByte'/>
-   <output message='tns:OutParamTestService_echoByteResponse'/>
-  </operation>
-  <operation name='echoByteArray' parameterOrder='arrayOfbyte_1 arrayOfbyte_2'>
-   <input message='tns:OutParamTestService_echoByteArray'/>
-   <output message='tns:OutParamTestService_echoByteArrayResponse'/>
-  </operation>
-  <operation name='echoByteWrapper' parameterOrder='Byte_1 Byte_2'>
-   <input message='tns:OutParamTestService_echoByteWrapper'/>
-   <output message='tns:OutParamTestService_echoByteWrapperResponse'/>
-  </operation>
-  <operation name='echoCalendar' parameterOrder='Calendar_1 Calendar_2'>
-   <input message='tns:OutParamTestService_echoCalendar'/>
-   <output message='tns:OutParamTestService_echoCalendarResponse'/>
-  </operation>
-  <operation name='echoDouble' parameterOrder='double_1 double_2'>
-   <input message='tns:OutParamTestService_echoDouble'/>
-   <output message='tns:OutParamTestService_echoDoubleResponse'/>
-  </operation>
-  <operation name='echoDoubleWrapper' parameterOrder='Double_1 Double_2'>
-   <input message='tns:OutParamTestService_echoDoubleWrapper'/>
-   <output message='tns:OutParamTestService_echoDoubleWrapperResponse'/>
-  </operation>
-  <operation name='echoFloat' parameterOrder='float_1 float_2'>
-   <input message='tns:OutParamTestService_echoFloat'/>
-   <output message='tns:OutParamTestService_echoFloatResponse'/>
-  </operation>
-  <operation name='echoFloatWrapper' parameterOrder='Float_1 Float_2'>
-   <input message='tns:OutParamTestService_echoFloatWrapper'/>
-   <output message='tns:OutParamTestService_echoFloatWrapperResponse'/>
-  </operation>
-  <operation name='echoInt' parameterOrder='int_1 int_2'>
-   <input message='tns:OutParamTestService_echoInt'/>
-   <output message='tns:OutParamTestService_echoIntResponse'/>
-  </operation>
-  <operation name='echoIntegerWrapper' parameterOrder='Integer_1 Integer_2'>
-   <input message='tns:OutParamTestService_echoIntegerWrapper'/>
-   <output message='tns:OutParamTestService_echoIntegerWrapperResponse'/>
-  </operation>
-  <operation name='echoLong' parameterOrder='long_1 long_2'>
-   <input message='tns:OutParamTestService_echoLong'/>
-   <output message='tns:OutParamTestService_echoLongResponse'/>
-  </operation>
-  <operation name='echoLongWrapper' parameterOrder='Long_1 Long_2'>
-   <input message='tns:OutParamTestService_echoLongWrapper'/>
-   <output message='tns:OutParamTestService_echoLongWrapperResponse'/>
-  </operation>
-  <operation name='echoQName' parameterOrder='QName_1 QName_2'>
-   <input message='tns:OutParamTestService_echoQName'/>
-   <output message='tns:OutParamTestService_echoQNameResponse'/>
-  </operation>
-  <operation name='echoShort' parameterOrder='short_1 short_2'>
-   <input message='tns:OutParamTestService_echoShort'/>
-   <output message='tns:OutParamTestService_echoShortResponse'/>
-  </operation>
-  <operation name='echoShortWrapper' parameterOrder='Short_1 Short_2'>
-   <input message='tns:OutParamTestService_echoShortWrapper'/>
-   <output message='tns:OutParamTestService_echoShortWrapperResponse'/>
-  </operation>
-  <operation name='echoString' parameterOrder='String_1 String_2'>
-   <input message='tns:OutParamTestService_echoString'/>
-   <output message='tns:OutParamTestService_echoStringResponse'/>
-  </operation>
- </portType>
- <binding name='OutParamTestServiceBinding' type='tns:OutParamTestService'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoBigDecimal'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoBigInteger'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoBoolean'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoBooleanWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoByte'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoByteArray'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoByteWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoCalendar'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoDouble'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoDoubleWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoFloat'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoFloatWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoInt'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoIntegerWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoLong'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoLongWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoQName'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoShort'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoShortWrapper'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoString'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/outparam' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:OutParamTestServiceBinding' name='OutParamTestServicePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="TestService" 
-              endpoint="org.jboss.test.ws.jaxrpc.outparam.OutParamTestService">
-		 <operation name="echoBigDecimal">
-			 <parameter type="java.math.BigDecimal"/>
-			 <parameter type="javax.xml.rpc.holders.BigDecimalHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoBigInteger"> 
-			 <parameter type="java.math.BigInteger"/>
-			 <parameter type="javax.xml.rpc.holders.BigIntegerHolder" mode="OUT"/>
-                 </operation>
-		 <operation name="echoBoolean">
-			 <parameter type="boolean"/>
-			 <parameter type="javax.xml.rpc.holders.BooleanHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoBooleanWrapper">
-			 <parameter type="java.lang.Boolean"/>
-			 <parameter type="javax.xml.rpc.holders.BooleanWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoByteArray">
-			 <parameter type="byte[]"/>
-			 <parameter type="javax.xml.rpc.holders.ByteArrayHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoByte">
-			 <parameter type="byte"/>
-			 <parameter type="javax.xml.rpc.holders.ByteHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoByteWrapper">
-			 <parameter type="java.lang.Byte"/>
-			 <parameter type="javax.xml.rpc.holders.ByteWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoCalendar">
-			 <parameter type="java.util.Calendar"/>
-			 <parameter type="javax.xml.rpc.holders.CalendarHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoDouble">
-			 <parameter type="double"/>
-			 <parameter type="javax.xml.rpc.holders.DoubleHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoDoubleWrapper">
-			 <parameter type="java.lang.Double"/>
-			 <parameter type="javax.xml.rpc.holders.DoubleWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoFloat">
-			 <parameter type="float"/>
-			 <parameter type="javax.xml.rpc.holders.FloatHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoFloatWrapper">
-			 <parameter type="java.lang.Float"/>
-			 <parameter type="javax.xml.rpc.holders.FloatWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoInt">
-			 <parameter type="int"/>
-			 <parameter type="javax.xml.rpc.holders.IntHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoIntegerWrapper">
-			 <parameter type="java.lang.Integer"/>
-			 <parameter type="javax.xml.rpc.holders.IntegerWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoLong">
-			 <parameter type="long"/>
-			 <parameter type="javax.xml.rpc.holders.LongHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoLongWrapper">
-			 <parameter type="java.lang.Long"/>
-			 <parameter type="javax.xml.rpc.holders.LongWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoShort">
-			 <parameter type="short"/>
-			 <parameter type="javax.xml.rpc.holders.ShortHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoShortWrapper">
-			 <parameter type="java.lang.Short"/>
-			 <parameter type="javax.xml.rpc.holders.ShortWrapperHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoQName">
-			 <parameter type="javax.xml.namespace.QName"/>
-			 <parameter type="javax.xml.rpc.holders.QNameHolder" mode="OUT"/>
-		 </operation>
-		 <operation name="echoString"> 
-			 <parameter type="java.lang.String"/>
-			 <parameter type="javax.xml.rpc.holders.StringHolder" mode="OUT"/>
-		 </operation>
-     </service>
-     <namespaces target-namespace="http://org.jboss.ws/outparam"
-                 type-namespace="http://org.jboss.ws/outparam/types" />
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="TestService"/>
-   </java-wsdl>  
-</configuration> 

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/outparam/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/outparam/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/OverloadedTestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.overloaded.Overloaded</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/OverloadedTestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-overloaded?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,109 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.overloaded</package-type>
-  <namespaceURI>http://org.jboss.ws/overloaded/types</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.overloaded.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/overloaded'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>OverloadedPort</port-name>
-   <java-port-name>OverloadedPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.overloaded.Overloaded</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/overloaded'>portTypeNS:Overloaded</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/overloaded'>bindingNS:OverloadedBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo</wsdl-message>
-     <wsdl-message-part-name>String_2</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>2</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo</wsdl-message>
-     <wsdl-message-part-name>String_3</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echoResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo2</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo2</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo2</wsdl-message>
-     <wsdl-message-part-name>int_2</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo2Response</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo3</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo3</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo3</wsdl-message>
-     <wsdl-message-part-name>String_2</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/overloaded'>wsdlMsgNS:Overloaded_echo3Response</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  <context-root>jaxrpc-overloaded</context-root>
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>OverloadedTestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.overloaded.OverloadedBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>OverloadedTestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.ws/overloaded' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>OverloadedTestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/OverloadedTestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>OverloadedPort</port-component-name>
-   <wsdl-port>impl:OverloadedPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.overloaded.Overloaded</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>OverloadedTestService</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='OverloadedTestService' targetNamespace='http://org.jboss.ws/overloaded' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/overloaded' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='Overloaded_echo'>
-  <part name='String_1' type='xsd:string'/>
-  <part name='String_2' type='xsd:string'/>
-  <part name='String_3' type='xsd:string'/>
- </message>
- <message name='Overloaded_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='Overloaded_echo2'>
-  <part name='String_1' type='xsd:string'/>
-  <part name='int_2' type='xsd:int'/>
- </message>
- <message name='Overloaded_echo2Response'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='Overloaded_echo3'>
-  <part name='String_1' type='xsd:string'/>
-  <part name='String_2' type='xsd:string'/>
- </message>
- <message name='Overloaded_echo3Response'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='Overloaded'>
-  <operation name='echo' parameterOrder='String_1 String_2 String_3'>
-   <input message='tns:Overloaded_echo'/>
-   <output message='tns:Overloaded_echoResponse'/>
-  </operation>
-  <operation name='echo2' parameterOrder='String_1 int_2'>
-   <input message='tns:Overloaded_echo2'/>
-   <output message='tns:Overloaded_echo2Response'/>
-  </operation>
-  <operation name='echo3' parameterOrder='String_1 String_2'>
-   <input message='tns:Overloaded_echo3'/>
-   <output message='tns:Overloaded_echo3Response'/>
-  </operation>
- </portType>
- <binding name='OverloadedBinding' type='tns:Overloaded'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echo2'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echo3'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/overloaded' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='OverloadedTestService'>
-  <port binding='tns:OverloadedBinding' name='OverloadedPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/WEB-INF/wsdl/OverloadedTestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="OverloadedTestService" 
-              endpoint="org.jboss.test.ws.jaxrpc.overloaded.Overloaded">
-     </service>
-     <namespaces target-namespace="http://org.jboss.ws/overloaded"
-                 type-namespace="http://org.jboss.ws/overloaded/types" />
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="OverloadedTestService"/>
-   </java-wsdl>  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/overloaded/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/overloaded/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/SampleService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.docstyle.bare.TrivialService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-docstyle-bare?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.docstyle.bare.TrivialEndpointJSE</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="SampleService" style="document" parameter-style="bare" endpoint="org.jboss.test.ws.jaxrpc.samples.docstyle.bare.TrivialService" />
-    <namespaces target-namespace="http://org.jboss.ws/samples/docstyle/bare" type-namespace="http://org.jboss.ws/samples/docstyle/bare/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TrivialEndpoint"/>
-  </java-wsdl>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/bare/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/SampleService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-docstyle-wrapped?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialEndpointJSE</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="SampleService" style="document" endpoint="org.jboss.test.ws.jaxrpc.samples.docstyle.wrapped.TrivialService" />
-    <namespaces target-namespace="http://org.jboss.ws/samples/docstyle/wrapped" type-namespace="http://org.jboss.ws/samples/docstyle/wrapped/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TrivialEndpoint"/>
-  </java-wsdl>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/docstyle/wrapped/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.dynamichandler.HandlerTestService</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>ClientSideHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.samples.dynamichandler.ClientSideHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-dynamichandler?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.dynamichandler.HandlerTestServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.dynamichandler.HandlerTestService">
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/dynamichandler" type-namespace="http://org.jboss.ws/samples/dynamichandler/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
-
-<!--
-  Add to webservices.xml
-  
-      <handler>
-        <handler-name>ServerSideHandler</handler-name>
-        <handler-class>org.jboss.test.ws.jaxrpc.samples.dynamichandler.ServerSideHandler</handler-class>
-      </handler>
-
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/dynamichandler/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>Test web service user exception client</display-name>
-
-  <service-ref>
-    <service-ref-name>service/ExceptionService</service-ref-name>
-    <service-interface>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionService</service-interface>
-    <wsdl-file>META-INF/wsdl/ExceptionService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionServiceInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/ExceptionService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-exception/ExceptionBean?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>ExceptionService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionBeanImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>ExceptionService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,101 +0,0 @@
-<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:Header>
- </soapenv:Header>
- <soapenv:Body>
-  <ns1:throwException xmlns:ns1="http://org.jboss.webservice/exception"/>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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>
-  <soapenv:Fault>
-   <faultcode>soapenv:Client</faultcode>
-   <faultstring>org.jboss.test.webservice.exception.UserException</faultstring>
-   <detail>
-    <ns1:UserException xmlns:ns1="http://org.jboss.webservice/exception/types">
-     <message xsi:nil="1"/>
-    </ns1:UserException>
-   </detail>
-  </soapenv:Fault>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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:Header>
- </soapenv:Header>
- <soapenv:Body>
-  <ns1:throwExceptionWithMessage xmlns:ns1="http://org.jboss.webservice/exception">
-   <String_1>Don't worry it's just a test</String_1>
-  </ns1:throwExceptionWithMessage>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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>
-  <soapenv:Fault>
-   <faultcode>soapenv:Client</faultcode>
-   <faultstring>Don't worry it's just a test</faultstring>
-   <detail>
-    <ns1:UserMessageException xmlns:ns1="http://org.jboss.webservice/exception/types">
-     <message>Don't worry it's just a test</message>
-    </ns1:UserMessageException>
-   </detail>
-  </soapenv:Fault>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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:Header>
- </soapenv:Header>
- <soapenv:Body>
-  <ns1:throwComplexUserException xmlns:ns1="http://org.jboss.webservice/exception">
-   <String_1>Don't worry it's just a test</String_1>
-   <int_2>200</int_2>
-  </ns1:throwComplexUserException>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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>
-  <soapenv:Fault>
-   <faultcode>soapenv:Client</faultcode>
-   <faultstring>Don't worry it's just a test</faultstring>
-   <detail>
-    <ns1:ComplexUserException xmlns:ns1="http://org.jboss.webservice/exception/types">
-     <message>Don't worry it's just a test</message>
-     <errorCode>200</errorCode>
-    </ns1:ComplexUserException>
-   </detail>
-  </soapenv:Fault>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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:Header>
- </soapenv:Header>
- <soapenv:Body>
-  <ns1:throwComplexUserArrayException xmlns:ns1="http://org.jboss.webservice/exception">
-   <String_1>Don't worry it's just a test</String_1>
-   <arrayOfint_2>
-    <value>100</value>
-    <value>200</value>
-   </arrayOfint_2>
-  </ns1:throwComplexUserArrayException>
- </soapenv:Body>
-</soapenv:Envelope>
-
-<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>
-  <soapenv:Fault>
-   <faultcode>soapenv:Client</faultcode>
-   <faultstring>Don't worry it's just a test</faultstring>
-   <detail>
-    <ns1:ComplexUserArrayException xmlns:ns1="http://org.jboss.webservice/exception/types">
-     <message>Don't worry it's just a test</message>
-     <errorCodes>100</errorCodes>
-     <errorCodes>200</errorCodes>
-    </ns1:ComplexUserArrayException>
-   </detail>
-  </soapenv:Fault>
- </soapenv:Body>
-</soapenv:Envelope>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/fault-envelopes.txt)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="ExceptionService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.exception.ExceptionServiceInterface"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/exception" type-namespace="http://org.jboss.ws/samples/exception/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
-
-<!--
-Add the following to webservices.xml
-
-<handler>
- <handler-name>ServerHandler</handler-name>
- <handler-class>org.jboss.test.ws.jaxrpc.samples.exception.ServerHandler</handler-class>
-</handler>
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/exception/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/exception/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestService</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>HeaderTestHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.samples.handler.ClientSideHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-handler?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestService">
-      <operation name="testInHeader">
-        <parameter type="java.lang.String"/>
-        <parameter type="java.lang.String" xml-name="headerMsg" header="true"/>
-      </operation>
-      <operation name="testInOutHeader">
-        <parameter type="java.lang.String"/>
-        <parameter type="javax.xml.rpc.holders.StringHolder" xml-name="headerMsg" header="true" mode="INOUT"/>
-      </operation>
-      <operation name="testOutHeader">
-        <parameter type="java.lang.String"/>
-        <parameter type="javax.xml.rpc.holders.StringHolder" xml-name="headerMsg" header="true" mode="OUT"/>
-      </operation>
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/handler" type-namespace="http://org.jboss.ws/samples/handler/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
-
-<!--
-  Add to webservices.xml
-  
-    <handler>
-      <handler-name>HeaderTestHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestHandler</handler-class>
-    </handler>
--->

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/handler/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/handler/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.holder.HolderTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-holder?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.holder.HolderTestServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.holder.HolderTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/holder" type-namespace="http://org.jboss.ws/samples/holder/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/holder/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/holder/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd">
-
-<ejb-jar>
-  <enterprise-beans>
-    <message-driven>
-      <ejb-name>OrganizationMDB</ejb-name>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.jmstransport.OrganizationJMSEndpoint</ejb-class>
-      <message-selector></message-selector>
-      <transaction-type>Container</transaction-type>
-      <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
-      <message-driven-destination>
-        <destination-type>javax.jms.Queue</destination-type>
-        <subscription-durability>NonDurable</subscription-durability>
-      </message-driven-destination>
-    </message-driven>
-  </enterprise-beans>
-</ejb-jar>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id$ -->
-
-<server>
-  <mbean code="org.jboss.mq.server.jmx.Queue"
-	 name="jboss.mq.destination:service=Queue,name=RequestQueue">
-    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
-  </mbean>
-  <mbean code="org.jboss.mq.server.jmx.Queue"
-	 name="jboss.mq.destination:service=Queue,name=ResponseQueue">
-    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
-  </mbean>
-</server>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss-service.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN"
- "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <enterprise-beans>
-    <message-driven>
-      <ejb-name>OrganizationMDB</ejb-name>
-      <destination-jndi-name>queue/RequestQueue</destination-jndi-name>
-      <depends>jboss.mq.destination:service=Queue,name=RequestQueue</depends>
-    </message-driven>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="OrganizationService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.jmstransport.Organization"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/jmstransport" type-namespace="http://org.jboss.ws/samples/jmstransport/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices ejb-link="OrganizationMDB"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jmstransport/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcEJBEndpoint</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-</ejb-jar>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-jsr109ejb-doc?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <port-component>
-        <port-component-name>TestServicePort</port-component-name>
-        <port-component-uri>/jaxrpc-samples-jsr109ejb-doc/*</port-component-uri>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="document" endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/jsr109ejb" type-namespace="http://org.jboss.ws/samples/jsr109ejb/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices ejb-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcEJBEndpoint</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-</ejb-jar>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-jsr109ejb-rpc?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <port-component>
-        <port-component-name>TestServicePort</port-component-name>
-        <port-component-uri>/jaxrpc-samples-jsr109ejb-rpc/*</port-component-uri>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/jsr109ejb" type-namespace="http://org.jboss.ws/samples/jsr109ejb/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices ejb-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceJSE</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceJSE</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-jsr109pojo-doc?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcJSEEndpoint</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="document" endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/jsr109pojo" type-namespace="http://org.jboss.ws/samples/jsr109pojo/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceJSE</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceJSE</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-jsr109pojo-rpc?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcJSEEndpoint</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109pojo.JaxRpcTestService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/jsr109pojo" type-namespace="http://org.jboss.ws/samples/jsr109pojo/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.test.webservice/message"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>Test web service</display-name>
-
-  <service-ref>
-    <service-ref-name>service/MessageService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/MessageService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.message.MessageTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/MessageService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-message?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.message.MessageTestServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="MessageService" style="document" parameter-style="bare" endpoint="org.jboss.test.ws.jaxrpc.samples.message.MessageTestService">
-      <operation name="processElement" return-xml-name="Response">
-        <parameter type="javax.xml.soap.SOAPElement" xml-name="Order"/>
-      </operation>
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/message" type-namespace="http://org.jboss.ws/samples/message/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/message/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/message/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>web service attachment client</display-name>
-
-  <service-ref>
-    <service-ref-name>service/XOPTestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.mtom.XOPTest</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/XOPTestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-mtom?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>XOPTestJSE</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.mtom.XOPTestImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>XOPTestJSE</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.gif
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.gif (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.gif)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.html
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.html	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.html	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<head>
-<title>Welcome to the JAXM TCK, Version 1.1</title>
-</head>
-<body bgcolor="#ffffff">
-<CENTER><h1>Your Starting Point</h1></center><hr>
-
-
-<h2>Guide to Documentation</h2>
-
-<p>The <a href="COPYRIGHT-jaxm.html">JAXM Copyright</a> provides
-   the copyright information notice for the JAXM TCK, Version 1.1.<p>
-
-<p>The <a href="ReleaseNotes-jaxm.html">JAXM ReleaseNotes</a> provide the
-   information that you need to install, set up, and run the JAXM TCK, Version 1.1.<p>
-   
-<p>The <a href="JAXMJavadocAssertions.html">Javadoc Assertion List</a> lists all the javadoc assertions that are tested by the JAXM TCK.
- 
-<p>The <a href="JAXMSpecAssertions.html">Specification Assertion List</a> lists all the specification assertions that are tested by the JAXM TCK.
- 
-<p>Additional documentation includes the JavaTest README file, ReleaseNotes 
-   file, and user's guide: 
-   
-<ul>
-<li><p>The <a href="JavaTest3.0/README-javatest.html">README</a> file contains 
-    basic information about the JavaTest, Version 3.0.2 harness.</p></li>
-
-<li><p>The <a href="JavaTest3.0/javatest.pdf"><em>JavaTest User's Guide</em></a>,
-    in PDF format, contains information about using the test harness tool.</p></li>
-
-<li><p>The <a href="JavaTest3.0/ReleaseNotes-javatest.html">ReleaseNotes</a> 
-    provide information that is not contained in the <em>JavaTest User's 
-    Guide</em> manual, and which supercede any information in the manual.<p></li>
-</ul>
-
-<p>&nbsp;</p>
-<rule>
-<p><em>Copyright &copy; 2002 Sun Microsystems, Inc. All rights reserved</em></p>
-</body>
-</html>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.html (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.html)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.jpeg
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.jpeg (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.jpeg)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.txt
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.txt	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.txt	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
-This is a plain text attachment.

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.txt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.txt)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<mime-message>This is an xml attachment.</mime-message>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/attach.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/attach.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/disguised_jpeg.xcf
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/disguised_jpeg.xcf (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/disguised_jpeg.xcf)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.mtom.XOPTest">
-      <operation>
-        <name>sendMimeImageGIF</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>image/gif</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeImageJPEG</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>image/jpeg</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeTextPlain</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>text/plain</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeMultipart</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>multipart</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeTextXML</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>text/xml</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeApplicationXML</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>application/xml</mime-type>
-        </parameter>
-      </operation>
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/mtom" type-namespace="http://org.jboss.ws/samples/mtom/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/mtom/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.oneway.OneWayTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-oneway?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.oneway.OneWayServiceBean</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.oneway.OneWayTestService">
-      <operation name="oneWay" one-way="true">
-        <parameter type="java.lang.String"/>
-      </operation>
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/oneway" type-namespace="http://org.jboss.ws/samples/one-way=/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/oneway/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/SampleService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TrivialService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-rpcstyle?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialEndpointJSE</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TrivialEndpoint</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="SampleService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.rpcstyle.TrivialService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/rpcstyle" type-namespace="http://org.jboss.ws/samples/rpcstyle/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TrivialEndpoint"/>
-  </java-wsdl>
-  
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/rpcstyle/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>webservice client app</display-name>
-
-  <service-ref>
-    <service-ref-name>service/BasicSecured</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/OrganizationService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/RoleSecured</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/OrganizationService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  </service-ref>
-  <service-ref>
-    <service-ref-name>service/ConfidentialSecured</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/OrganizationService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  </service-ref>
-
-</application-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
-  version="2.1">
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>RoleSecuredSLSB</ejb-name>
-      <remote>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationRemote</remote>
-      <home>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationHome</home>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationImpl</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-      <security-role-ref>
-        <role-name>friend</role-name>
-      </security-role-ref>
-    </session>
-    <session>
-      <ejb-name>BasicSecuredSLSB</ejb-name>
-      <remote>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationRemote</remote>
-      <home>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationHome</home>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationImpl</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-    <session>
-      <ejb-name>ConfidentialSLSB</ejb-name>
-      <remote>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationRemote</remote>
-      <home>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationHome</home>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationImpl</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-
-  <assembly-descriptor>
-    <security-role>
-      <role-name>friend</role-name>
-    </security-role>
-    <method-permission>
-      <role-name>friend</role-name>
-      <method>
-        <ejb-name>RoleSecuredSLSB</ejb-name>
-        <method-name>*</method-name>
-      </method>
-    </method-permission>
-    <method-permission>
-      <unchecked/>
-      <method>
-        <ejb-name>BasicSecuredSLSB</ejb-name>
-        <method-name>*</method-name>
-      </method>
-    </method-permission>
-    <method-permission>
-      <unchecked/>
-      <method>
-        <ejb-name>ConfidentialSLSB</ejb-name>
-        <method-name>*</method-name>
-      </method>
-    </method-permission>
-  </assembly-descriptor>
-
-</ejb-jar>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN"
- "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-
-  <security-domain>java:/jaas/JBossWS</security-domain>
-
-  <enterprise-beans>
-    <session>
-      <ejb-name>RoleSecuredSLSB</ejb-name>
-      <jndi-name>ejb/RoleSecuredSLSB</jndi-name>
-      <port-component>
-        <port-component-name>RoleSecured</port-component-name>
-        <port-component-uri>/ws4ee-samples-ejb/RoleSecured</port-component-uri>
-        <auth-method>BASIC</auth-method>
-        <transport-guarantee>NONE</transport-guarantee>
-      </port-component>
-    </session>
-    <session>
-      <ejb-name>BasicSecuredSLSB</ejb-name>
-      <jndi-name>ejb/BasicSecuredSLSB</jndi-name>
-      <port-component>
-        <port-component-name>BasicSecured</port-component-name>
-        <port-component-uri>/ws4ee-samples-ejb/BasicSecured</port-component-uri>
-        <auth-method>BASIC</auth-method>
-        <transport-guarantee>NONE</transport-guarantee>
-      </port-component>
-    </session>
-    <session>
-      <ejb-name>ConfidentialSLSB</ejb-name>
-      <jndi-name>ejb/ConfidentialSLSB</jndi-name>
-      <port-component>
-        <port-component-name>ConfidentialSecured</port-component-name>
-        <port-component-uri>/ws4ee-samples-ejb/ConfidentialSecured</port-component-uri>
-        <transport-guarantee>CONFIDENTIAL</transport-guarantee>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/samples/secureejb"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>OrganizationServiceEJB</webservice-description-name>
-    <wsdl-file>META-INF/wsdl/OrganizationService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>RoleSecured</port-component-name>
-      <wsdl-port>impl:RoleSecuredPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>RoleSecuredSLSB</ejb-link>
-      </service-impl-bean>
-    </port-component>
-    <port-component>
-      <port-component-name>BasicSecured</port-component-name>
-      <wsdl-port>impl:BasicSecuredPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>BasicSecuredSLSB</ejb-link>
-      </service-impl-bean>
-    </port-component>
-    <port-component>
-      <port-component-name>ConfidentialSecured</port-component-name>
-      <wsdl-port>impl:ConfidentialPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService</service-endpoint-interface>
-      <service-impl-bean>
-        <ejb-link>ConfidentialSLSB</ejb-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/META-INF/webservices.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <java-wsdl>
-    <service name="OrganizationService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.secureejb.OrganizationService"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/secureejb" type-namespace="http://org.jboss.ws/samples/secureejb/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-  </java-wsdl>
-  
-</configuration>
-
-<!--
- <service name="OrganizationService">
-  <port name="BasicSecuredPort" binding="tns:OrganizationServiceBinding">
-   <soap:address location="http://@jbosstest.host.name@:8080/ws4ee-samples-ejb/BasicSecured"/>
-  </port>
-  <port name="RoleSecuredPort" binding="tns:OrganizationServiceBinding">
-   <soap:address location="http://@jbosstest.host.name@:8080/ws4ee-samples-ejb/RoleSecured"/>
-  </port>
- </service>
--->
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/secureejb/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>web service attachment client</display-name>
-
-  <service-ref>
-    <service-ref-name>service/AttachmentService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/Attachment.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.swa.Attachment</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/AttachmentService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-swa?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>AttachmentJSE</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.swa.AttachmentImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>AttachmentJSE</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.gif
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.gif (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.gif)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.html
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.html	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.html	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<head>
-<title>Welcome to the JAXM TCK, Version 1.1</title>
-</head>
-<body bgcolor="#ffffff">
-<CENTER><h1>Your Starting Point</h1></center><hr>
-
-
-<h2>Guide to Documentation</h2>
-
-<p>The <a href="COPYRIGHT-jaxm.html">JAXM Copyright</a> provides
-   the copyright information notice for the JAXM TCK, Version 1.1.<p>
-
-<p>The <a href="ReleaseNotes-jaxm.html">JAXM ReleaseNotes</a> provide the
-   information that you need to install, set up, and run the JAXM TCK, Version 1.1.<p>
-   
-<p>The <a href="JAXMJavadocAssertions.html">Javadoc Assertion List</a> lists all the javadoc assertions that are tested by the JAXM TCK.
- 
-<p>The <a href="JAXMSpecAssertions.html">Specification Assertion List</a> lists all the specification assertions that are tested by the JAXM TCK.
- 
-<p>Additional documentation includes the JavaTest README file, ReleaseNotes 
-   file, and user's guide: 
-   
-<ul>
-<li><p>The <a href="JavaTest3.0/README-javatest.html">README</a> file contains 
-    basic information about the JavaTest, Version 3.0.2 harness.</p></li>
-
-<li><p>The <a href="JavaTest3.0/javatest.pdf"><em>JavaTest User's Guide</em></a>,
-    in PDF format, contains information about using the test harness tool.</p></li>
-
-<li><p>The <a href="JavaTest3.0/ReleaseNotes-javatest.html">ReleaseNotes</a> 
-    provide information that is not contained in the <em>JavaTest User's 
-    Guide</em> manual, and which supercede any information in the manual.<p></li>
-</ul>
-
-<p>&nbsp;</p>
-<rule>
-<p><em>Copyright &copy; 2002 Sun Microsystems, Inc. All rights reserved</em></p>
-</body>
-</html>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.html (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.html)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.jpeg
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.jpeg (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.jpeg)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.txt
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.txt	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.txt	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
-This is a plain text attachment.

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.txt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.txt)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<mime-message>This is an xml attachment.</mime-message>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/attach.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/attach.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="TestService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.swa.Attachment">
-      <operation>
-        <name>sendMimeImageGIF</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>image/gif</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeImageJPEG</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>image/jpeg</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeTextPlain</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>text/plain</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeMultipart</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>multipart</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeTextXML</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>text/xml</mime-type>
-        </parameter>
-      </operation>
-      <operation>
-        <name>sendMimeApplicationXML</name>
-        <parameter>
-          <java-type>java.lang.String</java-type>
-        </parameter>
-        <parameter>
-          <java-type>java.lang.Object</java-type>
-          <xml-name>mimepart</xml-name>
-          <mime-type>application/xml</mime-type>
-        </parameter>
-      </operation>
-    </service>
-    <namespaces target-namespace="http://org.jboss.ws/samples/swa" type-namespace="http://org.jboss.ws/samples/swa/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="TestService"/>
-  </java-wsdl>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/swa/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/swa/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
-
-  <display-name>Hello World Service Client</display-name>
-
-  <service-ref>
-
-    <!-- JNDI name of service interface in client environment context -->
-    <service-ref-name>service/BpelHello</service-ref-name>
-    <!-- service interface class -->
-    <service-interface>org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.HelloWorldService</service-interface>
-    <!-- placeholder for published WSDL document -->
-    <wsdl-file>USE_JBOSS_CLIENT_XML_OVERRIDE</wsdl-file>
-    <!-- Java<->XML mapping file -->
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-    <port-component-ref>
-      <!-- service endpoint interface class -->
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.Greeter</service-endpoint-interface>
-    </port-component-ref>
-
-  </service-ref>
-
-</application-client>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-<!DOCTYPE jboss-client PUBLIC "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-<jboss-client>
-
-  <!-- JNDI name of client environment context -->
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <!-- service-ref element to configure -->
-    <service-ref-name>service/BpelHello</service-ref-name>
-    <!-- published WSDL document -->
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-wsbpel-hello/greeter?wsdl</wsdl-override>
-  </service-ref>
-  
-</jboss-client>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,2 +0,0 @@
-wsdl
-jaxrpc-mapping.xml

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/.cvsignore)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<bpelApplication name="HelloWorld" xmlns="http://jbpm.org/bpel"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://jbpm.org/bpel
-                      http://jbpm.org/bpel/bpel_application_1_0.xsd" />
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/classes/bpel-application.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-  
-  <!-- Greeter Service Endpoint -->
-  <servlet>
-    <servlet-name>greeterServlet</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.Greeter_Impl</servlet-class>
-  </servlet>  
-  <servlet-mapping>
-    <servlet-name>greeterServlet</servlet-name>
-    <url-pattern>/greeter</url-pattern>
-  </servlet-mapping>  
-  
-  <!-- jBPM BPEL Partner Integration -->
-  <servlet>
-    <servlet-name>integrationServlet</servlet-name>
-    <servlet-class>org.jbpm.bpel.integration.jms.IntegrationServlet</servlet-class>
-    <load-on-startup>1</load-on-startup>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>integrationServlet</servlet-name>
-    <url-pattern>/integration</url-pattern>
-  </servlet-mapping>
-    
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<webservices version="1.1" 
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee">
-
-  <webservice-description>
-
-    <!-- descriptive name for the service -->
-    <webservice-description-name>Hello World</webservice-description-name>
-    <!-- WSDL service file -->
-    <wsdl-file>WEB-INF/wsdl/service.wsdl</wsdl-file>
-    <!-- Java<->XML mapping file -->
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-    <port-component>
-
-      <!-- logical name for the port (unique within the module) -->
-      <port-component-name>GreeterPort</port-component-name>
-      <!-- WSDL port element (in service.wsdl) -->
-      <wsdl-port xmlns:portNS="http://jbpm.org/examples/hello">portNS:GreeterPort</wsdl-port>
-      <!-- service endpoint interface class -->
-      <service-endpoint-interface>
-        org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.Greeter
-      </service-endpoint-interface>
-      <!-- associated servlet (in web-app.xml) -->
-      <service-impl-bean>
-        <servlet-link>greeterServlet</servlet-link>
-      </service-impl-bean>
-
-      <handler>
-
-        <!-- logical name for the handler (unique within the module) -->
-        <handler-name>GreeterSoapHandler</handler-name>
-        <!-- handler class (in jbpm-bpel.jar) -->
-        <handler-class>org.jbpm.bpel.integration.server.SoapHandler</handler-class>
-        
-        <init-param>
-          <description>name of the partner link served by this port</description>
-          <param-name>partnerLinkHandle</param-name>
-          <param-value>caller</param-value>
-        </init-param>
-
-      </handler>
-
-    </port-component>
-
-  </webservice-description>
-
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<bpelDefinition location="hello.bpel" xmlns="http://jbpm.org/bpel"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://jbpm.org/bpel
-                      http://jbpm.org/bpel/bpel_definition_1_0.xsd">
-
-  <!-- makes WSDL interface elements available to the process -->
-  <imports>
-    <wsdl location="hello.wsdl" />
-  </imports>
-
-</bpelDefinition>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/META-INF/bpel-definition.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<process name="HelloWorld" targetNamespace="http://jbpm.org/examples/hello"
-  xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
-  xmlns:tns="http://jbpm.org/examples/hello"
-  xmlns:bpel="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/business-process/
-                      http://schemas.xmlsoap.org/ws/2003/03/business-process/">
-
-  <partnerLinks>
-    <!-- establishes the relationship with the caller agent -->
-    <partnerLink name="caller" partnerLinkType="tns:Greeter-Caller" myRole="Greeter" />
-  </partnerLinks>
-
-  <variables>
-    <!-- holds the incoming message -->
-    <variable name="request" messageType="tns:NameMessage" />
-    <!-- holds the outgoing message -->
-    <variable name="response" messageType="tns:GreetingMessage" />
-  </variables>
-
-  <sequence>
-    
-    <!-- receive the name of a person -->
-    <receive operation="sayHello" partnerLink="caller" portType="tns:Greeter"
-      variable="request" createInstance="yes" />
-      
-    <!-- compose a greeting phrase -->
-    <assign>
-      <copy>
-        <from expression="concat('Hello, ', 
-                          bpel:getVariableData('request', 'name'), 
-                          '!')" />
-        <to variable="response" part="greeting" />
-      </copy>
-    </assign>
-    
-    <!-- reply with the greeting -->
-    <reply operation="sayHello" partnerLink="caller" portType="tns:Greeter"
-      variable="response" />
-  </sequence>
-
-</process>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.bpel)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions targetNamespace="http://jbpm.org/examples/hello"
-  xmlns="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:tns="http://jbpm.org/examples/hello" 
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
-  xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ 
-                      http://schemas.xmlsoap.org/wsdl/
-                      http://schemas.xmlsoap.org/ws/2003/05/partner-link/ 
-                      http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
-  
-  <!-- characterizes the relationship between the greeter and its caller -->
-  <plt:partnerLinkType name="Greeter-Caller">
-    <plt:role name="Greeter">
-      <plt:portType name="tns:Greeter"/>
-    </plt:role>
-    <!-- the Caller does not provide services to the Greeter,
-         this is why we omit the "Caller" role -->
-  </plt:partnerLinkType>
-
-  <!-- carries the name of a person -->
-  <message name="NameMessage">
-    <part name="name" type="xsd:string"/>
-  </message>
-
-  <!-- carries the greeting -->
-  <message name="GreetingMessage">
-    <part name="greeting" type="xsd:string"/>
-  </message>
-
-  <!-- describes the interface presented to callers -->
-  <portType name="Greeter">
-    <operation name="sayHello">
-      <input message="tns:NameMessage"/>
-      <output message="tns:GreetingMessage"/>
-    </operation>
-  </portType>
-
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/bpel/hello.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<configuration xmlns="http://www.jboss.org/jbossws-tools">
-  <global>
-    <package-namespace package="org.jboss.test.ws.jaxrpc.samples.wsbpel.hello"
-      namespace="http://jbpm.org/examples/hello" />
-  </global>
-  <wsdl-java file="wstools/resources/jaxrpc/samples/wsbpel/hello/WEB-INF/wsdl/service.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wsbpel/hello/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
-                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
-
-   <display-name>Sysmon service client</display-name>
-
-   <service-ref>
-      <service-ref-name>service/SysmonService</service-ref-name>
-      <service-interface>org.jboss.ws.eventing.EventingService</service-interface>
-      <wsdl-file>META-INF/wsdl/sysmon.wsdl</wsdl-file>
-      <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-      <port-component-ref>
-         <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-      </port-component-ref>
-
-      <port-component-ref>
-         <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-      </port-component-ref>
-
-      <handler>
-         <handler-name>WSAddressingHandler</handler-name>
-         <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler</handler-class>
-      </handler>
-
-   </service-ref>
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,10 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-        "-//JBoss//DTD Application Client 4.0//EN"
-        "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-    <jndi-name>jbossws-client</jndi-name>
-</jboss-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,376 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                   version="1.1"
-                   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-    <package-mapping>
-        <package-type>org.jboss.ws.eventing</package-type>
-        <namespaceURI>http://schemas.xmlsoap.org/ws/2004/08/eventing</namespaceURI>
-    </package-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscribeRequest</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:Subscribe</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscribeRequest</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;Subscribe</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>delivery</java-variable-name>
-            <xml-element-name>Delivery</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>endTo</java-variable-name>
-            <xml-element-name>EndTo</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>expires</java-variable-name>
-            <xml-element-name>Expires</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>filter</java-variable-name>
-            <xml-element-name>Filter</xml-element-name>
-        </variable-mapping>
-        <!--variable-mapping>
-            <java-variable-name>_any</java-variable-name>
-            <xml-wildcard/>
-        </variable-mapping-->
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.FilterType</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:FilterType</root-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>dialect</java-variable-name>
-            <xml-attribute-name>Dialect</xml-attribute-name>
-        </variable-mapping>
-        <!--variable-mapping>
-            <java-variable-name>_any</java-variable-name>
-            <xml-wildcard/>
-        </variable-mapping-->
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.DeliveryType</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:DeliveryType</root-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>mode</java-variable-name>
-            <xml-attribute-name>Mode</xml-attribute-name>
-        </variable-mapping>
-        <!--variable-mapping>
-            <java-variable-name>notifyTo</java-variable-name>
-            <xml-attribute-name>NotifyTo</xml-attribute-name>
-        </variable-mapping-->
-        <!--variable-mapping>
-            <java-variable-name>_any</java-variable-name>
-            <xml-wildcard/>
-        </variable-mapping-->
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscriptionEndRequest</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:SubscriptionEnd</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscriptionEndRequest</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;SubscriptionEnd</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>subscriptionManager</java-variable-name>
-            <xml-element-name>SubscriptionManager</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>code</java-variable-name>
-            <xml-element-name>Code</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>reason</java-variable-name>
-            <xml-element-name>Reason</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscribeResponse</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:SubscribeResponse</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.SubscribeResponse</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;SubscribeResponse</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>expires</java-variable-name>
-            <xml-element-name>Expires</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>subscriptionManager</java-variable-name>
-            <xml-element-name>SubscriptionManager</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.EndpointReference</java-type>
-        <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:EndpointReference</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.EndpointReference</java-type>
-        <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">
-            typeNS:EndpointReferenceType</root-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>address</java-variable-name>
-            <xml-element-name>Address</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>referenceParams</java-variable-name>
-            <xml-element-name>ReferenceParameters</xml-element-name>
-        </variable-mapping>
-        <variable-mapping>
-            <java-variable-name>metadata</java-variable-name>
-            <xml-element-name>Metadata</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.MetaData</java-type>
-        <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:Metadata</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <!--java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.MetaData</java-type>
-        <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:MetadataType</root-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>_any</java-variable-name>
-            <xml-wildcard/>
-        </variable-mapping>
-    </java-xml-type-mapping-->
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.RenewRequest</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">typeNS:Renew</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.RenewRequest</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;Renew</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>expires</java-variable-name>
-            <xml-element-name>Expires</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.RenewResponse</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:RenewResponse</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.RenewResponse</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;RenewResponse</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>expires</java-variable-name>
-            <xml-element-name>Expires</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.StatusRequest</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:GetStatus</root-type-qname>
-        <qname-scope>element</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.StatusRequest</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;GetStatus</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.StatusResponse</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:GetStatusResponse</root-type-qname>
-        <qname-scope>element</qname-scope>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.StatusResponse</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;GetStatusResponse</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-        <variable-mapping>
-            <java-variable-name>expires</java-variable-name>
-            <xml-element-name>Expires</xml-element-name>
-        </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.UnsubscribeRequest</java-type>
-        <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:Unsubscribe</root-type-qname>
-        <qname-scope>element</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-    </java-xml-type-mapping>
-
-    <java-xml-type-mapping>
-        <java-type>org.jboss.ws.eventing.element.UnsubscribeRequest</java-type>
-        <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            typeNS:&gt;Unsubscribe</anonymous-type-qname>
-        <qname-scope>complexType</qname-scope>
-    </java-xml-type-mapping>
-
-    <service-interface-mapping>
-        <service-interface>org.jboss.ws.eventing.EventingService</service-interface>
-        <wsdl-service-name xmlns:serviceNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            serviceNS:EventingService</wsdl-service-name>
-        <port-mapping>
-            <port-name>EventSourcePortTypePort</port-name>
-            <java-port-name>EventSourcePortTypePort</java-port-name>
-        </port-mapping>
-        <port-mapping>
-            <port-name>SubscriptionManagerPortTypePort</port-name>
-            <java-port-name>SubscriptionManagerPortTypePort</java-port-name>
-        </port-mapping>
-    </service-interface-mapping>
-
-    <service-endpoint-interface-mapping>
-        <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-        <wsdl-port-type xmlns:portTypeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            portTypeNS:EventSource</wsdl-port-type>
-        <wsdl-binding xmlns:bindingNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            bindingNS:EventSourcePortTypeBinding</wsdl-binding>
-        <service-endpoint-method-mapping>
-            <java-method-name>subscribe</java-method-name>
-            <wsdl-operation>SubscribeOp</wsdl-operation>
-            <method-param-parts-mapping>
-                <param-position>0</param-position>
-                <param-type>org.jboss.ws.eventing.element.SubscribeRequest</param-type>
-                <wsdl-message-mapping>
-                    <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                        wsdlMsgNS:SubscribeMsg</wsdl-message>
-                    <wsdl-message-part-name>body</wsdl-message-part-name>
-                    <parameter-mode>IN</parameter-mode>
-                </wsdl-message-mapping>
-            </method-param-parts-mapping>
-            <wsdl-return-value-mapping>
-                <method-return-value>org.jboss.ws.eventing.element.SubscribeResponse</method-return-value>
-                <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                    wsdlMsgNS:SubscribeResponseMsg</wsdl-message>
-                <wsdl-message-part-name>body</wsdl-message-part-name>
-            </wsdl-return-value-mapping>
-        </service-endpoint-method-mapping>
-
-        <service-endpoint-method-mapping>
-            <java-method-name>subscriptionEnd</java-method-name>
-            <wsdl-operation>SubscriptionEnd</wsdl-operation>
-            <wsdl-return-value-mapping>
-                <method-return-value>org.jboss.ws.eventing.element.SubscriptionEndRequest</method-return-value>
-                <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                    wsdlMsgNS:SubscriptionEnd</wsdl-message>
-                <wsdl-message-part-name>body</wsdl-message-part-name>
-            </wsdl-return-value-mapping>
-        </service-endpoint-method-mapping>
-
-    </service-endpoint-interface-mapping>
-
-    <service-endpoint-interface-mapping>
-        <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-
-        <wsdl-port-type xmlns:portTypeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            portTypeNS:SubscriptionManager</wsdl-port-type>
-        <wsdl-binding xmlns:bindingNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-            bindingNS:SubscriptionManagerPortTypeBinding</wsdl-binding>
-
-        <service-endpoint-method-mapping>
-            <java-method-name>getStatus</java-method-name>
-            <wsdl-operation>GetStatusOp</wsdl-operation>
-            <method-param-parts-mapping>
-                <param-position>0</param-position>
-                <param-type>org.jboss.ws.eventing.element.StatusRequest</param-type>
-                <wsdl-message-mapping>
-                    <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                        wsdlMsgNS:GetStatusMsg</wsdl-message>
-                    <wsdl-message-part-name>body</wsdl-message-part-name>
-                    <parameter-mode>IN</parameter-mode>
-                </wsdl-message-mapping>
-            </method-param-parts-mapping>
-            <wsdl-return-value-mapping>
-                <method-return-value>org.jboss.ws.eventing.element.StatusResponse</method-return-value>
-                <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                    wsdlMsgNS:GetStatusResponseMsg</wsdl-message>
-                <wsdl-message-part-name>body</wsdl-message-part-name>
-            </wsdl-return-value-mapping>
-        </service-endpoint-method-mapping>
-
-        <service-endpoint-method-mapping>
-            <java-method-name>renew</java-method-name>
-            <wsdl-operation>RenewOp</wsdl-operation>
-            <method-param-parts-mapping>
-                <param-position>0</param-position>
-                <param-type>org.jboss.ws.eventing.element.RenewRequest</param-type>
-                <wsdl-message-mapping>
-                    <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                        wsdlMsgNS:RenewMsg</wsdl-message>
-                    <wsdl-message-part-name>body</wsdl-message-part-name>
-                    <parameter-mode>IN</parameter-mode>
-                </wsdl-message-mapping>
-            </method-param-parts-mapping>
-            <wsdl-return-value-mapping>
-                <method-return-value>org.jboss.ws.eventing.element.RenewResponse</method-return-value>
-                <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                    wsdlMsgNS:RenewResponseMsg</wsdl-message>
-                <wsdl-message-part-name>body</wsdl-message-part-name>
-            </wsdl-return-value-mapping>
-        </service-endpoint-method-mapping>
-
-        <service-endpoint-method-mapping>
-            <java-method-name>unsubscribe</java-method-name>
-            <wsdl-operation>UnsubscribeOp</wsdl-operation>
-            <method-param-parts-mapping>
-                <param-position>0</param-position>
-                <param-type>org.jboss.ws.eventing.element.UnsubscribeRequest</param-type>
-                <wsdl-message-mapping>
-                    <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                        wsdlMsgNS:UnsubscribeMsg</wsdl-message>
-                    <wsdl-message-part-name>body</wsdl-message-part-name>
-                    <parameter-mode>IN</parameter-mode>
-                </wsdl-message-mapping>
-            </method-param-parts-mapping>
-        </service-endpoint-method-mapping>
-
-    </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-web>
-    <context-root>/jaxrpc-samples-wseventing</context-root>
-</jboss-web>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-  
-  <display-name>Sysmon Eventsource App</display-name>
-  
-  <servlet>
-    <servlet-name>EventSourceServlet</servlet-name>
-    <servlet-class>org.jboss.ws.eventing.EventSourceEndpointImpl</servlet-class>
-  </servlet>
-  <servlet>
-    <servlet-name>SubscriptionManagerServlet</servlet-name>
-    <servlet-class>org.jboss.ws.eventing.SubscriptionManagerEndpointImpl</servlet-class>
-  </servlet>
-  
-  <servlet-mapping>
-    <servlet-name>EventSourceServlet</servlet-name>
-    <url-pattern>/subscribe</url-pattern>
-  </servlet-mapping>
-  <servlet-mapping>
-    <servlet-name>SubscriptionManagerServlet</servlet-name>
-    <url-pattern>/manage</url-pattern>
-  </servlet-mapping>
-  
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-             xmlns:wsdl="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-             http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-             version="1.1">
-
-   <webservice-description>
-
-      <webservice-description-name>Sysmon Service</webservice-description-name>
-      <wsdl-file>WEB-INF/wsdl/sysmon.wsdl</wsdl-file>
-      <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-      <port-component>
-         <port-component-name>SubscriptionManagerPort</port-component-name>
-         <wsdl-port>wsdl:SubscriptionManagerPort</wsdl-port>
-         <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-         <service-impl-bean>
-            <servlet-link>SubscriptionManagerServlet</servlet-link>
-         </service-impl-bean>
-
-         <handler>
-            <handler-name>WSAddressingHandler</handler-name>
-            <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
-         </handler>
-
-      </port-component>
-
-      <port-component>
-         <port-component-name>EventSourcePort</port-component-name>
-         <wsdl-port>wsdl:EventSourcePort</wsdl-port>
-         <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-         <service-impl-bean>
-            <servlet-link>EventSourceServlet</servlet-link>
-         </service-impl-bean>
-
-         <handler>
-            <handler-name>WSAddressingHandler</handler-name>
-            <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
-         </handler>
-
-      </port-component>
-
-   </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN"
-        "http://www.w3.org/2001/XMLSchema.dtd">
-<!--
-    W3C XML Schema defined in the Web Services Addressing 1.0 specification
-    http://www.w3.org/TR/ws-addr-core
-
-   Copyright © 2005 World Wide Web Consortium,
-
-   (Massachusetts Institute of Technology, European Research Consortium for
-   Informatics and Mathematics, Keio University). All Rights Reserved. This
-   work is distributed under the W3C® Software License [1] in the hope that
-   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
-   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-
-   $Id$
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           xmlns:tns="http://www.w3.org/2005/08/addressing"
-           targetNamespace="http://www.w3.org/2005/08/addressing"
-           blockDefault="#all" elementFormDefault="qualified"
-           finalDefault="" attributeFormDefault="unqualified">
-
-    <!-- Constructs from the WS-Addressing Core -->
-
-    <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
-    <xs:complexType name="EndpointReferenceType" mixed="false">
-        <xs:sequence>
-            <xs:element name="Address" type="xs:anyURI"/>
-
-            <!-- [hb] was not working
-                xs:element name="Address" type="tns:AttributedURIType"/-->
-            <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType" minOccurs="0"/>
-            <xs:element ref="tns:Metadata" minOccurs="0"/>
-            <!--xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:complexType name="ReferenceParametersType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-            <!--
-               [hb] workaround for missing wilcard support
-            -->
-            <xs:element name="Identifier" type="xs:anyURI" minOccurs="0"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="Metadata" type="tns:MetadataType"/>
-    <xs:complexType name="MetadataType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="MessageID" type="tns:AttributedURIType"/>
-    <xs:element name="RelatesTo" type="tns:RelatesToType"/>
-    <xs:complexType name="RelatesToType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional"
-                              default="http://www.w3.org/2005/08/addressing/reply"/>
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:simpleType name="RelationshipTypeOpenEnum">
-        <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="RelationshipType">
-        <xs:restriction base="xs:anyURI">
-            <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="From" type="tns:EndpointReferenceType"/>
-    <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="To" type="tns:AttributedURIType"/>
-    <xs:element name="Action" type="tns:AttributedURIType"/>
-
-    <xs:complexType name="AttributedURIType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <!-- Constructs from the WS-Addressing SOAP binding -->
-
-    <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
-
-    <xs:simpleType name="FaultCodesOpenEnumType">
-        <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="FaultCodesType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:InvalidAddressingHeader"/>
-            <xs:enumeration value="tns:InvalidAddress"/>
-            <xs:enumeration value="tns:InvalidEPR"/>
-            <xs:enumeration value="tns:InvalidCardinality"/>
-            <xs:enumeration value="tns:MissingAddressInEPR"/>
-            <xs:enumeration value="tns:DuplicateMessageID"/>
-            <xs:enumeration value="tns:ActionMismatch"/>
-            <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
-            <xs:enumeration value="tns:DestinationUnreachable"/>
-            <xs:enumeration value="tns:ActionNotSupported"/>
-            <xs:enumeration value="tns:EndpointUnavailable"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
-    <xs:complexType name="AttributedUnsignedLongType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:unsignedLong">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
-    <xs:complexType name="AttributedQNameType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:QName">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
-    <xs:complexType name="AttributedAnyType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="1" maxOccurs="1"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
-
-    <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
-    <xs:complexType name="ProblemActionType" mixed="false">
-        <xs:sequence>
-            <xs:element ref="tns:Action" minOccurs="0"/>
-            <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwsa.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:types>
-      <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/eventing" schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/eventing/eventing.xsd"/>
-   </wsdl:types>
-
-   <wsdl:message name='SubscribeMsg'>
-      <wsdl:part name='body' element='wse:Subscribe'/>
-   </wsdl:message>
-   <wsdl:message name='SubscribeResponseMsg'>
-      <wsdl:part name='body' element='wse:SubscribeResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='RenewMsg'>
-      <wsdl:part name='body' element='wse:Renew'/>
-   </wsdl:message>
-   <wsdl:message name='RenewResponseMsg'>
-      <wsdl:part name='body' element='wse:RenewResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='GetStatusMsg'>
-      <wsdl:part name='body' element='wse:GetStatus'/>
-   </wsdl:message>
-   <wsdl:message name='GetStatusResponseMsg'>
-      <wsdl:part name='body' element='wse:GetStatusResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='UnsubscribeMsg'>
-      <wsdl:part name='body' element='wse:Unsubscribe'/>
-   </wsdl:message>
-   <wsdl:message name='UnsubscribeResponseMsg'/>
-
-   <wsdl:message name='SubscriptionEnd'>
-      <wsdl:part name='body' element='wse:SubscriptionEnd'/>
-   </wsdl:message>
-
-   <wsdl:portType name='EventSource'>
-      <wsdl:operation name='SubscribeOp'>
-         <wsdl:input message='wse:SubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe'/>
-         <wsdl:output message='wse:SubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='SubscriptionEnd'>
-         <wsdl:output message='wse:SubscriptionEnd'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:portType name='SubscriptionManager'>
-      <wsdl:operation name='RenewOp'>
-         <wsdl:input message='wse:RenewMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew'/>
-         <wsdl:output message='wse:RenewResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='GetStatusOp'>
-         <wsdl:input message='wse:GetStatusMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus'/>
-         <wsdl:output message='wse:GetStatusResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='UnsubscribeOp'>
-         <wsdl:input message='wse:UnsubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe'/>
-         <wsdl:output message='wse:UnsubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeResponse'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="EventSourceBinding" type="wse:EventSource">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="SubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-      <wsdl:operation name="SubscriptionEnd">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:binding name="SubscriptionManagerBinding" type="wse:SubscriptionManager">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="GetStatusOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="RenewOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="UnsubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:service name="EventingService">
-      <wsdl:port name="EventSourcePort" binding="wse:EventSourceBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-samples-wseventing/subscribe"/>
-      </wsdl:port>
-      <wsdl:port name="SubscriptionManagerPort" binding="wse:SubscriptionManagerBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-samples-wseventing/manage"/>
-      </wsdl:port>
-   </wsdl:service>
-
-
-</wsdl:definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,190 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<xs:schema
-        targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:wsa="http://www.w3.org/2005/08/addressing"
-        xmlns:xs="http://www.w3.org/2001/XMLSchema"
-        elementFormDefault="qualified"
-        attributeFormDefault="unqualified"
-        blockDefault="#all">
-
-    <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-
-    <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd"/>
-
-    <!-- Types and global elements -->
-    <xs:complexType name="DeliveryType" mixed="true">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" /-->
-            <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="1"/>
-        </xs:sequence>
-        <xs:attribute name="Mode" type="xs:anyURI" use="optional"/>
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <!--xs:element name="NotifyTo" type="wsa:EndpointReferenceType" /-->
-
-    <xs:simpleType name="NonNegativeDurationType">
-        <xs:restriction base="xs:duration">
-            <xs:minInclusive value="P0Y0M0DT0H0M0S"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="ExpirationType">
-        <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType"/>
-    </xs:simpleType>
-
-    <xs:complexType name="FilterType" mixed="true">
-        <!--xs:sequence>
-            <xs:any namespace="##other" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" />
-        </xs:sequence-->
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <xs:attribute name="Dialect" type="xs:anyURI" use="optional"/>
-            </xs:extension>
-        </xs:simpleContent>
-
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <xs:complexType name="LanguageSpecificStringType">
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <!-- TODO Parser complains about this
-              xs:attribute ref="xml:lang" /-->
-                <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="Subscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="EndTo" type="wsa:EndpointReferenceType"
-                            minOccurs="0"/>
-                <xs:element name="Delivery" type="tns:DeliveryType"/>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <xs:element name="Filter" type="tns:FilterType" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:element name="Identifier" type="xs:anyURI"/>
-
-    <xs:element name="SubscribeResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Expires" type="xs:dateTime"/>
-
-                <!--xs:element name="Expires" type="tns:ExpirationType" /-->
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Used in a fault if there's an unsupported dialect -->
-    <xs:element name="SupportedDialect" type="xs:anyURI"/>
-
-    <!-- Used in a fault if there's an unsupported delivery mode -->
-    <xs:element name="SupportedDeliveryMode" type="xs:anyURI"/>
-
-    <!-- Renew request -->
-    <xs:element name="Renew">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Renew response -->
-    <xs:element name="RenewResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus request -->
-    <xs:element name="GetStatus">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" />
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus response -->
-    <xs:element name="GetStatusResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Unsubscribe request -->
-    <xs:element name="Unsubscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" />
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response -->
-    <!-- SubscriptionEnd message -->
-    <xs:element name="SubscriptionEnd">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Code" type="tns:OpenSubscriptionEndCodeType"/>
-                <xs:element name="Reason" type="tns:LanguageSpecificStringType"
-                            minOccurs="0" maxOccurs="unbounded"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:simpleType name="SubscriptionEndCodeType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:DeliveryFailure"/>
-            <xs:enumeration value="tns:SourceShuttingDown"/>
-            <xs:enumeration value="tns:SourceCancelling"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="OpenSubscriptionEndCodeType">
-        <xs:union memberTypes="tns:SubscriptionEndCodeType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:attribute name="EventSource" type="xs:boolean"/>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/jbwse.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace="http://www.jboss.org/sysmon"
-      xmlns:tns="http://www.jboss.org/sysmon"
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:import
-           namespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-           location='jbwse.wsdl' />
-
-   <wsdl:types>
-
-      <xs:schema targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'>
-         <xs:include schemaLocation='jbwse.xsd'/>
-      </xs:schema>
-
-      <xs:schema
-            targetNamespace="http://www.jboss.org/sysmon"
-            elementFormDefault="qualified"
-            blockDefault="#all">
-         <xs:element name="SystemStatus">
-            <xs:complexType>
-               <xs:sequence>
-                  <xs:element name="Time " type="xs:dateTime"/>
-                  <xs:element name="HostName" type="xs:string"/>
-                  <xs:element name="HostAddress" type="xs:string"/>
-                  <xs:element name="ActiveThreadCount" type="xs:int"/>
-                  <xs:element name="FreeMemory" type="xs:string"/>
-                  <xs:element name="MaxMemory" type="xs:string"/>
-               </xs:sequence>
-            </xs:complexType>
-         </xs:element>
-      </xs:schema>
-
-   </wsdl:types>
-
-   <wsdl:message name='SystemInfoMsg'>
-      <wsdl:part name='body' element='tns:SystemStatus'/>
-   </wsdl:message>
-
-   <wsdl:portType name='SystemInfo' wse:EventSource='true'>
-      <wsdl:operation name='SysmonOp'>
-         <wsdl:output message='tns:SystemInfoMsg'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="SystemInfoBinding" type="tns:SystemInfo">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="SysmonOp">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-</wsdl:definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wseventing/WEB-INF/wsdl/sysmon.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <context-param>
-    <param-name>jbossws-config-name</param-name>>
-    <param-value>Standard WSSecurity Endpoint</param-value>
-  </context-param>
-  
-  <servlet>
-    <servlet-name>HelloService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.wssecurity.HelloJavaBean</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>HelloService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/keystore.password
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/keystore.password (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/keystore.password)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/HelloService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.wssecurity.Hello</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-		<config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-wssecurity-encrypt?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-encrypt/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/HelloService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.wssecurity.Hello</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-		<config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-wssecurity-sign?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/META-INF/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/simple-sign/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/HelloService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.wssecurity.Hello</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-samples-store-pass-encrypt?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/> 
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/META-INF/jboss-wsse-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  
-	<webservice-description>
-		<webservice-description-name>HelloService</webservice-description-name>
-		<config-name>Standard WSSecurity Endpoint</config-name>
-	</webservice-description>
-	
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>HelloService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.samples.wssecurity.HelloJavaBean</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>HelloService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <key-store-password>{EXT}java -cp ${buildpath}/classes org.jboss.test.ws.jaxrpc.samples.wssecurity.PasswordUtil ${buildpath}/resources/jaxrpc/samples/wssecurity/keystore.password</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <trust-store-password>{CLASS}org.jboss.security.plugins.FilePassword:${buildpath}/resources/jaxrpc/samples/wssecurity/keystore.password</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.keystore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.keystore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/wsse.keystore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.truststore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wsse.truststore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/wsse.truststore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../output/classes -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  <java-wsdl>
-    <service name="HelloService" style="rpc" endpoint="org.jboss.test.ws.jaxrpc.samples.wssecurity.Hello"/>
-    <namespaces target-namespace="http://org.jboss.ws/samples/wssecurity" type-namespace="http://org.jboss.ws/samples/wssecurity/types"/>
-    <mapping file="jaxrpc-mapping.xml"/>
-    <webservices servlet-link="HelloService"/>
-  </java-wsdl>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples/wssecurity/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/dynamichandler)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.ws/samples/dynamichandler' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-    <port-component-name>HandlerTestServicePort</port-component-name>
-    <wsdl-port>impl:HandlerTestServicePort</wsdl-port>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.dynamichandler.HandlerTestService</service-endpoint-interface>
-    <service-impl-bean>
-      <servlet-link>TestService</servlet-link>
-    </service-impl-bean>
-    <handler>
-      <handler-name>ServerSideHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.samples.dynamichandler.ServerSideHandler</handler-class>
-    </handler>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/dynamichandler/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception/META-INF)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception/META-INF/wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.ws/samples/exception' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>ExceptionService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/ExceptionService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>ExceptionServiceInterfacePort</port-component-name>
-   <wsdl-port>impl:ExceptionServiceInterfacePort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionServiceInterface</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>ExceptionService</servlet-link>
-   </service-impl-bean>
-   <handler>
-     <handler-name>ServerHandler</handler-name>
-     <handler-class>org.jboss.test.ws.jaxrpc.samples.exception.ServerHandler</handler-class>
-   </handler>
-  </port-component>
- </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/exception/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/handler)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/handler/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.ws/samples/handler' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-    <port-component-name>HeaderTestServicePort</port-component-name>
-    <wsdl-port>impl:HeaderTestServicePort</wsdl-port>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.handler.HeaderTestService</service-endpoint-interface>
-    <service-impl-bean>
-      <servlet-link>TestService</servlet-link>
-    </service-impl-bean>
-    <handler>
-      <handler-name>HeaderTestHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxrpc.samples.handler.ServerSideHandler</handler-class>
-    </handler>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/handler/WEB-INF/wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,184 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.samples.mtom</package-type>
-    <namespaceURI>http://org.jboss.ws/samples/mtom</namespaceURI>
-  </package-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.samples.mtom.XOPTest_Service</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/samples/mtom">serviceNS:XOPTest</wsdl-service-name>
-    <port-mapping>
-      <port-name>XOPTestPort</port-name>
-      <java-port-name>XOPTestPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.mtom.XOPTest</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/samples/mtom">portTypeNS:XOPTest</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/samples/mtom">bindingNS:XOPTestBinding</wsdl-binding>
-
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeImageJPEG</java-method-name>
-      <wsdl-operation>sendMimeImageJPEG</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeImageJPEG</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-
-      <!-- BEGIN manual modification -->
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.activation.DataHandler</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeImageJPEG</wsdl-message>
-          <wsdl-message-part-name>xoppart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <!-- END manual modification -->
-
-      <wsdl-return-value-mapping>
-        <method-return-value>javax.activation.DataHandler</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeImageJPEGResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeTextPlain</java-method-name>
-      <wsdl-operation>sendMimeTextPlain</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextPlain</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-
-      <!-- BEGIN manual modification -->
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextPlain</wsdl-message>
-          <wsdl-message-part-name>xoppart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <!-- END manual modification -->
-
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextPlainResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeTextXML</java-method-name>
-      <wsdl-operation>sendMimeTextXML</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextXML</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-
-      <!-- BEGIN manual modification -->
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.activation.DataHandler</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextXML</wsdl-message>
-          <wsdl-message-part-name>xoppart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <!-- END manual modification -->
-
-      <wsdl-return-value-mapping>
-        <method-return-value>javax.xml.transform.Source</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeTextXMLResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeApplicationXML</java-method-name>
-      <wsdl-operation>sendMimeApplicationXML</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXML</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-
-      <!-- BEGIN manual modification -->
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.xml.transform.Source</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXML</wsdl-message>
-          <wsdl-message-part-name>xoppart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <!-- END manual modification -->
-
-      <wsdl-return-value-mapping>
-        <method-return-value>javax.activation.DataHandler</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXMLResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-
-     <service-endpoint-method-mapping>
-        <java-method-name>sendOctets</java-method-name>
-        <wsdl-operation>sendOctets</wsdl-operation>
-        <method-param-parts-mapping>
-           <param-position>0</param-position>
-           <param-type>java.lang.String</param-type>
-           <wsdl-message-mapping>
-              <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXML</wsdl-message>
-              <wsdl-message-part-name>message</wsdl-message-part-name>
-              <parameter-mode>IN</parameter-mode>
-           </wsdl-message-mapping>
-        </method-param-parts-mapping>
-
-        <!-- BEGIN manual modification -->
-        <method-param-parts-mapping>
-           <param-position>1</param-position>
-           <param-type>javax.activation.DataHandler</param-type>
-           <wsdl-message-mapping>
-              <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXML</wsdl-message>
-              <wsdl-message-part-name>xoppart</wsdl-message-part-name>
-              <parameter-mode>IN</parameter-mode>
-           </wsdl-message-mapping>
-        </method-param-parts-mapping>
-        <!-- END manual modification -->
-
-        <wsdl-return-value-mapping>
-           <method-return-value>javax.activation.DataHandler</method-return-value>
-           <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/mtom">wsdlMsgNS:XOPTest_sendMimeApplicationXMLResponse</wsdl-message>
-           <wsdl-message-part-name>result</wsdl-message-part-name>
-        </wsdl-return-value-mapping>
-     </service-endpoint-method-mapping>
-
-  </service-endpoint-interface-mapping>
-
-
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/samples/mtom"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>XOPTestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>XOPTestPort</port-component-name>
-      <wsdl-port>impl:XOPTestPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.mtom.XOPTest</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>XOPTestJSE</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="XOPTest" targetNamespace="http://org.jboss.ws/samples/mtom"
-             xmlns:tns="http://org.jboss.ws/samples/mtom"
-             xmlns="http://schemas.xmlsoap.org/wsdl/"
-             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <types>
-      <schema xmlns="http://www.w3.org/2001/XMLSchema"
-              targetNamespace="http://org.jboss.ws/samples/mtom"
-              xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
-
-         <import schemaLocation="http://www.w3.org/2005/05/xmlmime" namespace="http://www.w3.org/2005/05/xmlmime"/>
-
-         <element name="imagejpeg" xmime:contentType="image/jpeg" type="xmime:base64Binary"/>
-         <element name="textplain" xmime:contentType="text/plain" type="xmime:base64Binary"/>
-         <element name="textxml" xmime:contentType="text/xml" type="xmime:base64Binary"/>
-         <element name="applxml" xmime:contentType="application/xml" type="xmime:base64Binary"/>
-         <element name="octets" xmime:contentType="application/octet-stream" type="xmime:base64Binary"/>
-
-         <complexType name="XOPBinary" >
-            <simpleContent>
-               <extension base="xsd:base64Binary" >
-                  <attribute ref="xmime:contentType"/>
-               </extension>
-            </simpleContent>
-         </complexType>
-      </schema>
-   </types>
-
-   <message name="XOPTest_sendMimeImageJPEG">
-      <part name="message" type="xsd:string"/>
-      <part name="xoppart" element="tns:imagejpeg"/>
-   </message>
-   <message name="XOPTest_sendMimeImageJPEGResponse">
-      <part name="result" element="tns:imagejpeg"/>
-   </message>
-   <message name="XOPTest_sendMimeTextPlain">
-      <part name="message" type="xsd:string"/>
-      <part name="xoppart" element="tns:textplain"/>
-   </message>
-   <message name="XOPTest_sendMimeTextPlainResponse">
-      <part name="result" element="tns:textplain"/>
-   </message>
-   <message name="XOPTest_sendMimeTextXML">
-      <part name="message" type="xsd:string"/>
-      <part name="xoppart" element="tns:textxml"/>
-   </message>
-   <message name="XOPTest_sendMimeTextXMLResponse">
-      <part name="result" element="tns:textxml"/>
-   </message>
-   <message name="XOPTest_sendMimeApplicationXML">
-      <part name="message" type="xsd:string"/>
-      <part name="xoppart" element="tns:applxml"/>
-   </message>
-   <message name="XOPTest_sendMimeApplicationXMLResponse">
-      <part name="result" element="tns:applxml"/>
-   </message>
-
-   <message name="XOPTest_sendOctets">
-      <part name="message" type="xsd:string"/>
-      <part name="xoppart" element="tns:octets"/>
-   </message>
-   <message name="XOPTest_sendOctetsResponse">
-      <part name="result" element="tns:octets"/>
-   </message>
-
-   <portType name="XOPTest">
-      <operation name="sendMimeImageJPEG">
-         <input message="tns:XOPTest_sendMimeImageJPEG"/>
-         <output message="tns:XOPTest_sendMimeImageJPEGResponse"/>
-      </operation>
-      <operation name="sendMimeTextPlain">
-         <input message="tns:XOPTest_sendMimeTextPlain"/>
-         <output message="tns:XOPTest_sendMimeTextPlainResponse"/>
-      </operation>
-      <operation name="sendMimeTextXML">
-         <input message="tns:XOPTest_sendMimeTextXML"/>
-         <output message="tns:XOPTest_sendMimeTextXMLResponse"/>
-      </operation>
-      <operation name="sendMimeApplicationXML">
-         <input message="tns:XOPTest_sendMimeApplicationXML"/>
-         <output message="tns:XOPTest_sendMimeApplicationXMLResponse"/>
-      </operation>
-
-      <operation name="sendOctets">
-         <input message="tns:XOPTest_sendOctets"/>
-         <output message="tns:XOPTest_sendOctetsResponse"/>
-      </operation>
-   </portType>
-
-   <binding name="XOPTestBinding" type="tns:XOPTest">
-      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-      <operation name="sendMimeImageJPEG">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </output>
-      </operation>
-      <operation name="sendMimeTextPlain">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </output>
-      </operation>     
-      <operation name="sendMimeTextXML">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </output>
-      </operation>
-      <operation name="sendMimeApplicationXML">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </output>
-      </operation>
-      <operation name="sendOctets">
-         <soap:operation soapAction=""/>
-         <input>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </input>
-         <output>
-            <soap:body use="literal" namespace="http://org.jboss.ws/samples/mtom"/>
-         </output>
-      </operation>
-   </binding>
-
-   <service name="XOPTest">
-      <port name="XOPTestPort" binding="tns:XOPTestBinding">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-      </port>
-   </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/mtom/WEB-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/secureejb)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/secureejb/META-INF)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='OrganizationService' targetNamespace='http://org.jboss.ws/samples/secureejb' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/secureejb' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='OrganizationService_getContactInfo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='OrganizationService_getContactInfoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='OrganizationService'>
-  <operation name='getContactInfo' parameterOrder='String_1'>
-   <input message='tns:OrganizationService_getContactInfo'/>
-   <output message='tns:OrganizationService_getContactInfoResponse'/>
-  </operation>
- </portType>
- <binding name='OrganizationServiceBinding' type='tns:OrganizationService'>
-  <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/secureejb' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/secureejb' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name="OrganizationService">
-  <port name="BasicSecuredPort" binding="tns:OrganizationServiceBinding">
-   <soap:address location="http://@jbosstest.host.name@:8080/ws4ee-samples-ejb/BasicSecured"/>
-  </port>
-  <port name="RoleSecuredPort" binding="tns:OrganizationServiceBinding">
-   <soap:address location="http://@jbosstest.host.name@:8080/ws4ee-samples-ejb/RoleSecured"/>
-  </port>
-  <port name="ConfidentialPort" binding="tns:OrganizationServiceBinding">
-   <soap:address location="https://@jbosstest.host.name@:8443/ws4ee-samples-ejb/ConfidentialSecured"/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/secureejb/META-INF/wsdl/OrganizationService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxrpc.samples.swa</package-type>
-    <namespaceURI>http://org.jboss.ws/samples/swa</namespaceURI>
-  </package-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxrpc.samples.swa.Attachment_Service</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/samples/swa">serviceNS:Attachment</wsdl-service-name>
-    <port-mapping>
-      <port-name>AttachmentPort</port-name>
-      <java-port-name>AttachmentPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.swa.Attachment</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/samples/swa">portTypeNS:Attachment</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/samples/swa">bindingNS:AttachmentBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeImageGIF</java-method-name>
-      <wsdl-operation>sendMimeImageGIF</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageGIF</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.awt.Image</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageGIF</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageGIFResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeImageJPEG</java-method-name>
-      <wsdl-operation>sendMimeImageJPEG</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageJPEG</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.awt.Image</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageJPEG</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeImageJPEGResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeTextPlain</java-method-name>
-      <wsdl-operation>sendMimeTextPlain</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextPlain</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextPlain</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextPlainResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeMultipart</java-method-name>
-      <wsdl-operation>sendMimeMultipart</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeMultipart</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.mail.internet.MimeMultipart</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeMultipart</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeMultipartResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeTextXML</java-method-name>
-      <wsdl-operation>sendMimeTextXML</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextXML</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.xml.transform.Source</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextXML</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeTextXMLResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>sendMimeApplicationXML</java-method-name>
-      <wsdl-operation>sendMimeApplicationXML</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeApplicationXML</wsdl-message>
-          <wsdl-message-part-name>message</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>javax.xml.transform.Source</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeApplicationXML</wsdl-message>
-          <wsdl-message-part-name>mimepart</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/samples/swa">wsdlMsgNS:Attachment_sendMimeApplicationXMLResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://org.jboss.ws/samples/swa"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>AttachmentService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/Attachment.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>AttachmentPort</port-component-name>
-      <wsdl-port>impl:AttachmentPort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.samples.swa.Attachment</service-endpoint-interface>
-      <service-impl-bean>
-        <servlet-link>AttachmentJSE</servlet-link>
-      </service-impl-bean>
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="Attachment" targetNamespace="http://org.jboss.ws/samples/swa"
-  xmlns:tns="http://org.jboss.ws/samples/swa" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
-  <types/>
-
-  <message name="Attachment_sendMimeImageGIF">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeImageGIFResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="Attachment_sendMimeImageJPEG">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeImageJPEGResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="Attachment_sendMimeTextPlain">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeTextPlainResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="Attachment_sendMimeMultipart">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeMultipartResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="Attachment_sendMimeTextXML">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeTextXMLResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="Attachment_sendMimeApplicationXML">
-    <part name="message" type="xsd:string"/>
-    <part name="mimepart" type="xsd:hexBinary"/>
-  </message>
-  <message name="Attachment_sendMimeApplicationXMLResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-
-  <portType name="Attachment">
-    <operation name="sendMimeImageGIF">
-      <input message="tns:Attachment_sendMimeImageGIF"/>
-      <output message="tns:Attachment_sendMimeImageGIFResponse"/>
-    </operation>
-    <operation name="sendMimeImageJPEG">
-      <input message="tns:Attachment_sendMimeImageJPEG"/>
-      <output message="tns:Attachment_sendMimeImageJPEGResponse"/>
-    </operation>
-    <operation name="sendMimeTextPlain">
-      <input message="tns:Attachment_sendMimeTextPlain"/>
-      <output message="tns:Attachment_sendMimeTextPlainResponse"/>
-    </operation>
-    <operation name="sendMimeMultipart">
-      <input message="tns:Attachment_sendMimeMultipart"/>
-      <output message="tns:Attachment_sendMimeMultipartResponse"/>
-    </operation>
-    <operation name="sendMimeTextXML">
-      <input message="tns:Attachment_sendMimeTextXML"/>
-      <output message="tns:Attachment_sendMimeTextXMLResponse"/>
-    </operation>
-    <operation name="sendMimeApplicationXML">
-      <input message="tns:Attachment_sendMimeApplicationXML"/>
-      <output message="tns:Attachment_sendMimeApplicationXMLResponse"/>
-    </operation>
-  </portType>
-
-  <binding name="AttachmentBinding" type="tns:Attachment">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="sendMimeImageGIF">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="image/gif"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-    <operation name="sendMimeImageJPEG">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="image/jpeg"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-    <operation name="sendMimeTextPlain">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="text/plain"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-    <operation name="sendMimeMultipart">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="multipart/*"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-    <operation name="sendMimeTextXML">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="text/xml"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-    <operation name="sendMimeApplicationXML">
-      <soap:operation soapAction=""/>
-      <input>
-        <mime:multipartRelated>
-          <mime:part>
-            <soap:body part="message" use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-          </mime:part>
-          <mime:part>
-            <mime:content part="mimepart" type="application/xml"/>
-          </mime:part>
-        </mime:multipartRelated>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/samples/swa"/>
-      </output>
-    </operation>
-  </binding>
-
-  <service name="Attachment">
-    <port name="AttachmentPort" binding="tns:AttachmentBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/samples-override/swa/WEB-INF/wsdl/Attachment.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
-                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
-
-    <display-name>Eventing Service test</display-name>
-
-    <service-ref>
-        <service-ref-name>service/EventingService</service-ref-name>
-        <service-interface>org.jboss.ws.eventing.EventingService</service-interface>
-        <wsdl-file>META-INF/wsdl/wind.wsdl</wsdl-file>
-        <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-        <port-component-ref>           
-            <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-        </port-component-ref>
-
-        <port-component-ref>
-            <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-        </port-component-ref>
-
-        <handler>
-            <handler-name>SOAPOutboundHandler</handler-name>
-            <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler</handler-class>
-        </handler>
-
-    </service-ref>
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-        "-//JBoss//DTD Application Client 4.0//EN"
-        "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-    <jndi-name>jbossws-client</jndi-name>
-
-    <service-ref>
-        <service-ref-name>service/EventingService</service-ref-name>
-        <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-wseventing/subscribe?wsdl</wsdl-override>
-    </service-ref>
-
-</jboss-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,376 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                   version="1.1"
-                   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-   <package-mapping>
-      <package-type>org.jboss.ws.eventing</package-type>
-      <namespaceURI>http://schemas.xmlsoap.org/ws/2004/08/eventing</namespaceURI>
-   </package-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscribeRequest</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:Subscribe</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscribeRequest</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;Subscribe</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>delivery</java-variable-name>
-         <xml-element-name>Delivery</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>endTo</java-variable-name>
-         <xml-element-name>EndTo</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>expires</java-variable-name>
-         <xml-element-name>Expires</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>filter</java-variable-name>
-         <xml-element-name>Filter</xml-element-name>
-      </variable-mapping>
-      <!--variable-mapping>
-          <java-variable-name>_any</java-variable-name>
-          <xml-wildcard/>
-      </variable-mapping-->
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.FilterType</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:FilterType</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>dialect</java-variable-name>
-         <xml-attribute-name>Dialect</xml-attribute-name>
-      </variable-mapping>
-      <!--variable-mapping>
-          <java-variable-name>_any</java-variable-name>
-          <xml-wildcard/>
-      </variable-mapping-->
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.DeliveryType</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:DeliveryType</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>mode</java-variable-name>
-         <xml-attribute-name>Mode</xml-attribute-name>
-      </variable-mapping>
-      <!--variable-mapping>
-          <java-variable-name>notifyTo</java-variable-name>
-          <xml-attribute-name>NotifyTo</xml-attribute-name>
-      </variable-mapping-->
-      <!--variable-mapping>
-          <java-variable-name>_any</java-variable-name>
-          <xml-wildcard/>
-      </variable-mapping-->
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscriptionEndRequest</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:SubscriptionEnd</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscriptionEndRequest</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;SubscriptionEnd</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>subscriptionManager</java-variable-name>
-         <xml-element-name>SubscriptionManager</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>code</java-variable-name>
-         <xml-element-name>Code</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>reason</java-variable-name>
-         <xml-element-name>Reason</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscribeResponse</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:SubscribeResponse</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.SubscribeResponse</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;SubscribeResponse</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>expires</java-variable-name>
-         <xml-element-name>Expires</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>subscriptionManager</java-variable-name>
-         <xml-element-name>SubscriptionManager</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.EndpointReference</java-type>
-      <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:EndpointReference</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.EndpointReference</java-type>
-      <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">
-         typeNS:EndpointReferenceType</root-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>address</java-variable-name>
-         <xml-element-name>Address</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>referenceParams</java-variable-name>
-         <xml-element-name>ReferenceParameters</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>metadata</java-variable-name>
-         <xml-element-name>Metadata</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.MetaData</java-type>
-      <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:Metadata</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <!--java-xml-type-mapping>
-       <java-type>org.jboss.ws.eventing.element.MetaData</java-type>
-       <root-type-qname xmlns:typeNS="http://www.w3.org/2005/08/addressing">typeNS:MetadataType</root-type-qname>
-       <qname-scope>complexType</qname-scope>
-       <variable-mapping>
-           <java-variable-name>_any</java-variable-name>
-           <xml-wildcard/>
-       </variable-mapping>
-   </java-xml-type-mapping-->
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.RenewRequest</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">typeNS:Renew</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.RenewRequest</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;Renew</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>expires</java-variable-name>
-         <xml-element-name>Expires</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.RenewResponse</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:RenewResponse</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.RenewResponse</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;RenewResponse</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>expires</java-variable-name>
-         <xml-element-name>Expires</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.StatusRequest</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:GetStatus</root-type-qname>
-      <qname-scope>element</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.StatusRequest</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;GetStatus</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.StatusResponse</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:GetStatusResponse</root-type-qname>
-      <qname-scope>element</qname-scope>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.StatusResponse</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;GetStatusResponse</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>expires</java-variable-name>
-         <xml-element-name>Expires</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.UnsubscribeRequest</java-type>
-      <root-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:Unsubscribe</root-type-qname>
-      <qname-scope>element</qname-scope>
-      <variable-mapping>
-         <java-variable-name>_any</java-variable-name>
-         <xml-wildcard/>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.ws.eventing.element.UnsubscribeRequest</java-type>
-      <anonymous-type-qname xmlns:typeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         typeNS:&gt;Unsubscribe</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-   </java-xml-type-mapping>
-
-   <service-interface-mapping>
-      <service-interface>org.jboss.ws.eventing.EventingService</service-interface>
-      <wsdl-service-name xmlns:serviceNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         serviceNS:EventingService</wsdl-service-name>
-      <port-mapping>
-         <port-name>EventSourcePortTypePort</port-name>
-         <java-port-name>EventSourcePortTypePort</java-port-name>
-      </port-mapping>
-      <port-mapping>
-         <port-name>SubscriptionManagerPortTypePort</port-name>
-         <java-port-name>SubscriptionManagerPortTypePort</java-port-name>
-      </port-mapping>
-   </service-interface-mapping>
-
-   <service-endpoint-interface-mapping>
-      <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-      <wsdl-port-type xmlns:portTypeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         portTypeNS:EventSource</wsdl-port-type>
-      <wsdl-binding xmlns:bindingNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         bindingNS:EventSourcePortTypeBinding</wsdl-binding>
-      <service-endpoint-method-mapping>
-         <java-method-name>subscribe</java-method-name>
-         <wsdl-operation>SubscribeOp</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.ws.eventing.element.SubscribeRequest</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                  wsdlMsgNS:SubscribeMsg</wsdl-message>
-               <wsdl-message-part-name>body</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.ws.eventing.element.SubscribeResponse</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-               wsdlMsgNS:SubscribeResponseMsg</wsdl-message>
-            <wsdl-message-part-name>body</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>subscriptionEnd</java-method-name>
-         <wsdl-operation>SubscriptionEnd</wsdl-operation>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.ws.eventing.element.SubscriptionEndRequest</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-               wsdlMsgNS:SubscriptionEnd</wsdl-message>
-            <wsdl-message-part-name>body</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-   </service-endpoint-interface-mapping>
-
-   <service-endpoint-interface-mapping>
-      <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-
-      <wsdl-port-type xmlns:portTypeNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         portTypeNS:SubscriptionManager</wsdl-port-type>
-      <wsdl-binding xmlns:bindingNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-         bindingNS:SubscriptionManagerPortTypeBinding</wsdl-binding>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>getStatus</java-method-name>
-         <wsdl-operation>GetStatusOp</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.ws.eventing.element.StatusRequest</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                  wsdlMsgNS:GetStatusMsg</wsdl-message>
-               <wsdl-message-part-name>body</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.ws.eventing.element.StatusResponse</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-               wsdlMsgNS:GetStatusResponseMsg</wsdl-message>
-            <wsdl-message-part-name>body</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>renew</java-method-name>
-         <wsdl-operation>RenewOp</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.ws.eventing.element.RenewRequest</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                  wsdlMsgNS:RenewMsg</wsdl-message>
-               <wsdl-message-part-name>body</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.ws.eventing.element.RenewResponse</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-               wsdlMsgNS:RenewResponseMsg</wsdl-message>
-            <wsdl-message-part-name>body</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-
-      <service-endpoint-method-mapping>
-         <java-method-name>unsubscribe</java-method-name>
-         <wsdl-operation>UnsubscribeOp</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.ws.eventing.element.UnsubscribeRequest</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS="http://schemas.xmlsoap.org/ws/2004/08/eventing">
-                  wsdlMsgNS:UnsubscribeMsg</wsdl-message>
-               <wsdl-message-part-name>body</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-      </service-endpoint-method-mapping>
-
-   </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-web>
-    <context-root>/jbossws-test-eventing</context-root>
-</jboss-web>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-
-    <display-name>Eventing Service App</display-name>
-    <servlet>
-        <servlet-name>EventSourceServlet</servlet-name>
-        <servlet-class>org.jboss.ws.eventing.EventSourceEndpointImpl</servlet-class>
-        <load-on-startup>0</load-on-startup>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>EventSourceServlet</servlet-name>
-        <url-pattern>/subscribe</url-pattern>
-    </servlet-mapping>
-
-    <servlet>
-        <servlet-name>SubscriptionManagerServlet</servlet-name>
-        <servlet-class>org.jboss.ws.eventing.SubscriptionManagerEndpointImpl</servlet-class>
-        <load-on-startup>0</load-on-startup>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>SubscriptionManagerServlet</servlet-name>
-        <url-pattern>/manage</url-pattern>
-    </servlet-mapping>
-
-    <servlet>
-        <servlet-name>EventSinkServlet</servlet-name>
-        <servlet-class>org.jboss.test.ws.jaxrpc.wseventing.EventSinkServlet</servlet-class>
-        <load-on-startup>1</load-on-startup>
-    </servlet>
-    <servlet-mapping>
-        <servlet-name>EventSinkServlet</servlet-name>
-        <url-pattern>/eventSink</url-pattern>
-    </servlet-mapping>
-
-    <session-config>
-        <session-timeout>54</session-timeout>
-    </session-config>
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-             xmlns:wsdl="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
-             http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-             version="1.1">
-
-    <webservice-description>
-
-        <webservice-description-name>Eventing Service</webservice-description-name>
-        <wsdl-file>WEB-INF/wsdl/wind.wsdl</wsdl-file>
-        <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-
-        <port-component>
-            <port-component-name>SubscriptionManagerPort</port-component-name>
-            <wsdl-port>wsdl:SubscriptionManagerPort</wsdl-port>
-            <service-endpoint-interface>org.jboss.ws.eventing.SubscriptionManagerEndpoint</service-endpoint-interface>
-            <service-impl-bean>
-                <servlet-link>SubscriptionManagerServlet</servlet-link>
-            </service-impl-bean>
-
-            <handler>
-                <handler-name>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-name>
-                <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
-            </handler>
-
-        </port-component>
-
-        <port-component>
-            <port-component-name>EventSourcePort</port-component-name>
-            <wsdl-port>wsdl:EventSourcePort</wsdl-port>
-            <service-endpoint-interface>org.jboss.ws.eventing.EventSourceEndpoint</service-endpoint-interface>
-            <service-impl-bean>
-                <servlet-link>EventSourceServlet</servlet-link>
-            </service-impl-bean>
-            <handler>
-                <handler-name>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-name>
-                <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
-            </handler>         
-
-        </port-component>
-
-    </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:types>
-      <xs:schema targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'>
-         <xs:include schemaLocation='eventing.xsd'/>
-      </xs:schema>
-   </wsdl:types>
-
-   <wsdl:message name='SubscribeMsg'>
-      <wsdl:part name='body' element='wse:Subscribe'/>
-   </wsdl:message>
-   <wsdl:message name='SubscribeResponseMsg'>
-      <wsdl:part name='body' element='wse:SubscribeResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='RenewMsg'>
-      <wsdl:part name='body' element='wse:Renew'/>
-   </wsdl:message>
-   <wsdl:message name='RenewResponseMsg'>
-      <wsdl:part name='body' element='wse:RenewResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='GetStatusMsg'>
-      <wsdl:part name='body' element='wse:GetStatus'/>
-   </wsdl:message>
-   <wsdl:message name='GetStatusResponseMsg'>
-      <wsdl:part name='body' element='wse:GetStatusResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='UnsubscribeMsg'>
-      <wsdl:part name='body' element='wse:Unsubscribe'/>
-   </wsdl:message>
-   <wsdl:message name='UnsubscribeResponseMsg'/>
-
-   <wsdl:message name='SubscriptionEnd'>
-      <wsdl:part name='body' element='wse:SubscriptionEnd'/>
-   </wsdl:message>
-
-   <wsdl:portType name='EventSource'>
-      <wsdl:operation name='SubscribeOp'>
-         <wsdl:input message='wse:SubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe'/>
-         <wsdl:output message='wse:SubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='SubscriptionEnd'>
-         <wsdl:output message='wse:SubscriptionEnd'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:portType name='SubscriptionManager'>
-      <wsdl:operation name='RenewOp'>
-         <wsdl:input message='wse:RenewMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew'/>
-         <wsdl:output message='wse:RenewResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='GetStatusOp'>
-         <wsdl:input message='wse:GetStatusMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus'/>
-         <wsdl:output message='wse:GetStatusResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='UnsubscribeOp'>
-         <wsdl:input message='wse:UnsubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe'/>
-         <wsdl:output message='wse:UnsubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeResponse'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="EventSourceBinding" type="wse:EventSource">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="SubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-      <wsdl:operation name="SubscriptionEnd">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:binding name="SubscriptionManagerBinding" type="wse:SubscriptionManager">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="GetStatusOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="RenewOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="UnsubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:service name="EventingService">
-      <wsdl:port name="EventSourcePort" binding="wse:EventSourceBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/EventSourcePortType"/>
-      </wsdl:port>
-      <wsdl:port name="SubscriptionManagerPort" binding="wse:SubscriptionManagerBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/SubscriptionManagerPortType"/>
-      </wsdl:port>
-   </wsdl:service>
-   
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,189 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<xs:schema
-        targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-        xmlns:wsa="http://www.w3.org/2005/08/addressing"
-        xmlns:xs="http://www.w3.org/2001/XMLSchema"
-        elementFormDefault="qualified"
-        attributeFormDefault="unqualified"
-        blockDefault="#all">
-
-    <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
-
-    <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd"/>
-
-    <!-- Types and global elements -->
-    <xs:complexType name="DeliveryType" mixed="true">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" /-->
-            <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" minOccurs="0" maxOccurs="1"/>
-        </xs:sequence>
-        <xs:attribute name="Mode" type="xs:anyURI" use="optional"/>
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <!--xs:element name="NotifyTo" type="wsa:EndpointReferenceType" /-->
-
-    <xs:simpleType name="NonNegativeDurationType">
-        <xs:restriction base="xs:duration">
-            <xs:minInclusive value="P0Y0M0DT0H0M0S"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="ExpirationType">
-        <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType"/>
-    </xs:simpleType>
-
-    <xs:complexType name="FilterType" mixed="true">
-        <!--xs:sequence>
-            <xs:any namespace="##other" processContents="lax"
-                    minOccurs="0" maxOccurs="unbounded" />
-        </xs:sequence-->
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <xs:attribute name="Dialect" type="xs:anyURI" use="optional"/>
-            </xs:extension>
-        </xs:simpleContent>
-
-        <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-    </xs:complexType>
-
-    <xs:complexType name="LanguageSpecificStringType">
-        <xs:simpleContent>
-            <xs:extension base="xs:string">
-                <xs:attribute ref="xml:lang" />
-                <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="Subscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="EndTo" type="wsa:EndpointReferenceType"
-                            minOccurs="0"/>
-                <xs:element name="Delivery" type="tns:DeliveryType"/>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <xs:element name="Filter" type="tns:FilterType" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:element name="Identifier" type="xs:anyURI"/>
-
-    <xs:element name="SubscribeResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Expires" type="xs:dateTime"/>
-
-                <!--xs:element name="Expires" type="tns:ExpirationType" /-->
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Used in a fault if there's an unsupported dialect -->
-    <xs:element name="SupportedDialect" type="xs:anyURI"/>
-
-    <!-- Used in a fault if there's an unsupported delivery mode -->
-    <xs:element name="SupportedDeliveryMode" type="xs:anyURI"/>
-
-    <!-- Renew request -->
-    <xs:element name="Renew">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Renew response -->
-    <xs:element name="RenewResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus request -->
-    <xs:element name="GetStatus">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" />
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- GetStatus response -->
-    <xs:element name="GetStatusResponse">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="Expires" type="xs:dateTime" minOccurs="0"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- Unsubscribe request -->
-    <xs:element name="Unsubscribe">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" />
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response -->
-    <!-- SubscriptionEnd message -->
-    <xs:element name="SubscriptionEnd">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:element name="SubscriptionManager"
-                            type="wsa:EndpointReferenceType"/>
-                <xs:element name="Code" type="tns:OpenSubscriptionEndCodeType"/>
-                <xs:element name="Reason" type="tns:LanguageSpecificStringType"
-                            minOccurs="0" maxOccurs="unbounded"/>
-                <!--xs:any namespace="##other" processContents="lax"
-                        minOccurs="0" maxOccurs="unbounded" /-->
-            </xs:sequence>
-            <!--xs:anyAttribute namespace="##other" processContents="lax" /-->
-        </xs:complexType>
-    </xs:element>
-
-    <xs:simpleType name="SubscriptionEndCodeType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:DeliveryFailure"/>
-            <xs:enumeration value="tns:SourceShuttingDown"/>
-            <xs:enumeration value="tns:SourceCancelling"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:simpleType name="OpenSubscriptionEndCodeType">
-        <xs:union memberTypes="tns:SubscriptionEndCodeType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:attribute name="EventSource" type="xs:boolean"/>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/eventing.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,178 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
-      xmlns:tns="http://www.example.org/oceanwatch"
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:types>
-
-      <xs:schema targetNamespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'>
-         <xs:include schemaLocation='eventing.xsd'/>
-      </xs:schema>
-
-      <xs:schema
-            targetNamespace="http://www.example.org/oceanwatch"
-            elementFormDefault="qualified"
-            blockDefault="#all">
-         <xs:element name="WindReport">
-            <xs:complexType>
-               <xs:sequence>
-                  <xs:element name="Date" type="xs:string"/>
-                  <xs:element name="Time" type="xs:string"/>
-                  <xs:element name="Speed" type="xs:string"/>
-                  <xs:element name="Location" type="xs:string"/>
-                  <xs:element name="County" type="xs:string"/>
-                  <xs:element name="State" type="xs:string"/>
-                  <xs:element name="Lat" type="xs:string"/>
-                  <xs:element name="Long" type="xs:string"/>
-                  <xs:element name="Comments" type="xs:string"/>
-               </xs:sequence>
-            </xs:complexType>
-         </xs:element>
-      </xs:schema>
-
-   </wsdl:types>
-
-   <wsdl:message name='SubscribeMsg'>
-      <wsdl:part name='body' element='wse:Subscribe'/>
-   </wsdl:message>
-   <wsdl:message name='SubscribeResponseMsg'>
-      <wsdl:part name='body' element='wse:SubscribeResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='RenewMsg'>
-      <wsdl:part name='body' element='wse:Renew'/>
-   </wsdl:message>
-   <wsdl:message name='RenewResponseMsg'>
-      <wsdl:part name='body' element='wse:RenewResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='GetStatusMsg'>
-      <wsdl:part name='body' element='wse:GetStatus'/>
-   </wsdl:message>
-   <wsdl:message name='GetStatusResponseMsg'>
-      <wsdl:part name='body' element='wse:GetStatusResponse'/>
-   </wsdl:message>
-
-   <wsdl:message name='UnsubscribeMsg'>
-      <wsdl:part name='body' element='wse:Unsubscribe'/>
-   </wsdl:message>
-   <wsdl:message name='UnsubscribeResponseMsg'/>
-
-   <wsdl:message name='SubscriptionEnd'>
-      <wsdl:part name='body' element='wse:SubscriptionEnd'/>
-   </wsdl:message>
-
-   <wsdl:message name='WindMsg'>
-      <wsdl:part name='body' element='tns:WindReport'/>
-   </wsdl:message>
-
-
-   <wsdl:portType name='EventSource'>
-      <wsdl:operation name='SubscribeOp'>
-         <wsdl:input message='wse:SubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe'/>
-         <wsdl:output message='wse:SubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='SubscriptionEnd'>
-         <wsdl:output message='wse:SubscriptionEnd'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:portType name='SubscriptionManager'>
-      <wsdl:operation name='RenewOp'>
-         <wsdl:input message='wse:RenewMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew'/>
-         <wsdl:output message='wse:RenewResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='GetStatusOp'>
-         <wsdl:input message='wse:GetStatusMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus'/>
-         <wsdl:output message='wse:GetStatusResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse'/>
-      </wsdl:operation>
-      <wsdl:operation name='UnsubscribeOp'>
-         <wsdl:input message='wse:UnsubscribeMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe'/>
-         <wsdl:output message='wse:UnsubscribeResponseMsg' wsa10:Action='http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeResponse'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:portType name='Warnings' wse:EventSource='true'>
-      <wsdl:operation name='WindOp'>
-         <wsdl:output message='tns:WindMsg'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="WarningsBinding" type="wse:Warnings">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="WindOp">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:binding name="EventSourceBinding" type="wse:EventSource">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="SubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-      <wsdl:operation name="SubscriptionEnd">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:binding name="SubscriptionManagerBinding" type="wse:SubscriptionManager">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="GetStatusOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="RenewOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-
-      <wsdl:operation name="UnsubscribeOp">
-         <soap:operation soapAction=""/>
-         <wsdl:input>
-            <soap:body use="literal"/>
-         </wsdl:input>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:service name="EventingService">
-      <wsdl:port name="EventSourcePort" binding="wse:EventSourceBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/EventSourcePortType"/>
-      </wsdl:port>
-      <wsdl:port name="SubscriptionManagerPort" binding="wse:SubscriptionManagerBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/SubscriptionManagerPortType"/>
-      </wsdl:port>
-   </wsdl:service>
-
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<wsdl:definitions
-      targetNamespace="http://www.example.org/oceanwatch"
-      xmlns:tns="http://www.example.org/oceanwatch"
-      xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
-      xmlns:wsa10='http://www.w3.org/2005/08/addressing'
-      xmlns:xs='http://www.w3.org/2001/XMLSchema'
-      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-
-   <wsdl:import
-         namespace='http://schemas.xmlsoap.org/ws/2004/08/eventing'
-         location='eventing.wsdl' />
-
-   <wsdl:types>
-
-      <xs:schema
-            targetNamespace="http://www.example.org/oceanwatch"
-            elementFormDefault="qualified"
-            blockDefault="#all">
-         <xs:element name="WindReport">
-            <xs:complexType>
-               <xs:sequence>
-                  <xs:element name="Date" type="xs:string"/>
-                  <xs:element name="Time" type="xs:string"/>
-                  <xs:element name="Speed" type="xs:string"/>
-                  <xs:element name="Location" type="xs:string"/>
-                  <xs:element name="County" type="xs:string"/>
-                  <xs:element name="State" type="xs:string"/>
-                  <xs:element name="Lat" type="xs:string"/>
-                  <xs:element name="Long" type="xs:string"/>
-                  <xs:element name="Comments" type="xs:string"/>
-               </xs:sequence>
-            </xs:complexType>
-         </xs:element>
-      </xs:schema>
-
-   </wsdl:types>
-
-   <wsdl:portType name='Warnings' wse:EventSource='true'>
-      <wsdl:operation name='WindOp'>
-         <wsdl:output message='tns:WindMsg'/>
-      </wsdl:operation>
-   </wsdl:portType>
-
-   <wsdl:binding name="WarningsBinding" type="tns:Warnings">
-      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-      <wsdl:operation name="WindOp">
-         <soap:operation soapAction=""/>
-         <wsdl:output>
-            <soap:body use="literal"/>
-         </wsdl:output>
-      </wsdl:operation>
-   </wsdl:binding>
-
-   <wsdl:service name="EventingService">
-      <wsdl:port name="EventSourcePort" binding="wse:EventSourceBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/EventSourcePortType"/>
-      </wsdl:port>
-      <wsdl:port name="SubscriptionManagerPort" binding="wse:SubscriptionManagerBinding">
-         <soap:address location="http://@jbosstest.host.name@:8080/jaxrpc-wseventing/ws4ee/SubscriptionManagerPortType"/>
-      </wsdl:port>
-   </wsdl:service>
-
-</wsdl:definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wind_inherit.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN"
-        "http://www.w3.org/2001/XMLSchema.dtd">
-<!--
-    W3C XML Schema defined in the Web Services Addressing 1.0 specification
-    http://www.w3.org/TR/ws-addr-core
-
-   Copyright © 2005 World Wide Web Consortium,
-
-   (Massachusetts Institute of Technology, European Research Consortium for
-   Informatics and Mathematics, Keio University). All Rights Reserved. This
-   work is distributed under the W3C® Software License [1] in the hope that
-   it will be useful, but WITHOUT ANY WARRANTY; without even the implied
-   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-   [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           xmlns:tns="http://www.w3.org/2005/08/addressing"
-           targetNamespace="http://www.w3.org/2005/08/addressing"
-           blockDefault="#all" elementFormDefault="qualified"
-           finalDefault="" attributeFormDefault="unqualified">
-
-    <!-- Constructs from the WS-Addressing Core -->
-
-    <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
-    <xs:complexType name="EndpointReferenceType" mixed="false">
-        <xs:sequence>
-            <xs:element name="Address" type="xs:anyURI"/>
-
-            <!-- [hb] was not working
-                xs:element name="Address" type="tns:AttributedURIType"/-->
-            <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType" minOccurs="0"/>
-            <xs:element ref="tns:Metadata" minOccurs="0"/>
-            <!--xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:complexType name="ReferenceParametersType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-            <!--
-               [hb] workaround for missing wilcard support
-            -->
-            <xs:element name="Identifier" type="xs:anyURI" minOccurs="0"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="Metadata" type="tns:MetadataType"/>
-    <xs:complexType name="MetadataType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="MessageID" type="tns:AttributedURIType"/>
-    <xs:element name="RelatesTo" type="tns:RelatesToType"/>
-    <xs:complexType name="RelatesToType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional"
-                              default="http://www.w3.org/2005/08/addressing/reply"/>
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:simpleType name="RelationshipTypeOpenEnum">
-        <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="RelationshipType">
-        <xs:restriction base="xs:anyURI">
-            <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="From" type="tns:EndpointReferenceType"/>
-    <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
-    <xs:element name="To" type="tns:AttributedURIType"/>
-    <xs:element name="Action" type="tns:AttributedURIType"/>
-
-    <xs:complexType name="AttributedURIType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:anyURI">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <!-- Constructs from the WS-Addressing SOAP binding -->
-
-    <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
-
-    <xs:simpleType name="FaultCodesOpenEnumType">
-        <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
-    </xs:simpleType>
-
-    <xs:simpleType name="FaultCodesType">
-        <xs:restriction base="xs:QName">
-            <xs:enumeration value="tns:InvalidAddressingHeader"/>
-            <xs:enumeration value="tns:InvalidAddress"/>
-            <xs:enumeration value="tns:InvalidEPR"/>
-            <xs:enumeration value="tns:InvalidCardinality"/>
-            <xs:enumeration value="tns:MissingAddressInEPR"/>
-            <xs:enumeration value="tns:DuplicateMessageID"/>
-            <xs:enumeration value="tns:ActionMismatch"/>
-            <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
-            <xs:enumeration value="tns:DestinationUnreachable"/>
-            <xs:enumeration value="tns:ActionNotSupported"/>
-            <xs:enumeration value="tns:EndpointUnavailable"/>
-        </xs:restriction>
-    </xs:simpleType>
-
-    <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
-    <xs:complexType name="AttributedUnsignedLongType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:unsignedLong">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
-    <xs:complexType name="AttributedQNameType" mixed="false">
-        <xs:simpleContent>
-            <xs:extension base="xs:QName">
-                <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-            </xs:extension>
-        </xs:simpleContent>
-    </xs:complexType>
-
-    <xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
-    <xs:complexType name="AttributedAnyType" mixed="false">
-        <xs:sequence>
-            <!--xs:any namespace="##any" processContents="lax" minOccurs="1" maxOccurs="1"/-->
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-    <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
-
-    <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
-    <xs:complexType name="ProblemActionType" mixed="false">
-        <xs:sequence>
-            <xs:element ref="tns:Action" minOccurs="0"/>
-            <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
-        </xs:sequence>
-        <!--xs:anyAttribute namespace="##other" processContents="lax"/-->
-    </xs:complexType>
-
-</xs:schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wseventing/WEB-INF/wsdl/wsaddr.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>AccountSignupService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/AccountSignupService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/AccountSignupService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/AccountSignupService</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-wsse-account-signup?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <port name="AccountSignupPort">
-        <operation name="{http://org.jboss.test.ws/wsse}signup">
-            <config>
-                <sign type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse/types}creditCardInfo</target>
-                    </targets>
-                </sign>
-                <encrypt type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname" contentOnly="true">{http://org.jboss.test.ws/wsse/types}creditCardInfo</target>
-                    </targets>
-                </encrypt> 
-                <requires>
-                    <signature>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse/types}signupResponse</target>
-                        </targets>
-                    </signature>
-                    <encryption>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse/types}signupResponse</target>
-                        </targets>
-                    </encryption> 
-                </requires>
-            </config>
-        </operation>
-    </port>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/META-INF/jboss-wsse-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,141 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.wsse.signup</package-type>
-  <namespaceURI>http://org.jboss.test.ws/wsse/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.signup.Address</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:Address</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>city</java-variable-name>
-   <xml-element-name>city</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>state</java-variable-name>
-   <xml-element-name>state</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>street</java-variable-name>
-   <xml-element-name>street</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>zip</java-variable-name>
-   <xml-element-name>zip</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.signup.CreditCardInfo</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:CreditCardInfo</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>creditCardNumber</java-variable-name>
-   <xml-element-name>creditCardNumber</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>expiration</java-variable-name>
-   <xml-element-name>expiration</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>securityCode</java-variable-name>
-   <xml-element-name>securityCode</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:AccountInfo</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>address</java-variable-name>
-   <xml-element-name>address</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>creditCardInfo</java-variable-name>
-   <xml-element-name>creditCardInfo</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>firstName</java-variable-name>
-   <xml-element-name>firstName</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>lastName</java-variable-name>
-   <xml-element-name>lastName</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup_signup_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:signup</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>accountInfo</java-variable-name>
-   <xml-element-name>accountInfo</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>discountAmount</java-variable-name>
-   <xml-element-name>discountAmount</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>signupTime</java-variable-name>
-   <xml-element-name>signupTime</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup_signup_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:signupResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignupService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/wsse'>serviceNS:AccountSignupService</wsdl-service-name>
-  <port-mapping>
-   <port-name>AccountSignupPort</port-name>
-   <java-port-name>AccountSignupPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/wsse'>portTypeNS:AccountSignup</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/wsse'>bindingNS:AccountSignupBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>signup</java-method-name>
-   <wsdl-operation>signup</wsdl-operation>
-   <wrapped-element/>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:AccountSignup_signup</wsdl-message>
-     <wsdl-message-part-name>accountInfo</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>float</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:AccountSignup_signup</wsdl-message>
-     <wsdl-message-part-name>discountAmount</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>2</param-position>
-    <param-type>java.util.Date</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:AccountSignup_signup</wsdl-message>
-     <wsdl-message-part-name>signupTime</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>int</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:AccountSignup_signupResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  
-	<webservice-description>
-		<webservice-description-name>HelloService</webservice-description-name>
-		<config-name>Standard WSSecurity Endpoint</config-name>
-	</webservice-description>
-	
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-    <key-store-type>jks</key-store-type>
-    <key-store-password>jbossws</key-store-password>
-    <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-    <trust-store-type>jks</trust-store-type>
-    <trust-store-password>jbossws</trust-store-password>
-    <port name="AccountSignupPort">
-        <operation name="{http://org.jboss.test.ws/wsse}signup">
-            <config>
-                <sign type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse/types}signupResponse</target>
-                    </targets>
-                </sign>
-                <encrypt type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse/types}signupResponse</target>
-                    </targets>
-                </encrypt> 
-                <requires>
-                    <signature>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse/types}creditCardInfo</target>
-                        </targets>
-                    </signature>
-                    <encryption>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse/types}creditCardInfo</target>
-                        </targets>
-                    </encryption> 
-                </requires>
-            </config>
-        </operation>
-    </port>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/jboss-wsse-server.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>AccountSignup</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignupImpl</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>AccountSignup</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/wsse' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>AccountSignupService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/AccountSignupService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>AccountSignupPort</port-component-name>
-   <wsdl-port>impl:AccountSignupPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>AccountSignup</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='AccountSignupService' targetNamespace='http://org.jboss.test.ws/wsse' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.test.ws/wsse/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/wsse' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.test.ws/wsse/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.test.ws/wsse/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='AccountInfo'>
-    <sequence>
-     <element name='address' nillable='true' type='tns:Address'/>
-     <element name='creditCardInfo' form="qualified" nillable='true' type='tns:CreditCardInfo'/>
-     <element name='firstName' nillable='true' type='string'/>
-     <element name='lastName' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='Address'>
-    <sequence>
-     <element name='city' nillable='true' type='string'/>
-     <element name='state' nillable='true' type='string'/>
-     <element name='street' nillable='true' type='string'/>
-     <element name='zip' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='CreditCardInfo'>
-    <sequence>
-     <element name='creditCardNumber' nillable='true' type='string'/>
-     <element name='expiration' nillable='true' type='dateTime'/>
-     <element name='securityCode' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='signup'>
-    <sequence>
-     <element name='accountInfo' nillable='true' type='tns:AccountInfo'/>
-     <element name='discountAmount' type='float'/>
-     <element name='signupTime' nillable='true' type='dateTime'/>
-    </sequence>
-   </complexType>
-   <complexType name='signupResponse'>
-    <sequence>
-     <element name='result' type='int'/>
-    </sequence>
-   </complexType>
-   <element name='signup' type='tns:signup'/>
-   <element name='signupResponse' type='tns:signupResponse'/>
-  </schema>
- </types>
- <message name='AccountSignup_signup'>
-  <part element='ns1:signup' name='parameters'/>
- </message>
- <message name='AccountSignup_signupResponse'>
-  <part element='ns1:signupResponse' name='result'/>
- </message>
- <portType name='AccountSignup'>
-  <operation name='signup'>
-   <input message='tns:AccountSignup_signup'/>
-   <output message='tns:AccountSignup_signupResponse'/>
-  </operation>
- </portType>
- <binding name='AccountSignupBinding' type='tns:AccountSignup'>
-  <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='signup'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='AccountSignupService'>
-  <port binding='tns:AccountSignupBinding' name='AccountSignupPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/WEB-INF/wsdl/AccountSignupService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-
-Change creditCardInfo to use form=qualified like so:
-
-<element name='creditCardInfo' form="qualified" nillable='true' type='tns:CreditCardInfo'/>
-
--->
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="AccountSignupService" 
-              endpoint="org.jboss.test.ws.jaxrpc.wsse.signup.AccountSignup"
-              style="document">
-       <operation name="signup">
-         <parameter xml-name="accountInfo" type="org.jboss.test.ws.jaxrpc.wsse.signup.AccountInfo"/>
-         <parameter xml-name="discountAmount" type="float"/>
-         <parameter xml-name="signupTime" type="java.util.Date"/>
-       </operation>
-     </service>
-     <namespaces target-namespace="http://org.jboss.test.ws/wsse"
-                 type-namespace="http://org.jboss.test.ws/wsse/types" />
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="AccountSignup"/>
-   </java-wsdl>  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/account-signup/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><soap:Header><wsa:Action wsu:Id="Id-3e78d831-953a-4456-b97e-361557923f5a"></wsa:Action><wsa:MessageID wsu:Id="Id-f493e460-9a8b-4d72-9cbe-31c93b47354a">uuid:68a732d8-b630-4ded-bef0-9b83e735e0c7</wsa:MessageID><wsa:ReplyTo wsu:Id="Id-c963012b-5cce-4144-a80a-eeeeacbfa741"><wsa:Address>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:Address></wsa:ReplyTo><wsa:To wsu:Id="Id-6437041e-e761-4053-8ae2-7c5439108764">http://draught:8081/jbossws-jaxrpc-jse</wsa:To><wsse:Security soap:mustUnderstand="1"><wsu:Timestam!
 p wsu:Id="Timestamp-9e3e6632-f2a1-4b26-a682-9301a75003a7"><wsu:Created>2005-09-26T22:17:32Z</wsu:Created><wsu:Expires>2005-09-26T22:22:32Z</wsu:Expires></wsu:Timestamp><wsse:BinarySecurityToken ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-90d5d4da-8eb8-4deb-b087-395105f8f6ea">MIIBxDCCAW6gAwIBAgIQxUSXFzWJYYtOZnmmuOMKkjANBgkqhkiG9w0BAQQFADAWMRQwEgYDVQQDEwtSb290IEFnZW5jeTAeFw0wMzA3MDgxODQ3NTlaFw0zOTEyMzEyMzU5NTlaMB8xHTAbBgNVBAMTFFdTRTJRdWlja1N0YXJ0Q2xpZW50MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+L6aB9x928noY4+0QBsXnxkQE4quJl7c3PUPdVu7k9A02hRG481XIfWhrDY5i7OEB7KGW7qFJotLLeMec/UkKUwCgv3VvJrs2nE9xO3SSWIdNzADukYh+Cxt+FUU6tUkDeqg7dqwivOXhuOTRyOI3HqbWTbumaLdc8jufz2LhaQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwC!
 NYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwD
QYJKoZIhvcNAQEEBQADQQAfIbnMPVYkNNfX1tG1F+qfLhHwJdfDUZuPyRPucWF5qkh6sSdWVBY5sT/txBnVJGziyO8DPYdu2fPMER8ajJfl</wsse:BinarySecurityToken><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5" /><KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference><wsse:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">rN1aYF3swPMR6YQ3ocxch6pK3zo=</wsse:KeyIdentifier></wsse:SecurityTokenReference></KeyInfo><xenc:CipherData><xenc:CipherValue>y414gRy4mHK+XiKD7Lj+87ZFE/zH+mulqlBViLnWaYHq5JK+grt1PuKSj9fstOXFzaRUj1nZBVL5r7eDuEyf1YsD0ySf4bvjvPk802elzs7RDDTI/7Nng0QmTKoLM7fkINR6cVd1diXXAscLMbALtkGm8oSBG5iCaXCAXUcZjoG0yz58E1xR7ck0uSyd1sLQVGUK0GEsTUnUj8Neu819UNWBdX8OggJD5GSPidXE3B3LE7JJyNAy2Nu+A081XVd59poa9/2g9VhxEqpEb4EgtBt1DulshEo3WtL9yVRIlFgykil4nLP1UaM7qO8Z6fvQVa8oSIeySph94s2xZvoUmw==</xenc:CipherValue></xenc:!
 CipherData><xenc:ReferenceList><xenc:DataReference URI="#EncryptedContent-0810909e-8198-4b19-a4bc-e81d84c6e9cb" /></xenc:ReferenceList></xenc:EncryptedKey><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI="#Id-3e78d831-953a-4456-b97e-361557923f5a"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>qzwAeBclH9e04UeQehmFjVFNMTs=</DigestValue></Reference><Reference URI="#Id-f493e460-9a8b-4d72-9cbe-31c93b47354a"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>kr8F6ybX275vDLh4u50cm1317TY=</DigestValue></Reference><R!
 eference URI="#Id-c963012b-5cce-4144-a80a-eeeeacbfa741"><Transforms><T
ransform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>eTRvqYkJqEStNIJihV8BFCuCSx0=</DigestValue></Reference><Reference URI="#Id-6437041e-e761-4053-8ae2-7c5439108764"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>Mc/Py9DTRBm0rlzUn7nSbLmIFE0=</DigestValue></Reference><Reference URI="#Timestamp-9e3e6632-f2a1-4b26-a682-9301a75003a7"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>SqkivGZafBC0g3afg6Xu9vPxih8=</DigestValue></Reference><Reference URI="#Id-4acb2491-8ec7-4f92-9547-ac52f9032277"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#s!
 ha1" /><DigestValue>VPZKXJgUxE2mpHLTjveTWkXA1Jo=</DigestValue></Reference></SignedInfo><SignatureValue>KPgfLB6vlsmD7ShsZ2v09tmjOcQqp6n0R7jMDo5WomGAPk01DX8hBjWEfBMt94k9tDlWAQ+lTzh8ydZWppQ5q1ZI6AKIkw24KINzUnAq63rZshtZjz7AW6uOC0ypS8rI1hQAoIb9pjZUb2nNP8etNUPEKThMfew2t3ZvtCSyYAo=</SignatureValue><KeyInfo><wsse:SecurityTokenReference><wsse:Reference URI="#SecurityToken-90d5d4da-8eb8-4deb-b087-395105f8f6ea" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" /></wsse:SecurityTokenReference></KeyInfo></Signature></wsse:Security></soap:Header><soap:Body wsu:Id="Id-4acb2491-8ec7-4f92-9547-ac52f9032277"><xenc:EncryptedData Id="EncryptedContent-0810909e-8198-4b19-a4bc-e81d84c6e9cb" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc" /><xenc:CipherData><xenc:CipherValue>rcPPs1DlqKQuZOxdEbH8I3B5GaFgVksz4PQaoEl88hgQcxhTz3/y!
 +J86F4Tf5PGLmSJQlOloMWe2SmqrdWYiRPyEqpRCb4o24jYIkZQxuK7qiDCdsueH0EX+sU
B0hl0c0leTEeJQFmN5bv3gJ2pxyN+zWfD5nW3kNteTec9jkowQEGg+lzHenb6Hqa53Rn+zeEXaPIdmLCa+ZeqNMWf7eA==</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></soap:Body></soap:Envelope>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/microsoft-wse.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,44 +0,0 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://xmlsoap.org/Ping" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header>
-<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1"><wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="XWSSGID-11281181190931507102613">MIIEQTCCA6qgAwIBAgIBAzANBgkqhkiG9w0BAQUFADCBkjELMAkGA1UEBhMCVVMxEzARBgNVBAgT
-Cldhc2hpbmd0b24xGDAWBgNVBAcTD1Nub3F1YWxtaWUgUGFzczETMBEGA1UEChMKSkJvc3MgSW5j
-LjELMAkGA1UECxMCUUExEjAQBgNVBAMTCWpib3NzLmNvbTEeMBwGCSqGSIb3DQEJARYPYWRtaW5A
-amJvc3MuY29tMB4XDTA1MDkxNTAwMDk0MVoXDTE1MDkxMzAwMDk0MVowgYsxCzAJBgNVBAYTAlVT
-MRMwEQYDVQQIEwpXYXNoaW5ndG9uMRMwEQYDVQQKEwpKQm9zcyBJbmMuMRQwEgYDVQQLEwtEZXZl
-bG9wbWVudDEVMBMGA1UEAxMMSmFzb24gR3JlZW5lMSUwIwYJKoZIhvcNAQkBFhZqYXNvbi5ncmVl
-bmVAamJvc3MuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzzj+VomXdEuHTg4g
-N9mN865eulLiAPITiZMLfz2ODuzF0pj39iTKhHM8IS6YQYbkPGRXMTmnCy0NFfMsVKTXs/9rZBMP
-1ko3kZopaN+XrUT8yxIiydL76QYcRpDGgxG9G4kc+mHdt0rZtARWVwoVPhO4Irx09AONpSYqdSq0
-8jMXscA+yXwvhDHGV+J4CCSmQgYVa95OdDaAMnWp5csAfg4eL/GTLI36Up4tjsFnMq5NFKsCnZ1q
-qxA1OO3CbhsK/IlEZw13alGJPJ1FgvaTZTZNh+h2YIKl//P5iQOtfURrzWsVwGcEa6S+lC72BJHj
-JBOw4byI/FTi1HCe6wd3iQIDAQABo4IBJjCCASIwCQYDVR0TBAIwADAsBglghkgBhvhCAQ0EHxYd
-T3BlblNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFKzdWmBd7MDzEemEN6HMXIeq
-St86MIHHBgNVHSMEgb8wgbyAFEuV2BcIYuw61dmN9JIrAvNK+hZ+oYGYpIGVMIGSMQswCQYDVQQG
-EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEYMBYGA1UEBxMPU25vcXVhbG1pZSBQYXNzMRMwEQYD
-VQQKEwpKQm9zcyBJbmMuMQswCQYDVQQLEwJRQTESMBAGA1UEAxMJamJvc3MuY29tMR4wHAYJKoZI
-hvcNAQkBFg9hZG1pbkBqYm9zcy5jb22CCQCr9VL/ZBpN7zANBgkqhkiG9w0BAQUFAAOBgQDEU/Bs
-M2Pqcr8j8/NdYlgSYXX1R7u2wjYkRnW6jeHlxNm5XeuY0t4nr8fq5S05YOAlU4LTJuGNMB8kZUit
-hAU2QxkMLmKKsb+B1zIdzP756xC6x+5g0dXLIt0ItVjPv5GQIw1SRmQKBkfliwV5jOrkCzJ5/v04
-Hb1iUP9iqcdN2w==</wsse:BinarySecurityToken><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
-<wsse:SecurityTokenReference>
-<wsse:Reference URI="#XWSSGID-11281181190931507102613" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/>
-</wsse:SecurityTokenReference>
-</ds:KeyInfo><xenc:CipherData><xenc:CipherValue>eZrIX36gR0j7tmNl/RCiJljrwWgGV2bxK7+wsAeKC+cy8mC1hxuYIIEwuOZJHwGHCp2wC9Mm+Lgh
-WNpHdPe2GZ7ZktBy+Vns7tsSTDpqhFEqjff1WXmLS9D4Af7GT+0ppIyoyer6GR/1ONVKIHCqgvz9
-MfVOLSg7xwA2lNHZb8OrtCQbW6qusYQRmGceNSznzvOffVc5mYLlWCbF0L0/vxe4N3XxHf5XPDNy
-ZbU5MVxY39CVfOuyTDDAKuOrgFg0SVnvVs6pxODSqyoRWwSX6OVR4eNHlwqFy4YNursexdMcN6+m
-1TNdD3JxvfAPpJ6eQyEyo/bLZ8716OkrX09TnQ==</xenc:CipherValue></xenc:CipherData><xenc:ReferenceList><xenc:DataReference URI="#XWSSGID-11281181204061454410903"/></xenc:ReferenceList></xenc:EncryptedKey><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse enc env ns0 xsd xsi"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI="#XWSSGID-1128118119796-1248197503"><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>PJcApbZijxMw4XdIoubkAHSoACc=</ds:DigestValue></ds:Reference><ds:Reference URI="#XWSSGID-1128118119812-1184870488"><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>5YXLV9XcLPWJw2fXt/ed8GMv6L0=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:Signat!
 ureValue>Fqt7KWCgrMZCOV52GQnPLodfsO8UF5CRvfd6Hf8DWjizcbZaDnVgpdhY+g+vCGMFKesCMIZ1p0H5
-K3lSrvH869C4XP5LBJUGRYY5Neyuk3QIKW7jThx18lpvdoxFULOvfXMGCN0Wy1oxrvnVqXCcZ5pG
-YmN2Phvz1fLDYBD8T+s=</ds:SignatureValue><ds:KeyInfo><wsse:SecurityTokenReference xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="testthis">
-<ds:X509Data><ds:X509IssuerSerial>
-<ds:X509IssuerName>CN=RootCA 2005, OU=JWS, O=SUN, ST=Some-State, C=IN</ds:X509IssuerName>
-
-<ds:X509SerialNumber>1</ds:X509SerialNumber>
-</ds:X509IssuerSerial></ds:X509Data>
-</wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="XWSSGID-1128118119796-1248197503"><wsu:Created>2005-09-30T22:08:39Z</wsu:Created><wsu:Expires>2005-09-30T22:13:39Z</wsu:Expires></wsu:Timestamp></wsse:Security></env:Header><env:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="XWSSGID-1128118119812-1184870488"><xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="XWSSGID-11281181204061454410903" Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/><xenc:CipherData><xenc:CipherValue>+J1/THIHgV2Olzki5NyZsUrG3bgmXIWrUrWpALFAouiM8s0X5gAEmg55VSEgyClnR+0dFzZud1d1
-DPaIAXIk1q02qltGfU4XQxQhpFjm+E4sZCclitNkr/LvTTjzNRcGZDXb4dL4sy1dH8uNwYthmCLn
-8egSTdxSJX485He57TOt+p74DSyCvp7f+mIleLPbs9m4jO2XnvdLCjBPUui1y65oG9cpZP0fiv2b
-iHZlj8/6fyuFacBoQ2h/S/hZUl069bmQYlM7nNBjUEGSBs8+u6mra+bZqSStne7tOoom5y1RvQmx
-DB6vt618jR9yET+1Eb1z0tc4g1b6PhlGB2E8uz9i7GgTn7xBu9nLNl4QZ9AXPI0zyYw+yc/2n8Aj
-41+JtJEBqd3hzOZHZ2xYL4XvqeghKjxKxGiP/bUIPewMsrD/1qJ9kV/7SSwhVAPhjk44QD7JUMsM
-gFJz5T9tGqqEiKKXDaOr8BQq5IOJxb6J/5xPI8anSgE/WnR4NeEWMnO8q/scI06WY/fblDFjQXIn
-cIJtlZqkGumKXe5r5adpT0BgeHukKamxx+uCk0wBKRSi</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></env:Body></env:Envelope>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/sun-xws-issuerserial-sign-encrypt.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +0,0 @@
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://xmlsoap.org/Ping" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header>
-<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" env:mustUnderstand="1"><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"><InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="wsse enc env ns0 xsd xsi"/></ds:CanonicalizationMethod><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><ds:Reference URI="#XWSSGID-11278852901251740661465"><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>T6JD/nEaMvquMhwh2BpvNkKj5To=</ds:DigestValue></ds:Reference><ds:Reference URI="#testthis"><ds:Transforms><ds:Transform Algorithm="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#STR-Transform"><wsse:TransformationParameters><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></wsse:Transf!
 ormationParameters></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue>Iu2Xommc5pYQuZoybkGqCWUt2Ek=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>mStSlv1gNaWBlr5XG3Q01ScmqQOeO3L8+BbDaruT2UCVgCiwXWB+S1QyZBF3l30KPKylovFujyC+
-SaZx/rt0Ag01D+UG02qlng2++q2OQO+fEptGh8AKq0wWrDDxCxams5Q2uPKvEert6qUvJlmwHrvl
-qGMABBJblHsWvObNEVA=</ds:SignatureValue><ds:KeyInfo><wsse:SecurityTokenReference xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="testthis">
-<wsse:KeyIdentifier EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier">SJ76jrxJ2wSACTeaBwSTLEqpa7o=</wsse:KeyIdentifier>
-</wsse:SecurityTokenReference></ds:KeyInfo></ds:Signature><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="XWSSGID-11278852901251740661465"><wsu:Created>2005-09-28T05:28:09Z</wsu:Created><wsu:Expires>2005-09-28T05:33:09Z</wsu:Expires></wsu:Timestamp></wsse:Security></env:Header><env:Body><ns0:Ping><ns0:ticket>SUNW</ns0:ticket><ns0:text>Hello !</ns0:text></ns0:Ping></env:Body></env:Envelope>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/interop/sun-xws.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/keystore.password
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/keystore.password (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/keystore.password)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>HelloService</display-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/HelloService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.Hello</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-		<config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-wsse-rpc?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <port name="HelloPort">
-        <operation name="{http://org.jboss.test.ws/wsse}echoUserType">
-            <config>
-                <sign type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                    </targets>
-                </sign>
-                <encrypt type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                    </targets>
-                </encrypt> 
-                <requires>
-                    <signature>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                        </targets>
-                    </signature>
-                    <encryption>
-                        <targets>
-                            <target type="qname" contentOnly="true">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                        </targets>
-                    </encryption> 
-                </requires>
-            </config>
-        </operation>
-    </port>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/META-INF/jboss-wsse-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,94 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.wsse</package-type>
-  <namespaceURI>http://org.jboss.test.ws/wsse/types</namespaceURI>
- </package-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.UserType</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:UserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>msg</java-variable-name>
-   <xml-element-name>msg</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.HelloException</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.test.ws/wsse/types'>typeNS:HelloException</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>message</java-variable-name>
-   <xml-element-name>message</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>code</java-variable-name>
-   <xml-element-name>code</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>reason</java-variable-name>
-   <xml-element-name>reason</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <exception-mapping>
-  <exception-type>org.jboss.test.ws.jaxrpc.wsse.HelloException</exception-type>
-  <wsdl-message xmlns:exMsgNS='http://org.jboss.test.ws/wsse'>exMsgNS:HelloException</wsdl-message>
-  <constructor-parameter-order>
-   <element-name>message</element-name>
-   <element-name>code</element-name>
-   <element-name>reason</element-name>
-  </constructor-parameter-order>
- </exception-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.wsse.HelloService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.test.ws/wsse'>serviceNS:HelloService</wsdl-service-name>
-  <port-mapping>
-   <port-name>HelloPort</port-name>
-   <java-port-name>HelloPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.Hello</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.test.ws/wsse'>portTypeNS:Hello</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.test.ws/wsse'>bindingNS:HelloBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoUserType</java-method-name>
-   <wsdl-operation>echoUserType</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.wsse.UserType</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:Hello_echoUserType</wsdl-message>
-     <wsdl-message-part-name>UserType_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.wsse.UserType</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:Hello_echoUserTypeResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>triggerException</java-method-name>
-   <wsdl-operation>triggerException</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:Hello_triggerException</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <method-param-parts-mapping>
-    <param-position>1</param-position>
-    <param-type>int</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.test.ws/wsse'>wsdlMsgNS:Hello_triggerException</wsdl-message>
-     <wsdl-message-part-name>int_2</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  
-	<context-root>jaxrpc-wsse-rpc</context-root>
-	
-	<webservice-description>
-		<webservice-description-name>HelloService</webservice-description-name>
-		<config-name>Standard WSSecurity Endpoint</config-name>
-	</webservice-description>
-	
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-    <key-store-type>jks</key-store-type>
-    <key-store-password>jbossws</key-store-password>
-    <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-    <trust-store-type>jks</trust-store-type>
-    <trust-store-password>jbossws</trust-store-password>
-    <port name="HelloPort">
-        <operation name="{http://org.jboss.test.ws/wsse}echoUserType">
-            <config>
-                <sign type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                    </targets>
-                </sign>
-                <encrypt type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname" contentOnly="true">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                    </targets>
-                </encrypt> 
-                <requires>
-                    <signature>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                        </targets>
-                    </signature>
-                    <encryption>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                        </targets>
-                    </encryption> 
-                </requires>
-            </config>
-        </operation>
-    </port>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/jboss-wsse-server.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>Hello</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.wsse.HelloJavaBean</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>Hello</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.test.ws/wsse' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>HelloService</webservice-description-name>
-  <wsdl-file>WEB-INF/wsdl/HelloService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>HelloPort</port-component-name>
-   <wsdl-port>impl:HelloPort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.Hello</service-endpoint-interface>
-   <service-impl-bean>
-    <servlet-link>Hello</servlet-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='HelloService' targetNamespace='http://org.jboss.test.ws/wsse' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.test.ws/wsse/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.test.ws/wsse' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.test.ws/wsse/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.test.ws/wsse/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='HelloException'>
-    <sequence>
-     <element name='message' nillable='true' type='string'/>
-     <element name='code' type='int'/>
-     <element name='reason' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='UserType'>
-    <sequence>
-     <element name='msg' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <element name='HelloException' type='tns:HelloException'/>
-  </schema>
- </types>
- <message name='Hello_echoUserType'>
-  <part name='UserType_1' type='ns1:UserType'/>
- </message>
- <message name='Hello_echoUserTypeResponse'>
-  <part name='result' type='ns1:UserType'/>
- </message>
- <message name='Hello_triggerException'>
-  <part name='String_1' type='xsd:string'/>
-  <part name='int_2' type='xsd:int'/>
- </message>
- <message name='Hello_triggerExceptionResponse'/>
- <message name='HelloException'>
-  <part element='ns1:HelloException' name='HelloException'/>
- </message>
- <portType name='Hello'>
-  <operation name='echoUserType' parameterOrder='UserType_1'>
-   <input message='tns:Hello_echoUserType'/>
-   <output message='tns:Hello_echoUserTypeResponse'/>
-  </operation>
-  <operation name='triggerException' parameterOrder='String_1 int_2'>
-   <input message='tns:Hello_triggerException'/>
-   <output message='tns:Hello_triggerExceptionResponse'/>
-   <fault message='tns:HelloException' name='HelloException'/>
-  </operation>
- </portType>
- <binding name='HelloBinding' type='tns:Hello'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoUserType'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/wsse' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/wsse' use='literal'/>
-   </output>
-  </operation>
-  <operation name='triggerException'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.test.ws/wsse' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.test.ws/wsse' use='literal'/>
-   </output>
-   <fault name='HelloException'>
-    <soap:fault name='HelloException' use='literal'/>
-   </fault>
-  </operation>
- </binding>
- <service name='HelloService'>
-  <port binding='tns:HelloBinding' name='HelloPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/WEB-INF/wsdl/HelloService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools" 
-     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-     xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-   <java-wsdl>
-     <service name="HelloService" 
-              endpoint="org.jboss.test.ws.jaxrpc.wsse.Hello"
-              style="rpc">
-     </service>
-     <namespaces target-namespace="http://org.jboss.test.ws/wsse"
-                 type-namespace="http://org.jboss.test.ws/wsse/types" />
-     <mapping file="jaxrpc-mapping.xml"/>
-     <webservices  servlet-link="Hello"/>
-   </java-wsdl>  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/rpc/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-encrypt-fault)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature includeFaults="true"/>
-      <encryption includeFaults="true"/> 
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse" includeFaults="true"/>
-    <encrypt type="x509v3" alias="wsse" includeFaults="true"/>
-    <requires>
-      <signature/>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-encrypt-fault/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-fault)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature includeFaults="true"/>
-      <encryption/> 
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse" includeFaults="true"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/sign-fault/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/simple-sign-encrypt)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/> 
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/simple-sign-encrypt/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/> 
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-  <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <key-store-password>{EXT}java -cp ${buildpath}/classes org.jboss.test.ws.jaxrpc.wsse.PasswordUtil ${buildpath}/resources/jaxrpc/wsse/keystore.password</key-store-password>
-  <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-  <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <trust-store-password>{CLASS}org.jboss.security.plugins.FilePassword:${buildpath}/resources/jaxrpc/wsse/keystore.password</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <encrypt type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-      <encryption/>
-    </requires>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/store-pass-encrypt-class-cmd/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" version="2.1">
-  
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <service-endpoint>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService</service-endpoint>
-      <ejb-class>org.jboss.test.ws.jaxrpc.wsse.JaxRpcEJBEndpoint</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-  
-  <assembly-descriptor>
-    <security-role>
-      <description>The role required to invoke the echo methods</description>
-      <role-name>friend</role-name>
-    </security-role>
-    
-    <method-permission>
-      <role-name>friend</role-name>
-      <method>
-        <ejb-name>TestService</ejb-name>
-        <method-name>*</method-name>
-      </method>
-    </method-permission>
-  </assembly-descriptor>
-  
-</ejb-jar>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/ejb-jar.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,208 +0,0 @@
-<java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.wsse</package-type>
-  <namespaceURI>http://org.jboss.ws/wsse/types</namespaceURI>
- </package-mapping>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxrpc.wsse</package-type>
-  <namespaceURI>http://org.jboss.ws/wsse</namespaceURI>
- </package-mapping>
- <!--
- <java-xml-type-mapping>
-  <java-type>org.jboss.ws.jaxrpc.ParameterWrapping$WrapperType$$BeanGeneratorByCGLIB$$f29522bb</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoString</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>String_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>String_2</java-variable-name>
-   <xml-element-name>String_2</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.ws.jaxrpc.ParameterWrapping$WrapperType$$BeanGeneratorByCGLIB$$53adb5a1</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoSimpleUserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>String_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>SimpleUserType_2</java-variable-name>
-   <xml-element-name>SimpleUserType_2</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- -->
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.SimpleUserType</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:SimpleUserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>a</java-variable-name>
-   <data-member/>
-   <xml-element-name>a</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>b</java-variable-name>
-   <xml-element-name>b</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoString_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoStringResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoSimpleUserType_ResponseStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoSimpleUserTypeResponse</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>result</java-variable-name>
-   <xml-element-name>result</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoString_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoString</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>String_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>String_2</java-variable-name>
-   <xml-element-name>String_2</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <java-xml-type-mapping>
-  <java-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoSimpleUserType_RequestStruct</java-type>
-  <root-type-qname xmlns:typeNS='http://org.jboss.ws/wsse/types'>typeNS:echoSimpleUserType</root-type-qname>
-  <qname-scope>complexType</qname-scope>
-  <variable-mapping>
-   <java-variable-name>String_1</java-variable-name>
-   <xml-element-name>String_1</xml-element-name>
-  </variable-mapping>
-  <variable-mapping>
-   <java-variable-name>SimpleUserType_2</java-variable-name>
-   <xml-element-name>SimpleUserType_2</xml-element-name>
-  </variable-mapping>
- </java-xml-type-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxrpc.wsse.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/wsse'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>JaxRpcTestServicePort</port-name>
-   <java-port-name>JaxRpcTestServicePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <!--
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/wsse'>portTypeNS:JaxRpcTestService</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/wsse'>bindingNS:JaxRpcTestServiceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoString</java-method-name>
-   <wsdl-operation>echoString</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoString_RequestStruct</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/wsse'>wsdlMsgNS:JaxRpcTestService_echoString</wsdl-message>
-     <wsdl-message-part-name>parameters</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoString_ResponseStruct</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/wsse'>wsdlMsgNS:JaxRpcTestService_echoStringResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>echoSimpleUserType</java-method-name>
-   <wsdl-operation>echoSimpleUserType</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoSimpleUserType_RequestStruct</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/wsse'>wsdlMsgNS:JaxRpcTestService_echoSimpleUserType</wsdl-message>
-     <wsdl-message-part-name>parameters</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService_echoSimpleUserType_ResponseStruct</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/wsse'>wsdlMsgNS:JaxRpcTestService_echoSimpleUserTypeResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
- -->
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/wsse">portTypeNS:JaxRpcTestService</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/wsse">bindingNS:JaxRpcTestServiceBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoSimpleUserType</java-method-name>
-      <wsdl-operation>echoSimpleUserType</wsdl-operation>
-      <wrapped-element/>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoSimpleUserType</wsdl-message>
-          <wsdl-message-part-name>String_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>org.jboss.test.ws.jaxrpc.wsse.SimpleUserType</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoSimpleUserType</wsdl-message>
-          <wsdl-message-part-name>SimpleUserType_2</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>org.jboss.test.ws.jaxrpc.wsse.SimpleUserType</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoSimpleUserTypeResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>echoString</java-method-name>
-      <wsdl-operation>echoString</wsdl-operation>
-      <wrapped-element/>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoString</wsdl-message>
-          <wsdl-message-part-name>String_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <method-param-parts-mapping>
-        <param-position>1</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoString</wsdl-message>
-          <wsdl-message-part-name>String_2</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/wsse">wsdlMsgNS:JaxRpcTestService_echoStringResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-wsse-username?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <config>
-    <username/>
-  </config>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <key-store-file>META-INF/wsse.keystore</key-store-file>
-    <key-store-type>jks</key-store-type>
-    <key-store-password>jbossws</key-store-password>
-    <trust-store-file>META-INF/wsse.truststore</trust-store-file>
-    <trust-store-type>jks</trust-store-type>
-    <trust-store-password>jbossws</trust-store-password>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
-
-<jboss>
-  <security-domain>java:/jaas/JBossWS</security-domain>
-  
-  <webservices>
-    <webservice-description>
-      <webservice-description-name>TestService</webservice-description-name>
-      <config-name>Standard WSSecurity Endpoint</config-name>
-    </webservice-description>
-  </webservices>
-  
-  <enterprise-beans>
-    <session>
-      <ejb-name>TestService</ejb-name>
-      <port-component>
-        <port-component-name>TestServicePort</port-component-name>
-        <port-component-uri>/jaxrpc-wsse-username/*</port-component-uri>
-      </port-component>
-    </session>
-  </enterprise-beans>
-</jboss>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<webservices version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:impl='http://org.jboss.ws/wsse' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd'>
- <webservice-description>
-  <webservice-description-name>TestService</webservice-description-name>
-  <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-  <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-  <port-component>
-   <port-component-name>JaxRpcTestServicePort</port-component-name>
-   <wsdl-port>impl:JaxRpcTestServicePort</wsdl-port>
-   <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.JaxRpcTestService</service-endpoint-interface>
-   <service-impl-bean>
-    <ejb-link>TestService</ejb-link>
-   </service-impl-bean>
-  </port-component>
- </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/wsse' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='http://org.jboss.ws/wsse/types' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/wsse' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.ws/wsse/types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws/wsse/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='echoSimpleUserType'>
-    <sequence>
-     <element name='String_1' nillable='true' type='string'/>
-     <element name='SimpleUserType_2' nillable='true' type='tns:SimpleUserType'/>
-    </sequence>
-   </complexType>
-   <complexType name='echoSimpleUserTypeResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='tns:SimpleUserType'/>
-    </sequence>
-   </complexType>
-   <complexType name='echoString'>
-    <sequence>
-     <element name='String_1' nillable='true' type='string'/>
-     <element name='String_2' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='echoStringResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <complexType name='SimpleUserType'>
-    <sequence>
-     <element name='a' type='int'/>
-     <element name='b' type='int'/>
-    </sequence>
-   </complexType>
-   <element name='echoSimpleUserType' type='tns:echoSimpleUserType'/>
-   <element name='echoSimpleUserTypeResponse' type='tns:echoSimpleUserTypeResponse'/>
-   <element name='echoString' type='tns:echoString'/>
-   <element name='echoStringResponse' type='tns:echoStringResponse'/>
-  </schema>
- </types>
- <message name='JaxRpcTestService_echoSimpleUserType'>
-  <part element='ns1:echoSimpleUserType' name='parameters'/>
- </message>
- <message name='JaxRpcTestService_echoSimpleUserTypeResponse'>
-  <part element='ns1:echoSimpleUserTypeResponse' name='result'/>
- </message>
- <message name='JaxRpcTestService_echoString'>
-  <part element='ns1:echoString' name='parameters'/>
- </message>
- <message name='JaxRpcTestService_echoStringResponse'>
-  <part element='ns1:echoStringResponse' name='result'/>
- </message>
- <portType name='JaxRpcTestService'>
-  <operation name='echoSimpleUserType'>
-   <input message='tns:JaxRpcTestService_echoSimpleUserType'/>
-   <output message='tns:JaxRpcTestService_echoSimpleUserTypeResponse'/>
-  </operation>
-  <operation name='echoString'>
-   <input message='tns:JaxRpcTestService_echoString'/>
-   <output message='tns:JaxRpcTestService_echoStringResponse'/>
-  </operation>
- </portType>
- <binding name='JaxRpcTestServiceBinding' type='tns:JaxRpcTestService'>
-  <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoSimpleUserType'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoString'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:JaxRpcTestServiceBinding' name='JaxRpcTestServicePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -cp ../../../../output/classes -config jbosswsConfig.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools">
-  <javaToWSDL>
-    <service name="TestService" wsdlStyle="document" endpoint="org.jboss.test.ws.jaxrpc.samples.jsr109ejb.JaxRpcTestService"/>
-    <namespaces targetNamespace="http://org.jboss.ws/samples/jsr109ejb" typeNamespace="http://org.jboss.ws/samples/jsr109ejb/types"/>
-    <mapping fileName="jaxrpc-mapping.xml"/>
-    <wsxml ejbLink="TestService"/>
-  </javaToWSDL>
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/jbosswsConfig.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/roles.properties
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/roles.properties	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/roles.properties	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
-manager=Echo

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/roles.properties (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/roles.properties)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/users.properties
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/users.properties	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/users.properties	2006-09-11 14:25:52 UTC (rev 936)
@@ -1 +0,0 @@
-manager=supersecretpassword

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/username/users.properties (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/users.properties)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  <context-root>jaxrpc-wsse-rpc</context-root>
-  
-  <webservice-description>
-    <webservice-description-name>HelloService</webservice-description-name>
-    <config-name>Standard WSSecurity Endpoint</config-name>
-  </webservice-description>
-  
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <config-name>Standard WSSecurity Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-wsse-rpc/Hello?wsdl</wsdl-override>
-  </service-ref>
-</jboss-web>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-    <key-store-file>WEB-INF/wsse.keystore</key-store-file>
-    <key-store-type>jks</key-store-type>
-    <key-store-password>jbossws</key-store-password>
-    <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
-    <trust-store-type>jks</trust-store-type>
-    <trust-store-password>jbossws</trust-store-password>
-    <port name="HelloPort">
-        <operation name="{http://org.jboss.test.ws/wsse}echoUserType">
-            <config>
-                <sign type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                    </targets>
-                </sign>
-                <encrypt type="x509v3" alias="wsse">
-                    <targets>
-                        <target type="qname">{http://org.jboss.test.ws/wsse}echoUserType</target>
-                    </targets>
-                </encrypt> 
-                <requires>
-                    <signature>
-                        <targets>
-                            <target type="qname">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                        </targets>
-                    </signature>
-                    <encryption>
-                        <targets>
-                            <target type="qname" contentOnly="true">{http://org.jboss.test.ws/wsse}echoUserTypeResponse</target>
-                        </targets>
-                    </encryption> 
-                </requires>
-            </config>
-        </operation>
-    </port>
-</jboss-ws-security>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>Hello</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.wsse.HelloJavaBean</servlet-class>
-  </servlet>
-  <servlet>
-    <servlet-name>RpcTestClientServlet</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.wsse.RpcTestClientServlet</servlet-class>
-  </servlet>
-  <servlet-mapping>
-    <servlet-name>Hello</servlet-name>
-    <url-pattern>/Hello</url-pattern>
-  </servlet-mapping>
-  <servlet-mapping>
-    <servlet-name>RpcTestClientServlet</servlet-name>
-    <url-pattern>/RpcTestClientServlet</url-pattern>
-  </servlet-mapping>
-
-  <service-ref>
-    <service-ref-name>service/HelloService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>WEB-INF/wsdl/HelloService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.wsse.Hello</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/webclient/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.keystore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.keystore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/wsse.keystore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.truststore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/wsse/wsse.truststore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/wsse.truststore)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/circular.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/circular.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/circular.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,134 +0,0 @@
-<schema elementFormDefault="qualified" targetNamespace="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws" xmlns="http://www.w3.org/2001/XMLSchema"
-        xmlns:ns2="http://extra.complex.jsr181.jaxws.ws.test.jboss.org/jaws"
-        xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-        xmlns:tns="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-   <import namespace="http://extra.complex.jsr181.jaxws.ws.test.jboss.org/jaws"/>
-
-   <complexType name="Address">
-      <sequence>
-         <element name="city" nillable="true" type="string"/>
-         <element name="state" nillable="true" type="string"/>
-         <element name="street" nillable="true" type="string"/>
-         <element name="zip" nillable="true" type="string"/>
-      </sequence>
-   </complexType>
-   <complexType name="AlreadyRegisteredException">
-      <complexContent>
-         <extension base="tns:RegistrationException">
-            <sequence>
-               <element name="existingId" type="long"/>
-            </sequence>
-         </extension>
-      </complexContent>
-   </complexType>
-   <complexType name="BulkRegister">
-      <sequence>
-         <element maxOccurs="unbounded" minOccurs="0" name="Customers" nillable="true" type="tns:Customer"/>
-         <element name="When" nillable="true" type="dateTime"/>
-      </sequence>
-   </complexType>
-   <complexType name="BulkRegisterResponse">
-      <sequence>
-         <element maxOccurs="unbounded" minOccurs="0" name="RegisteredIDs" type="long"/>
-      </sequence>
-   </complexType>
-   <complexType name="Customer">
-      <sequence>
-         <element name="address" nillable="true" type="tns:Address"/>
-         <element maxOccurs="unbounded" minOccurs="0" name="contactNumbers" nillable="true" type="tns:PhoneNumber"/>
-         <element name="id" type="long"/>
-         <element name="name" nillable="true" type="tns:Name"/>
-         <element maxOccurs="unbounded" minOccurs="0" name="referredCustomers" nillable="true" type="tns:Customer"/>
-      </sequence>
-   </complexType>
-   <complexType name="GetStatistics">
-      <sequence>
-         <element name="Customer" nillable="true" type="tns:Customer"/>
-      </sequence>
-   </complexType>
-   <complexType name="GetStatisticsResponse">
-      <sequence>
-         <element name="Statistics" nillable="true" type="Statistics"/>
-      </sequence>
-   </complexType>
-
-   <complexType name="Statistics">
-      <sequence>
-         <element name="activationTime" nillable="true" type="dateTime"/>
-         <element name="hits" type="long"/>
-      </sequence>
-   </complexType>
-
-
-   <complexType name="InvoiceCustomer">
-      <complexContent>
-         <extension base="tns:Customer">
-            <sequence>
-               <element name="cycleDay" type="int"/>
-            </sequence>
-         </extension>
-      </complexContent>
-   </complexType>
-   <complexType name="Name">
-      <sequence>
-         <element name="firstName" nillable="true" type="string"/>
-         <element name="lastName" nillable="true" type="string"/>
-         <element name="middleName" nillable="true" type="string"/>
-      </sequence>
-   </complexType>
-   <complexType name="PhoneNumber">
-      <sequence>
-         <element name="areaCode" nillable="true" type="string"/>
-         <element name="exchange" nillable="true" type="string"/>
-         <element name="line" nillable="true" type="string"/>
-      </sequence>
-   </complexType>
-   <complexType name="Register">
-      <sequence>
-         <element name="Customer" nillable="true" type="tns:Customer"/>
-         <element name="When" nillable="true" type="dateTime"/>
-      </sequence>
-   </complexType>
-   <complexType name="RegisterForInvoice">
-      <sequence>
-         <element name="InvoiceCustomer" nillable="true" type="tns:InvoiceCustomer"/>
-      </sequence>
-   </complexType>
-   <complexType name="RegisterForInvoiceResponse">
-      <sequence>
-         <element name="done" type="boolean"/>
-      </sequence>
-   </complexType>
-   <complexType name="RegisterResponse">
-      <sequence>
-         <element name="RegisteredID" type="long"/>
-      </sequence>
-   </complexType>
-   <complexType name="RegistrationException">
-      <sequence>
-         <element name="message" nillable="true" type="string"/>
-      </sequence>
-   </complexType>
-   <complexType name="ValidationException">
-      <complexContent>
-         <extension base="tns:RegistrationException">
-            <sequence>
-               <element maxOccurs="unbounded" minOccurs="0" name="failiedCustomers" type="long"/>
-            </sequence>
-         </extension>
-      </complexContent>
-   </complexType>
-   <element name="AlreadyRegisteredException" type="tns:AlreadyRegisteredException"/>
-   <element name="BulkRegister" type="tns:BulkRegister"/>
-   <element name="BulkRegisterResponse" type="tns:BulkRegisterResponse"/>
-   <element name="GetStatistics" type="tns:GetStatistics"/>
-   <element name="GetStatisticsResponse" type="tns:GetStatisticsResponse"/>
-   <element name="Register" type="tns:Register"/>
-   <element name="RegisterForInvoice" type="tns:RegisterForInvoice"/>
-   <element name="RegisterForInvoiceResponse" type="tns:RegisterForInvoiceResponse"/>
-   <element name="RegisterResponse" type="tns:RegisterResponse"/>
-   <element name="RegistrationException" type="tns:RegistrationException"/>
-   <element name="ValidationException" type="tns:ValidationException"/>
-</schema>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/circular.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/circular.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.doclit.TestService_PortType</service-endpoint-interface>
-    </port-component-ref>
-      <handler>
-         <handler-name>XOPInlineHandler</handler-name>
-         <handler-class>org.jboss.test.ws.jaxrpc.xop.doclit.InlineHandler</handler-class>
-      </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-xop-doclit?wsdl</wsdl-override>
-  </service-ref>
-
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,63 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
-   <package-mapping>
-      <package-type>org.jboss.test.ws.jaxrpc.xop.doclit</package-type>
-      <namespaceURI>http://jboss.org/test/ws/xop/doclit</namespaceURI>
-   </package-mapping>
-   
-   <java-xml-type-mapping>
-      <java-type>org.jboss.test.ws.jaxrpc.xop.doclit.PingMsg</java-type>
-      <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/xop/doclit'>typeNS:&gt;PingMsg</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>message</java-variable-name>
-         <xml-element-name>message</xml-element-name>
-      </variable-mapping>
-      <variable-mapping>
-         <java-variable-name>xopContent</java-variable-name>
-         <xml-element-name>xopContent</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <java-xml-type-mapping>
-      <java-type>org.jboss.test.ws.jaxrpc.xop.doclit.PingMsgResponse</java-type>
-      <anonymous-type-qname xmlns:typeNS='http://jboss.org/test/ws/xop/doclit'>typeNS:&gt;PingMsgResponse</anonymous-type-qname>
-      <qname-scope>complexType</qname-scope>
-      <variable-mapping>
-         <java-variable-name>xopContent</java-variable-name>
-         <xml-element-name>xopContent</xml-element-name>
-      </variable-mapping>
-   </java-xml-type-mapping>
-
-   <service-interface-mapping>
-      <service-interface>org.jboss.test.ws.jaxrpc.xop.doclit.TestService_Service</service-interface>
-      <wsdl-service-name xmlns:serviceNS='http://jboss.org/test/ws/xop/doclit'>serviceNS:TestService</wsdl-service-name>
-      <port-mapping>
-         <port-name>TestServicePort</port-name>
-         <java-port-name>TestServicePort</java-port-name>
-      </port-mapping>
-   </service-interface-mapping>
-
-   <service-endpoint-interface-mapping>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.doclit.TestService_PortType</service-endpoint-interface>
-      <wsdl-port-type xmlns:portTypeNS='http://jboss.org/test/ws/xop/doclit'>portTypeNS:TestService</wsdl-port-type>
-      <wsdl-binding xmlns:bindingNS='http://jboss.org/test/ws/xop/doclit'>bindingNS:TestServiceBinding</wsdl-binding>
-      <service-endpoint-method-mapping>
-         <java-method-name>ping</java-method-name>
-         <wsdl-operation>ping</wsdl-operation>
-         <method-param-parts-mapping>
-            <param-position>0</param-position>
-            <param-type>org.jboss.test.ws.jaxrpc.xop.doclit.PingMsg</param-type>
-            <wsdl-message-mapping>
-               <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/doclit'>wsdlMsgNS:PingIn</wsdl-message>
-               <wsdl-message-part-name>parameters</wsdl-message-part-name>
-               <parameter-mode>IN</parameter-mode>
-            </wsdl-message-mapping>
-         </method-param-parts-mapping>
-         <wsdl-return-value-mapping>
-            <method-return-value>org.jboss.test.ws.jaxrpc.xop.doclit.PingMsgResponse</method-return-value>
-            <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/doclit'>wsdlMsgNS:PingOut</wsdl-message>
-            <wsdl-message-part-name>parameters</wsdl-message-part-name>
-         </wsdl-return-value-mapping>
-      </service-endpoint-method-mapping>
-   </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxrpc.xop.doclit.TestServiceImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:impl="http://jboss.org/test/ws/xop/doclit"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
-  version="1.1">
-
-  <webservice-description>
-    <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component>
-      <port-component-name>TestServicePort</port-component-name>
-      <wsdl-port>impl:TestServicePort</wsdl-port>
-      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.doclit.TestService_PortType</service-endpoint-interface>
-         <handler>
-            <handler-name>XOPInlineHandler</handler-name>
-            <handler-class>org.jboss.test.ws.jaxrpc.xop.doclit.InlineHandler</handler-class>
-         </handler>
-      <service-impl-bean>
-        <servlet-link>TestService</servlet-link>
-      </service-impl-bean>    
-    </port-component>
-  </webservice-description>
-</webservices>

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/webservices.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<definitions
-    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-    xmlns:s="http://www.w3.org/2001/XMLSchema"
-    xmlns:s0="http://jboss.org/test/ws/xop/doclit"
-    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
-    xmlns:tns="http://jboss.org/test/ws/xop/doclit"
-    targetNamespace="http://jboss.org/test/ws/xop/doclit"
-    xmlns="http://schemas.xmlsoap.org/wsdl/">
-
-   <types>
-      <s:schema xmlns="http://www.w3.org/2001/XMLSchema"
-                targetNamespace="http://jboss.org/test/ws/xop/doclit"
-                xmlns:xmime="http://www.w3.org/2005/05/xmlmime" >
-
-         <import namespace="http://www.w3.org/2005/05/xmlmime"/>
-
-         <s:element name="PingMsg">
-            <s:complexType>
-               <s:sequence>
-                  <s:element name="message" minOccurs="0" maxOccurs="1" type="s:string" />
-                  <s:element name="xopContent" xmime:expectedContentTypes="text/plain" type="xmime:base64Binary"/>
-               </s:sequence>
-            </s:complexType>
-         </s:element>
-         <s:element name="PingMsgResponse">
-            <s:complexType>
-               <s:sequence>
-                  <s:element name="xopContent" xmime:expectedContentTypes="text/plain" type="xmime:base64Binary"/>
-               </s:sequence>
-            </s:complexType>
-         </s:element>
-
-      </s:schema>
-   </types>
-
-   <message name="PingIn">
-      <part name="parameters" element="s0:PingMsg" />
-   </message>
-   <message name="PingOut">
-      <part name="parameters" element="s0:PingMsgResponse" />
-   </message>
-
-   <portType name="TestService">
-      <operation name="ping">
-         <input message="s0:PingIn" />
-         <output message="s0:PingOut" />
-      </operation>
-   </portType>
-
-   <binding name="TestServiceBinding" type="s0:TestService">
-      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
-      <operation name="ping">
-         <soap:operation soapAction="http://jboss.org/test/ws/xop/doclit/Ping" style="document" />
-         <input>
-            <soap:body use="literal" />
-         </input>
-         <output>
-            <soap:body use="literal" />
-         </output>
-      </operation>
-   </binding>
-
-   <service name="TestService">
-      <port name="TestServicePort" binding="s0:TestServiceBinding">
-         <soap:address location="REPLACE_WITH_ACTUAL_URL" />
-      </port>
-   </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/WEB-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/attach.jpeg
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/doclit/attach.jpeg (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/doclit/attach.jpeg)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/schema.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/xop/schema.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/schema.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema"
-          targetNamespace="http://jboss.org/test/ws/xop/doclit"
-          xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
-          xmlns:tns="http://jboss.org/test/ws/xop/doclit">
-
-   <s:import schemaLocation="http://www.w3.org/2005/05/xmlmime" namespace="http://www.w3.org/2005/05/xmlmime"/>
-
-   <s:element name="PingMsg">
-      <s:complexType>
-         <s:sequence>
-            <s:element name="message" minOccurs="0" maxOccurs="1" type="s:string" />
-            <s:element name="imagejpeg" xmime:contentType="image/jpeg" type="tns:XOPBinary"/>
-         </s:sequence>
-      </s:complexType>
-   </s:element>
-
-   <s:element name="PingMsgResponse">
-      <s:complexType>
-         <s:sequence>
-            <s:element name="imagejpeg" xmime:contentType="image/jpeg" type="xmime:base64Binary"/>
-         </s:sequence>
-      </s:complexType>
-   </s:element>
-
-   <s:complexType name="XOPBinary" >
-      <s:simpleContent>
-         <s:extension base="s:base64Binary" >
-            <s:attribute ref="xmime:contentType" use="optional"/>
-         </s:extension>
-      </s:simpleContent>
-   </s:complexType>
-
-   <s:element name="MSFTBinary">
-      <s:complexType>
-         <s:sequence>
-            <s:element minOccurs="0" name="array" nillable="true" type="s:base64Binary"/>
-         </s:sequence>
-      </s:complexType>
-   </s:element>
-
-</s:schema>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxrpc/xop/schema.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/jaxrpc/xop/schema.xsd)

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/context/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jaxws/context/WEB-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/context/WEB-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -29,7 +29,7 @@
   </binding>
   <service name="TestService">
     <port name="EndpointInterfacePort" binding="tns:EndpointInterfaceBinding">
-      <soap:address location="http://@jbosstest.host.name@:8080/jbossws-jaxws-context"/>
+      <soap:address location="http://@jbosstest.host.name@:8080/jaxws-context"/>
     </port>
   </service>
 </definitions>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws860)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws860/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd">
-
-<jboss-web>
-  <context-root>/test</context-root>
-</jboss-web>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws860/WEB-INF/jboss-web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws860/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-  
-  <servlet>
-    <servlet-name>InventoryWebService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.jbws860.InventoryWebService</servlet-class>
-  </servlet>
-  
-  <servlet>
-    <servlet-name>TestServlet</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.jbws860.TestServlet</servlet-class>
-  </servlet>
-  
-  <servlet-mapping>
-    <servlet-name>InventoryWebService</servlet-name>
-    <url-pattern>/InventoryWebService</url-pattern>
-  </servlet-mapping>
-  
-  <servlet-mapping>
-    <servlet-name>TestServlet</servlet-name>
-    <url-pattern>/TestServlet</url-pattern>
-  </servlet-mapping>
-</web-app>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws860/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws860/WEB-INF/web.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws871 (from rev 935, branches/tdiesler/trunk/src/test/resources/jbws871)

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/META-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jbws871/META-INF/wsdl/TestEndpoint.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/META-INF/wsdl/TestEndpoint.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,6 +1,6 @@
-<definitions name='RpcArrayEndpointService' targetNamespace='http://jbws871.ws.test.jboss.org/jaws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://jbws871.ws.test.jboss.org/jaws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+<definitions name='RpcArrayEndpointService' targetNamespace='http://jbws871.jaxws.ws.test.jboss.org/jaws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://jbws871.jaxws.ws.test.jboss.org/jaws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
  <types>
-  <schema elementFormDefault='qualified' targetNamespace='http://jbws871.ws.test.jboss.org/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://jbws871.ws.test.jboss.org/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
+  <schema elementFormDefault='qualified' targetNamespace='http://jbws871.jaxws.ws.test.jboss.org/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://jbws871.jaxws.ws.test.jboss.org/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
    <complexType name='Integer.Array'>
     <sequence>
      <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='int'/>
@@ -26,16 +26,16 @@
   <operation name='intArr'>
    <soap:operation soapAction=''/>
    <input>
-    <soap:body namespace='http://jbws871.ws.test.jboss.org/jaws' use='literal'/>
+    <soap:body namespace='http://jbws871.jaxws.ws.test.jboss.org/jaws' use='literal'/>
    </input>
    <output>
-    <soap:body namespace='http://jbws871.ws.test.jboss.org/jaws' use='literal'/>
+    <soap:body namespace='http://jbws871.jaxws.ws.test.jboss.org/jaws' use='literal'/>
    </output>
   </operation>
  </binding>
  <service name='RpcArrayEndpointService'>
   <port binding='tns:RpcArrayEndpointBinding' name='RpcArrayEndpointPort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jbossws-jbws871-rpc/TestEndpoint'/>
+   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-jbws871-rpc/TestEndpoint'/>
   </port>
  </service>
 </definitions>
\ No newline at end of file

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/WEB-INF-rpc/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jbws871/WEB-INF-rpc/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws871/WEB-INF-rpc/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestEndpoint</servlet-name>
-    <servlet-class>org.jboss.test.ws.jbws871.RpcArrayEndpointImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jbws871.RpcArrayEndpointImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944 (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JBWS944 Test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.jbws944.EndpointInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.ws.jbws944</package-type>
-  <namespaceURI>http://org.jboss.ws/jbws944</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.ws.jbws944.TestService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/jbws944'>serviceNS:TestService</wsdl-service-name>
-  <port-mapping>
-   <port-name>EndpointInterfacePort</port-name>
-   <java-port-name>EndpointInterfacePort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.ws.jbws944.EndpointInterface</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/jbws944'>portTypeNS:EndpointInterface</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/jbws944'>bindingNS:EndpointInterfaceBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>echo</java-method-name>
-   <wsdl-operation>echo</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws944'>wsdlMsgNS:EndpointInterface_echo</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/jbws944'>wsdlMsgNS:EndpointInterface_echoResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/samples/jsr181ejb' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/jsr181ejb' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types></types>
- <message name='EndpointInterface_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='EndpointInterface_echo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <portType name='EndpointInterface'>
-  <operation name='echo' parameterOrder='String_1'>
-   <input message='tns:EndpointInterface_echo'/>
-   <output message='tns:EndpointInterface_echoResponse'/>
-  </operation>
- </portType>
- <binding name='EndpointInterfaceBinding' type='tns:EndpointInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181ejb' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181ejb' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:EndpointInterfaceBinding' name='EndpointInterfacePort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-jbws944/FooBean01'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/META-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/jbws944/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="resources/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jbws944/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/jbws944/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181 (from rev 935, branches/tdiesler/trunk/src/test/resources/jsr181)

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/complex/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>RegistrationService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.complex.RegistrationService</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.complex.RegistrationService</servlet-class>
   </servlet>
   <servlet-mapping>
     <servlet-name>RegistrationService</servlet-name>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/config.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/complex/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,5 +7,5 @@
 -->
 
 <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"> 
-<wsdl location="http://@jbosstest.host.name@:8080/jbossws-jsr181-complex/RegistrationService?wsdl" packageName="org.jboss.test.ws.jsr181.complex.client"/>    
+<wsdl location="http://@jbosstest.host.name@:8080/jaxws-jsr181-complex/RegistrationService?wsdl" packageName="org.jboss.test.ws.jaxws.jsr181.complex.client"/>    
 </configuration>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/jaxrpc-mapping.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/complex/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/complex/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
 <package-mapping>
-<package-type>org.jboss.test.ws.jsr181.complex.client</package-type>
-<namespaceURI>http://complex.jsr181.ws.test.jboss.org/jaws</namespaceURI>
+<package-type>org.jboss.test.ws.jaxws.jsr181.complex.client</package-type>
+<namespaceURI>http://complex.jsr181.jaxws.ws.test.jboss.org/jaws</namespaceURI>
 </package-mapping>
 <package-mapping>
-<package-type>org.jboss.test.ws.jsr181.complex.client</package-type>
-<namespaceURI>http://extra.complex.jsr181.ws.test.jboss.org/jaws</namespaceURI>
+<package-type>org.jboss.test.ws.jaxws.jsr181.complex.client</package-type>
+<namespaceURI>http://extra.complex.jsr181.jaxws.ws.test.jboss.org/jaws</namespaceURI>
 </package-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Register</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:Register</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Register</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:Register</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>customer</java-variable-name>
@@ -22,8 +22,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Statistics</java-type>
-<root-type-qname xmlns:typeNS="http://extra.complex.jsr181.ws.test.jboss.org/jaws">typeNS:Statistics</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics</java-type>
+<root-type-qname xmlns:typeNS="http://extra.complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:Statistics</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>activationTime</java-variable-name>
@@ -35,8 +35,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:InvoiceCustomer</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:InvoiceCustomer</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>address</java-variable-name>
@@ -64,8 +64,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.BulkRegister</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:BulkRegister</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.BulkRegister</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:BulkRegister</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>customers</java-variable-name>
@@ -77,8 +77,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.ValidationException</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:ValidationException</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.ValidationException</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:ValidationException</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>message</java-variable-name>
@@ -90,8 +90,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Address</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:Address</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Address</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:Address</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>city</java-variable-name>
@@ -111,8 +111,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Name</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:Name</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Name</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:Name</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>firstName</java-variable-name>
@@ -128,8 +128,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.BulkRegisterResponse</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:BulkRegisterResponse</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.BulkRegisterResponse</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:BulkRegisterResponse</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>registeredIDs</java-variable-name>
@@ -137,8 +137,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.PhoneNumber</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:PhoneNumber</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.PhoneNumber</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:PhoneNumber</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>areaCode</java-variable-name>
@@ -154,8 +154,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.RegisterForInvoiceResponse</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:RegisterForInvoiceResponse</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.RegisterForInvoiceResponse</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:RegisterForInvoiceResponse</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>done</java-variable-name>
@@ -163,8 +163,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.RegisterForInvoice</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:RegisterForInvoice</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.RegisterForInvoice</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:RegisterForInvoice</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>invoiceCustomer</java-variable-name>
@@ -172,8 +172,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.RegisterResponse</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:RegisterResponse</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.RegisterResponse</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:RegisterResponse</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>registeredID</java-variable-name>
@@ -181,8 +181,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.GetStatistics</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:GetStatistics</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.GetStatistics</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:GetStatistics</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>customer</java-variable-name>
@@ -190,8 +190,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.GetStatisticsResponse</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:GetStatisticsResponse</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.GetStatisticsResponse</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:GetStatisticsResponse</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>statistics</java-variable-name>
@@ -199,8 +199,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Customer</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:Customer</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:Customer</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>address</java-variable-name>
@@ -224,8 +224,8 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.AlreadyRegisteredException</java-type>
-<root-type-qname xmlns:typeNS="http://complex.jsr181.ws.test.jboss.org/jaws">typeNS:AlreadyRegisteredException</root-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.AlreadyRegisteredException</java-type>
+<root-type-qname xmlns:typeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">typeNS:AlreadyRegisteredException</root-type-qname>
 <qname-scope>complexType</qname-scope>
 <variable-mapping>
 <java-variable-name>message</java-variable-name>
@@ -237,57 +237,57 @@
 </variable-mapping>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Customer[]</java-type>
-<anonymous-type-qname>http://complex.jsr181.ws.test.jboss.org/jaws:BulkRegister&gt;Customers[0,unbounded]</anonymous-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[]</java-type>
+<anonymous-type-qname>http://complex.jsr181.jaxws.ws.test.jboss.org/jaws:BulkRegister&gt;Customers[0,unbounded]</anonymous-type-qname>
 <qname-scope>complexType</qname-scope>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
 <java-type>long[]</java-type>
-<anonymous-type-qname>http://complex.jsr181.ws.test.jboss.org/jaws:BulkRegisterResponse&gt;RegisteredIDs[0,unbounded]</anonymous-type-qname>
+<anonymous-type-qname>http://complex.jsr181.jaxws.ws.test.jboss.org/jaws:BulkRegisterResponse&gt;RegisteredIDs[0,unbounded]</anonymous-type-qname>
 <qname-scope>complexType</qname-scope>
 </java-xml-type-mapping>
 <java-xml-type-mapping>
-<java-type>org.jboss.test.ws.jsr181.complex.client.Customer[]</java-type>
-<anonymous-type-qname>http://complex.jsr181.ws.test.jboss.org/jaws:Customer&gt;referredCustomers[0,unbounded]</anonymous-type-qname>
+<java-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[]</java-type>
+<anonymous-type-qname>http://complex.jsr181.jaxws.ws.test.jboss.org/jaws:Customer&gt;referredCustomers[0,unbounded]</anonymous-type-qname>
 <qname-scope>complexType</qname-scope>
 </java-xml-type-mapping>
 <exception-mapping>
-<exception-type>org.jboss.test.ws.jsr181.complex.client.ValidationException</exception-type>
-<wsdl-message xmlns:exMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">exMsgNS:ValidationException</wsdl-message>
+<exception-type>org.jboss.test.ws.jaxws.jsr181.complex.client.ValidationException</exception-type>
+<wsdl-message xmlns:exMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">exMsgNS:ValidationException</wsdl-message>
 <constructor-parameter-order>
 <element-name>message</element-name>
 <element-name>failiedCustomers</element-name>
 </constructor-parameter-order>
 </exception-mapping>
 <exception-mapping>
-<exception-type>org.jboss.test.ws.jsr181.complex.client.AlreadyRegisteredException</exception-type>
-<wsdl-message xmlns:exMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">exMsgNS:AlreadyRegisteredException</wsdl-message>
+<exception-type>org.jboss.test.ws.jaxws.jsr181.complex.client.AlreadyRegisteredException</exception-type>
+<wsdl-message xmlns:exMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">exMsgNS:AlreadyRegisteredException</wsdl-message>
 <constructor-parameter-order>
 <element-name>message</element-name>
 <element-name>existingId</element-name>
 </constructor-parameter-order>
 </exception-mapping>
 <service-interface-mapping>
-<service-interface>org.jboss.test.ws.jsr181.complex.client.RegistrationServiceService</service-interface>
-<wsdl-service-name xmlns:serviceNS="http://complex.jsr181.ws.test.jboss.org/jaws">serviceNS:RegistrationServiceService</wsdl-service-name>
+<service-interface>org.jboss.test.ws.jaxws.jsr181.complex.client.RegistrationServiceService</service-interface>
+<wsdl-service-name xmlns:serviceNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">serviceNS:RegistrationServiceService</wsdl-service-name>
 <port-mapping>
 <port-name>RegistrationServicePort</port-name>
 <java-port-name>RegistrationServicePort</java-port-name>
 </port-mapping>
 </service-interface-mapping>
 <service-endpoint-interface-mapping>
-<service-endpoint-interface>org.jboss.test.ws.jsr181.complex.client.RegistrationService</service-endpoint-interface>
-<wsdl-port-type xmlns:portTypeNS="http://complex.jsr181.ws.test.jboss.org/jaws">portTypeNS:RegistrationService</wsdl-port-type>
-<wsdl-binding xmlns:bindingNS="http://complex.jsr181.ws.test.jboss.org/jaws">bindingNS:RegistrationServiceBinding</wsdl-binding>
+<service-endpoint-interface>org.jboss.test.ws.jaxws.jsr181.complex.client.RegistrationService</service-endpoint-interface>
+<wsdl-port-type xmlns:portTypeNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">portTypeNS:RegistrationService</wsdl-port-type>
+<wsdl-binding xmlns:bindingNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">bindingNS:RegistrationServiceBinding</wsdl-binding>
 <service-endpoint-method-mapping>
 <java-method-name>bulkRegister</java-method-name>
 <wsdl-operation>BulkRegister</wsdl-operation>
 <wrapped-element/>
 <method-param-parts-mapping>
 <param-position>0</param-position>
-<param-type>org.jboss.test.ws.jsr181.complex.client.Customer[]</param-type>
+<param-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer[]</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegister</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegister</wsdl-message>
 <wsdl-message-part-name>Customers</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
@@ -296,14 +296,14 @@
 <param-position>1</param-position>
 <param-type>java.util.Calendar</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegister</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegister</wsdl-message>
 <wsdl-message-part-name>When</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
 </method-param-parts-mapping>
 <wsdl-return-value-mapping>
 <method-return-value>long[]</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegisterResponse</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_BulkRegisterResponse</wsdl-message>
 <wsdl-message-part-name>RegisteredIDs</wsdl-message-part-name>
 </wsdl-return-value-mapping>
 </service-endpoint-method-mapping>
@@ -313,16 +313,16 @@
 <wrapped-element/>
 <method-param-parts-mapping>
 <param-position>0</param-position>
-<param-type>org.jboss.test.ws.jsr181.complex.client.Customer</param-type>
+<param-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_GetStatistics</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_GetStatistics</wsdl-message>
 <wsdl-message-part-name>Customer</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
 </method-param-parts-mapping>
 <wsdl-return-value-mapping>
-<method-return-value>org.jboss.test.ws.jsr181.complex.client.Statistics</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_GetStatisticsResponse</wsdl-message>
+<method-return-value>org.jboss.test.ws.jaxws.jsr181.complex.client.Statistics</method-return-value>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_GetStatisticsResponse</wsdl-message>
 <wsdl-message-part-name>Statistics</wsdl-message-part-name>
 </wsdl-return-value-mapping>
 </service-endpoint-method-mapping>
@@ -332,9 +332,9 @@
 <wrapped-element/>
 <method-param-parts-mapping>
 <param-position>0</param-position>
-<param-type>org.jboss.test.ws.jsr181.complex.client.Customer</param-type>
+<param-type>org.jboss.test.ws.jaxws.jsr181.complex.client.Customer</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_Register</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_Register</wsdl-message>
 <wsdl-message-part-name>Customer</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
@@ -343,14 +343,14 @@
 <param-position>1</param-position>
 <param-type>java.util.Calendar</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_Register</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_Register</wsdl-message>
 <wsdl-message-part-name>When</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
 </method-param-parts-mapping>
 <wsdl-return-value-mapping>
 <method-return-value>long</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterResponse</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterResponse</wsdl-message>
 <wsdl-message-part-name>RegisteredID</wsdl-message-part-name>
 </wsdl-return-value-mapping>
 </service-endpoint-method-mapping>
@@ -360,16 +360,16 @@
 <wrapped-element/>
 <method-param-parts-mapping>
 <param-position>0</param-position>
-<param-type>org.jboss.test.ws.jsr181.complex.client.InvoiceCustomer</param-type>
+<param-type>org.jboss.test.ws.jaxws.jsr181.complex.client.InvoiceCustomer</param-type>
 <wsdl-message-mapping>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterForInvoice</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterForInvoice</wsdl-message>
 <wsdl-message-part-name>InvoiceCustomer</wsdl-message-part-name>
 <parameter-mode>IN</parameter-mode>
 </wsdl-message-mapping>
 </method-param-parts-mapping>
 <wsdl-return-value-mapping>
 <method-return-value>boolean</method-return-value>
-<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterForInvoiceResponse</wsdl-message>
+<wsdl-message xmlns:wsdlMsgNS="http://complex.jsr181.jaxws.ws.test.jboss.org/jaws">wsdlMsgNS:RegistrationService_RegisterForInvoiceResponse</wsdl-message>
 <wsdl-message-part-name>done</wsdl-message-part-name>
 </wsdl-return-value-mapping>
 </service-endpoint-method-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/jaxws-handlers.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/handlerchain/WEB-INF/jaxws-handlers.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/jaxws-handlers.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -8,7 +8,7 @@
     <protocol-bindings>##SOAP11_HTTP</protocol-bindings>
 		<handler>
 			<handler-name> LogHandler </handler-name>
-			<handler-class> org.jboss.test.ws.jsr181.handlerchain.LogHandler </handler-class>
+			<handler-class> org.jboss.test.ws.jaxws.jsr181.handlerchain.LogHandler </handler-class>
 			<init-param>
 				<param-name>logCategory</param-name>
 				<param-value>MyService</param-value>
@@ -16,12 +16,12 @@
 		</handler>
     <handler>
       <handler-name> AuthorizationHandler </handler-name>
-      <handler-class> org.jboss.test.ws.jsr181.handlerchain.AuthorizationHandler </handler-class>
+      <handler-class> org.jboss.test.ws.jaxws.jsr181.handlerchain.AuthorizationHandler </handler-class>
       <soap-role>SecurityProvider</soap-role>
     </handler>
 		<handler>
 			<handler-name> RoutingHandler </handler-name>
-			<handler-class> org.jboss.test.ws.jsr181.handlerchain.RoutingHandler </handler-class>
+			<handler-class> org.jboss.test.ws.jaxws.jsr181.handlerchain.RoutingHandler </handler-class>
 		</handler>
 	</handler-chain>
 </handler-chains>
\ No newline at end of file

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/handlerchain/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/handlerchain/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.handlerchain.EndpointImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.handlerchain.EndpointImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/oneway/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/oneway/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/oneway/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.oneway.PingEndpointImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.oneway.PingEndpointImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/soapbinding/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/soapbinding/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/soapbinding/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,15 +7,15 @@
 
   <servlet>
     <servlet-name>ExampleService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.soapbinding.ExampleServiceImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.soapbinding.ExampleServiceImpl</servlet-class>
   </servlet>
   <servlet>
     <servlet-name>DocBareService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.soapbinding.DocBareServiceImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.soapbinding.DocBareServiceImpl</servlet-class>
   </servlet>
   <servlet>
     <servlet-name>DocWrappedService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.soapbinding.DocWrappedServiceImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.soapbinding.DocWrappedServiceImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webmethod/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webmethod/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webmethod/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webmethod.TestEndpointImpl</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webmethod.TestEndpointImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webparam/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webparam.PingService</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webparam.PingService</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webparam/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webparam/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -4,7 +4,7 @@
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
    
    <package-mapping>
-      <package-type>org.jboss.test.ws.jsr181.webparam</package-type>
+      <package-type>org.jboss.test.ws.jaxws.jsr181.webparam</package-type>
       <namespaceURI>http://www.openuri.org/jsr181/WebParamExample</namespaceURI>
    </package-mapping>
    

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/WEB-INF/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webresult/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webresult.CustomerService</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webresult.CustomerService</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/jaxrpc-mapping.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webresult/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webresult/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -4,8 +4,8 @@
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
    
    <package-mapping>
-      <package-type>org.jboss.test.ws.jsr181.webresult</package-type>
-      <namespaceURI>http://webresult.jsr181.ws.test.jboss.org/jaws</namespaceURI>
+      <package-type>org.jboss.test.ws.jaxws.jsr181.webresult</package-type>
+      <namespaceURI>http://webresult.jsr181.jaxws.ws.test.jboss.org/jaws</namespaceURI>
    </package-mapping>
    
 </java-wsdl-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/application-client.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -13,7 +13,7 @@
     <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
     <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
     <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jsr181.webservice.EndpointInterface</service-endpoint-interface>
+      <service-endpoint-interface>org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface</service-endpoint-interface>
     </port-component-ref>
   </service-ref>
 

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
   <package-mapping>
-    <package-type>org.jboss.test.ws.jsr181.webservice</package-type>
+    <package-type>org.jboss.test.ws.jaxws.jsr181.webservice</package-type>
     <namespaceURI>http://www.openuri.org/2004/04/HelloWorld/types</namespaceURI>
   </package-mapping>
   <package-mapping>
-    <package-type>org.jboss.test.ws.jsr181.webservice</package-type>
+    <package-type>org.jboss.test.ws.jaxws.jsr181.webservice</package-type>
     <namespaceURI>http://www.openuri.org/2004/04/HelloWorld</namespaceURI>
   </package-mapping>
   <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jsr181.webservice.TestService</service-interface>
+    <service-interface>org.jboss.test.ws.jaxws.jsr181.webservice.TestService</service-interface>
     <wsdl-service-name xmlns:serviceNS="http://www.openuri.org/2004/04/HelloWorld">serviceNS:TestService</wsdl-service-name>
     <port-mapping>
       <port-name>EndpointInterfacePort</port-name>
@@ -17,7 +17,7 @@
     </port-mapping>
   </service-interface-mapping>
   <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jsr181.webservice.EndpointInterface</service-endpoint-interface>
+    <service-endpoint-interface>org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface</service-endpoint-interface>
     <wsdl-port-type xmlns:portTypeNS="http://www.openuri.org/2004/04/HelloWorld">portTypeNS:EndpointInterface</wsdl-port-type>
     <wsdl-binding xmlns:bindingNS="http://www.openuri.org/2004/04/HelloWorld">bindingNS:EndpointInterfaceBinding</wsdl-binding>
     <service-endpoint-method-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF01/ejb-jar.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/META-INF01/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF01/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -10,9 +10,9 @@
       <ejb-name>TestService</ejb-name>
 
       <!-- This is only here to pass the EJB-2.1 verifier -->
-      <service-endpoint>org.jboss.test.ws.jsr181.webservice.EndpointInterface</service-endpoint>
+      <service-endpoint>org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface</service-endpoint>
 
-      <ejb-class>org.jboss.test.ws.jsr181.webservice.EJB21Bean01</ejb-class>
+      <ejb-class>org.jboss.test.ws.jaxws.jsr181.webservice.EJB21Bean01</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
     </session>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF02/ejb-jar.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/META-INF02/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF02/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -10,9 +10,9 @@
       <ejb-name>TestService</ejb-name>
 
       <!-- This is only here to pass the EJB-2.1 verifier -->
-      <service-endpoint>org.jboss.test.ws.jsr181.webservice.EndpointInterface</service-endpoint>
+      <service-endpoint>org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface</service-endpoint>
 
-      <ejb-class>org.jboss.test.ws.jsr181.webservice.EJB21Bean02</ejb-class>
+      <ejb-class>org.jboss.test.ws.jaxws.jsr181.webservice.EJB21Bean02</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
     </session>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF03/ejb-jar.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/META-INF03/ejb-jar.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/META-INF03/ejb-jar.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -10,9 +10,9 @@
       <ejb-name>TestService</ejb-name>
 
       <!-- This is only here to pass the EJB-2.1 verifier -->
-      <service-endpoint>org.jboss.test.ws.jsr181.webservice.EndpointInterface03</service-endpoint>
+      <service-endpoint>org.jboss.test.ws.jaxws.jsr181.webservice.EndpointInterface03</service-endpoint>
 
-      <ejb-class>org.jboss.test.ws.jsr181.webservice.EJB21Bean03</ejb-class>
+      <ejb-class>org.jboss.test.ws.jaxws.jsr181.webservice.EJB21Bean03</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
     </session>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF01/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/WEB-INF01/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF01/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webservice.JSEBean01</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webservice.JSEBean01</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF02/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/WEB-INF02/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF02/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webservice.JSEBean02</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webservice.JSEBean02</servlet-class>
   </servlet>
 
   <servlet-mapping>

Modified: branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF03/web.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/jsr181/webservice/WEB-INF03/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/jsr181/webservice/WEB-INF03/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -7,7 +7,7 @@
 
   <servlet>
     <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jsr181.webservice.JSEBean03</servlet-class>
+    <servlet-class>org.jboss.test.ws.jaxws.jsr181.webservice.JSEBean03</servlet-class>
   </servlet>
 
   <servlet-mapping>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JSR-181 Annotation test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.samples.jsr181ejb.EndpointInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-   <service-ref>
-      <service-ref-name>service/TestService</service-ref-name>
-       <config-name>Standard WSSecurity Client</config-name>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>META-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>META-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-   <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
-  <key-store-file>META-INF/wsse.keystore</key-store-file>
-  <key-store-password>jbossws</key-store-password>
-  <trust-store-file>META-INF/wsse.truststore</trust-store-file>
-  <trust-store-password>jbossws</trust-store-password>
-  <config>
-    <sign type="x509v3" alias="wsse"/>
-    <requires>
-      <signature/>
-    </requires>
-  </config>
-</jboss-ws-security>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/jboss-wsse-server.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/samples/jsr181ejb' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/jsr181ejb' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types></types>
- <message name='EndpointInterface_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='EndpointInterface_echo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <portType name='EndpointInterface'>
-  <operation name='echo' parameterOrder='String_1'>
-   <input message='tns:EndpointInterface_echo'/>
-   <output message='tns:EndpointInterface_echoResponse'/>
-  </operation>
- </portType>
- <binding name='EndpointInterfaceBinding' type='tns:EndpointInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181ejb' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181ejb' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:EndpointInterfaceBinding' name='EndpointInterfacePort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-samples-jsr181ejb/EJB3Bean01'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.keystore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.keystore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.keystore)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.truststore
===================================================================
(Binary files differ)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.truststore (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/META-INF/wsse.truststore)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/config)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<handler-config>
-   <handler-chain>
-      <handler-chain-name>SecureHandlerChain</handler-chain-name>
-      <handler>
-         <handler-name>WSSecurityHandlerInbound</handler-name>
-         <handler-class>org.jboss.ws.wsse.WSSecurityHandlerInbound</handler-class>         
-      </handler>
-   </handler-chain>
-</handler-config>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/config/ServerHandlers.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="resources/jaxws/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181ejb/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JSR-181 Annotation test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.samples.jsr181pojo.EndpointInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,32 +0,0 @@
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/samples/jsr181pojo' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/jsr181pojo' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types></types>
- <message name='EndpointInterface_echo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='EndpointInterface_echoResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='EndpointInterface'>
-  <operation name='echo' parameterOrder='String_1'>
-   <input message='tns:EndpointInterface_echo'/>
-   <output message='tns:EndpointInterface_echoResponse'/>
-  </operation>
- </portType>
- <binding name='EndpointInterfaceBinding' type='tns:EndpointInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echo'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181pojo' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/jsr181pojo' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:EndpointInterfaceBinding' name='EndpointInterfacePort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-samples-jsr181pojo/TestService'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.samples.jsr181pojo.JSEBean01</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/WEB-INF/web.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JSR-181 Annotation test</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.samples.jsr181pojo.docwrapped.EndpointInterface</service-endpoint-interface>
-    </port-component-ref>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,9 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/samples/jsr181pojo/docwrapped' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/jsr181pojo/docwrapped' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema elementFormDefault='qualified' targetNamespace='http://org.jboss.ws/samples/jsr181pojo/docwrapped' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws/samples/jsr181pojo/docwrapped' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='concat'>
-    <sequence>
-     <element name='String_1' nillable='true' type='string'/>
-     <element name='long_1' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='concatResponse'>
-    <sequence>
-     <element name='result' nillable='true' type='string'/>
-    </sequence>
-   </complexType>
-   <element name='concat' type='tns:concat'/>
-   <element name='concatResponse' type='tns:concatResponse'/>
-  </schema>
- </types>
- <message name='EndpointInterface_concat'>
-  <part element='tns:concat' name='parameters'/>
- </message>
- <message name='EndpointInterface_concatResponse'>
-  <part element='tns:concatResponse' name='result'/>
- </message>
- <portType name='EndpointInterface'>
-  <operation name='concat'>
-   <input message='tns:EndpointInterface_concat'/>
-   <output message='tns:EndpointInterface_concatResponse'/>
-  </operation>
- </portType>
- <binding name='EndpointInterfaceBinding' type='tns:EndpointInterface'>
-  <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='concat'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body use='literal'/>
-   </input>
-   <output>
-    <soap:body use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:EndpointInterfaceBinding' name='EndpointInterfacePort'>
-   <soap:address location='http://draught:8080/jaxws-samples-jsr181pojo-docwrapped/TestService'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.samples.jsr181pojo.docwrapped.JSEBean01</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-
-  <global>
-    <package-namespace package="org.jboss.test.ws.jaxws.samples.jsr181pojo.docwrapped" namespace="http://org.jboss.ws/samples/jsr181pojo/docwrapped"/>
-  </global>  
-  <wsdl-java unwrap="true" file="resources/jaxws/samples/jsr181pojo/docwrapped/META-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/docwrapped/wstools-config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="resources/jaxws/samples/jsr181pojo/META-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/jsr181pojo/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.samples.wsaddressing.StatefulEndpoint</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>ClientHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxws.samples.wsaddressing.ClientHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>jbossws-client</jndi-name>
-  <service-ref>
-    <service-ref-name>service/TestService</service-ref-name>
-    <config-name>Standard WSAddressing Client</config-name>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/jboss-client.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,62 +0,0 @@
-<definitions name='TestService' targetNamespace='http://org.jboss.ws/samples/wsaddressing' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/samples/wsaddressing' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types></types>
- <message name='StatefulEndpoint_addItem'>
-  <part name='String_1' type='xsd:string'/>
- </message>
- <message name='StatefulEndpoint_getItemsResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='StatefulEndpoint_checkout'></message>
- <message name='StatefulEndpoint_getItems'></message>
- <message name='StatefulEndpoint_addItemResponse'></message>
- <message name='StatefulEndpoint_checkoutResponse'></message>
- <portType name='StatefulEndpoint'>
-  <operation name='addItem' parameterOrder='String_1'>
-   <input message='tns:StatefulEndpoint_addItem'/>
-   <output message='tns:StatefulEndpoint_addItemResponse'/>
-  </operation>
-  <operation name='checkout'>
-   <input message='tns:StatefulEndpoint_checkout'/>
-   <output message='tns:StatefulEndpoint_checkoutResponse'/>
-  </operation>
-  <operation name='getItems'>
-   <input message='tns:StatefulEndpoint_getItems'/>
-   <output message='tns:StatefulEndpoint_getItemsResponse'/>
-  </operation>
- </portType>
- <binding name='StatefulEndpointBinding' type='tns:StatefulEndpoint'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='addItem'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </output>
-  </operation>
-  <operation name='checkout'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </output>
-  </operation>
-  <operation name='getItems'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws/samples/wsaddressing' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='TestService'>
-  <port binding='tns:StatefulEndpointBinding' name='StatefulEndpointPort'>
-   <soap:address location='http://@jbosstest.host.name@:8080/jaxws-samples-wsaddressing/TestService'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<handler-chains xmlns="http://java.sun.com/xml/ns/javaee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee handler-chain.xsd">
-
-	<handler-chain>
-    <protocol-bindings>##SOAP11_HTTP</protocol-bindings>
-		<handler>
-			<handler-name>Application Server Handler</handler-name>
-			<handler-class>org.jboss.test.ws.jaxws.samples.wsaddressing.ServerHandler</handler-class>
-		</handler>
-	</handler-chain>
-</handler-chains>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/jaxws-handlers.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>TestService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.samples.wsaddressing.StatefulEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>TestService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/WEB-INF/web.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="resources/jaxws/samples/wsaddressing/META-INF/wsdl/TestService.wsdl">
-    <mapping file="jaxrpc-mapping.xml"/>
-  </wsdl-java>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/samples/wsaddressing/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/ActionRpcService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/ActionRpcService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.action.ActionEndpoint</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>ClientHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxws.wsaddressing.action.ClientRpcHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wscompile -cp ../../../../output/classes -gen:server -f:rpcliteral -mapping jaxrpc-mapping.xml config.xml
--->
-
-<configuration
-  xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
-
-  <service name="ActionRpcService"
-    targetNamespace="http://org.jboss.ws/addressing/action"
-    typeNamespace="http://org.jboss.ws/addressing/action"
-    packageName="org.jboss.test.ws.jaxws.wsaddressing.action">
-    <interface name="org.jboss.test.ws.jaxws.wsaddressing.action.ActionEndpoint"/>
-  </service>
-
-</configuration>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/config.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<java-wsdl-mapping version="1.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxws.wsaddressing.action</package-type>
-    <namespaceURI>http://org.jboss.ws/addressing/action</namespaceURI>
-  </package-mapping>
-  <package-mapping>
-    <package-type>org.jboss.test.ws.jaxws.wsaddressing.action</package-type>
-    <namespaceURI>http://org.jboss.ws/addressing/action</namespaceURI>
-  </package-mapping>
-  <service-interface-mapping>
-    <service-interface>org.jboss.test.ws.jaxws.wsaddressing.action.ActionRpcService</service-interface>
-    <wsdl-service-name xmlns:serviceNS="http://org.jboss.ws/addressing/action">serviceNS:ActionRpcService</wsdl-service-name>
-    <port-mapping>
-      <port-name>ActionEndpointPort</port-name>
-      <java-port-name>ActionEndpointPort</java-port-name>
-    </port-mapping>
-  </service-interface-mapping>
-  <service-endpoint-interface-mapping>
-    <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.action.ActionEndpoint</service-endpoint-interface>
-    <wsdl-port-type xmlns:portTypeNS="http://org.jboss.ws/addressing/action">portTypeNS:ActionEndpoint</wsdl-port-type>
-    <wsdl-binding xmlns:bindingNS="http://org.jboss.ws/addressing/action">bindingNS:ActionEndpointBinding</wsdl-binding>
-    <service-endpoint-method-mapping>
-      <java-method-name>bar</java-method-name>
-      <wsdl-operation>bar</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/addressing/action">wsdlMsgNS:ActionEndpoint_bar</wsdl-message>
-          <wsdl-message-part-name>String_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/addressing/action">wsdlMsgNS:ActionEndpoint_barResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-    <service-endpoint-method-mapping>
-      <java-method-name>foo</java-method-name>
-      <wsdl-operation>foo</wsdl-operation>
-      <method-param-parts-mapping>
-        <param-position>0</param-position>
-        <param-type>java.lang.String</param-type>
-        <wsdl-message-mapping>
-          <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/addressing/action">wsdlMsgNS:ActionEndpoint_foo</wsdl-message>
-          <wsdl-message-part-name>String_1</wsdl-message-part-name>
-          <parameter-mode>IN</parameter-mode>
-        </wsdl-message-mapping>
-      </method-param-parts-mapping>
-      <wsdl-return-value-mapping>
-        <method-return-value>java.lang.String</method-return-value>
-        <wsdl-message xmlns:wsdlMsgNS="http://org.jboss.ws/addressing/action">wsdlMsgNS:ActionEndpoint_fooResponse</wsdl-message>
-        <wsdl-message-part-name>result</wsdl-message-part-name>
-      </wsdl-return-value-mapping>
-    </service-endpoint-method-mapping>
-  </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>wsarpc-client</jndi-name>
-  <service-ref>
-    <service-ref-name>service/ActionRpcService</service-ref-name>
-    <!-- test unnamed config-name -->
-    <config-file>META-INF/jbossws-client-config.xml</config-file>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id$ -->
-
-<jaxrpc-config xmlns="urn:jboss:jaxrpc-config:2.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
-  xsi:schemaLocation="urn:jboss:jaxrpc-config:2.0 jaxrpc-config_2_0.xsd">
-  
-  <client-config>
-    <config-name>Addressing Client</config-name>
-    <post-handler-chain>
-      <handler-chain-name>PostHandlerChain</handler-chain-name>
-      <handler>
-        <j2ee:handler-name>SOAPClientHandler</j2ee:handler-name>
-        <j2ee:handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler</j2ee:handler-class>
-      </handler>
-    </post-handler-chain>
-  </client-config>
-  
-</jaxrpc-config>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/jbossws-client-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="ActionRpcService" targetNamespace="http://org.jboss.ws/addressing/action" xmlns:tns="http://org.jboss.ws/addressing/action"
-  xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types/>
-  <message name="ActionEndpoint_bar">
-    <part name="String_1" type="xsd:string"/>
-  </message>
-  <message name="ActionEndpoint_barResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="ActionEndpoint_foo">
-    <part name="String_1" type="xsd:string"/>
-  </message>
-  <message name="ActionEndpoint_fooResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <portType name="ActionEndpoint">
-    <operation name="bar" parameterOrder="String_1">
-      <input message="tns:ActionEndpoint_bar"/>
-      <output message="tns:ActionEndpoint_barResponse"/>
-    </operation>
-    <operation name="foo" parameterOrder="String_1">
-      <input message="tns:ActionEndpoint_foo"/>
-      <output message="tns:ActionEndpoint_fooResponse"/>
-    </operation>
-  </portType>
-  <binding name="ActionEndpointBinding" type="tns:ActionEndpoint">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="bar">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/addressing/action"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/addressing/action"/>
-      </output>
-    </operation>
-    <operation name="foo">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/addressing/action"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/addressing/action"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="ActionRpcService">
-    <port name="ActionEndpointPort" binding="tns:ActionEndpointBinding">
-      <soap:address location="http://@jbosstest.host.name@:8080/jaxws-wsaddressing-action-rpc/ActionRpcService"/>
-    </port>
-  </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/META-INF/wsdl/ActionRpcService.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>ActionRpcService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.wsaddressing.action.ActionRpcEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>ActionRpcService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/action/WEB-INF/web.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/FaultToService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.replyto.FaultToEndpoint</service-endpoint-interface>
-    </port-component-ref>
-     <handler>
-      <handler-name>ClientHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.ClientHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>ws.jboss.org.addressing.replyto</package-type>
-  <namespaceURI>http://org.jboss.ws/addressing/replyto</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>ws.jboss.org.addressing.replyto.FaultToEndpointService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/addressing/replyto'>serviceNS:FaultToEndpointService</wsdl-service-name>
-  <port-mapping>
-   <port-name>FaultToEndpointPort</port-name>
-   <java-port-name>FaultToEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>ws.jboss.org.addressing.replyto.FaultToEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/addressing/replyto'>portTypeNS:FaultToEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/addressing/replyto'>bindingNS:FaultToEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>getLastFault</java-method-name>
-   <wsdl-operation>getLastFault</wsdl-operation>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:FaultToEndpoint_getLastFaultResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>onFault</java-method-name>
-   <wsdl-operation>onFault</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>javax.xml.soap.SOAPElement</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:FaultToEndpoint_onFault</wsdl-message>
-     <wsdl-message-part-name>SOAPElement_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>faultto-client</jndi-name>
-
-  <service-ref>
-    <service-ref-name>service/FaultToService</service-ref-name>
-    <config-name>Standard WSAddressing Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxws-wsaddressing-faultto/FaultToService?wsdl</wsdl-override>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="http://localhost:8080/jaxws-wsaddressing-faultto/FaultToEndpoint?wsdl">    
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-META-INF/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>FaultToService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.FaultToEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>FaultToService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/FaultTo-WEB-INF/web.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/InitialService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.replyto.InitialEndpoint</service-endpoint-interface>
-    </port-component-ref>
-    <handler>
-      <handler-name>ClientHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.ClientHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>ws.jboss.org.addressing.replyto</package-type>
-  <namespaceURI>http://org.jboss.ws/addressing/replyto</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>ws.jboss.org.addressing.replyto.InitialEndpointService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/addressing/replyto'>serviceNS:InitialEndpointService</wsdl-service-name>
-  <port-mapping>
-   <port-name>InitialEndpointPort</port-name>
-   <java-port-name>InitialEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>ws.jboss.org.addressing.replyto.InitialEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/addressing/replyto'>portTypeNS:InitialEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/addressing/replyto'>bindingNS:InitialEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>addItem</java-method-name>
-   <wsdl-operation>addItem</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:InitialEndpoint_addItem</wsdl-message>
-     <wsdl-message-part-name>String_1</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:InitialEndpoint_addItemResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>initial-client</jndi-name>
-  <service-ref>
-    <service-ref-name>service/InitialService</service-ref-name>
-    <config-name>Standard WSAddressing Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxws-wsaddressing-initial/InitialService?wsdl</wsdl-override> 
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="http://localhost:8080/jaxws-wsaddressing-initial/InitialService?wsdl">
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-META-INF/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>InitialService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.InitialEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>InitialService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/Initial-WEB-INF/web.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
-  version="1.4">
-
-  <display-name>JAXRPC simple tests</display-name>
-
-  <service-ref>
-    <service-ref-name>service/ReplyToService</service-ref-name>
-    <service-interface>javax.xml.rpc.Service</service-interface>
-    <wsdl-file>META-INF/wsdl/TestService.wsdl</wsdl-file>
-    <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
-    <port-component-ref>
-      <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.replyto.ReplyToEndpoint</service-endpoint-interface>
-    </port-component-ref>
-     <handler>
-      <handler-name>ClientHandler</handler-name>
-      <handler-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.ClientHandler</handler-class>
-    </handler>
-  </service-ref>
-
-</application-client>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/application-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
- <package-mapping>
-  <package-type>org.jboss.test.ws.jaxws.wsaddressing.replyto</package-type>
-  <namespaceURI>http://org.jboss.ws/addressing/replyto</namespaceURI>
- </package-mapping>
- <service-interface-mapping>
-  <service-interface>org.jboss.test.ws.jaxws.wsaddressing.replyto.ReplyToEndpointService</service-interface>
-  <wsdl-service-name xmlns:serviceNS='http://org.jboss.ws/addressing/replyto'>serviceNS:ReplyToEndpointService</wsdl-service-name>
-  <port-mapping>
-   <port-name>ReplyToEndpointPort</port-name>
-   <java-port-name>ReplyToEndpointPort</java-port-name>
-  </port-mapping>
- </service-interface-mapping>
- <service-endpoint-interface-mapping>
-  <service-endpoint-interface>org.jboss.test.ws.jaxws.wsaddressing.replyto.ReplyToEndpoint</service-endpoint-interface>
-  <wsdl-port-type xmlns:portTypeNS='http://org.jboss.ws/addressing/replyto'>portTypeNS:ReplyToEndpoint</wsdl-port-type>
-  <wsdl-binding xmlns:bindingNS='http://org.jboss.ws/addressing/replyto'>bindingNS:ReplyToEndpointBinding</wsdl-binding>
-  <service-endpoint-method-mapping>
-   <java-method-name>addItemResponse</java-method-name>
-   <wsdl-operation>addItemResponse</wsdl-operation>
-   <method-param-parts-mapping>
-    <param-position>0</param-position>
-    <param-type>java.lang.String</param-type>
-    <wsdl-message-mapping>
-     <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:ReplyToEndpoint_addItemResponse</wsdl-message>
-     <wsdl-message-part-name>result</wsdl-message-part-name>
-     <parameter-mode>IN</parameter-mode>
-    </wsdl-message-mapping>
-   </method-param-parts-mapping>
-  </service-endpoint-method-mapping>
-  <service-endpoint-method-mapping>
-   <java-method-name>getLastItem</java-method-name>
-   <wsdl-operation>getLastItem</wsdl-operation>
-   <wsdl-return-value-mapping>
-    <method-return-value>java.lang.String</method-return-value>
-    <wsdl-message xmlns:wsdlMsgNS='http://org.jboss.ws/addressing/replyto'>wsdlMsgNS:ReplyToEndpoint_getLastItemResponse</wsdl-message>
-    <wsdl-message-part-name>result</wsdl-message-part-name>
-   </wsdl-return-value-mapping>
-  </service-endpoint-method-mapping>
- </service-endpoint-interface-mapping>
-</java-wsdl-mapping>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jaxrpc-mapping.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8' ?>
-
-<!DOCTYPE jboss-client PUBLIC
-   "-//JBoss//DTD Application Client 4.0//EN"
-   "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
-
-<jboss-client>
-  <jndi-name>replyto-client</jndi-name>
-  <service-ref>
-    <service-ref-name>service/ReplyToService</service-ref-name>
-    <config-name>Standard WSAddressing Client</config-name>
-    <wsdl-override>http://@jbosstest.host.name@:8080/jaxws-wsaddressing-replyto/ReplyToService?wsdl</wsdl-override>
-  </service-ref>
-</jboss-client>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/jboss-client.xml)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   wstools -config wstools-config.xml
--->
-
-<configuration xmlns="http://www.jboss.org/jbossws-tools"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-  
-  <wsdl-java file="http://localhost:8080/jaxws-wsaddressing-replyto/ReplyToService?wsdl">    
-    <mapping file="jaxrpc-mapping.xml" />
-  </wsdl-java>
-  
-</configuration>

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-META-INF/wstools-config.xml)

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF)

Deleted: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
-  version="2.4">
-
-  <servlet>
-    <servlet-name>ReplyToService</servlet-name>
-    <servlet-class>org.jboss.test.ws.jaxws.wsaddressing.replyto.ReplyToEndpointImpl</servlet-class>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>ReplyToService</servlet-name>
-    <url-pattern>/*</url-pattern>
-  </servlet-mapping>
-
-</web-app>
-

Copied: branches/tdiesler/trunk/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml (from rev 935, branches/jbossws-1.0/src/test/resources/jaxws/wsaddressing/replyto/ReplyTo-WEB-INF/web.xml)

Modified: branches/tdiesler/trunk/src/test/resources/tools/config/wsdl2javaglobal.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/tools/config/wsdl2javaglobal.xml	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/config/wsdl2javaglobal.xml	2006-09-11 14:25:52 UTC (rev 936)
@@ -5,5 +5,5 @@
   <global>
     <package-namespace package="org.jboss.test.ws" namespace="http://org.jboss.ws"/>
   </global>
-  <wsdl-java file="resources/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl"/>
+  <wsdl-java file="resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl"/>
 </configuration>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="ArrayInterfaceService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://arrays/java/lang">
-  <types>
-    <schema targetNamespace="http://arrays/java/lang" xmlns:tns="http://arrays/java/lang" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws"/>
-      <complexType name="IntegerArray">
-        <sequence>
-          <element name="value" type="int" nillable="true" minOccurs="0" maxOccurs="unbounded"/></sequence></complexType></schema>
-    <schema targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://arrays/java/lang"/>
-      <complexType name="Base">
-        <sequence>
-          <element name="a" type="int"/>
-          <element name="b" type="int"/></sequence></complexType>
-      <complexType name="SomeException">
-        <sequence/></complexType>
-      <element name="SomeException" type="tns:SomeException"/></schema></types>
-  <message name="ArrayInterface_customMethod">
-    <part name="Base_1" type="tns:Base"/>
-    <part name="arrayOfInteger_2" type="ns2:IntegerArray"/></message>
-  <message name="ArrayInterface_customMethodResponse"/>
-  <message name="SomeException">
-    <part name="SomeException" element="tns:SomeException"/></message>
-  <portType name="ArrayInterface">
-    <operation name="customMethod" parameterOrder="Base_1 arrayOfInteger_2">
-      <input message="tns:ArrayInterface_customMethod"/>
-      <output message="tns:ArrayInterface_customMethodResponse"/>
-      <fault name="SomeException" message="tns:SomeException"/></operation></portType>
-  <binding name="ArrayInterfaceBinding" type="tns:ArrayInterface">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="customMethod">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></output>
-      <fault name="SomeException">
-        <soap:fault name="SomeException" use="literal"/></fault></operation></binding>
-  <service name="ArrayInterfaceService">
-    <port name="ArrayInterfacePort" binding="tns:ArrayInterfaceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ArrayInterfaceService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="ComplexTypesService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="Base">
-        <sequence>
-          <element name="a" type="int"/>
-          <element name="b" type="int"/></sequence></complexType>
-      <complexType name="Composite">
-        <sequence>
-          <element name="composite" type="tns:Composite" nillable="true"/>
-          <element name="dateTime" type="dateTime" nillable="true"/>
-          <element name="integer" type="integer" nillable="true"/>
-          <element name="qname" type="QName" nillable="true"/>
-          <element name="string" type="string" nillable="true"/></sequence></complexType>
-      <complexType name="Derived">
-        <complexContent>
-          <extension base="tns:Base">
-            <sequence>
-              <element name="x" type="int"/></sequence></extension></complexContent></complexType>
-  </schema></types>
-  <message name="ComplexTypes_echoBase">
-    <part name="Base_1" type="tns:Base"/></message>
-  <message name="ComplexTypes_echoBaseResponse">
-    <part name="result" type="tns:Base"/></message>
-  <message name="ComplexTypes_echoCompositeType">
-    <part name="Composite_1" type="tns:Composite"/></message>
-  <message name="ComplexTypes_echoCompositeTypeResponse">
-    <part name="result" type="tns:Composite"/></message>
-  <message name="ComplexTypes_echoDerived">
-    <part name="Derived_1" type="tns:Derived"/></message>
-  <message name="ComplexTypes_echoDerivedResponse">
-    <part name="result" type="tns:Derived"/></message>
-  <portType name="ComplexTypes">
-    <operation name="echoBase" parameterOrder="Base_1">
-      <input message="tns:ComplexTypes_echoBase"/>
-      <output message="tns:ComplexTypes_echoBaseResponse"/></operation>
-    <operation name="echoCompositeType" parameterOrder="Composite_1">
-      <input message="tns:ComplexTypes_echoCompositeType"/>
-      <output message="tns:ComplexTypes_echoCompositeTypeResponse"/></operation>
-    <operation name="echoDerived" parameterOrder="Derived_1">
-      <input message="tns:ComplexTypes_echoDerived"/>
-      <output message="tns:ComplexTypes_echoDerivedResponse"/></operation></portType>
-  <binding name="ComplexTypesBinding" type="tns:ComplexTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoBase">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></output></operation>
-    <operation name="echoCompositeType">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></output></operation>
-    <operation name="echoDerived">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/></output></operation></binding>
-  <service name="ComplexTypesService">
-    <port name="ComplexTypesPort" binding="tns:ComplexTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ComplexTypesService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,23 +0,0 @@
-<definitions targetNamespace='http://org.jboss.ws/types'
-  xmlns='http://www.w3.org/2003/11/wsdl'
-  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
-  xmlns:tns='http://org.jboss.ws/types'
-  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
- <types>
-  <xsd:import namespace='http://org.jboss.ws/types' schemaLocation='CustomInterface20.xsd'/>
- </types>
- <interface name='CustomInterface'>
-  <fault element='SomeExceptionError' name='SomeExceptionFault'/>
-  <operation name='customMethod'>
-   <input element='tns:Base' messageLabel='IN'/>
-   <outfault ref='SomeExceptionFault'> messageLabel='OUT'</outfault>
-  </operation>
- </interface>
- <binding interface='tns:CustomInterface' name='CustomInterfaceBinding'>
-  <operation ref='tns:customMethod'/>
- </binding>
- <service interface='tns:CustomInterface' name='CustomInterfaceService'>
-  <endpoint address='REPLACE_WITH_ACTUAL_ADDRESS' binding='tns:CustomInterfaceBinding' name='CustomInterfaceEndpoint'/>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterface20.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,17 +0,0 @@
-<schema targetNamespace='http://org.jboss.ws/types'
-  xmlns='http://www.w3.org/2001/XMLSchema'
-  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-  xmlns:tns='http://org.jboss.ws/types'>
-  <complexType name='Base'>
-    <sequence>
-      <element name='a' type='xsd:int' nillable='false'/>
-      <element name='b' type='xsd:int' nillable='false'/>
-    </sequence>
-  </complexType>
-  <complexType name='SomeException'>
-    <sequence>
-      <element name='name' type='xsd:string' nillable='true'/>
-    </sequence>
-  </complexType>
-</schema>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterface20.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="CustomInterfaceService"
-	targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws"
-	xmlns="http://schemas.xmlsoap.org/wsdl/"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-	<types>
-		<schema targetNamespace="http://org.jboss.ws"
-			xmlns:tns="http://org.jboss.ws"
-			xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-			xmlns="http://www.w3.org/2001/XMLSchema">
-			<complexType name="Base">
-				<sequence>
-					<element name="a" type="int" />
-					<element name="b" type="int" />
-				</sequence>
-			</complexType>
-			<complexType name="SomeException">
-				<sequence />
-			</complexType>
-			<element name="SomeException" type="tns:SomeException" />
-		</schema>
-	</types>
-	<message name="CustomInterface_customMethod">
-		<part name="Base_1" type="tns:Base" />
-	</message>
-	<message name="CustomInterface_customMethodResponse" />
-	<message name="SomeException">
-		<part name="SomeException" element="tns:SomeException" />
-	</message>
-	<portType name="CustomInterface">
-		<operation name="customMethod" parameterOrder="Base_1">
-			<input message="tns:CustomInterface_customMethod" />
-			<output message="tns:CustomInterface_customMethodResponse" />
-			<fault name="SomeException" message="tns:SomeException" />
-		</operation>
-	</portType>
-	<binding name="CustomInterfaceBinding" type="tns:CustomInterface">
-		<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
-			style="rpc" />
-		<operation name="customMethod">
-			<soap:operation soapAction="" />
-			<input>
-				<soap:body use="literal"
-					namespace="http://org.jboss.ws" />
-			</input>
-			<output>
-				<soap:body use="literal"
-					namespace="http://org.jboss.ws" />
-			</output>
-			<fault name="SomeException">
-				<soap:fault name="SomeException" use="literal" />
-			</fault>
-		</operation>
-	</binding>
-	<service name="CustomInterfaceService">
-		<port name="CustomInterfacePort"
-			binding="tns:CustomInterfaceBinding">
-			<soap:address location="REPLACE_WITH_ACTUAL_URL" />
-		</port>
-	</service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/CustomInterfaceService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,41 +0,0 @@
-<definitions targetNamespace='http://org.jboss.ws/types'
-  xmlns='http://www.w3.org/2003/11/wsdl'
-  xmlns:tns='http://org.jboss.ws/types'
-  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-  xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'>
-  <types>
-    <schema targetNamespace='http://org.jboss.ws/types'
-      xmlns='http://www.w3.org/2001/XMLSchema'
-      xmlns:xsi='http://www.w3.org/2000/10/XMLSchema-instance'
-      xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-      xmlns:tns='http://org.jboss.ws/types'>
-      <complexType name='Base'>
-        <sequence>
-          <element name='a' type='xsd:int' nillable='false'/>
-          <element name='b' type='xsd:int' nillable='false'/>
-        </sequence>
-      </complexType>
-      <complexType name='SomeException'>
-        <sequence>
-          <element name='name' type='xsd:string' nillable='true'/>
-        </sequence>
-      </complexType>
-    </schema>
-  </types>
-  <interface name='CustomInterface'>
-    <fault element='SomeExceptionError' name='SomeExceptionFault'/>
-    <operation name='customMethod'>
-      <input element='tns:Base' messageLabel='IN'/>
-      <outfault messageLabel='OUT' ref='SomeExceptionFault'/>
-    </operation>
-  </interface>
-  <binding interface='CustomInterface' name='CustomInterfaceBinding'>
-    <operation ref='customMethod'>
-      <input messageLabel='IN'/>
-      <output messageLabel='OUT'/>
-    </operation>
-  </binding>
-  <service interface='CustomInterface' name='CustomInterfaceService'>
-    <endpoint address='REPLACE_WITH_ACTUAL_ADDRESS' binding='CustomInterfaceBinding' name='CustomInterfaceEndpoint'/>
-  </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/IncludedSchema20.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='InheritenceChildInterfaceService' targetNamespace='http://org.jboss.ws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types/>
- <message name='InheritenceChildInterface_getA'/>
- <message name='InheritenceChildInterface_getAResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <message name='InheritenceChildInterface_getB'/>
- <message name='InheritenceChildInterface_getBResponse'>
-  <part name='result' type='xsd:string'/>
- </message>
- <portType name='InheritenceChildInterface'>
-  <operation name='getA'>
-   <input message='tns:InheritenceChildInterface_getA'/>
-   <output message='tns:InheritenceChildInterface_getAResponse'/>
-  </operation>
-  <operation name='getB'>
-   <input message='tns:InheritenceChildInterface_getB'/>
-   <output message='tns:InheritenceChildInterface_getBResponse'/>
-  </operation>
- </portType>
- <binding name='InheritenceChildInterfaceBinding' type='tns:InheritenceChildInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='getA'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='getB'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='InheritenceChildInterfaceService'>
-  <port binding='tns:InheritenceChildInterfaceBinding' name='InheritenceChildInterfacePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/InheritenceChildInterfaceService_RPC.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="PrimitiveTypesService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types/>
-  <message name="PrimitiveTypes_echoBoolean">
-    <part name="boolean_1" type="xsd:boolean"/>
-  </message>
-  <message name="PrimitiveTypes_echoBooleanResponse">
-    <part name="result" type="xsd:boolean"/>
-  </message>
-  <message name="PrimitiveTypes_echoByte">
-    <part name="byte_1" type="xsd:byte"/>
-  </message>
-  <message name="PrimitiveTypes_echoByteResponse">
-    <part name="result" type="xsd:byte"/>
-  </message>
-  <message name="PrimitiveTypes_echoDouble">
-    <part name="double_1" type="xsd:double"/>
-  </message>
-  <message name="PrimitiveTypes_echoDoubleResponse">
-    <part name="result" type="xsd:double"/>
-  </message>
-  <message name="PrimitiveTypes_echoFloat">
-    <part name="float_1" type="xsd:float"/>
-  </message>
-  <message name="PrimitiveTypes_echoFloatResponse">
-    <part name="result" type="xsd:float"/>
-  </message>
-  <message name="PrimitiveTypes_echoInt">
-    <part name="int_1" type="xsd:int"/>
-  </message>
-  <message name="PrimitiveTypes_echoIntResponse">
-    <part name="result" type="xsd:int"/>
-  </message>
-  <message name="PrimitiveTypes_echoLong">
-    <part name="long_1" type="xsd:long"/>
-  </message>
-  <message name="PrimitiveTypes_echoLongResponse">
-    <part name="result" type="xsd:long"/>
-  </message>
-  <message name="PrimitiveTypes_echoShort">
-    <part name="short_1" type="xsd:short"/>
-  </message>
-  <message name="PrimitiveTypes_echoShortResponse">
-    <part name="result" type="xsd:short"/>
-  </message>
-  <portType name="PrimitiveTypes">
-    <operation name="echoBoolean" parameterOrder="boolean_1">
-      <input message="tns:PrimitiveTypes_echoBoolean"/>
-      <output message="tns:PrimitiveTypes_echoBooleanResponse"/>
-    </operation>
-    <operation name="echoByte" parameterOrder="byte_1">
-      <input message="tns:PrimitiveTypes_echoByte"/>
-      <output message="tns:PrimitiveTypes_echoByteResponse"/>
-    </operation>
-    <operation name="echoDouble" parameterOrder="double_1">
-      <input message="tns:PrimitiveTypes_echoDouble"/>
-      <output message="tns:PrimitiveTypes_echoDoubleResponse"/>
-    </operation>
-    <operation name="echoFloat" parameterOrder="float_1">
-      <input message="tns:PrimitiveTypes_echoFloat"/>
-      <output message="tns:PrimitiveTypes_echoFloatResponse"/>
-    </operation>
-    <operation name="echoInt" parameterOrder="int_1">
-      <input message="tns:PrimitiveTypes_echoInt"/>
-      <output message="tns:PrimitiveTypes_echoIntResponse"/>
-    </operation>
-    <operation name="echoLong" parameterOrder="long_1">
-      <input message="tns:PrimitiveTypes_echoLong"/>
-      <output message="tns:PrimitiveTypes_echoLongResponse"/>
-    </operation>
-    <operation name="echoShort" parameterOrder="short_1">
-      <input message="tns:PrimitiveTypes_echoShort"/>
-      <output message="tns:PrimitiveTypes_echoShortResponse"/>
-    </operation>
-  </portType>
-  <binding name="PrimitiveTypesBinding" type="tns:PrimitiveTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoBoolean">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoByte">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoDouble">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoFloat">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoInt">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoLong">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoShort">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="PrimitiveTypesService">
-    <port name="PrimitiveTypesPort" binding="tns:PrimitiveTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/PrimitiveTypesService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="ServiceExceptionService"
-	targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws"
-	xmlns="http://schemas.xmlsoap.org/wsdl/"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-	<types>
-		<schema targetNamespace="http://org.jboss.ws"
-			xmlns:tns="http://org.jboss.ws"
-			xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-			xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-			xmlns="http://www.w3.org/2001/XMLSchema">
-			<complexType name="SomeException">
-				<sequence />
-			</complexType>
-			<element name="SomeException" type="tns:SomeException" />
-		</schema>
-	</types>
-	<message name="ServiceException_echoString">
-		<part name="String_1" type="xsd:string" />
-	</message>
-	<message name="ServiceException_echoStringResponse">
-		<part name="result" type="xsd:string" />
-	</message>
-	<message name="SomeException">
-		<part name="SomeException" element="tns:SomeException" />
-	</message>
-	<portType name="ServiceException">
-		<operation name="echoString" parameterOrder="String_1">
-			<input message="tns:ServiceException_echoString" />
-			<output message="tns:ServiceException_echoStringResponse" />
-			<fault name="SomeException" message="tns:SomeException" />
-		</operation>
-	</portType>
-	<binding name="ServiceExceptionBinding"
-		type="tns:ServiceException">
-		<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
-			style="rpc" />
-		<operation name="echoString">
-			<soap:operation soapAction="" />
-			<input>
-				<soap:body use="literal"
-					namespace="http://org.jboss.ws" />
-			</input>
-			<output>
-				<soap:body use="literal"
-					namespace="http://org.jboss.ws" />
-			</output>
-			<fault name="SomeException">
-				<soap:fault name="SomeException" use="literal" />
-			</fault>
-		</operation>
-	</binding>
-	<service name="ServiceExceptionService">
-		<port name="ServiceExceptionPort"
-			binding="tns:ServiceExceptionBinding">
-			<soap:address location="REPLACE_WITH_ACTUAL_URL" />
-		</port>
-	</service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/ServiceExceptionService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,47 +0,0 @@
-<definitions targetNamespace='http://org.jboss.ws/types' xmlns='http://www.w3.org/2003/11/wsdl' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws/types' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
- <types>
-  <xsd:import namespace='http://org.jboss.ws/types' schemaLocation='StandardJavaTypes20.xsd'/>
- </types>
- <interface name='StandardJavaTypes'>
-  <operation name='echoString'>
-   <input element='xsd:string' messageLabel='IN'/>
-   <output element='xsd:string' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoDate'>
-   <input element='xsd:dateTime' messageLabel='IN'/>
-   <output element='xsd:dateTime' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoCalendar'>
-   <input element='xsd:dateTime' messageLabel='IN'/>
-   <output element='xsd:dateTime' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoInteger'>
-   <input element='xsd:integer' messageLabel='IN'/>
-   <output element='xsd:integer' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoDecimal'>
-   <input element='xsd:decimal' messageLabel='IN'/>
-   <output element='xsd:decimal' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoQName'>
-   <input element='xsd:QName' messageLabel='IN'/>
-   <output element='xsd:QName' messageLabel='OUT'/>
-  </operation>
-  <operation name='echoURI'>
-   <input element='xsd:anyURI' messageLabel='IN'/>
-   <output element='xsd:anyURI' messageLabel='OUT'/>
-  </operation>
- </interface>
- <binding interface='tns:StandardJavaTypes' name='StandardJavaTypesBinding'>
-  <operation ref='tns:echoString'/>
-  <operation ref='tns:echoDate'/>
-  <operation ref='tns:echoCalendar'/>
-  <operation ref='tns:echoInteger'/>
-  <operation ref='tns:echoDecimal'/>
-  <operation ref='tns:echoQName'/>
-  <operation ref='tns:echoURI'/>
- </binding>
- <service interface='tns:StandardJavaTypes' name='StandardJavaTypesService'>
-  <endpoint address='REPLACE_WITH_ACTUAL_ADDRESS' binding='tns:StandardJavaTypesBinding' name='StandardJavaTypesEndpoint'/>
- </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,8 +0,0 @@
-<schema targetNamespace='http://org.jboss.ws/types'
-  xmlns='http://www.w3.org/2001/XMLSchema'
-  xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-  xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-  xmlns:tns='http://org.jboss.ws/types'
-  xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'>
-  
-  </schema>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypes20.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,235 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="StandardJavaTypesService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://org.jboss.ws/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/types" xmlns:tns="http://org.jboss.ws/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <complexType name="echoCalendar">
-        <sequence>
-          <element name="Calendar_1" type="dateTime" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoCalendarResponse">
-        <sequence>
-          <element name="result" type="dateTime" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoDate">
-        <sequence>
-          <element name="Date_1" type="dateTime" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoDateResponse">
-        <sequence>
-          <element name="result" type="dateTime" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoDecimal">
-        <sequence>
-          <element name="BigDecimal_1" type="decimal" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoDecimalResponse">
-        <sequence>
-          <element name="result" type="decimal" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoInteger">
-        <sequence>
-          <element name="BigInteger_1" type="integer" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoIntegerResponse">
-        <sequence>
-          <element name="result" type="integer" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoQName">
-        <sequence>
-          <element name="QName_1" type="QName" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoQNameResponse">
-        <sequence>
-          <element name="result" type="QName" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoString">
-        <sequence>
-          <element name="String_1" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoStringResponse">
-        <sequence>
-          <element name="result" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoURI">
-        <sequence>
-          <element name="URI_1" type="anyURI" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="echoURIResponse">
-        <sequence>
-          <element name="result" type="anyURI" nillable="true"/>
-        </sequence>
-      </complexType>
-      <element name="echoCalendar" type="tns:echoCalendar"/>
-      <element name="echoCalendarResponse" type="tns:echoCalendarResponse"/>
-      <element name="echoDate" type="tns:echoDate"/>
-      <element name="echoDateResponse" type="tns:echoDateResponse"/>
-      <element name="echoDecimal" type="tns:echoDecimal"/>
-      <element name="echoDecimalResponse" type="tns:echoDecimalResponse"/>
-      <element name="echoInteger" type="tns:echoInteger"/>
-      <element name="echoIntegerResponse" type="tns:echoIntegerResponse"/>
-      <element name="echoQName" type="tns:echoQName"/>
-      <element name="echoQNameResponse" type="tns:echoQNameResponse"/>
-      <element name="echoString" type="tns:echoString"/>
-      <element name="echoStringResponse" type="tns:echoStringResponse"/>
-      <element name="echoURI" type="tns:echoURI"/>
-      <element name="echoURIResponse" type="tns:echoURIResponse"/>
-    </schema>
-  </types>
-  <message name="StandardJavaTypes_echoCalendar">
-    <part name="parameters" element="ns2:echoCalendar"/>
-  </message>
-  <message name="StandardJavaTypes_echoCalendarResponse">
-    <part name="result" element="ns2:echoCalendarResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoDate">
-    <part name="parameters" element="ns2:echoDate"/>
-  </message>
-  <message name="StandardJavaTypes_echoDateResponse">
-    <part name="result" element="ns2:echoDateResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoDecimal">
-    <part name="parameters" element="ns2:echoDecimal"/>
-  </message>
-  <message name="StandardJavaTypes_echoDecimalResponse">
-    <part name="result" element="ns2:echoDecimalResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoInteger">
-    <part name="parameters" element="ns2:echoInteger"/>
-  </message>
-  <message name="StandardJavaTypes_echoIntegerResponse">
-    <part name="result" element="ns2:echoIntegerResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoQName">
-    <part name="parameters" element="ns2:echoQName"/>
-  </message>
-  <message name="StandardJavaTypes_echoQNameResponse">
-    <part name="result" element="ns2:echoQNameResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoString">
-    <part name="parameters" element="ns2:echoString"/>
-  </message>
-  <message name="StandardJavaTypes_echoStringResponse">
-    <part name="result" element="ns2:echoStringResponse"/>
-  </message>
-  <message name="StandardJavaTypes_echoURI">
-    <part name="parameters" element="ns2:echoURI"/>
-  </message>
-  <message name="StandardJavaTypes_echoURIResponse">
-    <part name="result" element="ns2:echoURIResponse"/>
-  </message>
-  <portType name="StandardJavaTypes">
-    <operation name="echoCalendar">
-      <input message="tns:StandardJavaTypes_echoCalendar"/>
-      <output message="tns:StandardJavaTypes_echoCalendarResponse"/>
-    </operation>
-    <operation name="echoDate">
-      <input message="tns:StandardJavaTypes_echoDate"/>
-      <output message="tns:StandardJavaTypes_echoDateResponse"/>
-    </operation>
-    <operation name="echoDecimal">
-      <input message="tns:StandardJavaTypes_echoDecimal"/>
-      <output message="tns:StandardJavaTypes_echoDecimalResponse"/>
-    </operation>
-    <operation name="echoInteger">
-      <input message="tns:StandardJavaTypes_echoInteger"/>
-      <output message="tns:StandardJavaTypes_echoIntegerResponse"/>
-    </operation>
-    <operation name="echoQName">
-      <input message="tns:StandardJavaTypes_echoQName"/>
-      <output message="tns:StandardJavaTypes_echoQNameResponse"/>
-    </operation>
-    <operation name="echoString">
-      <input message="tns:StandardJavaTypes_echoString"/>
-      <output message="tns:StandardJavaTypes_echoStringResponse"/>
-    </operation>
-    <operation name="echoURI">
-      <input message="tns:StandardJavaTypes_echoURI"/>
-      <output message="tns:StandardJavaTypes_echoURIResponse"/>
-    </operation>
-  </portType>
-  <binding name="StandardJavaTypesBinding" type="tns:StandardJavaTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoCalendar">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoDate">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoDecimal">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoInteger">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoQName">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoString">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-    <operation name="echoURI">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="StandardJavaTypesService">
-    <port name="StandardJavaTypesPort" binding="tns:StandardJavaTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_DOC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="StandardJavaTypesService" targetNamespace="http://org.jboss.ws" xmlns:tns="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types/>
-  <message name="StandardJavaTypes_echoCalendar">
-    <part name="Calendar_1" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardJavaTypes_echoCalendarResponse">
-    <part name="result" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardJavaTypes_echoDate">
-    <part name="Date_1" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardJavaTypes_echoDateResponse">
-    <part name="result" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardJavaTypes_echoDecimal">
-    <part name="BigDecimal_1" type="xsd:decimal"/>
-  </message>
-  <message name="StandardJavaTypes_echoDecimalResponse">
-    <part name="result" type="xsd:decimal"/>
-  </message>
-  <message name="StandardJavaTypes_echoInteger">
-    <part name="BigInteger_1" type="xsd:integer"/>
-  </message>
-  <message name="StandardJavaTypes_echoIntegerResponse">
-    <part name="result" type="xsd:integer"/>
-  </message>
-  <message name="StandardJavaTypes_echoQName">
-    <part name="QName_1" type="xsd:QName"/>
-  </message>
-  <message name="StandardJavaTypes_echoQNameResponse">
-    <part name="result" type="xsd:QName"/>
-  </message>
-  <message name="StandardJavaTypes_echoString">
-    <part name="String_1" type="xsd:string"/>
-  </message>
-  <message name="StandardJavaTypes_echoStringResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="StandardJavaTypes_echoURI">
-    <part name="URI_1" type="xsd:anyURI"/>
-  </message>
-  <message name="StandardJavaTypes_echoURIResponse">
-    <part name="result" type="xsd:anyURI"/>
-  </message>
-  <portType name="StandardJavaTypes">
-    <operation name="echoCalendar" parameterOrder="Calendar_1">
-      <input message="tns:StandardJavaTypes_echoCalendar"/>
-      <output message="tns:StandardJavaTypes_echoCalendarResponse"/>
-    </operation>
-    <operation name="echoDate" parameterOrder="Date_1">
-      <input message="tns:StandardJavaTypes_echoDate"/>
-      <output message="tns:StandardJavaTypes_echoDateResponse"/>
-    </operation>
-    <operation name="echoDecimal" parameterOrder="BigDecimal_1">
-      <input message="tns:StandardJavaTypes_echoDecimal"/>
-      <output message="tns:StandardJavaTypes_echoDecimalResponse"/>
-    </operation>
-    <operation name="echoInteger" parameterOrder="BigInteger_1">
-      <input message="tns:StandardJavaTypes_echoInteger"/>
-      <output message="tns:StandardJavaTypes_echoIntegerResponse"/>
-    </operation>
-    <operation name="echoQName" parameterOrder="QName_1">
-      <input message="tns:StandardJavaTypes_echoQName"/>
-      <output message="tns:StandardJavaTypes_echoQNameResponse"/>
-    </operation>
-    <operation name="echoString" parameterOrder="String_1">
-      <input message="tns:StandardJavaTypes_echoString"/>
-      <output message="tns:StandardJavaTypes_echoStringResponse"/>
-    </operation>
-    <operation name="echoURI" parameterOrder="URI_1">
-      <input message="tns:StandardJavaTypes_echoURI"/>
-      <output message="tns:StandardJavaTypes_echoURIResponse"/>
-    </operation>
-  </portType>
-  <binding name="StandardJavaTypesBinding" type="tns:StandardJavaTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echoCalendar">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoDate">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoDecimal">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoInteger">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoQName">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoString">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-    <operation name="echoURI">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="StandardJavaTypesService">
-    <port name="StandardJavaTypesPort" binding="tns:StandardJavaTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/StandardJavaTypesService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,60 +0,0 @@
-<?xml version="1.0"?>
-<!--Example is from the WSDL 1.1 Specification -->
-<definitions name="StockQuote"
-  targetNamespace="http://example.com/stockquote.wsdl"
-  xmlns:tns="http://example.com/stockquote.wsdl"
-  xmlns:xsd1="http://example.com/stockquote.xsd"
-  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-  xmlns="http://schemas.xmlsoap.org/wsdl/">
-  <types>
-    <schema targetNamespace="http://example.com/stockquote.xsd"
-      xmlns="http://www.w3.org/2001/XMLSchema">
-      <element name="TradePriceRequest">
-        <complexType>
-          <all>
-            <element name="tickerSymbol" type="string"/>
-          </all>
-        </complexType>
-      </element>
-      <element name="TradePrice">
-        <complexType>
-          <all>
-            <element name="price" type="float"/>
-          </all>
-        </complexType>
-      </element>
-    </schema>
-  </types>
-
-  <message name="GetLastTradePriceInput">
-    <part name="body" element="xsd1:TradePriceRequest"/>
-  </message>
-  <message name="GetLastTradePriceOutput">
-    <part name="body" element="xsd1:TradePrice"/>
-  </message>
-  <portType name="StockQuotePortType">
-    <operation name="GetLastTradePrice">
-      <input message="tns:GetLastTradePriceInput"/>
-      <output message="tns:GetLastTradePriceOutput"/>
-    </operation>
-  </portType>
-
-  <binding name="StockQuoteBinding" type="tns:StockQuotePortType">
-    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-    <operation name="GetLastTradePrice">
-      <soap:operation soapAction="http://example.com/GetLastTradePrice"/>
-      <input>
-        <soap:body use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="StockQuoteService">
-    <documentation>My first service</documentation>
-    <port name="StockQuotePort" binding="tns:StockQuoteBinding">
-      <soap:address location="http://example.com/stockquote"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/W3CExample_DOC_11.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,73 +0,0 @@
-<definitions name='ArrayInterfaceService' targetNamespace='http://org.jboss.ws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.ws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-
-    <complexType name='Base'>
-
-      <sequence>
-
-        <element name='a' type='int'/>
-
-        <element name='b' type='int'/>
-
-      </sequence>
-
-    </complexType>
-
-    <complexType name='Integer.Array'>
-
-      <sequence>
-
-        <element maxOccurs='unbounded' minOccurs='0' name='value' nillable='true' type='int'/>
-
-      </sequence>
-
-    </complexType>
-
-    <complexType name='SomeException'>
-
-      <sequence/>
-
-    </complexType>
-
-    <element name='SomeException' type='tns:SomeException'/>
-
-  </schema>
-
- </types>
- <message name='ArrayInterface_customMethod'>
-  <part name='Base_1' type='tns:Base'/>
-  <part name='arrayOfInteger_2' type='tns:Integer.Array'/>
- </message>
- <message name='ArrayInterface_customMethodResponse'/>
- <message name='SomeException'>
-  <part element='tns:SomeException' name='SomeException'/>
- </message>
- <portType name='ArrayInterface'>
-  <operation name='customMethod' parameterOrder='Base_1 arrayOfInteger_2'>
-   <input message='tns:ArrayInterface_customMethod'/>
-   <output message='tns:ArrayInterface_customMethodResponse'/>
-   <fault message='tns:SomeException' name='SomeException'/>
-  </operation>
- </portType>
- <binding name='ArrayInterfaceBinding' type='tns:ArrayInterface'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='customMethod'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-   <fault name='SomeException'>
-    <soap:fault name='SomeException' use='literal'/>
-   </fault>
-  </operation>
- </binding>
- <service name='ArrayInterfaceService'>
-  <port binding='tns:ArrayInterfaceBinding' name='ArrayInterfacePort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/ArrayInterfaceService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,1011 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="MarshallService" targetNamespace="http://org.jboss.ws/marshall/rpclit" xmlns:tns="http://org.jboss.ws/marshall/rpclit" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types" xmlns:ns3="http://org.jboss.ws/marshall/rpclit/types" xmlns:ns4="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace" xmlns:ns5="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang" xmlns:ns6="http://org.jboss.ws/marshall/rpclit/types/arrays/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns7="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util" xmlns:ns8="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://org.jboss.ws/marshall/rpclit/types" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <complexType name="JavaBeanArray">
-        <sequence>
-          <element name="value" type="ns2:JavaBean" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="JavaBean">
-        <sequence>
-          <element name="myBigDecimal" type="decimal" nillable="true"/>
-          <element name="myBigInteger" type="integer" nillable="true"/>
-          <element name="myBoolean" type="boolean"/>
-          <element name="myByte" type="byte"/>
-          <element name="myCalendar" type="dateTime" nillable="true"/>
-          <element name="myDouble" type="double"/>
-          <element name="myFloat" type="float"/>
-          <element name="myInt" type="int"/>
-          <element name="myJavaBean" type="tns:JavaBean2" nillable="true"/>
-          <element name="myLong" type="long"/>
-          <element name="myShort" type="short"/>
-          <element name="myString" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-      <complexType name="JavaBean2">
-        <sequence>
-          <element name="myBigDecimal" type="decimal" nillable="true"/>
-          <element name="myBigInteger" type="integer" nillable="true"/>
-          <element name="myBoolean" type="boolean"/>
-          <element name="myByte" type="byte"/>
-          <element name="myCalendar" type="dateTime" nillable="true"/>
-          <element name="myDouble" type="double"/>
-          <element name="myFloat" type="float"/>
-          <element name="myInt" type="int"/>
-          <element name="myLong" type="long"/>
-          <element name="myShort" type="short"/>
-          <element name="myString" type="string" nillable="true"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="QNameArray">
-        <sequence>
-          <element name="value" type="QName" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="BooleanArray">
-        <sequence>
-          <element name="value" type="boolean" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="ByteArray">
-        <sequence>
-          <element name="value" type="byte" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="DoubleArray">
-        <sequence>
-          <element name="value" type="double" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="FloatArray">
-        <sequence>
-          <element name="value" type="float" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="IntegerArray">
-        <sequence>
-          <element name="value" type="int" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="LongArray">
-        <sequence>
-          <element name="value" type="long" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="ShortArray">
-        <sequence>
-          <element name="value" type="short" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="StringArray">
-        <sequence>
-          <element name="value" type="string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="booleanArray">
-        <sequence>
-          <element name="value" type="boolean" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="doubleArray">
-        <sequence>
-          <element name="value" type="double" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="floatArray">
-        <sequence>
-          <element name="value" type="float" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="intArray">
-        <sequence>
-          <element name="value" type="int" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="longArray">
-        <sequence>
-          <element name="value" type="long" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="shortArray">
-        <sequence>
-          <element name="value" type="short" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="CalendarArray">
-        <sequence>
-          <element name="value" type="dateTime" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-    <schema targetNamespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math" xmlns:tns="http://org.jboss.ws/marshall/rpclit/types/arrays/java/math" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema">
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/util"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/java/lang"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/javax/xml/namespace"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types"/>
-      <import namespace="http://org.jboss.ws/marshall/rpclit/types/arrays/org/jboss/test/ws/marshall/rpclit/types"/>
-      <complexType name="BigDecimalArray">
-        <sequence>
-          <element name="value" type="decimal" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-      <complexType name="BigIntegerArray">
-        <sequence>
-          <element name="value" type="integer" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-        </sequence>
-      </complexType>
-    </schema>
-  </types>
-  <message name="StandardTypes_base64BinaryTest">
-    <part name="arrayOfbyte_1" type="xsd:base64Binary"/>
-  </message>
-  <message name="StandardTypes_base64BinaryTestResponse">
-    <part name="result" type="xsd:base64Binary"/>
-  </message>
-  <message name="StandardTypes_bigDecimalArrayTest">
-    <part name="arrayOfBigDecimal_1" type="ns8:BigDecimalArray"/>
-  </message>
-  <message name="StandardTypes_bigDecimalArrayTestResponse">
-    <part name="result" type="ns8:BigDecimalArray"/>
-  </message>
-  <message name="StandardTypes_bigDecimalTest">
-    <part name="BigDecimal_1" type="xsd:decimal"/>
-  </message>
-  <message name="StandardTypes_bigDecimalTestResponse">
-    <part name="result" type="xsd:decimal"/>
-  </message>
-  <message name="StandardTypes_bigIntegerArrayTest">
-    <part name="arrayOfBigInteger_1" type="ns8:BigIntegerArray"/>
-  </message>
-  <message name="StandardTypes_bigIntegerArrayTestResponse">
-    <part name="result" type="ns8:BigIntegerArray"/>
-  </message>
-  <message name="StandardTypes_bigIntegerTest">
-    <part name="BigInteger_1" type="xsd:integer"/>
-  </message>
-  <message name="StandardTypes_bigIntegerTestResponse">
-    <part name="result" type="xsd:integer"/>
-  </message>
-  <message name="StandardTypes_booleanArrayTest">
-    <part name="arrayOfboolean_1" type="ns6:booleanArray"/>
-  </message>
-  <message name="StandardTypes_booleanArrayTestResponse">
-    <part name="result" type="ns6:booleanArray"/>
-  </message>
-  <message name="StandardTypes_booleanTest">
-    <part name="boolean_1" type="xsd:boolean"/>
-  </message>
-  <message name="StandardTypes_booleanTestResponse">
-    <part name="result" type="xsd:boolean"/>
-  </message>
-  <message name="StandardTypes_booleanWrapperArrayTest">
-    <part name="arrayOfBoolean_1" type="ns5:BooleanArray"/>
-  </message>
-  <message name="StandardTypes_booleanWrapperArrayTestResponse">
-    <part name="result" type="ns5:BooleanArray"/>
-  </message>
-  <message name="StandardTypes_booleanWrapperTest">
-    <part name="Boolean_1" type="xsd:boolean"/>
-  </message>
-  <message name="StandardTypes_booleanWrapperTestResponse">
-    <part name="result" type="xsd:boolean"/>
-  </message>
-  <message name="StandardTypes_byteArrayTest">
-    <part name="arrayOfbyte_1" type="xsd:base64Binary"/>
-  </message>
-  <message name="StandardTypes_byteArrayTestResponse">
-    <part name="result" type="xsd:base64Binary"/>
-  </message>
-  <message name="StandardTypes_byteTest">
-    <part name="byte_1" type="xsd:byte"/>
-  </message>
-  <message name="StandardTypes_byteTestResponse">
-    <part name="result" type="xsd:byte"/>
-  </message>
-  <message name="StandardTypes_byteWrapperArrayTest">
-    <part name="arrayOfByte_1" type="ns5:ByteArray"/>
-  </message>
-  <message name="StandardTypes_byteWrapperArrayTestResponse">
-    <part name="result" type="ns5:ByteArray"/>
-  </message>
-  <message name="StandardTypes_byteWrapperTest">
-    <part name="Byte_1" type="xsd:byte"/>
-  </message>
-  <message name="StandardTypes_byteWrapperTestResponse">
-    <part name="result" type="xsd:byte"/>
-  </message>
-  <message name="StandardTypes_calendarArrayTest">
-    <part name="arrayOfCalendar_1" type="ns7:CalendarArray"/>
-  </message>
-  <message name="StandardTypes_calendarArrayTestResponse">
-    <part name="result" type="ns7:CalendarArray"/>
-  </message>
-  <message name="StandardTypes_calendarTest">
-    <part name="Calendar_1" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardTypes_calendarTestResponse">
-    <part name="result" type="xsd:dateTime"/>
-  </message>
-  <message name="StandardTypes_doubleArrayTest">
-    <part name="arrayOfdouble_1" type="ns6:doubleArray"/>
-  </message>
-  <message name="StandardTypes_doubleArrayTestResponse">
-    <part name="result" type="ns6:doubleArray"/>
-  </message>
-  <message name="StandardTypes_doubleTest">
-    <part name="double_1" type="xsd:double"/>
-  </message>
-  <message name="StandardTypes_doubleTestResponse">
-    <part name="result" type="xsd:double"/>
-  </message>
-  <message name="StandardTypes_doubleWrapperArrayTest">
-    <part name="arrayOfDouble_1" type="ns5:DoubleArray"/>
-  </message>
-  <message name="StandardTypes_doubleWrapperArrayTestResponse">
-    <part name="result" type="ns5:DoubleArray"/>
-  </message>
-  <message name="StandardTypes_doubleWrapperTest">
-    <part name="Double_1" type="xsd:double"/>
-  </message>
-  <message name="StandardTypes_doubleWrapperTestResponse">
-    <part name="result" type="xsd:double"/>
-  </message>
-  <message name="StandardTypes_floatArrayTest">
-    <part name="arrayOffloat_1" type="ns6:floatArray"/>
-  </message>
-  <message name="StandardTypes_floatArrayTestResponse">
-    <part name="result" type="ns6:floatArray"/>
-  </message>
-  <message name="StandardTypes_floatTest">
-    <part name="float_1" type="xsd:float"/>
-  </message>
-  <message name="StandardTypes_floatTestResponse">
-    <part name="result" type="xsd:float"/>
-  </message>
-  <message name="StandardTypes_floatWrapperArrayTest">
-    <part name="arrayOfFloat_1" type="ns5:FloatArray"/>
-  </message>
-  <message name="StandardTypes_floatWrapperArrayTestResponse">
-    <part name="result" type="ns5:FloatArray"/>
-  </message>
-  <message name="StandardTypes_floatWrapperTest">
-    <part name="Float_1" type="xsd:float"/>
-  </message>
-  <message name="StandardTypes_floatWrapperTestResponse">
-    <part name="result" type="xsd:float"/>
-  </message>
-  <message name="StandardTypes_hexBinaryTest">
-    <part name="arrayOfbyte_1" type="xsd:hexBinary"/>
-  </message>
-  <message name="StandardTypes_hexBinaryTestResponse">
-    <part name="result" type="xsd:hexBinary"/>
-  </message>
-  <message name="StandardTypes_intArrayTest">
-    <part name="arrayOfint_1" type="ns6:intArray"/>
-  </message>
-  <message name="StandardTypes_intArrayTestResponse">
-    <part name="result" type="ns6:intArray"/>
-  </message>
-  <message name="StandardTypes_intTest">
-    <part name="int_1" type="xsd:int"/>
-  </message>
-  <message name="StandardTypes_intTestResponse">
-    <part name="result" type="xsd:int"/>
-  </message>
-  <message name="StandardTypes_intWrapperArrayTest">
-    <part name="arrayOfInteger_1" type="ns5:IntegerArray"/>
-  </message>
-  <message name="StandardTypes_intWrapperArrayTestResponse">
-    <part name="result" type="ns5:IntegerArray"/>
-  </message>
-  <message name="StandardTypes_intWrapperTest">
-    <part name="Integer_1" type="xsd:int"/>
-  </message>
-  <message name="StandardTypes_intWrapperTestResponse">
-    <part name="result" type="xsd:int"/>
-  </message>
-  <message name="StandardTypes_javaBeanArrayTest">
-    <part name="arrayOfJavaBean_1" type="ns2:JavaBeanArray"/>
-  </message>
-  <message name="StandardTypes_javaBeanArrayTestResponse">
-    <part name="result" type="ns2:JavaBeanArray"/>
-  </message>
-  <message name="StandardTypes_javaBeanTest">
-    <part name="JavaBean_1" type="ns3:JavaBean"/>
-  </message>
-  <message name="StandardTypes_javaBeanTestResponse">
-    <part name="result" type="ns3:JavaBean"/>
-  </message>
-  <message name="StandardTypes_longArrayTest">
-    <part name="arrayOflong_1" type="ns6:longArray"/>
-  </message>
-  <message name="StandardTypes_longArrayTestResponse">
-    <part name="result" type="ns6:longArray"/>
-  </message>
-  <message name="StandardTypes_longTest">
-    <part name="long_1" type="xsd:long"/>
-  </message>
-  <message name="StandardTypes_longTestResponse">
-    <part name="result" type="xsd:long"/>
-  </message>
-  <message name="StandardTypes_longWrapperArrayTest">
-    <part name="arrayOfLong_1" type="ns5:LongArray"/>
-  </message>
-  <message name="StandardTypes_longWrapperArrayTestResponse">
-    <part name="result" type="ns5:LongArray"/>
-  </message>
-  <message name="StandardTypes_longWrapperTest">
-    <part name="Long_1" type="xsd:long"/>
-  </message>
-  <message name="StandardTypes_longWrapperTestResponse">
-    <part name="result" type="xsd:long"/>
-  </message>
-  <message name="StandardTypes_qnameArrayTest">
-    <part name="arrayOfQName_1" type="ns4:QNameArray"/>
-  </message>
-  <message name="StandardTypes_qnameArrayTestResponse">
-    <part name="result" type="ns4:QNameArray"/>
-  </message>
-  <message name="StandardTypes_qnameTest">
-    <part name="QName_1" type="xsd:QName"/>
-  </message>
-  <message name="StandardTypes_qnameTestResponse">
-    <part name="result" type="xsd:QName"/>
-  </message>
-  <message name="StandardTypes_shortArrayTest">
-    <part name="arrayOfshort_1" type="ns6:shortArray"/>
-  </message>
-  <message name="StandardTypes_shortArrayTestResponse">
-    <part name="result" type="ns6:shortArray"/>
-  </message>
-  <message name="StandardTypes_shortTest">
-    <part name="short_1" type="xsd:short"/>
-  </message>
-  <message name="StandardTypes_shortTestResponse">
-    <part name="result" type="xsd:short"/>
-  </message>
-  <message name="StandardTypes_shortWrapperArrayTest">
-    <part name="arrayOfShort_1" type="ns5:ShortArray"/>
-  </message>
-  <message name="StandardTypes_shortWrapperArrayTestResponse">
-    <part name="result" type="ns5:ShortArray"/>
-  </message>
-  <message name="StandardTypes_shortWrapperTest">
-    <part name="Short_1" type="xsd:short"/>
-  </message>
-  <message name="StandardTypes_shortWrapperTestResponse">
-    <part name="result" type="xsd:short"/>
-  </message>
-  <message name="StandardTypes_stringArrayTest">
-    <part name="arrayOfString_1" type="ns5:StringArray"/>
-  </message>
-  <message name="StandardTypes_stringArrayTestResponse">
-    <part name="result" type="ns5:StringArray"/>
-  </message>
-  <message name="StandardTypes_stringTest">
-    <part name="String_1" type="xsd:string"/>
-  </message>
-  <message name="StandardTypes_stringTestResponse">
-    <part name="result" type="xsd:string"/>
-  </message>
-  <message name="StandardTypes_voidTest"/>
-  <message name="StandardTypes_voidTestResponse"/>
-  <portType name="StandardTypes">
-    <operation name="base64BinaryTest" parameterOrder="arrayOfbyte_1">
-      <input message="tns:StandardTypes_base64BinaryTest"/>
-      <output message="tns:StandardTypes_base64BinaryTestResponse"/>
-    </operation>
-    <operation name="bigDecimalArrayTest" parameterOrder="arrayOfBigDecimal_1">
-      <input message="tns:StandardTypes_bigDecimalArrayTest"/>
-      <output message="tns:StandardTypes_bigDecimalArrayTestResponse"/>
-    </operation>
-    <operation name="bigDecimalTest" parameterOrder="BigDecimal_1">
-      <input message="tns:StandardTypes_bigDecimalTest"/>
-      <output message="tns:StandardTypes_bigDecimalTestResponse"/>
-    </operation>
-    <operation name="bigIntegerArrayTest" parameterOrder="arrayOfBigInteger_1">
-      <input message="tns:StandardTypes_bigIntegerArrayTest"/>
-      <output message="tns:StandardTypes_bigIntegerArrayTestResponse"/>
-    </operation>
-    <operation name="bigIntegerTest" parameterOrder="BigInteger_1">
-      <input message="tns:StandardTypes_bigIntegerTest"/>
-      <output message="tns:StandardTypes_bigIntegerTestResponse"/>
-    </operation>
-    <operation name="booleanArrayTest" parameterOrder="arrayOfboolean_1">
-      <input message="tns:StandardTypes_booleanArrayTest"/>
-      <output message="tns:StandardTypes_booleanArrayTestResponse"/>
-    </operation>
-    <operation name="booleanTest" parameterOrder="boolean_1">
-      <input message="tns:StandardTypes_booleanTest"/>
-      <output message="tns:StandardTypes_booleanTestResponse"/>
-    </operation>
-    <operation name="booleanWrapperArrayTest" parameterOrder="arrayOfBoolean_1">
-      <input message="tns:StandardTypes_booleanWrapperArrayTest"/>
-      <output message="tns:StandardTypes_booleanWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="booleanWrapperTest" parameterOrder="Boolean_1">
-      <input message="tns:StandardTypes_booleanWrapperTest"/>
-      <output message="tns:StandardTypes_booleanWrapperTestResponse"/>
-    </operation>
-    <operation name="byteArrayTest" parameterOrder="arrayOfbyte_1">
-      <input message="tns:StandardTypes_byteArrayTest"/>
-      <output message="tns:StandardTypes_byteArrayTestResponse"/>
-    </operation>
-    <operation name="byteTest" parameterOrder="byte_1">
-      <input message="tns:StandardTypes_byteTest"/>
-      <output message="tns:StandardTypes_byteTestResponse"/>
-    </operation>
-    <operation name="byteWrapperArrayTest" parameterOrder="arrayOfByte_1">
-      <input message="tns:StandardTypes_byteWrapperArrayTest"/>
-      <output message="tns:StandardTypes_byteWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="byteWrapperTest" parameterOrder="Byte_1">
-      <input message="tns:StandardTypes_byteWrapperTest"/>
-      <output message="tns:StandardTypes_byteWrapperTestResponse"/>
-    </operation>
-    <operation name="calendarArrayTest" parameterOrder="arrayOfCalendar_1">
-      <input message="tns:StandardTypes_calendarArrayTest"/>
-      <output message="tns:StandardTypes_calendarArrayTestResponse"/>
-    </operation>
-    <operation name="calendarTest" parameterOrder="Calendar_1">
-      <input message="tns:StandardTypes_calendarTest"/>
-      <output message="tns:StandardTypes_calendarTestResponse"/>
-    </operation>
-    <operation name="doubleArrayTest" parameterOrder="arrayOfdouble_1">
-      <input message="tns:StandardTypes_doubleArrayTest"/>
-      <output message="tns:StandardTypes_doubleArrayTestResponse"/>
-    </operation>
-    <operation name="doubleTest" parameterOrder="double_1">
-      <input message="tns:StandardTypes_doubleTest"/>
-      <output message="tns:StandardTypes_doubleTestResponse"/>
-    </operation>
-    <operation name="doubleWrapperArrayTest" parameterOrder="arrayOfDouble_1">
-      <input message="tns:StandardTypes_doubleWrapperArrayTest"/>
-      <output message="tns:StandardTypes_doubleWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="doubleWrapperTest" parameterOrder="Double_1">
-      <input message="tns:StandardTypes_doubleWrapperTest"/>
-      <output message="tns:StandardTypes_doubleWrapperTestResponse"/>
-    </operation>
-    <operation name="floatArrayTest" parameterOrder="arrayOffloat_1">
-      <input message="tns:StandardTypes_floatArrayTest"/>
-      <output message="tns:StandardTypes_floatArrayTestResponse"/>
-    </operation>
-    <operation name="floatTest" parameterOrder="float_1">
-      <input message="tns:StandardTypes_floatTest"/>
-      <output message="tns:StandardTypes_floatTestResponse"/>
-    </operation>
-    <operation name="floatWrapperArrayTest" parameterOrder="arrayOfFloat_1">
-      <input message="tns:StandardTypes_floatWrapperArrayTest"/>
-      <output message="tns:StandardTypes_floatWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="floatWrapperTest" parameterOrder="Float_1">
-      <input message="tns:StandardTypes_floatWrapperTest"/>
-      <output message="tns:StandardTypes_floatWrapperTestResponse"/>
-    </operation>
-    <operation name="hexBinaryTest" parameterOrder="arrayOfbyte_1">
-      <input message="tns:StandardTypes_hexBinaryTest"/>
-      <output message="tns:StandardTypes_hexBinaryTestResponse"/>
-    </operation>
-    <operation name="intArrayTest" parameterOrder="arrayOfint_1">
-      <input message="tns:StandardTypes_intArrayTest"/>
-      <output message="tns:StandardTypes_intArrayTestResponse"/>
-    </operation>
-    <operation name="intTest" parameterOrder="int_1">
-      <input message="tns:StandardTypes_intTest"/>
-      <output message="tns:StandardTypes_intTestResponse"/>
-    </operation>
-    <operation name="intWrapperArrayTest" parameterOrder="arrayOfInteger_1">
-      <input message="tns:StandardTypes_intWrapperArrayTest"/>
-      <output message="tns:StandardTypes_intWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="intWrapperTest" parameterOrder="Integer_1">
-      <input message="tns:StandardTypes_intWrapperTest"/>
-      <output message="tns:StandardTypes_intWrapperTestResponse"/>
-    </operation>
-    <operation name="javaBeanArrayTest" parameterOrder="arrayOfJavaBean_1">
-      <input message="tns:StandardTypes_javaBeanArrayTest"/>
-      <output message="tns:StandardTypes_javaBeanArrayTestResponse"/>
-    </operation>
-    <operation name="javaBeanTest" parameterOrder="JavaBean_1">
-      <input message="tns:StandardTypes_javaBeanTest"/>
-      <output message="tns:StandardTypes_javaBeanTestResponse"/>
-    </operation>
-    <operation name="longArrayTest" parameterOrder="arrayOflong_1">
-      <input message="tns:StandardTypes_longArrayTest"/>
-      <output message="tns:StandardTypes_longArrayTestResponse"/>
-    </operation>
-    <operation name="longTest" parameterOrder="long_1">
-      <input message="tns:StandardTypes_longTest"/>
-      <output message="tns:StandardTypes_longTestResponse"/>
-    </operation>
-    <operation name="longWrapperArrayTest" parameterOrder="arrayOfLong_1">
-      <input message="tns:StandardTypes_longWrapperArrayTest"/>
-      <output message="tns:StandardTypes_longWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="longWrapperTest" parameterOrder="Long_1">
-      <input message="tns:StandardTypes_longWrapperTest"/>
-      <output message="tns:StandardTypes_longWrapperTestResponse"/>
-    </operation>
-    <operation name="qnameArrayTest" parameterOrder="arrayOfQName_1">
-      <input message="tns:StandardTypes_qnameArrayTest"/>
-      <output message="tns:StandardTypes_qnameArrayTestResponse"/>
-    </operation>
-    <operation name="qnameTest" parameterOrder="QName_1">
-      <input message="tns:StandardTypes_qnameTest"/>
-      <output message="tns:StandardTypes_qnameTestResponse"/>
-    </operation>
-    <operation name="shortArrayTest" parameterOrder="arrayOfshort_1">
-      <input message="tns:StandardTypes_shortArrayTest"/>
-      <output message="tns:StandardTypes_shortArrayTestResponse"/>
-    </operation>
-    <operation name="shortTest" parameterOrder="short_1">
-      <input message="tns:StandardTypes_shortTest"/>
-      <output message="tns:StandardTypes_shortTestResponse"/>
-    </operation>
-    <operation name="shortWrapperArrayTest" parameterOrder="arrayOfShort_1">
-      <input message="tns:StandardTypes_shortWrapperArrayTest"/>
-      <output message="tns:StandardTypes_shortWrapperArrayTestResponse"/>
-    </operation>
-    <operation name="shortWrapperTest" parameterOrder="Short_1">
-      <input message="tns:StandardTypes_shortWrapperTest"/>
-      <output message="tns:StandardTypes_shortWrapperTestResponse"/>
-    </operation>
-    <operation name="stringArrayTest" parameterOrder="arrayOfString_1">
-      <input message="tns:StandardTypes_stringArrayTest"/>
-      <output message="tns:StandardTypes_stringArrayTestResponse"/>
-    </operation>
-    <operation name="stringTest" parameterOrder="String_1">
-      <input message="tns:StandardTypes_stringTest"/>
-      <output message="tns:StandardTypes_stringTestResponse"/>
-    </operation>
-    <operation name="voidTest">
-      <input message="tns:StandardTypes_voidTest"/>
-      <output message="tns:StandardTypes_voidTestResponse"/>
-    </operation>
-  </portType>
-  <binding name="StandardTypesBinding" type="tns:StandardTypes">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="base64BinaryTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="bigDecimalArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="bigDecimalTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="bigIntegerArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="bigIntegerTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="booleanArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="booleanTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="booleanWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="booleanWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="byteArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="byteTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="byteWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="byteWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="calendarArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="calendarTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="doubleArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="doubleTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="doubleWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="doubleWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="floatArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="floatTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="floatWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="floatWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="hexBinaryTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="intArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="intTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="intWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="intWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="javaBeanArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="javaBeanTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="longArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="longTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="longWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="longWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="qnameArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="qnameTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="shortArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="shortTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="shortWrapperArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="shortWrapperTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="stringArrayTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="stringTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-    <operation name="voidTest">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://org.jboss.ws/marshall/rpclit"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="MarshallService">
-    <port name="StandardTypesPort" binding="tns:StandardTypesBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/MarshallService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,180 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name='PrimitiveArrayTypesService' targetNamespace='http://org.jboss.ws' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='http://org.jboss.ws' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
- <types>
-  <schema targetNamespace='http://org.jboss.ws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://org.jboss.ws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
-   <complexType name='boolean.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='boolean'/>
-    </sequence>
-   </complexType>
-   <complexType name='double.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='double'/>
-    </sequence>
-   </complexType>
-   <complexType name='float.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='float'/>
-    </sequence>
-   </complexType>
-   <complexType name='int.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='int'/>
-    </sequence>
-   </complexType>
-   <complexType name='long.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='long'/>
-    </sequence>
-   </complexType>
-   <complexType name='short.Array'>
-    <sequence>
-     <element maxOccurs='unbounded' minOccurs='0' name='value' type='short'/>
-    </sequence>
-   </complexType>
-  </schema>
- </types>
- <message name='PrimitiveArrayTypes_echoBoolean'>
-  <part name='arrayOfboolean_1' type='tns:boolean.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoBooleanResponse'>
-  <part name='result' type='tns:boolean.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoByte'>
-  <part name='arrayOfbyte_1' type='xsd:base64Binary'/>
- </message>
- <message name='PrimitiveArrayTypes_echoByteResponse'>
-  <part name='result' type='xsd:base64Binary'/>
- </message>
- <message name='PrimitiveArrayTypes_echoDouble'>
-  <part name='arrayOfdouble_1' type='tns:double.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoDoubleResponse'>
-  <part name='result' type='tns:double.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoFloat'>
-  <part name='arrayOffloat_1' type='tns:float.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoFloatResponse'>
-  <part name='result' type='tns:float.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoInt'>
-  <part name='arrayOfint_1' type='tns:int.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoIntResponse'>
-  <part name='result' type='tns:int.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoLong'>
-  <part name='arrayOflong_1' type='tns:long.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoLongResponse'>
-  <part name='result' type='tns:long.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoShort'>
-  <part name='arrayOfshort_1' type='tns:short.Array'/>
- </message>
- <message name='PrimitiveArrayTypes_echoShortResponse'>
-  <part name='result' type='tns:short.Array'/>
- </message>
- <portType name='PrimitiveArrayTypes'>
-  <operation name='echoBoolean' parameterOrder='arrayOfboolean_1'>
-   <input message='tns:PrimitiveArrayTypes_echoBoolean'/>
-   <output message='tns:PrimitiveArrayTypes_echoBooleanResponse'/>
-  </operation>
-  <operation name='echoByte' parameterOrder='arrayOfbyte_1'>
-   <input message='tns:PrimitiveArrayTypes_echoByte'/>
-   <output message='tns:PrimitiveArrayTypes_echoByteResponse'/>
-  </operation>
-  <operation name='echoDouble' parameterOrder='arrayOfdouble_1'>
-   <input message='tns:PrimitiveArrayTypes_echoDouble'/>
-   <output message='tns:PrimitiveArrayTypes_echoDoubleResponse'/>
-  </operation>
-  <operation name='echoFloat' parameterOrder='arrayOffloat_1'>
-   <input message='tns:PrimitiveArrayTypes_echoFloat'/>
-   <output message='tns:PrimitiveArrayTypes_echoFloatResponse'/>
-  </operation>
-  <operation name='echoInt' parameterOrder='arrayOfint_1'>
-   <input message='tns:PrimitiveArrayTypes_echoInt'/>
-   <output message='tns:PrimitiveArrayTypes_echoIntResponse'/>
-  </operation>
-  <operation name='echoLong' parameterOrder='arrayOflong_1'>
-   <input message='tns:PrimitiveArrayTypes_echoLong'/>
-   <output message='tns:PrimitiveArrayTypes_echoLongResponse'/>
-  </operation>
-  <operation name='echoShort' parameterOrder='arrayOfshort_1'>
-   <input message='tns:PrimitiveArrayTypes_echoShort'/>
-   <output message='tns:PrimitiveArrayTypes_echoShortResponse'/>
-  </operation>
- </portType>
- <binding name='PrimitiveArrayTypesBinding' type='tns:PrimitiveArrayTypes'>
-  <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
-  <operation name='echoBoolean'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoByte'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoDouble'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoFloat'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoInt'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoLong'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
-  <operation name='echoShort'>
-   <soap:operation soapAction=''/>
-   <input>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </input>
-   <output>
-    <soap:body namespace='http://org.jboss.ws' use='literal'/>
-   </output>
-  </operation>
- </binding>
- <service name='PrimitiveArrayTypesService'>
-  <port binding='tns:PrimitiveArrayTypesBinding' name='PrimitiveArrayTypesPort'>
-   <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
-  </port>
- </service>
-</definitions>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/PrimitiveArrayTypesService_RPC_11.wsdl)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,976 +0,0 @@
-<definitions name="StandardTypesService" targetNamespace="http://org.jboss.ws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://types.rpclit.marshall.ws.test.jboss.org/jaws" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.jboss.ws" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-	<types>
-		<schema targetNamespace="http://types.rpclit.marshall.ws.test.jboss.org/jaws" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://types.rpclit.marshall.ws.test.jboss.org/jaws" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-			<complexType name="JavaBean">
-				<sequence>
-					<element name="myBigDecimal" nillable="true" type="decimal"/>
-					<element name="myBigInteger" nillable="true" type="integer"/>
-					<element name="myBoolean" type="boolean"/>
-					<element name="myByte" type="byte"/>
-					<element name="myCalendar" nillable="true" type="dateTime"/>
-					<element name="myDouble" type="double"/>
-					<element name="myFloat" type="float"/>
-					<element name="myInt" type="int"/>
-					<element name="myJavaBean" type="tns:JavaBean2"/>
-					<element name="myLong" type="long"/>
-					<element name="myShort" type="short"/>
-					<element name="myString" nillable="true" type="string"/>
-				</sequence>
-			</complexType>
-			<complexType name="JavaBean2">
-				<sequence>
-					<element name="myBigDecimal" nillable="true" type="decimal"/>
-					<element name="myBigInteger" nillable="true" type="integer"/>
-					<element name="myBoolean" type="boolean"/>
-					<element name="myByte" type="byte"/>
-					<element name="myCalendar" nillable="true" type="dateTime"/>
-					<element name="myDouble" type="double"/>
-					<element name="myFloat" type="float"/>
-					<element name="myInt" type="int"/>
-					<element name="myLong" type="long"/>
-					<element name="myShort" type="short"/>
-					<element name="myString" nillable="true" type="string"/>
-				</sequence>
-			</complexType>
-		</schema>
-		<schema targetNamespace="http://org.jboss.ws" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://types.rpclit.marshall.ws.test.jboss.org/jaws" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://org.jboss.ws" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-			<import namespace="http://types.rpclit.marshall.ws.test.jboss.org/jaws"/>
-			<complexType name="BigDecimalArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="decimal"/>
-				</sequence>
-			</complexType>
-			<complexType name="BigIntegerArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="integer"/>
-				</sequence>
-			</complexType>
-			<complexType name="BooleanArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="boolean"/>
-				</sequence>
-			</complexType>
-			<complexType name="CalendarArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="dateTime"/>
-				</sequence>
-			</complexType>
-			<complexType name="DoubleArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="double"/>
-				</sequence>
-			</complexType>
-			<complexType name="FloatArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="float"/>
-				</sequence>
-			</complexType>
-			<complexType name="IntegerArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="int"/>
-				</sequence>
-			</complexType>
-			<complexType name="JavaBean">
-				<sequence>
-					<element name="myBigDecimal" nillable="true" type="decimal"/>
-					<element name="myBigInteger" nillable="true" type="integer"/>
-					<element name="myBoolean" type="boolean"/>
-					<element name="myByte" type="byte"/>
-					<element name="myCalendar" nillable="true" type="dateTime"/>
-					<element name="myDouble" type="double"/>
-					<element name="myFloat" type="float"/>
-					<element name="myInt" type="int"/>
-					<element name="myJavaBean" type="tns:JavaBean2"/>
-					<element name="myLong" type="long"/>
-					<element name="myShort" type="short"/>
-					<element name="myString" nillable="true" type="string"/>
-				</sequence>
-			</complexType>
-			<complexType name="JavaBean2">
-				<sequence>
-					<element name="myBigDecimal" nillable="true" type="decimal"/>
-					<element name="myBigInteger" nillable="true" type="integer"/>
-					<element name="myBoolean" type="boolean"/>
-					<element name="myByte" type="byte"/>
-					<element name="myCalendar" nillable="true" type="dateTime"/>
-					<element name="myDouble" type="double"/>
-					<element name="myFloat" type="float"/>
-					<element name="myInt" type="int"/>
-					<element name="myLong" type="long"/>
-					<element name="myShort" type="short"/>
-					<element name="myString" nillable="true" type="string"/>
-				</sequence>
-			</complexType>
-			<complexType name="JavaBeanArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="ns2:JavaBean"/>
-				</sequence>
-			</complexType>
-			<complexType name="LongArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="long"/>
-				</sequence>
-			</complexType>
-			<complexType name="QNameArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="QName"/>
-				</sequence>
-			</complexType>
-			<complexType name="ShortArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="short"/>
-				</sequence>
-			</complexType>
-			<complexType name="booleanArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="boolean"/>
-				</sequence>
-			</complexType>
-			<complexType name="doubleArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="double"/>
-				</sequence>
-			</complexType>
-			<complexType name="floatArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="float"/>
-				</sequence>
-			</complexType>
-			<complexType name="intArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="int"/>
-				</sequence>
-			</complexType>
-			<complexType name="longArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="long"/>
-				</sequence>
-			</complexType>
-			<complexType name="shortArray">
-				<sequence>
-					<element maxOccurs="unbounded" minOccurs="0" name="value" nillable="true" type="short"/>
-				</sequence>
-			</complexType>
-		</schema>
-	</types>
-	<message name="StandardTypes_base64BinaryTest">
-		<part name="ByteArray_1" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_base64BinaryTestResponse">
-		<part name="result" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_bigDecimalArrayTest">
-		<part name="BigDecimalArray_1" type="tns:BigDecimalArray"/>
-	</message>
-	<message name="StandardTypes_bigDecimalArrayTestResponse">
-		<part name="result" type="tns:BigDecimalArray"/>
-	</message>
-	<message name="StandardTypes_bigDecimalTest">
-		<part name="BigDecimal_1" type="xsd:decimal"/>
-	</message>
-	<message name="StandardTypes_bigDecimalTestResponse">
-		<part name="result" type="xsd:decimal"/>
-	</message>
-	<message name="StandardTypes_bigIntegerArrayTest">
-		<part name="BigIntegerArray_1" type="tns:BigIntegerArray"/>
-	</message>
-	<message name="StandardTypes_bigIntegerArrayTestResponse">
-		<part name="result" type="tns:BigIntegerArray"/>
-	</message>
-	<message name="StandardTypes_bigIntegerTest">
-		<part name="BigInteger_1" type="xsd:integer"/>
-	</message>
-	<message name="StandardTypes_bigIntegerTestResponse">
-		<part name="result" type="xsd:integer"/>
-	</message>
-	<message name="StandardTypes_booleanArrayTest">
-		<part name="BooleanArray_1" type="tns:booleanArray"/>
-	</message>
-	<message name="StandardTypes_booleanArrayTestResponse">
-		<part name="result" type="tns:booleanArray"/>
-	</message>
-	<message name="StandardTypes_booleanTest">
-		<part name="boolean_1" type="xsd:boolean"/>
-	</message>
-	<message name="StandardTypes_booleanTestResponse">
-		<part name="result" type="xsd:boolean"/>
-	</message>
-	<message name="StandardTypes_booleanWrapperArrayTest">
-		<part name="BooleanArray_1" type="tns:BooleanArray"/>
-	</message>
-	<message name="StandardTypes_booleanWrapperArrayTestResponse">
-		<part name="result" type="tns:BooleanArray"/>
-	</message>
-	<message name="StandardTypes_booleanWrapperTest">
-		<part name="boolean_1" type="xsd:boolean"/>
-	</message>
-	<message name="StandardTypes_booleanWrapperTestResponse">
-		<part name="result" type="xsd:boolean"/>
-	</message>
-	<message name="StandardTypes_byteArrayTest">
-		<part name="ByteArray_1" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_byteArrayTestResponse">
-		<part name="result" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_byteTest">
-		<part name="byte_1" type="xsd:byte"/>
-	</message>
-	<message name="StandardTypes_byteTestResponse">
-		<part name="result" type="xsd:byte"/>
-	</message>
-	<message name="StandardTypes_byteWrapperArrayTest">
-		<part name="ByteArray_1" type="tns:ByteArray"/>
-	</message>
-	<message name="StandardTypes_byteWrapperArrayTestResponse">
-		<part name="result" type="tns:ByteArray"/>
-	</message>
-	<message name="StandardTypes_byteWrapperTest">
-		<part name="byte_1" type="xsd:byte"/>
-	</message>
-	<message name="StandardTypes_byteWrapperTestResponse">
-		<part name="result" type="xsd:byte"/>
-	</message>
-	<message name="StandardTypes_calendarArrayTest">
-		<part name="CalendarArray_1" type="tns:CalendarArray"/>
-	</message>
-	<message name="StandardTypes_calendarArrayTestResponse">
-		<part name="result" type="tns:CalendarArray"/>
-	</message>
-	<message name="StandardTypes_calendarTest">
-		<part name="Calendar_1" type="xsd:dateTime"/>
-	</message>
-	<message name="StandardTypes_calendarTestResponse">
-		<part name="result" type="xsd:dateTime"/>
-	</message>
-	<message name="StandardTypes_doubleArrayTest">
-		<part name="DoubleArray_1" type="tns:doubleArray"/>
-	</message>
-	<message name="StandardTypes_doubleArrayTestResponse">
-		<part name="result" type="tns:doubleArray"/>
-	</message>
-	<message name="StandardTypes_doubleTest">
-		<part name="double_1" type="xsd:double"/>
-	</message>
-	<message name="StandardTypes_doubleTestResponse">
-		<part name="result" type="xsd:double"/>
-	</message>
-	<message name="StandardTypes_doubleWrapperArrayTest">
-		<part name="DoubleArray_1" type="tns:DoubleArray"/>
-	</message>
-	<message name="StandardTypes_doubleWrapperArrayTestResponse">
-		<part name="result" type="tns:DoubleArray"/>
-	</message>
-	<message name="StandardTypes_doubleWrapperTest">
-		<part name="double_1" type="xsd:double"/>
-	</message>
-	<message name="StandardTypes_doubleWrapperTestResponse">
-		<part name="result" type="xsd:double"/>
-	</message>
-	<message name="StandardTypes_floatArrayTest">
-		<part name="FloatArray_1" type="tns:floatArray"/>
-	</message>
-	<message name="StandardTypes_floatArrayTestResponse">
-		<part name="result" type="tns:floatArray"/>
-	</message>
-	<message name="StandardTypes_floatTest">
-		<part name="float_1" type="xsd:float"/>
-	</message>
-	<message name="StandardTypes_floatTestResponse">
-		<part name="result" type="xsd:float"/>
-	</message>
-	<message name="StandardTypes_floatWrapperArrayTest">
-		<part name="FloatArray_1" type="tns:FloatArray"/>
-	</message>
-	<message name="StandardTypes_floatWrapperArrayTestResponse">
-		<part name="result" type="tns:FloatArray"/>
-	</message>
-	<message name="StandardTypes_floatWrapperTest">
-		<part name="float_1" type="xsd:float"/>
-	</message>
-	<message name="StandardTypes_floatWrapperTestResponse">
-		<part name="result" type="xsd:float"/>
-	</message>
-	<message name="StandardTypes_hexBinaryTest">
-		<part name="ByteArray_1" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_hexBinaryTestResponse">
-		<part name="result" type="tns:byteArray"/>
-	</message>
-	<message name="StandardTypes_intArrayTest">
-		<part name="IntArray_1" type="tns:intArray"/>
-	</message>
-	<message name="StandardTypes_intArrayTestResponse">
-		<part name="result" type="tns:intArray"/>
-	</message>
-	<message name="StandardTypes_intTest">
-		<part name="int_1" type="xsd:int"/>
-	</message>
-	<message name="StandardTypes_intTestResponse">
-		<part name="result" type="xsd:int"/>
-	</message>
-	<message name="StandardTypes_intWrapperArrayTest">
-		<part name="IntegerArray_1" type="tns:IntegerArray"/>
-	</message>
-	<message name="StandardTypes_intWrapperArrayTestResponse">
-		<part name="result" type="tns:IntegerArray"/>
-	</message>
-	<message name="StandardTypes_intWrapperTest">
-		<part name="int_1" type="xsd:int"/>
-	</message>
-	<message name="StandardTypes_intWrapperTestResponse">
-		<part name="result" type="xsd:int"/>
-	</message>
-	<message name="StandardTypes_javaBeanArrayTest">
-		<part name="JavaBeanArray_1" type="tns:JavaBeanArray"/>
-	</message>
-	<message name="StandardTypes_javaBeanArrayTestResponse">
-		<part name="result" type="tns:JavaBeanArray"/>
-	</message>
-	<message name="StandardTypes_javaBeanTest">
-		<part name="JavaBean_1" type="tns:JavaBean"/>
-	</message>
-	<message name="StandardTypes_javaBeanTestResponse">
-		<part name="result" type="tns:JavaBean"/>
-	</message>
-	<message name="StandardTypes_longArrayTest">
-		<part name="LongArray_1" type="tns:longArray"/>
-	</message>
-	<message name="StandardTypes_longArrayTestResponse">
-		<part name="result" type="tns:longArray"/>
-	</message>
-	<message name="StandardTypes_longTest">
-		<part name="long_1" type="xsd:long"/>
-	</message>
-	<message name="StandardTypes_longTestResponse">
-		<part name="result" type="xsd:long"/>
-	</message>
-	<message name="StandardTypes_longWrapperArrayTest">
-		<part name="LongArray_1" type="tns:LongArray"/>
-	</message>
-	<message name="StandardTypes_longWrapperArrayTestResponse">
-		<part name="result" type="tns:LongArray"/>
-	</message>
-	<message name="StandardTypes_longWrapperTest">
-		<part name="long_1" type="xsd:long"/>
-	</message>
-	<message name="StandardTypes_longWrapperTestResponse">
-		<part name="result" type="xsd:long"/>
-	</message>
-	<message name="StandardTypes_qnameArrayTest">
-		<part name="QNameArray_1" type="tns:QNameArray"/>
-	</message>
-	<message name="StandardTypes_qnameArrayTestResponse">
-		<part name="result" type="tns:QNameArray"/>
-	</message>
-	<message name="StandardTypes_qnameTest">
-		<part name="QName_1" type="xsd:QName"/>
-	</message>
-	<message name="StandardTypes_qnameTestResponse">
-		<part name="result" type="xsd:QName"/>
-	</message>
-	<message name="StandardTypes_shortArrayTest">
-		<part name="ShortArray_1" type="tns:shortArray"/>
-	</message>
-	<message name="StandardTypes_shortArrayTestResponse">
-		<part name="result" type="tns:shortArray"/>
-	</message>
-	<message name="StandardTypes_shortTest">
-		<part name="short_1" type="xsd:short"/>
-	</message>
-	<message name="StandardTypes_shortTestResponse">
-		<part name="result" type="xsd:short"/>
-	</message>
-	<message name="StandardTypes_shortWrapperArrayTest">
-		<part name="ShortArray_1" type="tns:ShortArray"/>
-	</message>
-	<message name="StandardTypes_shortWrapperArrayTestResponse">
-		<part name="result" type="tns:ShortArray"/>
-	</message>
-	<message name="StandardTypes_shortWrapperTest">
-		<part name="short_1" type="xsd:short"/>
-	</message>
-	<message name="StandardTypes_shortWrapperTestResponse">
-		<part name="result" type="xsd:short"/>
-	</message>
-	<message name="StandardTypes_stringArrayTest">
-		<part name="StringArray_1" type="tns:StringArray"/>
-	</message>
-	<message name="StandardTypes_stringArrayTestResponse">
-		<part name="result" type="tns:StringArray"/>
-	</message>
-	<message name="StandardTypes_stringTest">
-		<part name="String_1" type="xsd:string"/>
-	</message>
-	<message name="StandardTypes_stringTestResponse">
-		<part name="result" type="xsd:string"/>
-	</message>
-	<message name="StandardTypes_voidTest"/>
-	<message name="StandardTypes_voidTestResponse"/>
-	<portType name="StandardTypes">
-		<operation name="base64BinaryTest" parameterOrder="ByteArray_1">
-			<input message="tns:StandardTypes_base64BinaryTest"/>
-			<output message="tns:StandardTypes_base64BinaryTestResponse"/>
-		</operation>
-		<operation name="bigDecimalArrayTest" parameterOrder="BigDecimalArray_1">
-			<input message="tns:StandardTypes_bigDecimalArrayTest"/>
-			<output message="tns:StandardTypes_bigDecimalArrayTestResponse"/>
-		</operation>
-		<operation name="bigDecimalTest" parameterOrder="BigDecimal_1">
-			<input message="tns:StandardTypes_bigDecimalTest"/>
-			<output message="tns:StandardTypes_bigDecimalTestResponse"/>
-		</operation>
-		<operation name="bigIntegerArrayTest" parameterOrder="BigIntegerArray_1">
-			<input message="tns:StandardTypes_bigIntegerArrayTest"/>
-			<output message="tns:StandardTypes_bigIntegerArrayTestResponse"/>
-		</operation>
-		<operation name="bigIntegerTest" parameterOrder="BigInteger_1">
-			<input message="tns:StandardTypes_bigIntegerTest"/>
-			<output message="tns:StandardTypes_bigIntegerTestResponse"/>
-		</operation>
-		<operation name="booleanArrayTest" parameterOrder="BooleanArray_1">
-			<input message="tns:StandardTypes_booleanArrayTest"/>
-			<output message="tns:StandardTypes_booleanArrayTestResponse"/>
-		</operation>
-		<operation name="booleanTest" parameterOrder="boolean_1">
-			<input message="tns:StandardTypes_booleanTest"/>
-			<output message="tns:StandardTypes_booleanTestResponse"/>
-		</operation>
-		<operation name="booleanWrapperArrayTest" parameterOrder="BooleanArray_1">
-			<input message="tns:StandardTypes_booleanWrapperArrayTest"/>
-			<output message="tns:StandardTypes_booleanWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="booleanWrapperTest" parameterOrder="boolean_1">
-			<input message="tns:StandardTypes_booleanWrapperTest"/>
-			<output message="tns:StandardTypes_booleanWrapperTestResponse"/>
-		</operation>
-		<operation name="byteArrayTest" parameterOrder="ByteArray_1">
-			<input message="tns:StandardTypes_byteArrayTest"/>
-			<output message="tns:StandardTypes_byteArrayTestResponse"/>
-		</operation>
-		<operation name="byteTest" parameterOrder="byte_1">
-			<input message="tns:StandardTypes_byteTest"/>
-			<output message="tns:StandardTypes_byteTestResponse"/>
-		</operation>
-		<operation name="byteWrapperArrayTest" parameterOrder="ByteArray_1">
-			<input message="tns:StandardTypes_byteWrapperArrayTest"/>
-			<output message="tns:StandardTypes_byteWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="byteWrapperTest" parameterOrder="byte_1">
-			<input message="tns:StandardTypes_byteWrapperTest"/>
-			<output message="tns:StandardTypes_byteWrapperTestResponse"/>
-		</operation>
-		<operation name="calendarArrayTest" parameterOrder="CalendarArray_1">
-			<input message="tns:StandardTypes_calendarArrayTest"/>
-			<output message="tns:StandardTypes_calendarArrayTestResponse"/>
-		</operation>
-		<operation name="calendarTest" parameterOrder="Calendar_1">
-			<input message="tns:StandardTypes_calendarTest"/>
-			<output message="tns:StandardTypes_calendarTestResponse"/>
-		</operation>
-		<operation name="doubleArrayTest" parameterOrder="DoubleArray_1">
-			<input message="tns:StandardTypes_doubleArrayTest"/>
-			<output message="tns:StandardTypes_doubleArrayTestResponse"/>
-		</operation>
-		<operation name="doubleTest" parameterOrder="double_1">
-			<input message="tns:StandardTypes_doubleTest"/>
-			<output message="tns:StandardTypes_doubleTestResponse"/>
-		</operation>
-		<operation name="doubleWrapperArrayTest" parameterOrder="DoubleArray_1">
-			<input message="tns:StandardTypes_doubleWrapperArrayTest"/>
-			<output message="tns:StandardTypes_doubleWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="doubleWrapperTest" parameterOrder="double_1">
-			<input message="tns:StandardTypes_doubleWrapperTest"/>
-			<output message="tns:StandardTypes_doubleWrapperTestResponse"/>
-		</operation>
-		<operation name="floatArrayTest" parameterOrder="FloatArray_1">
-			<input message="tns:StandardTypes_floatArrayTest"/>
-			<output message="tns:StandardTypes_floatArrayTestResponse"/>
-		</operation>
-		<operation name="floatTest" parameterOrder="float_1">
-			<input message="tns:StandardTypes_floatTest"/>
-			<output message="tns:StandardTypes_floatTestResponse"/>
-		</operation>
-		<operation name="floatWrapperArrayTest" parameterOrder="FloatArray_1">
-			<input message="tns:StandardTypes_floatWrapperArrayTest"/>
-			<output message="tns:StandardTypes_floatWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="floatWrapperTest" parameterOrder="float_1">
-			<input message="tns:StandardTypes_floatWrapperTest"/>
-			<output message="tns:StandardTypes_floatWrapperTestResponse"/>
-		</operation>
-		<operation name="hexBinaryTest" parameterOrder="ByteArray_1">
-			<input message="tns:StandardTypes_hexBinaryTest"/>
-			<output message="tns:StandardTypes_hexBinaryTestResponse"/>
-		</operation>
-		<operation name="intArrayTest" parameterOrder="IntArray_1">
-			<input message="tns:StandardTypes_intArrayTest"/>
-			<output message="tns:StandardTypes_intArrayTestResponse"/>
-		</operation>
-		<operation name="intTest" parameterOrder="int_1">
-			<input message="tns:StandardTypes_intTest"/>
-			<output message="tns:StandardTypes_intTestResponse"/>
-		</operation>
-		<operation name="intWrapperArrayTest" parameterOrder="IntegerArray_1">
-			<input message="tns:StandardTypes_intWrapperArrayTest"/>
-			<output message="tns:StandardTypes_intWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="intWrapperTest" parameterOrder="int_1">
-			<input message="tns:StandardTypes_intWrapperTest"/>
-			<output message="tns:StandardTypes_intWrapperTestResponse"/>
-		</operation>
-		<operation name="javaBeanArrayTest" parameterOrder="JavaBeanArray_1">
-			<input message="tns:StandardTypes_javaBeanArrayTest"/>
-			<output message="tns:StandardTypes_javaBeanArrayTestResponse"/>
-		</operation>
-		<operation name="javaBeanTest" parameterOrder="JavaBean_1">
-			<input message="tns:StandardTypes_javaBeanTest"/>
-			<output message="tns:StandardTypes_javaBeanTestResponse"/>
-		</operation>
-		<operation name="longArrayTest" parameterOrder="LongArray_1">
-			<input message="tns:StandardTypes_longArrayTest"/>
-			<output message="tns:StandardTypes_longArrayTestResponse"/>
-		</operation>
-		<operation name="longTest" parameterOrder="long_1">
-			<input message="tns:StandardTypes_longTest"/>
-			<output message="tns:StandardTypes_longTestResponse"/>
-		</operation>
-		<operation name="longWrapperArrayTest" parameterOrder="LongArray_1">
-			<input message="tns:StandardTypes_longWrapperArrayTest"/>
-			<output message="tns:StandardTypes_longWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="longWrapperTest" parameterOrder="long_1">
-			<input message="tns:StandardTypes_longWrapperTest"/>
-			<output message="tns:StandardTypes_longWrapperTestResponse"/>
-		</operation>
-		<operation name="qnameArrayTest" parameterOrder="QNameArray_1">
-			<input message="tns:StandardTypes_qnameArrayTest"/>
-			<output message="tns:StandardTypes_qnameArrayTestResponse"/>
-		</operation>
-		<operation name="qnameTest" parameterOrder="QName_1">
-			<input message="tns:StandardTypes_qnameTest"/>
-			<output message="tns:StandardTypes_qnameTestResponse"/>
-		</operation>
-		<operation name="shortArrayTest" parameterOrder="ShortArray_1">
-			<input message="tns:StandardTypes_shortArrayTest"/>
-			<output message="tns:StandardTypes_shortArrayTestResponse"/>
-		</operation>
-		<operation name="shortTest" parameterOrder="short_1">
-			<input message="tns:StandardTypes_shortTest"/>
-			<output message="tns:StandardTypes_shortTestResponse"/>
-		</operation>
-		<operation name="shortWrapperArrayTest" parameterOrder="ShortArray_1">
-			<input message="tns:StandardTypes_shortWrapperArrayTest"/>
-			<output message="tns:StandardTypes_shortWrapperArrayTestResponse"/>
-		</operation>
-		<operation name="shortWrapperTest" parameterOrder="short_1">
-			<input message="tns:StandardTypes_shortWrapperTest"/>
-			<output message="tns:StandardTypes_shortWrapperTestResponse"/>
-		</operation>
-		<operation name="stringArrayTest" parameterOrder="StringArray_1">
-			<input message="tns:StandardTypes_stringArrayTest"/>
-			<output message="tns:StandardTypes_stringArrayTestResponse"/>
-		</operation>
-		<operation name="stringTest" parameterOrder="String_1">
-			<input message="tns:StandardTypes_stringTest"/>
-			<output message="tns:StandardTypes_stringTestResponse"/>
-		</operation>
-		<operation name="voidTest" parameterOrder="StandardTypes_1">
-			<input message="tns:StandardTypes_voidTest"/>
-			<output message="tns:StandardTypes_voidTestResponse"/>
-		</operation>
-	</portType>
-	<binding name="StandardTypesBinding" type="tns:StandardTypes">
-		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
-		<operation name="base64BinaryTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="bigDecimalArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="bigDecimalTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="bigIntegerArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="bigIntegerTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="booleanArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="booleanTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="booleanWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="booleanWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="byteArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="byteTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="byteWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="byteWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="calendarArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="calendarTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="doubleArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="doubleTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="doubleWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="doubleWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="floatArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="floatTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="floatWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="floatWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="hexBinaryTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="intArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="intTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="intWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="intWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="javaBeanArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="javaBeanTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="longArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="longTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="longWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="longWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="qnameArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="qnameTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="shortArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="shortTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="shortWrapperArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="shortWrapperTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="stringArrayTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="stringTest">
-			<soap:operation soapAction=""/>
-			<input>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</input>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-		<operation name="voidTest">
-			<soap:operation soapAction=""/>
-			<output>
-				<soap:body namespace="http://org.jboss.ws" use="literal"/>
-			</output>
-		</operation>
-	</binding>
-	<service name="StandardTypesService">
-		<port binding="tns:StandardTypesBinding" name="StandardTypesPort">
-			<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-		</port>
-	</service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/arrays/StandardTypesService_RPC_11.wsdl)

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/customtype)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<schema targetNamespace="http://org.jboss/types/arrays/org/jboss/test/ws/tools/jbws_161/custom"
-  xmlns:tns="http://org.jboss/types/arrays/org/jboss/test/ws/tools/jbws_161/custom"
-  xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:ns2="http://org.jboss/types"
-  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-  xmlns="http://www.w3.org/2001/XMLSchema">
-  <import namespace="http://org.jboss/types"/>
-  <complexType name="HelloObjArray">
-    <sequence>
-      <element name="value" type="ns2:HelloObj" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
-    </sequence>
-  </complexType>
-</schema>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/customtype/CustomTypeArrays.xsd)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,14 +0,0 @@
-<schema targetNamespace="http://org.jboss/types"
-  xmlns:tns="http://org.jboss/types"
-  xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-  xmlns="http://www.w3.org/2001/XMLSchema">
-
-  <import namespace="http://org.jboss/types/arrays/org/jboss/test/ws/tools/jbws_161/custom"/>
-  <complexType name="HelloObj">
-    <sequence>
-      <element name="msg" type="string" nillable="true"/>
-    </sequence>
-  </complexType>
-</schema>
\ No newline at end of file

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/customtype/CustomTypeObj.xsd)

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181 (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/jsr181)

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/jsr181/webservice)

Deleted: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl	2006-09-11 12:24:33 UTC (rev 935)
+++ branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl	2006-09-11 14:25:52 UTC (rev 936)
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<definitions name="TestService" targetNamespace="http://www.openuri.org/2004/04/HelloWorld" xmlns:tns="http://www.openuri.org/2004/04/HelloWorld" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
-  <types/>
-   <message name='EndpointInterface_echo'>
-  <part name='String_1' type='xsd:string'/>
- </message>
-  <message name="EndpointInterface_echoResponse">
-    <part name="result" type="xsd:string"/>
-  </message> 
-  <portType name="EndpointInterface">
-    <operation name="echo" parameterOrder="String_1">
-      <input message="tns:EndpointInterface_echo"/>
-      <output message="tns:EndpointInterface_echoResponse"/>
-    </operation>
-  </portType>
-  <binding name="EndpointInterfaceBinding" type="tns:EndpointInterface">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
-    <operation name="echo">
-      <soap:operation soapAction=""/>
-      <input>
-        <soap:body use="literal" namespace="http://www.openuri.org/2004/04/HelloWorld"/>
-      </input>
-      <output>
-        <soap:body use="literal" namespace="http://www.openuri.org/2004/04/HelloWorld"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="TestService">
-    <port name="EndpointInterfacePort" binding="tns:EndpointInterfaceBinding">
-      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
-    </port>
-  </service>
-</definitions>

Copied: branches/tdiesler/trunk/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl (from rev 935, branches/jbossws-1.0/src/test/resources/tools/wsdlfixture/jsr181/webservice/TestService.wsdl)




More information about the jboss-svn-commits mailing list