Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

RPC Fault faultString="Error#1090:

Avatar

Level 2
Hi,



I am getting the following Action script error while
submitting the HttpServe request to the servlet,



RPC Fault faultString="Error#1090: XML parser failure:
element is malformed." faultCode="Client.CouldNotDecode"
faultDetail="null"



If any one knows,please give me the solution.



I am using following code,



<mx:HTTPService id="reportCriteria" url="<%=act%>"
method="GET" useProxy="false">

<mx:request xmlns="">

<version>{version.selectedItem}</version>

<status>{status.selectedItem}</status>

<month>{month.selectedItem}</month>

<act>{act.text}</act>

<scoretype>{scoretype.text}</scoretype>

</mx:request>

</mx:HTTPService>



Regards,

Chandra Reddy
0 Replies