|
Is your webservice returning a String or
an XML document? If it’s returning a string you might want to try your
binding as: {mx.utils.XMLUtil.createXML(contentws.GetXMLDocumentString.result)} Definitely make sure that the return value
is what you expect it to be. Matt From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf
Of prasad hi, i am trying to create a menu dynamically using a xml file
obtained from a web service. my code snippet looks some thing like this. <mx:WebService id="contentws" wsdl="http://chn-atg31/cmsex/contentws.asmx?WSDL"> <mx:Button label="Get Content"
click="contentws.GetXMLDocumentString.send();"/> <mx:MenuBar dataProvider="{xmldata2}"
labelField="Title"></mx:MenuBar>
<Products> </Product> </Category> my menu does not display does not display the menu items but -undefined. the same menu works fine
with a dataprovider whose source is a local xml file. can some one help me with
the exact code
Regards Yahoo! Groups Links
|

