laptop and a wrench

Bug

The SOAP binary response returns an invalid byte array.

Last Published: June 5, 2020 ArcObjects SDK
Bug ID Number BUG-000109143
SubmittedOctober 27, 2017
Last ModifiedJune 5, 2024
Applies toArcObjects SDK
Version found10.5.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusNon-Reproducible

Additional Information

IMessage is not the resulted image, rather it contains image. Here is the correct code sample.if (message.Name == "ExportMapImageResponse"){ IXMLSerializeData requestParams = message.Parameters; int resultIndex = requestParams.Find("Result"); IImageResult Result =(IImageResult)requestParams.GetObject(resultIndex, message.NamespaceURI, "Result"); byte[] imageResponse = Result.MimeData; IsByteArrayValid(imageResponse);}

Steps to Reproduce

Bug ID: BUG-000109143

Software:

  • ArcObjects SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options