Question
Extending HttpService
Hello,<br /><br />I am trying to extend the class mx.rpc.http.mxml.HTTPService. It works but when I try to use an inner tag for the request, I get a compilation "Could not resolve <test> to a component implementation". It seems that the compiler is trying to find a class matching for the content of the <myns:request> tag when it shouldn't.<br /><br />Exemple:<br /> <myns:HttpService<br /> result="read_result(event)" <br /> fault="main_fault(event)" <br /> showBusyCursor="true" <br /> method="POST" <br /> id="srv_read" <br /> url="{urlSvr}"> <br /> <myns:request><br /> <test>coucou<test><br /> </myns:request><br /> </myns:HttpService><br /><br />I have seen a jira case similar to this in http://bugs.adobe.com/jira/browse/SDK-14688.<br /><br />Is there a solution to this problem ?<br /><br />Thanks<br /><br />toni
