JBossWS SVN: r2679 - in branches/jbossws-1.2.1: build/ant-import and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-24 19:07:59 -0400 (Sat, 24 Mar 2007)
New Revision: 2679
Added:
branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss40.xml
branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss42.xml
branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss50.xml
branches/jbossws-1.2.1/build/etc/component-info/jbossws.xml
branches/jbossws-1.2.1/build/etc/component-info/jbossws14.xml
Removed:
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
branches/jbossws-1.2.1/build/etc/component-info/jbossws-core.xml
Modified:
branches/jbossws-1.2.1/build/ant-import/build-release.xml
branches/jbossws-1.2.1/build/ant-import/build-thirdparty.xml
branches/jbossws-1.2.1/build/version.properties
branches/jbossws-1.2.1/integration-jboss40/build.xml
Log:
Fix release-to-repository
Modified: branches/jbossws-1.2.1/build/ant-import/build-release.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-release.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/ant-import/build-release.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -45,11 +45,6 @@
<!-- jboss/jbossws -->
<property name="jboss.repository.dir" value="${jboss.local.repository}/jboss"/>
<mkdir dir="${jboss.repository.dir}/jbossws/${repository.id}/lib"/>
- <mkdir dir="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/lib"/>
- <delete>
- <fileset dir="${jboss.repository.dir}/jbossws/${repository.id}/lib"/>
- <fileset dir="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/lib"/>
- </delete>
<copy todir="${jboss.repository.dir}/jbossws/${repository.id}/lib" overwrite="true">
<fileset dir="${core.output.lib.dir}">
<include name="jbossws-integration.jar"/>
@@ -60,37 +55,71 @@
<include name="jboss-saaj.jar"/>
</fileset>
</copy>
- <copy tofile="${jboss.repository.dir}/jbossws/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws-core.xml" filtering="true" overwrite="true">
+ <copy tofile="${jboss.repository.dir}/jbossws/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws.xml" filtering="true" overwrite="true">
<filterset>
<filtersfile file="${build.dir}/version.properties"/>
</filterset>
</copy>
<!-- jboss/jbossws-jboss50 -->
+ <mkdir dir="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/lib"/>
<copy todir="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/lib" overwrite="true">
<fileset dir="${jboss50.output.lib.dir}">
<include name="jbossws50.sar"/>
<include name="jbossws50-deployer.zip"/>
</fileset>
</copy>
- <copy tofile="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/integration-jboss50.xml" filtering="true" overwrite="true">
+ <copy tofile="${jboss.repository.dir}/jbossws-jboss50/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws-jboss50.xml" filtering="true" overwrite="true">
<filterset>
<filtersfile file="${build.dir}/version.properties"/>
</filterset>
</copy>
<!-- jboss/jbossws-jboss42 -->
+ <mkdir dir="${jboss.repository.dir}/jbossws-jboss42/${repository.id}/lib"/>
<copy todir="${jboss.repository.dir}/jbossws-jboss42/${repository.id}/lib" overwrite="true">
<fileset dir="${jboss42.output.lib.dir}">
<include name="jbossws42.sar"/>
</fileset>
</copy>
- <copy tofile="${jboss.repository.dir}/jbossws-jboss42/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/integration-jboss42.xml" filtering="true" overwrite="true">
+ <copy tofile="${jboss.repository.dir}/jbossws-jboss42/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws-jboss42.xml" filtering="true" overwrite="true">
<filterset>
<filtersfile file="${build.dir}/version.properties"/>
</filterset>
</copy>
+ <!-- jboss/jbossws-jboss40 -->
+ <mkdir dir="${jboss.repository.dir}/jbossws-jboss40/${repository.id}/lib"/>
+ <copy todir="${jboss.repository.dir}/jbossws-jboss40/${repository.id}/lib" overwrite="true">
+ <fileset dir="${jboss40.output.lib.dir}">
+ <include name="jbossws40.sar"/>
+ </fileset>
+ </copy>
+ <copy tofile="${jboss.repository.dir}/jbossws-jboss40/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws-jboss40.xml" filtering="true" overwrite="true">
+ <filterset>
+ <filtersfile file="${build.dir}/version.properties"/>
+ </filterset>
+ </copy>
+
+ <!-- jbossws14 -->
+ <mkdir dir="${jboss.repository.dir}/jbossws14/${repository.id}/lib"/>
+ <copy todir="${jboss.repository.dir}/jbossws14/${repository.id}/lib" overwrite="true">
+ <fileset dir="${core.output.lib.dir}">
+ <include name="jboss-jaxrpc.jar"/>
+ <include name="jboss-saaj.jar"/>
+ </fileset>
+ <fileset dir="${jboss40.output.lib.dir}">
+ <include name="jbossws40-jdk14.sar"/>
+ <include name="jbossws14-client.jar"/>
+ <include name="jboss-jaxws14.jar"/>
+ </fileset>
+ </copy>
+ <copy tofile="${jboss.repository.dir}/jbossws14/${repository.id}/component-info.xml" file="${build.etc.dir}/component-info/jbossws14.xml" filtering="true" overwrite="true">
+ <filterset>
+ <filtersfile file="${build.dir}/version.properties"/>
+ </filterset>
+ </copy>
+
</target>
<!-- Release to portal content -->
Modified: branches/jbossws-1.2.1/build/ant-import/build-thirdparty.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-thirdparty.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/ant-import/build-thirdparty.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -54,7 +54,7 @@
<get src="${jboss.repository}/jboss/jboss-vfs/${jboss-vfs}/lib/jboss-vfs-sources.jar" dest="${thirdparty.dir}/jboss-vfs-sources.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossretro/${jboss-jbossretro}/lib/jbossretro.jar" dest="${thirdparty.dir}/jbossretro.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossretro/${jboss-jbossretro}/lib/jbossretro-rt.jar" dest="${thirdparty.dir}/jbossretro-rt.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-wsconsume-impl/${jbossws-wsconsume}/lib/jbossws-wsconsume-impl.jar" dest="${thirdparty.dir}/jbossws-wsconsume-impl.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-wsconsume-impl/${jbossws-wsconsume-impl}/lib/jbossws-wsconsume-impl.jar" dest="${thirdparty.dir}/jbossws-wsconsume-impl.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding.jar" dest="${thirdparty.dir}/jboss-xml-binding.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding-sources.jar" dest="${thirdparty.dir}/jboss-xml-binding-sources.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/microcontainer/${jboss-microcontainer}/lib/jboss-container.jar" dest="${thirdparty.dir}/jboss-container.jar" usetimestamp="true" verbose="true"/>
Deleted: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -1,28 +0,0 @@
-<project name="jboss/jbossws-jboss40">
-
- <component id="jboss/jbossws-jboss40"
- description="JBossWS an implementation of J2EE Web Services"
- version="@repository.id@"
- licenseType="lgpl">
-
- <artifact id="jbossws40.sar"/>
-
- <import componentref="jboss/jbossws">
- <compatible version="@repository.id@"/>
- </import>
- <import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb-jboss40@"/>
- </import>
- <import componentref="jboss/microcontainer">
- <compatible version="@jboss-microcontainer-jboss40@"/>
- </import>
- <import componentref="jboss/remoting">
- <compatible version="@jboss-remoting-jboss40@"/>
- </import>
-
- <export>
- </export>
-
- </component>
-
-</project>
Deleted: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -1,31 +0,0 @@
-<project name="jboss/jbossws-jboss42">
-
- <component id="jboss/jbossws-jboss42"
- description="JBossWS an implementation of J2EE Web Services"
- version="@repository.id@"
- licenseType="lgpl">
-
- <artifact id="jbossws42.sar"/>
-
- <import componentref="jboss/jbossws">
- <compatible version="@repository.id@"/>
- </import>
- <import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb-jboss42@"/>
- <compatible version="@jboss-jbossxb-jboss42@-brew"/>
- </import>
- <import componentref="jboss/microcontainer">
- <compatible version="@jboss-microcontainer-jboss42@"/>
- <compatible version="@jboss-microcontainer-jboss42@-brew"/>
- </import>
- <import componentref="jboss/remoting">
- <compatible version="@jboss-remoting-jboss42@"/>
- <compatible version="@jboss-remoting-jboss42@-brew"/>
- </import>
-
- <export>
- </export>
-
- </component>
-
-</project>
Deleted: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -1,29 +0,0 @@
-<project name="jboss/jbossws-jboss50">
-
- <component id="jboss/jbossws-jboss50"
- description="JBossWS an implementation of J2EE Web Services"
- version="@repository.id@"
- licenseType="lgpl">
-
- <artifact id="jbossws50.sar"/>
- <artifact id="jbossws50-deployer.zip"/>
-
- <import componentref="jboss/jbossws">
- <compatible version="@repository.id@"/>
- </import>
- <import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb@-jboss50"/>
- </import>
- <import componentref="jboss/microcontainer">
- <compatible version="@jboss-microcontainer@-jboss50"/>
- </import>
- <import componentref="jboss/remoting">
- <compatible version="@jboss-remoting@-jboss50"/>
- </import>
-
- <export>
- </export>
-
- </component>
-
-</project>
Deleted: branches/jbossws-1.2.1/build/etc/component-info/jbossws-core.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws-core.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws-core.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -1,47 +0,0 @@
-<project name="jboss/jbossws">
-
- <component id="jboss/jbossws"
- description="JBossWS an implementation of J2EE Web Services"
- version="@repository.id@"
- licenseType="lgpl">
-
- <artifact id="jbossws-integration.jar"/>
- <artifact id="jbossws-client.jar"/>
- <artifact id="jbossws-core.jar"/>
- <artifact id="jboss-jaxrpc.jar"/>
- <artifact id="jboss-jaxws.jar"/>
- <artifact id="jboss-saaj.jar"/>
-
- <import componentref="apache-xmlsec">
- <compatible version="@apache-xmlsec@"/>
- <compatible version="@apache-xmlsec@-brew"/>
- </import>
- <import componentref="ibm-wsdl4j">
- <compatible version="@ibm-wsdl4j@"/>
- <compatible version="@ibm-wsdl4j@-brew"/>
- </import>
- <import componentref="javassist">
- <compatible version="@javassist@"/>
- <compatible version="@javassist@-brew"/>
- </import>
- <import componentref="jbpm/bpel">
- <compatible version="@jbpm-bpel@"/>
- </import>
- <import componentref="stax-api">
- <compatible version="@stax-api@"/>
- </import>
- <import componentref="sun-jaxb">
- <compatible version="@sun-jaxb@"/>
- </import>
-
- <export>
- <include input="jbossws-integration.jar"/>
- <include input="jbossws-core.jar"/>
- <include input="jboss-jaxrpc.jar"/>
- <include input="jboss-jaxws.jar"/>
- <include input="jboss-saaj.jar"/>
- </export>
-
- </component>
-
-</project>
Copied: branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss40.xml (from rev 2673, branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml)
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss40.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss40.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -0,0 +1,28 @@
+<project name="jboss/jbossws-jboss40">
+
+ <component id="jboss/jbossws-jboss40"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws40.sar"/>
+
+ <import componentref="jboss/jbossws">
+ <compatible version="@repository.id@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb-jboss40@"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer-jboss40@"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting-jboss40@"/>
+ </import>
+
+ <export>
+ </export>
+
+ </component>
+
+</project>
Copied: branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss42.xml (from rev 2673, branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml)
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss42.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss42.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -0,0 +1,31 @@
+<project name="jboss/jbossws-jboss42">
+
+ <component id="jboss/jbossws-jboss42"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws42.sar"/>
+
+ <import componentref="jboss/jbossws">
+ <compatible version="@repository.id@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb-jboss42@"/>
+ <compatible version="@jboss-jbossxb-jboss42@-brew"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer-jboss42@"/>
+ <compatible version="@jboss-microcontainer-jboss42@-brew"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting-jboss42@"/>
+ <compatible version="@jboss-remoting-jboss42@-brew"/>
+ </import>
+
+ <export>
+ </export>
+
+ </component>
+
+</project>
Copied: branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss50.xml (from rev 2676, branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml)
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss50.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws-jboss50.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -0,0 +1,29 @@
+<project name="jboss/jbossws-jboss50">
+
+ <component id="jboss/jbossws-jboss50"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws50.sar"/>
+ <artifact id="jbossws50-deployer.zip"/>
+
+ <import componentref="jboss/jbossws">
+ <compatible version="@repository.id@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb@-jboss50"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer@-jboss50"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting@-jboss50"/>
+ </import>
+
+ <export>
+ </export>
+
+ </component>
+
+</project>
Copied: branches/jbossws-1.2.1/build/etc/component-info/jbossws.xml (from rev 2672, branches/jbossws-1.2.1/build/etc/component-info/jbossws-core.xml)
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -0,0 +1,50 @@
+<project name="jboss/jbossws">
+
+ <component id="jboss/jbossws"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws-integration.jar"/>
+ <artifact id="jbossws-client.jar"/>
+ <artifact id="jbossws-core.jar"/>
+ <artifact id="jboss-jaxrpc.jar"/>
+ <artifact id="jboss-jaxws.jar"/>
+ <artifact id="jboss-saaj.jar"/>
+
+ <import componentref="apache-xmlsec">
+ <compatible version="@apache-xmlsec@"/>
+ <compatible version="@apache-xmlsec@-brew"/>
+ </import>
+ <import componentref="ibm-wsdl4j">
+ <compatible version="@ibm-wsdl4j@"/>
+ <compatible version="@ibm-wsdl4j@-brew"/>
+ </import>
+ <import componentref="javassist">
+ <compatible version="@javassist@"/>
+ <compatible version="@javassist@-brew"/>
+ </import>
+ <import componentref="jbpm/bpel">
+ <compatible version="@jbpm-bpel@"/>
+ </import>
+ <import componentref="jboss/jbossws-wsconsume-impl">
+ <compatible version="@jbossws-wsconsume-impl@"/>
+ </import>
+ <import componentref="stax-api">
+ <compatible version="@stax-api@"/>
+ </import>
+ <import componentref="sun-jaxb">
+ <compatible version="@sun-jaxb@"/>
+ </import>
+
+ <export>
+ <include input="jbossws-integration.jar"/>
+ <include input="jbossws-core.jar"/>
+ <include input="jboss-jaxrpc.jar"/>
+ <include input="jboss-jaxws.jar"/>
+ <include input="jboss-saaj.jar"/>
+ </export>
+
+ </component>
+
+</project>
Added: branches/jbossws-1.2.1/build/etc/component-info/jbossws14.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/jbossws14.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/jbossws14.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -0,0 +1,47 @@
+<project name="jboss/jbossws-component-info">
+
+ <component id="jboss/jbossws14" licenseType="lgpl" version="@repository.id@"
+ description="JBossWS an implementation of J2EE Web Services - Retrotranslated">
+
+ <artifact id="jbossws14-client.jar"/>
+ <artifact id="jboss-jaxws14.jar"/>
+ <artifact id="jboss-jaxrpc.jar"/>
+ <artifact id="jboss-saaj.jar"/>
+
+ <artifact id="jbossws40-jdk14.sar"/>
+
+ <import componentref="apache-xmlsec">
+ <compatible version="@apache-xmlsec@"/>
+ </import>
+ <import componentref="ibm-wsdl4j">
+ <compatible version="@ibm-wsdl4j@"/>
+ </import>
+ <import componentref="javassist">
+ <compatible version="@javassist@"/>
+ </import>
+ <import componentref="jbpm/bpel">
+ <compatible version="@jbpm-bpel@"/>
+ </import>
+ <import componentref="jboss/jbossretro">
+ <compatible version="@jboss-jbossretro@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb-jboss40@"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer-jboss40@"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting-jboss40@"/>
+ </import>
+
+ <export>
+ <include input="jbossws14-client.jar"/>
+ <include input="jboss-jaxws14.jar"/>
+ <include input="jboss-jaxrpc.jar"/>
+ <include input="jboss-saaj.jar"/>
+ </export>
+
+ </component>
+
+</project>
\ No newline at end of file
Property changes on: branches/jbossws-1.2.1/build/etc/component-info/jbossws14.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: branches/jbossws-1.2.1/build/version.properties
===================================================================
--- branches/jbossws-1.2.1/build/version.properties 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/build/version.properties 2007-03-24 23:07:59 UTC (rev 2679)
@@ -17,6 +17,8 @@
apache-xmlsec=1.3.0
ibm-wsdl4j=1.5.2jboss
javassist=3.5.0.CR1
+jbossws-wsconsume-impl=2.0.0
+jbpm-bpel=1.1.0.Beta4
sun-jaxb=2.0.3jboss
stax-api=1.0
@@ -63,8 +65,6 @@
jboss-security=4.0.5.GA
jboss-vfs=2.0.0.Beta2
jbossas-core-libs=4.0.5.GA
-jbossws-wsconsume=2.0.0
-jbpm-bpel=1.1.0.Beta4
junit=3.8.1
oswego-concurrent=1.3.4
qdox=1.4
Modified: branches/jbossws-1.2.1/integration-jboss40/build.xml
===================================================================
--- branches/jbossws-1.2.1/integration-jboss40/build.xml 2007-03-24 01:34:29 UTC (rev 2678)
+++ branches/jbossws-1.2.1/integration-jboss40/build.xml 2007-03-24 23:07:59 UTC (rev 2679)
@@ -307,6 +307,7 @@
<!-- The JBossAS testsuite references jbossws from thirdparty -->
<copy todir="${jboss40.home}/../../../thirdparty/jboss/jbossws/lib" overwrite="true">
<fileset dir="${core.output.lib.dir}">
+ <include name="jbossws-integration.jar"/>
<include name="jbossws-client.jar" />
<include name="jbossws-core.jar" />
<include name="jboss-jaxrpc.jar" />
17 years, 9 months
JBossWS SVN: r2678 - branches/jbossws-1.2.1/build/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 21:34:29 -0400 (Fri, 23 Mar 2007)
New Revision: 2678
Modified:
branches/jbossws-1.2.1/build/ant-import/build-setup.xml
Log:
Fix referrence to build.etc.dir
Modified: branches/jbossws-1.2.1/build/ant-import/build-setup.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-setup.xml 2007-03-23 21:09:53 UTC (rev 2677)
+++ branches/jbossws-1.2.1/build/ant-import/build-setup.xml 2007-03-24 01:34:29 UTC (rev 2678)
@@ -31,7 +31,7 @@
<property name="core.dir" value="${basedir}/../jbossws-core"/>
<property name="tests.dir" value="${basedir}/../jbossws-tests"/>
- <property name="etc.dir" value="${build.dir}/output/etc"/>
+ <property name="build.etc.dir" value="${build.dir}/output/etc"/>
<property name="thirdparty.dir" value="${build.dir}/thirdparty"/>
<property name="jboss50.lib" value="${jboss50.home}/lib"/>
17 years, 9 months
JBossWS SVN: r2677 - in branches/jbossws-1.2.1/build: hudson/hudson-home and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 17:09:53 -0400 (Fri, 23 Mar 2007)
New Revision: 2677
Modified:
branches/jbossws-1.2.1/build/ant-import/build-deploy.xml
branches/jbossws-1.2.1/build/ant-import/build-hudson.xml
branches/jbossws-1.2.1/build/ant-import/build-setup.xml
branches/jbossws-1.2.1/build/hudson/hudson-home/config.xml
Log:
Fix bin-dist
Modified: branches/jbossws-1.2.1/build/ant-import/build-deploy.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-deploy.xml 2007-03-23 20:46:51 UTC (rev 2676)
+++ branches/jbossws-1.2.1/build/ant-import/build-deploy.xml 2007-03-23 21:09:53 UTC (rev 2677)
@@ -16,7 +16,7 @@
<target name="prepare">
<property file="ant.properties"/>
- <property name="etc.dir" value="install/etc"/>
+ <property name="build.etc.dir" value="install/etc"/>
<property name="core.output.lib.dir" value="install/jbossws-core"/>
<property name="jboss40.output.lib.dir" value="install/integration-jboss40"/>
<property name="jboss42.output.lib.dir" value="install/integration-jboss42"/>
Modified: branches/jbossws-1.2.1/build/ant-import/build-hudson.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-hudson.xml 2007-03-23 20:46:51 UTC (rev 2676)
+++ branches/jbossws-1.2.1/build/ant-import/build-hudson.xml 2007-03-23 21:09:53 UTC (rev 2677)
@@ -80,30 +80,7 @@
<!-- Configure Hudson -->
<copy todir="${hudson.home}" overwrite="true">
- <fileset dir="${build.dir}/hudson/hudson-home">
- <include name="jobs/AS-5.0/**"/>
- <include name="jobs/AS-4.2/**"/>
- <include name="jobs/AS-4.0/**"/>
- <include name="jobs/AS-4.0.5/**"/>
- <include name="jobs/TC-5.5/**"/>
- <include name="jobs/JBWS-Samples-AS-5.0/**"/>
- <include name="jobs/JBWS-Samples-AS-4.2/**"/>
- <include name="jobs/JBWS-Samples-AS-4.0/**"/>
- <include name="jobs/JBWS-Samples-AS-4.0.5/**"/>
- <include name="jobs/JBWS-Samples-TC-5.5/**"/>
- <include name="jobs/JBWS-Tests-AS-5.0/**"/>
- <include name="jobs/JBWS-Tests-AS-4.2/**"/>
- <include name="jobs/JBWS-Tests-AS-4.0/**"/>
- <include name="jobs/JBWS-Tests-AS-4.0.5/**"/>
- <include name="jobs/JBWS-Tests-TC-5.5/**"/>
- <include name="jobs/JBAS-Tests-AS-5.0/**"/>
- <include name="jobs/JBAS-Tests-AS-4.2/**"/>
- <include name="jobs/JBAS-Tests-AS-4.0/**"/>
- <include name="jobs/Release-Matrix-Step1/**"/>
- <include name="jobs/Release-Matrix-Step2/**"/>
- <include name="users/**"/>
- <include name="*.xml"/>
- </fileset>
+ <fileset dir="${build.dir}/hudson/hudson-home"/>
<filterset>
<filter token="version.id" value="${version.id}"/>
<filter token="svn.basedir.local" value="${svn.basedir.local}"/>
Modified: branches/jbossws-1.2.1/build/ant-import/build-setup.xml
===================================================================
--- branches/jbossws-1.2.1/build/ant-import/build-setup.xml 2007-03-23 20:46:51 UTC (rev 2676)
+++ branches/jbossws-1.2.1/build/ant-import/build-setup.xml 2007-03-23 21:09:53 UTC (rev 2677)
@@ -31,7 +31,7 @@
<property name="core.dir" value="${basedir}/../jbossws-core"/>
<property name="tests.dir" value="${basedir}/../jbossws-tests"/>
- <property name="build.etc.dir" value="${build.dir}/output/etc"/>
+ <property name="etc.dir" value="${build.dir}/output/etc"/>
<property name="thirdparty.dir" value="${build.dir}/thirdparty"/>
<property name="jboss50.lib" value="${jboss50.home}/lib"/>
Modified: branches/jbossws-1.2.1/build/hudson/hudson-home/config.xml
===================================================================
--- branches/jbossws-1.2.1/build/hudson/hudson-home/config.xml 2007-03-23 20:46:51 UTC (rev 2676)
+++ branches/jbossws-1.2.1/build/hudson/hudson-home/config.xml 2007-03-23 21:09:53 UTC (rev 2677)
@@ -34,7 +34,7 @@
<jobNames class="tree-set">
<no-comparator/>
<string>JBAS-Tests-AS-4.0</string>
- <!--string>JBAS-Tests-AS-4.0-jdk14</string-->
+ <string>JBAS-Tests-AS-4.0-jdk14</string>
<string>JBAS-Tests-AS-4.2</string>
<string>JBAS-Tests-AS-5.0</string>
</jobNames>
@@ -75,9 +75,9 @@
<jobNames class="tree-set">
<no-comparator/>
<string>JBWS-Tests-AS-4.0.5</string>
- <!--string>JBWS-Tests-AS-4.0.5-jdk14</string-->
+ <string>JBWS-Tests-AS-4.0.5-jdk14</string>
<string>JBWS-Tests-AS-4.0</string>
- <!--string>JBWS-Tests-AS-4.0-jdk14</string-->
+ <string>JBWS-Tests-AS-4.0-jdk14</string>
<string>JBWS-Tests-AS-4.2</string>
<string>JBWS-Tests-AS-5.0</string>
<string>JBWS-Tests-TC-5.5</string>
@@ -148,9 +148,9 @@
<string>AS-5.0</string>
<string>AS-4.2</string>
<string>AS-4.0</string>
- <!--string>AS-4.0-jdk14</string-->
+ <string>AS-4.0-jdk14</string>
<string>AS-4.0.5</string>
- <!--string>AS-4.0.5-jdk14</string-->
+ <string>AS-4.0.5-jdk14</string>
<string>TC-5.5</string>
</jobNames>
<name>Target Container</name>
17 years, 9 months
JBossWS SVN: r2676 - in branches/jbossws-1.2.1/build: etc/component-info and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 16:46:51 -0400 (Fri, 23 Mar 2007)
New Revision: 2676
Modified:
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
branches/jbossws-1.2.1/build/version.properties
Log:
Fix thirdparty versions
Modified: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-23 20:24:52 UTC (rev 2675)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss50.xml 2007-03-23 20:46:51 UTC (rev 2676)
@@ -12,13 +12,13 @@
<compatible version="@repository.id@"/>
</import>
<import componentref="jboss/jbossxb">
- <compatible version="@jboss-jbossxb@"/>
+ <compatible version="@jboss-jbossxb@-jboss50"/>
</import>
<import componentref="jboss/microcontainer">
- <compatible version="@jboss-microcontainer@"/>
+ <compatible version="@jboss-microcontainer@-jboss50"/>
</import>
<import componentref="jboss/remoting">
- <compatible version="@jboss-remoting@"/>
+ <compatible version="@jboss-remoting@-jboss50"/>
</import>
<export>
Modified: branches/jbossws-1.2.1/build/version.properties
===================================================================
--- branches/jbossws-1.2.1/build/version.properties 2007-03-23 20:24:52 UTC (rev 2675)
+++ branches/jbossws-1.2.1/build/version.properties 2007-03-23 20:46:51 UTC (rev 2676)
@@ -13,26 +13,32 @@
implementation.vendor=JBoss Inc.
implementation.vendor.id=http://www.jboss.org
-# thirdparty library versions that are referenced in component-info.xml
-# JBossAS-5.0
+# Thirdparty library versions that are referenced in component-info.xml
apache-xmlsec=1.3.0
ibm-wsdl4j=1.5.2jboss
javassist=3.5.0.CR1
-jboss-jbossxb=2.0.0.CR1
-jboss-microcontainer=2.0.0.Beta3
-jboss-remoting=2.2.0.Alpha7
-sun-jaxb=2.0.3
+sun-jaxb=2.0.3jboss
stax-api=1.0
+# Build and Tomcat
+jboss-jbossxb=1.0.0.CR9
+jboss-microcontainer=1.0.2
+jboss-remoting=2.0.0.GA
+
+# JBossAS-5.0
+jboss-jbossxb-jboss50=2.0.0.CR1
+jboss-microcontainer-jboss50=2.0.0.Beta3
+jboss-remoting-jboss50=2.2.0.Alpha7
+
# JBossAS-4.2
jboss-jbossxb-jboss42=1.0.0.CR9
jboss-microcontainer-jboss42=1.0.2
jboss-remoting-jboss42=2.0.0.GA
# JBossAS-4.0
-#jboss-jbossxb-jboss40=2.0.0.CR1
-#jboss-microcontainer-jboss40=1.0.2
-#jboss-remoting-jboss40=2.0.0.GA
+jboss-jbossxb-jboss40=1.0.0.CR9
+jboss-microcontainer-jboss40=1.0.2
+jboss-remoting-jboss40=1.4.3.GA
# thirdparty library versions
apache-ant=1.6.5
17 years, 9 months
JBossWS SVN: r2675 - branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 16:24:52 -0400 (Fri, 23 Mar 2007)
New Revision: 2675
Modified:
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
Log:
Use jboss_4_0.dtd
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml 2007-03-23 17:13:44 UTC (rev 2674)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml 2007-03-23 20:24:52 UTC (rev 2675)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
+<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
<jboss>
@@ -15,7 +15,6 @@
<port-component-uri>/jaxrpc-samples-ejb/RoleSecured</port-component-uri>
<auth-method>BASIC</auth-method>
<transport-guarantee>NONE</transport-guarantee>
- <!-- default secure-wsdl-access (false for jaxrpc) -->
</port-component>
</session>
<session>
17 years, 9 months
JBossWS SVN: r2674 - in branches/jbossws-1.2.1/jbossws-tests/src: resources and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 13:13:44 -0400 (Fri, 23 Mar 2007)
New Revision: 2674
Modified:
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-excludes.txt
branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-noejb3-excludes.txt
branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-excludes.txt
branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-noejb3-excludes.txt
branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-tomcat-excludes.txt
Log:
Cleanup excludes
Modified: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/samples/secureejb/SecureEJBTestCase.java 2007-03-23 17:13:44 UTC (rev 2674)
@@ -36,7 +36,6 @@
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.WSDLException;
import org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory;
@@ -133,22 +132,6 @@
assertEquals("The 'mafia' boss is currently out of office, please call again.", info);
}
- public void testBasicSecuredWSDLAccess() throws Exception
- {
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxrpc-samples-ejb/BasicSecured?wsdl");
- WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
- try
- {
- factory.parse(wsdlURL);
- fail("Expect secured wsdl access");
- }
- catch (WSDLException ex)
- {
- String cause = ex.getCause().getMessage();
- assertTrue("Server returned HTTP response code: 401", cause.startsWith("Server returned HTTP response code: 401"));
- }
- }
-
public void testBasicSecuredServiceAccess() throws Exception
{
InitialContext iniCtx = getInitialContext();
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/samples/secureejb/META-INF/jboss.xml 2007-03-23 17:13:44 UTC (rev 2674)
@@ -26,7 +26,6 @@
<port-component-uri>/jaxrpc-samples-ejb/BasicSecured</port-component-uri>
<auth-method>BASIC</auth-method>
<transport-guarantee>NONE</transport-guarantee>
- <secure-wsdl-access>true</secure-wsdl-access>
</port-component>
</session>
<session>
@@ -36,7 +35,6 @@
<port-component-name>ConfidentialSecured</port-component-name>
<port-component-uri>/jaxrpc-samples-ejb/ConfidentialSecured</port-component-uri>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
- <secure-wsdl-access>false</secure-wsdl-access>
</port-component>
</session>
</enterprise-beans>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-excludes.txt
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-excludes.txt 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-excludes.txt 2007-03-23 17:13:44 UTC (rev 2674)
@@ -2,8 +2,12 @@
org/jboss/test/ws/interop/**
org/jboss/test/ws/benchmark/**
+# JBossAS-4.2 excludes
+org/jboss/test/ws/jaxrpc/jbws723/**
+
# EJB3/Injection excludes
org/jboss/test/ws/jaxws/endpoint/**
+org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
org/jboss/test/ws/jaxws/samples/retail/**
org/jboss/test/ws/jaxws/samples/webserviceref/**
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-noejb3-excludes.txt
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-noejb3-excludes.txt 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss40-noejb3-excludes.txt 2007-03-23 17:13:44 UTC (rev 2674)
@@ -2,11 +2,15 @@
org/jboss/test/ws/interop/**
org/jboss/test/ws/benchmark/**
+# JBossAS-4.2 excludes
+org/jboss/test/ws/jaxrpc/jbws723/**
+
# EJB3/Injection excludes
org/jboss/test/ws/jaxws/eardeployment/**
org/jboss/test/ws/jaxws/endpoint/**
org/jboss/test/ws/jaxws/jbws944/**
org/jboss/test/ws/jaxws/jbws981/**
+org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.*
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-excludes.txt
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-excludes.txt 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-excludes.txt 2007-03-23 17:13:44 UTC (rev 2674)
@@ -6,4 +6,5 @@
org/jboss/test/ws/jaxws/endpoint/**
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase.*
org/jboss/test/ws/jaxws/samples/webserviceref/**
+org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/serviceref/**
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-noejb3-excludes.txt
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-noejb3-excludes.txt 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-jboss42-noejb3-excludes.txt 2007-03-23 17:13:44 UTC (rev 2674)
@@ -7,6 +7,7 @@
org/jboss/test/ws/jaxws/endpoint/**
org/jboss/test/ws/jaxws/jbws944/**
org/jboss/test/ws/jaxws/jbws981/**
+org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
org/jboss/test/ws/jaxws/samples/jsr181ejb/JSR181WebServiceEJB3TestCase.*
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-tomcat-excludes.txt
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-tomcat-excludes.txt 2007-03-23 16:27:29 UTC (rev 2673)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/tests-tomcat-excludes.txt 2007-03-23 17:13:44 UTC (rev 2674)
@@ -14,10 +14,12 @@
org/jboss/test/ws/jaxws/samples/webserviceref/**
# JBoss excludes
+org/jboss/test/ws/jaxrpc/jbws723/**
org/jboss/test/ws/jaxrpc/samples/dynamichandler/*TestCase.*
org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.*
org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.*
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
+org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/samples/jaxr/**
# TODO: Why are these excluded
17 years, 9 months
JBossWS SVN: r2673 - in branches/jbossws-1.2.1: build/etc/component-info and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 12:27:29 -0400 (Fri, 23 Mar 2007)
New Revision: 2673
Added:
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml
branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml
Modified:
branches/jbossws-1.2.1/build/version.properties
branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml
Log:
Resurect rpcenc marshalltest
Added: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml 2007-03-23 16:27:29 UTC (rev 2673)
@@ -0,0 +1,28 @@
+<project name="jboss/jbossws-jboss40">
+
+ <component id="jboss/jbossws-jboss40"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws40.sar"/>
+
+ <import componentref="jboss/jbossws">
+ <compatible version="@repository.id@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb-jboss40@"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer-jboss40@"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting-jboss40@"/>
+ </import>
+
+ <export>
+ </export>
+
+ </component>
+
+</project>
Property changes on: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss40.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml
===================================================================
--- branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml (rev 0)
+++ branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml 2007-03-23 16:27:29 UTC (rev 2673)
@@ -0,0 +1,31 @@
+<project name="jboss/jbossws-jboss42">
+
+ <component id="jboss/jbossws-jboss42"
+ description="JBossWS an implementation of J2EE Web Services"
+ version="@repository.id@"
+ licenseType="lgpl">
+
+ <artifact id="jbossws42.sar"/>
+
+ <import componentref="jboss/jbossws">
+ <compatible version="@repository.id@"/>
+ </import>
+ <import componentref="jboss/jbossxb">
+ <compatible version="@jboss-jbossxb-jboss42@"/>
+ <compatible version="@jboss-jbossxb-jboss42@-brew"/>
+ </import>
+ <import componentref="jboss/microcontainer">
+ <compatible version="@jboss-microcontainer-jboss42@"/>
+ <compatible version="@jboss-microcontainer-jboss42@-brew"/>
+ </import>
+ <import componentref="jboss/remoting">
+ <compatible version="@jboss-remoting-jboss42@"/>
+ <compatible version="@jboss-remoting-jboss42@-brew"/>
+ </import>
+
+ <export>
+ </export>
+
+ </component>
+
+</project>
Property changes on: branches/jbossws-1.2.1/build/etc/component-info/integration-jboss42.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: branches/jbossws-1.2.1/build/version.properties
===================================================================
--- branches/jbossws-1.2.1/build/version.properties 2007-03-23 14:46:26 UTC (rev 2672)
+++ branches/jbossws-1.2.1/build/version.properties 2007-03-23 16:27:29 UTC (rev 2673)
@@ -14,6 +14,7 @@
implementation.vendor.id=http://www.jboss.org
# thirdparty library versions that are referenced in component-info.xml
+# JBossAS-5.0
apache-xmlsec=1.3.0
ibm-wsdl4j=1.5.2jboss
javassist=3.5.0.CR1
@@ -23,6 +24,16 @@
sun-jaxb=2.0.3
stax-api=1.0
+# JBossAS-4.2
+jboss-jbossxb-jboss42=1.0.0.CR9
+jboss-microcontainer-jboss42=1.0.2
+jboss-remoting-jboss42=2.0.0.GA
+
+# JBossAS-4.0
+#jboss-jbossxb-jboss40=2.0.0.CR1
+#jboss-microcontainer-jboss40=1.0.2
+#jboss-remoting-jboss40=2.0.0.GA
+
# thirdparty library versions
apache-ant=1.6.5
apache-collections=3.1
Modified: branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml 2007-03-23 14:46:26 UTC (rev 2672)
+++ branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml 2007-03-23 16:27:29 UTC (rev 2673)
@@ -170,6 +170,34 @@
</metainf>
</jar>
+ <!-- jaxrpc-encoded-marshalltest.war -->
+ <war warfile="${tests.output.dir}/libs/jaxrpc-encoded-marshalltest.war" webxml="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml">
+ <classes dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.class"/>
+ </classes>
+ <webinf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF">
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="webservices.xml"/>
+ <include name="wsdl/**"/>
+ </webinf>
+ </war>
+ <jar jarfile="${tests.output.dir}/libs/jaxrpc-encoded-marshalltest-client.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.class"/>
+ <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF">
+ <include name="jaxrpc-mapping.xml"/>
+ <include name="wsdl/**"/>
+ </metainf>
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/META-INF">
+ <include name="application-client.xml"/>
+ <include name="jboss-client.xml"/>
+ </metainf>
+ </jar>
+
<!-- jaxrpc-encoded-parametermode.war -->
<war warfile="${tests.output.dir}/libs/jaxrpc-encoded-parametermode.war" webxml="${tests.output.dir}/resources/jaxrpc/encoded/parametermode/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
17 years, 9 months
JBossWS SVN: r2672 - branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 10:46:26 -0400 (Fri, 23 Mar 2007)
New Revision: 2672
Modified:
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java
Log:
Allow encodingStyle on envelope
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java 2007-03-23 12:59:52 UTC (rev 2671)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java 2007-03-23 14:46:26 UTC (rev 2672)
@@ -212,8 +212,9 @@
}
// Process additional soap encoded body elements
- String encodingStyle = soapBody.getAttributeNS(envNS, "encodingStyle");
- while(Constants.URI_SOAP11_ENC.equals(encodingStyle) && itBody.hasNext())
+ boolean isSOAPEncoded = Constants.URI_SOAP11_ENC.equals(soapEnv.getAttributeNS(envNS, "encodingStyle"));
+ isSOAPEncoded = isSOAPEncoded || Constants.URI_SOAP11_ENC.equals(soapBody.getAttributeNS(envNS, "encodingStyle"));
+ while(isSOAPEncoded && itBody.hasNext())
{
Element srcElement = (Element)itBody.next();
registerNamespacesLocally(srcElement);
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java 2007-03-23 12:59:52 UTC (rev 2671)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java 2007-03-23 14:46:26 UTC (rev 2672)
@@ -143,7 +143,7 @@
DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
Source source = xmlFragment.getSource();
-
+
// Get the rpc/encoded referenced content
if (opMetaData.isRPCEncoded() && container.getAttribute("href").length() > 0)
{
@@ -153,7 +153,7 @@
if (parentElement instanceof SOAPBodyElement)
{
SOAPContentElement refElement = null;
-
+
SOAPBody soapBody = (SOAPBody)parentElement.getParentElement();
Iterator it = soapBody.getChildElements();
while (it.hasNext())
@@ -162,17 +162,16 @@
if (refID.equals("#" + soapElement.getAttribute("id")))
{
refElement = (SOAPContentElement)soapElement;
+ source = refElement.getXMLFragment().getSource();
break;
}
}
-
+
if (refElement == null)
- throw new IllegalStateException ("Cannot find referrenced element: " + refID);
-
- source = refElement.getXMLFragment().getSource();
+ log.warn("Cannot find referrenced element: " + refID);
}
}
-
+
obj = des.deserialize(container.getElementQName(), xmlType, source, serContext);
if (obj != null)
{
@@ -304,7 +303,7 @@
// Remove all child nodes
container.removeContents();
-
+
// Copy attributes
DOMUtils.copyAttributes(container, domElement);
17 years, 9 months
JBossWS SVN: r2671 - in branches/jbossws-1.2.1: jbossws-core/src/java/org/jboss/ws/core/soap and 10 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 08:59:52 -0400 (Fri, 23 Mar 2007)
New Revision: 2671
Added:
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.java
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.java
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestCase.java
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.java
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/
Removed:
branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcEncodedTestCase.java
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/marshall-rpcenc/
Modified:
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonClient.java
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonSOAPBinding.java
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/SOAPMessageDispatcher.java
branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java
branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/application-client.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/jboss-client.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/jaxrpc-mapping.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/web.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/webservices.xml
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/wsdl/MarshallTestService.wsdl
branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/config.xml
Log:
Initial support for soap encoded href
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonClient.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonClient.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonClient.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -279,6 +279,9 @@
handlerPass = handlerPass && callRequestHandlerChain(portName, handlerType[1]);
handlerPass = handlerPass && callRequestHandlerChain(portName, handlerType[2]);
+ // Handlers might have replaced the message
+ reqMessage = msgContext.getSOAPMessage();
+
if (handlerPass)
{
String targetAddress = getTargetEndpointAddress();
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonSOAPBinding.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonSOAPBinding.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/CommonSOAPBinding.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -169,7 +169,7 @@
if (log.isDebugEnabled())
log.debug("Create RPC body element: " + opName);
-
+
soapBodyElement = new SOAPBodyElementRpc(opName);
soapBodyElement = (SOAPBodyElement)soapBody.addChildElement(soapBodyElement);
@@ -318,7 +318,7 @@
else
{
SOAPElement element = paramMetaData.isInHeader() ? soapHeader : soapBodyElement;
- Object value = getParameterFromMessage(paramMetaData, element, false);
+ SOAPContentElement value = getParameterFromMessage(paramMetaData, element, false);
epInv.setRequestParamValue(xmlName, value);
}
}
@@ -399,7 +399,7 @@
soapBodyElement.setAttributeNS(envURI, envPrefix + ":encodingStyle", Constants.URI_SOAP11_ENC);
}
}
-
+
// Add the return to the message
ParameterMetaData retMetaData = opMetaData.getReturnParameter();
if (retMetaData != null)
@@ -575,7 +575,7 @@
}
else
{
- Object value = getParameterFromMessage(retMetaData, soapElement, false);
+ SOAPContentElement value = getParameterFromMessage(retMetaData, soapElement, false);
epInv.setReturnValue(value);
}
}
@@ -599,7 +599,7 @@
else
{
SOAPElement element = paramMetaData.isInHeader() ? soapHeader : soapElement;
- Object value = getParameterFromMessage(paramMetaData, element, false);
+ SOAPContentElement value = getParameterFromMessage(paramMetaData, element, false);
epInv.setResponseParamValue(xmlName, value);
}
}
@@ -776,7 +776,7 @@
}
/** Unmarshall a message element and add it to the parameter list */
- private Object getParameterFromMessage(ParameterMetaData paramMetaData, SOAPElement soapElement, boolean optional) throws BindingException
+ private SOAPContentElement getParameterFromMessage(ParameterMetaData paramMetaData, SOAPElement soapElement, boolean optional) throws BindingException
{
Name xmlName = new NameImpl(paramMetaData.getXmlName());
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/EnvelopeBuilderDOM.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -45,6 +45,7 @@
import javax.xml.transform.stream.StreamSource;
import org.jboss.logging.Logger;
+import org.jboss.ws.Constants;
import org.jboss.ws.WSException;
import org.jboss.ws.core.jaxrpc.Style;
import org.jboss.ws.core.utils.DOMUtils;
@@ -209,7 +210,24 @@
}
}
}
+
+ // Process additional soap encoded body elements
+ String encodingStyle = soapBody.getAttributeNS(envNS, "encodingStyle");
+ while(Constants.URI_SOAP11_ENC.equals(encodingStyle) && itBody.hasNext())
+ {
+ Element srcElement = (Element)itBody.next();
+ registerNamespacesLocally(srcElement);
+ Name name = new NameImpl(srcElement.getLocalName(), srcElement.getPrefix(), srcElement.getNamespaceURI());
+ SOAPContentElement destElement = new SOAPContentElement(name);
+ destElement = (SOAPContentElement)soapBody.addChildElement(destElement);
+
+ DOMUtils.copyAttributes(destElement, srcElement);
+
+ XMLFragment xmlFragment = new XMLFragment(new DOMSource(srcElement));
+ destElement.setXMLFragment(xmlFragment);
+ }
+
return soapEnv;
}
@@ -328,13 +346,18 @@
*/
private void registerNamespacesLocally(Element srcElement)
{
- if (srcElement.getPrefix() == null)
+ String nsURI = srcElement.getNamespaceURI();
+ if (nsURI != null && nsURI.length() > 0)
{
- srcElement.setAttribute("xmlns", srcElement.getNamespaceURI());
+ String prefix = srcElement.getPrefix();
+ if (prefix == null)
+ {
+ srcElement.setAttribute("xmlns", nsURI);
+ }
+ else
+ {
+ srcElement.setAttribute("xmlns:" + prefix, nsURI);
+ }
}
- else
- {
- srcElement.setAttribute("xmlns:" + srcElement.getPrefix(), srcElement.getNamespaceURI());
- }
}
}
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/SOAPMessageDispatcher.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/SOAPMessageDispatcher.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/SOAPMessageDispatcher.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -106,9 +106,6 @@
else
{
SOAPBodyElement soapBodyElement = (SOAPBodyElement)bodyChildren.next();
- if (bodyChildren.hasNext())
- throw new SOAPException("SOAPBody has more than on child element");
-
Name soapName = soapBodyElement.getElementName();
QName xmlElementName = new QName(soapName.getURI(), soapName.getLocalName());
opMetaData = epMetaData.getOperation(xmlElementName);
Modified: branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-core/src/java/org/jboss/ws/core/soap/XMLContent.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -28,12 +28,15 @@
import java.io.InputStream;
import java.lang.reflect.Array;
import java.lang.reflect.Method;
+import java.util.Iterator;
import java.util.List;
import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.xml.namespace.QName;
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.transform.Source;
@@ -52,6 +55,7 @@
import org.jboss.ws.core.utils.JavaUtils;
import org.jboss.ws.core.utils.MimeUtils;
import org.jboss.ws.extensions.xop.XOPContext;
+import org.jboss.ws.metadata.umdm.OperationMetaData;
import org.jboss.ws.metadata.umdm.ParameterMetaData;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
@@ -125,9 +129,10 @@
SerializationContext serContext = msgContext.getSerializationContext();
ParameterMetaData pmd = container.getParamMetaData();
+ OperationMetaData opMetaData = pmd.getOperationMetaData();
serContext.setProperty(ParameterMetaData.class.getName(), pmd);
serContext.setJavaType(javaType);
- List<Class> registeredTypes = pmd.getOperationMetaData().getEndpointMetaData().getRegisteredTypes();
+ List<Class> registeredTypes = opMetaData.getEndpointMetaData().getRegisteredTypes();
serContext.setProperty(SerializationContext.CONTEXT_TYPES, registeredTypes.toArray(new Class[0]));
try
@@ -137,7 +142,38 @@
DeserializerFactoryBase deserializerFactory = getDeserializerFactory(typeMapping, javaType, xmlType);
DeserializerSupport des = (DeserializerSupport)deserializerFactory.getDeserializer();
- obj = des.deserialize(container.getElementQName(), xmlType, xmlFragment.getSource(), serContext);
+ Source source = xmlFragment.getSource();
+
+ // Get the rpc/encoded referenced content
+ if (opMetaData.isRPCEncoded() && container.getAttribute("href").length() > 0)
+ {
+ String refID = container.getAttribute("href");
+ log.debug("Resolve soap encoded href: " + refID);
+ SOAPElement parentElement = container.getParentElement();
+ if (parentElement instanceof SOAPBodyElement)
+ {
+ SOAPContentElement refElement = null;
+
+ SOAPBody soapBody = (SOAPBody)parentElement.getParentElement();
+ Iterator it = soapBody.getChildElements();
+ while (it.hasNext())
+ {
+ SOAPElement soapElement = (SOAPElement)it.next();
+ if (refID.equals("#" + soapElement.getAttribute("id")))
+ {
+ refElement = (SOAPContentElement)soapElement;
+ break;
+ }
+ }
+
+ if (refElement == null)
+ throw new IllegalStateException ("Cannot find referrenced element: " + refID);
+
+ source = refElement.getXMLFragment().getSource();
+ }
+ }
+
+ obj = des.deserialize(container.getElementQName(), xmlType, source, serContext);
if (obj != null)
{
Class objType = obj.getClass();
Modified: branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/ant-import/build-jars-jaxrpc.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -142,29 +142,29 @@
</metainf>
</jar>
- <!-- jaxrpc-encoded-marshalltest.war -->
- <war warfile="${tests.output.dir}/libs/jaxrpc-encoded-marshalltest.war" webxml="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml">
+ <!-- jaxrpc-encoded-href.war -->
+ <war warfile="${tests.output.dir}/libs/jaxrpc-encoded-href.war" webxml="${tests.output.dir}/resources/jaxrpc/encoded/href/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/*.class"/>
- <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.class"/>
</classes>
- <webinf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF">
+ <webinf dir="${tests.output.dir}/resources/jaxrpc/encoded/href/WEB-INF">
<include name="jaxrpc-mapping.xml"/>
<include name="webservices.xml"/>
<include name="wsdl/**"/>
</webinf>
</war>
- <jar jarfile="${tests.output.dir}/libs/jaxrpc-encoded-marshalltest-client.jar">
+ <jar jarfile="${tests.output.dir}/libs/jaxrpc-encoded-href-client.jar">
<fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/*.class"/>
- <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestImpl.class"/>
- <exclude name="org/jboss/test/ws/jaxrpc/encoded/marshalltest/MarshallTestCase.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.class"/>
+ <include name="org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.class"/>
</fileset>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/WEB-INF">
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/href/WEB-INF">
<include name="jaxrpc-mapping.xml"/>
<include name="wsdl/**"/>
</metainf>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/marshalltest/META-INF">
+ <metainf dir="${tests.output.dir}/resources/jaxrpc/encoded/href/META-INF">
<include name="application-client.xml"/>
<include name="jboss-client.xml"/>
</metainf>
@@ -2446,35 +2446,6 @@
</metainf>
</jar>
- <!-- ws4ee-marshall-rpcenc -->
- <war warfile="${tests.output.dir}/libs/jaxrpc-marshall-rpcenc.war" webxml="${tests.output.dir}/resources/jaxrpc/marshall-rpcenc/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxrpc/marshall/StandardTypes.class"/>
- <include name="org/jboss/test/ws/jaxrpc/marshall/StandardTypesBean.class"/>
- <include name="org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.class"/>
- <include name="org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.class"/>
- </classes>
- <webinf dir="${tests.output.dir}/resources/jaxrpc/marshall-rpcenc/WEB-INF">
- <include name="jaxrpc-mapping.xml"/>
- <include name="webservices.xml"/>
- <include name="wsdl/**"/>
- </webinf>
- </war>
- <jar jarfile="${tests.output.dir}/libs/jaxrpc-marshall-rpcenc-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxrpc/marshall/StandardTypes.class"/>
- <include name="org/jboss/test/ws/jaxrpc/marshall/types/JavaBean.class"/>
- <include name="org/jboss/test/ws/jaxrpc/marshall/types/JavaBean2.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/marshall-rpcenc/META-INF">
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- </metainf>
- <metainf dir="${tests.output.dir}/resources/jaxrpc/marshall-rpcenc/WEB-INF">
- <include name="jaxrpc-mapping.xml"/>
- </metainf>
- </jar>
-
<!-- jaxrpc-marshall-rpclit.war -->
<war warfile="${tests.output.dir}/libs/jaxrpc-marshall-rpclit.war" webxml="${tests.output.dir}/resources/jaxrpc/marshall-rpclit/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Added: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.java (rev 0)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -0,0 +1,124 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 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.href;
+
+import java.io.ByteArrayInputStream;
+
+import javax.xml.namespace.QName;
+import javax.xml.rpc.JAXRPCException;
+import javax.xml.rpc.handler.GenericHandler;
+import javax.xml.rpc.handler.HandlerInfo;
+import javax.xml.rpc.handler.MessageContext;
+import javax.xml.rpc.handler.soap.SOAPMessageContext;
+import javax.xml.soap.MessageFactory;
+import javax.xml.soap.SOAPMessage;
+
+import org.jboss.logging.Logger;
+
+public class HrefHandler extends GenericHandler
+{
+ // Provide logging
+ private static Logger log = Logger.getLogger(HrefHandler.class);
+
+ private static boolean hrefEncoding;
+
+ protected QName[] headers;
+
+ public QName[] getHeaders()
+ {
+ return headers;
+ }
+
+ public void init(HandlerInfo info)
+ {
+ log.info("init: " + info);
+ headers = info.getHeaders();
+ }
+
+ public static void setHrefEncoding(boolean flag)
+ {
+ hrefEncoding = flag;
+ }
+
+ public boolean handleRequest(MessageContext msgContext)
+ {
+ log.info("handleRequest");
+
+ if (hrefEncoding)
+ {
+ try
+ {
+ String envStr =
+ "<env:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
+ "<env:Body env:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:enc='http://schemas.xmlsoap.org/soap/encoding/'>" +
+ "<ns1:base64BinaryTest xmlns:ns1='http://marshalltestservice.org/wsdl'>" +
+ "<arrayOfbyte_1 href='#ID1'/>" +
+ "</ns1:base64BinaryTest>" +
+ "<enc:base64 id='ID1' xsi:type='enc:base64'>SHJlZkVuY29kZWRSZXF1ZXN0</enc:base64>" +
+ "</env:Body>" +
+ "</env:Envelope>";
+
+ MessageFactory factory = MessageFactory.newInstance();
+ SOAPMessage reqMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
+ ((SOAPMessageContext)msgContext).setMessage(reqMessage);
+ }
+ catch (Exception e)
+ {
+ throw new JAXRPCException(e);
+ }
+ }
+
+ return true;
+ }
+
+
+ public boolean handleResponse(MessageContext msgContext)
+ {
+ log.info("handleResponse");
+
+ if (hrefEncoding)
+ {
+ try
+ {
+ String envStr =
+ "<env:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
+ "<env:Body env:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:enc='http://schemas.xmlsoap.org/soap/encoding/'>" +
+ "<ns1:base64BinaryTestResponse xmlns:ns1='http://marshalltestservice.org/wsdl'>" +
+ "<result href='#ID1'/>" +
+ "</ns1:base64BinaryTestResponse>" +
+ "<enc:base64 id='ID1' xsi:type='enc:base64'>SHJlZkVuY29kZWRSZXNwb25zZQ==</enc:base64>" +
+ "</env:Body>" +
+ "</env:Envelope>";
+
+ MessageFactory factory = MessageFactory.newInstance();
+ SOAPMessage resMessage = factory.createMessage(null, new ByteArrayInputStream(envStr.getBytes()));
+ ((SOAPMessageContext)msgContext).setMessage(resMessage);
+ }
+ catch (Exception e)
+ {
+ throw new JAXRPCException(e);
+ }
+ }
+
+ return true;
+ }
+}
Property changes on: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/HrefHandler.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.java (rev 0)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -0,0 +1,14 @@
+// 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.href;
+
+import java.rmi.Remote;
+import java.rmi.RemoteException;
+
+public interface MarshallTest extends Remote
+{
+ public byte[] base64BinaryTest(byte[] byteArray) throws RemoteException;
+}
Property changes on: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTest.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestCase.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestCase.java (rev 0)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestCase.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -0,0 +1,72 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 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.href;
+
+// $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;
+
+/**
+ * Test soap encoded href
+ *
+ * @author Thomas.Diesler(a)jboss.org
+ * @since 23-Mar-2007
+ */
+public class MarshallTestCase extends JBossWSTest
+{
+ private static MarshallTest port;
+
+ public static Test suite()
+ {
+ return JBossWSTestSetup.newTestSetup(MarshallTestCase.class, "jaxrpc-encoded-href.war, jaxrpc-encoded-href-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 testByteArrayTest() throws Exception
+ {
+ byte[] retObj = port.base64BinaryTest("Hello World!".getBytes());
+ assertEquals("Hello World!", new String(retObj));
+ }
+
+ public void testHrefMessage() throws Exception
+ {
+ HrefHandler.setHrefEncoding(true);
+ byte[] retObj = port.base64BinaryTest("HandlerReplacesThis".getBytes());
+ assertEquals("HrefEncodedResponse", new String(retObj));
+ }
+}
Property changes on: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.java (rev 0)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -0,0 +1,26 @@
+// 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.href;
+
+import org.jboss.logging.Logger;
+
+public class MarshallTestImpl implements MarshallTest
+{
+ // Provide logging
+ private static Logger log = Logger.getLogger(MarshallTestImpl.class);
+
+ public byte[] base64BinaryTest(byte[] byteArray)
+ {
+ String message = new String(byteArray);
+ log.info("base64BinaryTest: " + message);
+
+ if (message == null && message.length() == 0)
+ throw new IllegalStateException("Incommig message is null");
+
+ HrefHandler.setHrefEncoding("HrefEncodedRequest".equals(message));
+ return byteArray;
+ }
+}
Property changes on: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/encoded/href/MarshallTestImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Deleted: branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcEncodedTestCase.java
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcEncodedTestCase.java 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/marshall/MarshallRpcEncodedTestCase.java 2007-03-23 12:59:52 UTC (rev 2671)
@@ -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(a)jboss.org
- * @since 15-Feb-2005
- */
-public class MarshallRpcEncodedTestCase extends MarshallTest
-{
- // The static endpoint cache
- private static StandardTypes port;
-
- /** Deploy the test ear */
- public static Test suite() throws Exception
- {
- return JBossWSTestSetup.newTestSetup(MarshallRpcEncodedTestCase.class, "jaxrpc-marshall-rpcenc.war, jaxrpc-marshall-rpcenc-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/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href (from rev 2670, branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest)
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/META-INF/application-client.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/application-client.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -13,8 +13,12 @@
<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>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.href.MarshallTest</service-endpoint-interface>
</port-component-ref>
+ <handler>
+ <handler-name>HrefHandler</handler-name>
+ <handler-class>org.jboss.test.ws.jaxrpc.encoded.href.HrefHandler</handler-class>
+ </handler>
</service-ref>
</application-client>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/META-INF/jboss-client.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/META-INF/jboss-client.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -7,7 +7,7 @@
<service-ref>
<service-ref-name>service/TestService</service-ref-name>
- <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-encoded-marshalltest/MarshallTest?wsdl</wsdl-override>
+ <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-encoded-href/MarshallTest?wsdl</wsdl-override>
</service-ref>
</jboss-client>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/WEB-INF/jaxrpc-mapping.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/jaxrpc-mapping.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -2,321 +2,11 @@
<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>
+ <package-type>org.jboss.test.ws.jaxrpc.encoded.href</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>
+ <service-interface>org.jboss.test.ws.jaxrpc.encoded.href.MarshallTestService</service-interface>
<wsdl-service-name xmlns:serviceNS="http://marshalltestservice.org/wsdl">serviceNS:MarshallTestService</wsdl-service-name>
<port-mapping>
<port-name>MarshallTestPort</port-name>
@@ -324,844 +14,26 @@
</port-mapping>
</service-interface-mapping>
<service-endpoint-interface-mapping>
- <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTest</service-endpoint-interface>
+ <service-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.href.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>
+ <java-method-name>base64BinaryTest</java-method-name>
+ <wsdl-operation>base64BinaryTest</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 xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_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://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_byteArrayTestResponse</wsdl-message>
+ <wsdl-message xmlns:wsdlMsgNS="http://marshalltestservice.org/wsdl">wsdlMsgNS:MarshallTest_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>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
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/web.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/WEB-INF/web.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/web.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -5,12 +5,12 @@
<servlet>
<servlet-name>MarshallTest</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxrpc.encoded.marshalltest.MarshallTestImpl</servlet-class>
+ <servlet-class>org.jboss.test.ws.jaxrpc.encoded.href.MarshallTestImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>MarshallTest</servlet-name>
- <url-pattern>/*</url-pattern>
+ <url-pattern>/MarshallTest</url-pattern>
</servlet-mapping>
</web-app>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/webservices.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/WEB-INF/webservices.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/webservices.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -13,10 +13,14 @@
<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-endpoint-interface>org.jboss.test.ws.jaxrpc.encoded.href.MarshallTest</service-endpoint-interface>
<service-impl-bean>
<servlet-link>MarshallTest</servlet-link>
</service-impl-bean>
+ <handler>
+ <handler-name>HrefHandler</handler-name>
+ <handler-class>org.jboss.test.ws.jaxrpc.encoded.href.HrefHandler</handler-class>
+ </handler>
</port-component>
</webservice-description>
</webservices>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/wsdl/MarshallTestService.wsdl
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/WEB-INF/wsdl/MarshallTestService.wsdl 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/WEB-INF/wsdl/MarshallTestService.wsdl 2007-03-23 12:59:52 UTC (rev 2671)
@@ -3,794 +3,24 @@
<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>
- <element name="MyServiceException" type="tns:MyServiceException"/>
- </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">
+
+ <message name="MarshallTest_base64BinaryTest">
<part name="arrayOfbyte_1" type="xsd:base64Binary"/>
</message>
- <message name="MarshallTest_byteArrayTestResponse">
+ <message name="MarshallTest_base64BinaryTestResponse">
<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" element="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 name="base64BinaryTest" parameterOrder="arrayOfbyte_1">
+ <input message="tns:MarshallTest_base64BinaryTest"/>
+ <output message="tns:MarshallTest_base64BinaryTestResponse"/>
</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">
+ <operation name="base64BinaryTest">
<soap:operation soapAction=""/>
<input>
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://marshalltestservice.org/wsdl"/>
@@ -799,436 +29,12 @@
<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>
Modified: branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/config.xml
===================================================================
--- branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/marshalltest/config.xml 2007-03-23 07:40:11 UTC (rev 2670)
+++ branches/jbossws-1.2.1/jbossws-tests/src/resources/jaxrpc/encoded/href/config.xml 2007-03-23 12:59:52 UTC (rev 2671)
@@ -8,7 +8,7 @@
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">
+ packageName="org.jboss.test.ws.jaxrpc.encoded.href">
</wsdl>
</configuration>
17 years, 9 months
JBossWS SVN: r2670 - branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-03-23 03:40:11 -0400 (Fri, 23 Mar 2007)
New Revision: 2670
Removed:
branches/JEE5_TCK/
Log:
Delete branches/JEE5_TCK
17 years, 9 months