Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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