You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by pe...@apache.org on 2006/11/09 15:22:01 UTC

svn commit: r472909 - /incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl

Author: peterjones
Date: Thu Nov  9 06:22:00 2006
New Revision: 472909

URL: http://svn.apache.org/viewvc?view=rev&rev=472909
Log:
Removed parameterOrder work-around for CXF-161.

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl?view=diff&rev=472909&r1=472908&r2=472909
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtosi_1.1/wsdl/common/FaultService.wsdl Thu Nov  9 06:22:00 2006
@@ -45,13 +45,7 @@
     <wsdl:documentation>
     The MTOSI AlarmRetrievalServer porttype
     </wsdl:documentation>
-    <!--
-    N.B. The parameterOrder attribute has been added here as a work
-    around for CXF-161.  When CXF-161 is resolved, this can be
-    removed.
     <wsdl:operation name="getActiveAlarmsCount">
-    -->
-    <wsdl:operation name="getActiveAlarmsCount" parameterOrder="mtosiHeader">
       <wsdl:documentation>
         This is the getActiveAlarmsCount request/response operation
       </wsdl:documentation>
@@ -59,13 +53,7 @@
       <wsdl:output message="tmf854WS:getActiveAlarmsCountResponse"/>
       <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>
     </wsdl:operation>
-    <!--
-    N.B. The parameterOrder attribute has been added here as a work
-    around for CXF-161.  When CXF-161 is resolved, this can be
-    removed.
     <wsdl:operation name="getActiveAlarms">
-    -->
-    <wsdl:operation name="getActiveAlarms" parameterOrder="mtosiHeader">
       <wsdl:documentation>
         This is the getActiveAlarms request/response operation
       </wsdl:documentation>