Select to view content in your preferred language

Error Posting and getting data

519
2
06-27-2011 01:48 PM
AdamManley
New Contributor
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.
0 Kudos
2 Replies
AdamManley
New Contributor
Does anyone have any clue as to how to solve this? I'm beginning to think it's not my code though, but as to what else it could be..
0 Kudos
nagavijayasankaran
Deactivated User
Does anyone have any clue as to how to solve this? I'm beginning to think it's not my code though, but as to what else it could be..


Hello,

Did you find a solution to this error? I am also getting the same error. Any help is greatly appreciated!!

Thanks,
0 Kudos