Author: jaz
Date: Thu Jun 21 22:10:52 2007
New Revision: 549710
URL:
http://svn.apache.org/viewvc?view=rev&rev=549710Log:
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 -->