My application is hitting a web service that is returning the image as
an attachment, but when the flex application receives the response it
says that it is invalid XML. The error reads:

RPC Fault faultString="Error #1085: The element type
"053118D593A126E55F0D77CE1332B758" must be terminated by the matching
end-tag "</053118D593A126E55F0D77CE1332B758>"."
faultCode="DecodingError" faultDetail="null"

I have not been able to yet get the response to display so that I can
actually see what is being returned by the web service (see if it is
invalid or not), but I do know that we have a JSP application that is
able to handle this web service and the attachment that is sent. I have
seen that there are some bugs in the Flex Bug and Issue Management
System around these areas, so I am not sure if I have hit a bug or
something else has occurred.

If anybody has any thoughts on:
a) How I can debug this issue? (For example, getting the response to
show. I have tried using a ResultEvent and then the following
expression: event.message.toString(), which will only show me a result
once a web service without an attachment is called.)
b) Is there a work around that I can do for this error?

Oh I am using Flex 3 beta 2, the eclipse plugin.

Thank you in advance,

Jeremy

Reply via email to