用Delphi调用后台ArcGis的WebServcies在DELPHI 2010下代码没问题,刚装Delphi XE,同样的代码就出问题了。错误如下:
raised exception class ERemotableException with message '<soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soap:client</faultcode><faultstring>Unable to instantiate class for xml schema type: MapExtent</faultstring><detail></detail></soap:Fault>调用方法:
rs := MapServer.ExportMapImage(obj);该方法应该返回前面指定格式的图片。