I've scoured the forums and haven't seen any error like this.The error message is : "Error processing message."code snippet:
{
if (!mobileService1.IsValid)
{
MessageBox.Show("Mobile Service is not valid!");
return;
}
if (!mobileService1.IsOpen)
{
MessageBox.Show("Mobile Service is not open!");
return;
}
mobileService1.GetFeatureDataAsync(map1, true, null);
}
stack trace:System.Web.Services.Protocols.SoapException: Error processing message.at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()at ESRI.ArcGIS.Mobile.MobileServices.SoapWebService.ExecuteRequest()at ESRI.ArcGIS.Mobile.MobileServices.MobileServiceConnection.ExecuteRequest()at ESRI.ArcGIS.Mobile.MobileServices.SingleLayerRequest.Execute()at ESRI.ArcGIS.Mobile.MobileServices.GetFeaturesRequest.Execute()at ESRI.ArcGIS.Mobile.MobileServices.GetFeaturesRequest.ExecuteAsync()at WorkItem.doWork()at System.Threading.Timer.ring()If anyone could help me I'd greatly appreciate it.