Trying to develop an Axis 1 based web-service to back the live data grid. Reading the WSDL Binding section of the SmartClient reference guide it is suggested to use SmartClientOperations.wsdl contained as a sample in the SDK as a starting point.
SmartClientOperations.wsdl uses "xsd:any" for the "data" request / response payload.
This is translated by the Axis 1.4 wsdl2java ant-task to a server implementation requiring an array of org.apache.axis.message.MessageElement.
Has anyone taken this route to power a paging ListGrid like the LiveGrid in the SmartGWT showcase? Is the SmartGWT WSDataSource fully equipped to do this? How would you go about populating the MessageElement?
Any help would be greatly appreciated.
SmartClientOperations.wsdl uses "xsd:any" for the "data" request / response payload.
This is translated by the Axis 1.4 wsdl2java ant-task to a server implementation requiring an array of org.apache.axis.message.MessageElement.
Has anyone taken this route to power a paging ListGrid like the LiveGrid in the SmartGWT showcase? Is the SmartGWT WSDataSource fully equipped to do this? How would you go about populating the MessageElement?
Any help would be greatly appreciated.
Comment