Hi All, I am new to Apache Ofbiz framework , I have downloaded the Ofbiz latest release from http://build.hotwaxmedia.com/. I have configured it with MYSQL 5.1.26-rc-community and have got the demo data loaded. I want to use some of the Webservices of the framework which would provide some meaningful data. eg: I used the getOrderStatus service , passed orderId and got the StatusId as response.
I wanted to expose some of the existing services as WebServices, So I have used the attribute export="true" in the <service> tag in the services.xml files as required. For some services like cancelScheduledJob I get The WSDl properly . But for some of the services (getStatusItems,FindProducts) the WSDLis not generated and I get an exception as: WSDLException: faultCode=OTHER_ERROR: Service cannot be described with WSDL (statusTypeIds / List) WSDLException: faultCode=OTHER_ERROR: Service cannot be described with WSDL (productsId / java.util.List) I wanted to use these services because the entities related to these services (Status_Item,Product ) have more than 50 records.The entity related to the getOrderStatus service (order_header) has only 1 record. Pls help me regarding this issue. Also pls suggest some other services that i can test....... ______________________________________________________________________
