Greetings,
I am creating a flex application that has both an edit widget and a print widget. Each of these tools work well independent of each other. However, when I integrate them into the same application, the print widget fails because of the feature layer that the edit widget is used to edit. the error I get is:
Error executing print task:
[RPC Fault faultString="Unable to complete operation." faultCode="400" faultDetail="Error executing tool.: Layer "Easements": Failed to create layer from service at http://myDomain/ArcGIS/rest/services/SharedMaps/editLayer/FeatureServer/0.
Failed to execute (Export Web Map).
Failed to execute (Export Web Map Task)."]
The feature service that causes the error does not need to be printed. How do I exclude the error inducing feature service from the print widget at runtime?
Thanks, Tyler