Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

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