I'm using Flex 2 hotfix 3. I have a web service that returns XML as a mime attachment using the swa standard. When I try to call the service I get a fault that says:
Error #1085: The element type "7e5c686b-1930-4e5c-076f- [EMAIL PROTECTED]" must be terminated by the matching end- tag "</[EMAIL PROTECTED]>". My raw HTTP response is below. Is this something that can be done? Thanks in advance, Steve Raw response, as captured by Fiddler: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5 Server: Cape Clear Server/7.0.1.9 mime-version: 1.0 Content-Type: Multipart/Related; boundary=CC_MIME_BOUNDARY; type="text/xml"; start="root-part--747610136521303738" Transfer-Encoding: chunked Date: Wed, 26 Sep 2007 21:25:03 GMT 8d --CC_MIME_BOUNDARY content-transfer-encoding: binary content-id: root-part--747610136521303738 Content-Type: text/xml; charset=UTF-8 22b <?xml version="1.0" encoding="utf-8"?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.mydomain.com/sane/xsd/" xmlns:ns0="http://ws- i.org/profiles/basic/1.1/xsd"><env:Body><ns:loadAllApplicationsRespons e><ns:return xsi:type="ns0:swaRef">cid:351d663d-6a63-4765-2a3e- [EMAIL PROTECTED]</ns:return></ns:loadAllApplicationsResponse> </env:Body></env:Envelope> b9 --CC_MIME_BOUNDARY content-transfer-encoding: binary content-id: <[EMAIL PROTECTED]> Content-Length: 4991 Content-Type: text/xml; charset=UTF-8 137f <?xml version="1.0" encoding="UTF-8"?> <my xml file here.../> 18 --CC_MIME_BOUNDARY-- 0

