You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/08 20:31:06 UTC

svn commit: r702956 - in /geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests: goals.txt wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl

Author: gawor
Date: Wed Oct  8 11:31:06 2008
New Revision: 702956

URL: http://svn.apache.org/viewvc?rev=702956&view=rev
Log:
enable jaxws-wsa-tests

Modified:
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/goals.txt
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/goals.txt
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/goals.txt?rev=702956&r1=702955&r2=702956&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/goals.txt (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/goals.txt Wed Oct  8 11:31:06 2008
@@ -1 +1 @@
-clean
+clean install

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl?rev=702956&r1=702955&r2=702956&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-wsa-tests/wsa-test-war/src/main/webapp/WEB-INF/wsdl/calculator.wsdl Wed Oct  8 11:31:06 2008
@@ -85,21 +85,21 @@
   </wsdl:message>
   <wsdl:portType name="Calculator">
     <wsdl:operation name="add">
-      <wsdl:input message="tns:add" name="add">
+      <wsdl:input message="tns:add">
     </wsdl:input>
-      <wsdl:output message="tns:addResponse" name="addResponse">
+      <wsdl:output message="tns:addResponse">
     </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="getEPR">
-      <wsdl:input message="tns:getEPR" name="getEPR">
+      <wsdl:input message="tns:getEPR" wsaw:Action="http://geronimo.apache.org/calculator/CalculatorPortType/getmyepr">
     </wsdl:input>
-      <wsdl:output message="tns:getEPRResponse" name="getEPRResponse">
+      <wsdl:output message="tns:getEPRResponse">
     </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="multiply">
-      <wsdl:input message="tns:multiply" name="multiply">
+      <wsdl:input message="tns:multiply">
     </wsdl:input>
-      <wsdl:output message="tns:multiplyResponse" name="multiplyResponse">
+      <wsdl:output message="tns:multiplyResponse">
     </wsdl:output>
     </wsdl:operation>
   </wsdl:portType>
@@ -107,28 +107,28 @@
     <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="add">
       <soap:operation soapAction="" style="document"/>
-      <wsdl:input name="add">
+      <wsdl:input>
         <soap:body use="literal"/>
       </wsdl:input>
-      <wsdl:output name="addResponse">
+      <wsdl:output>
         <soap:body use="literal"/>
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="getEPR">
       <soap:operation soapAction="" style="document"/>
-      <wsdl:input name="getEPR">
+      <wsdl:input>
         <soap:body use="literal"/>
       </wsdl:input>
-      <wsdl:output name="getEPRResponse">
+      <wsdl:output>
         <soap:body use="literal"/>
       </wsdl:output>
     </wsdl:operation>
     <wsdl:operation name="multiply">
       <soap:operation soapAction="" style="document"/>
-      <wsdl:input name="multiply">
+      <wsdl:input>
         <soap:body use="literal"/>
       </wsdl:input>
-      <wsdl:output name="multiplyResponse">
+      <wsdl:output>
         <soap:body use="literal"/>
       </wsdl:output>
     </wsdl:operation>