svn commit: r549710 - /ofbiz/trunk/applications/order/servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r549710 - /ofbiz/trunk/applications/order/servicedef/services.xml

jaz-3
Author: jaz
Date: Thu Jun 21 22:10:52 2007
New Revision: 549710

URL: http://svn.apache.org/viewvc?view=rev&rev=549710
Log:
fixed attribute types

Modified:
    ofbiz/trunk/applications/order/servicedef/services.xml

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?view=diff&rev=549710&r1=549709&r2=549710
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Thu Jun 21 22:10:52 2007
@@ -462,8 +462,8 @@
     <service name="getOrderStatus" engine="simple" export="true"
             location="org/ofbiz/order/order/OrderServices.xml" invoke="getOrderStatus" auth="false">
         <description>Gets the order status</description>
-        <attribute name="orderId" mode="IN" optional="false"/>
-        <attribute name="statusId" mode="OUT" optional="false"/>
+        <attribute name="orderId" type="String" mode="IN" optional="false"/>
+        <attribute name="statusId" type="String" mode="OUT" optional="false"/>
     </service>
 
     <!-- Order Delivery Services -->