Hi Dave,
> The issue is that Flex has serious problems with web services that use
> Document/Literal encoding (as yours does) and pass a ComplexType (as
> yours does) as a parameter or return type.
>   
Aha, I didn't know that...
> If you can rewrite the service to use RPC/Encoded style instead it
> will work fine. 
>   
Well, I have been a bit busy and changed to output to the following 
format, only somehow Flash still doesn't like it.
I am currently using Flash 8 instead of Flex, though. Flashcoders has 
been down since this weekend.

<?xml version="1.0" encoding="utf-8"?>
<EmployeesList xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.innerfuse.biz/2005/seventyfive/";>
  <Records>
    <Item>
      <id>1</id>
      <firstName>Weyert</firstName>
      <lastName>de Boer</lastName>
      <address>de Scheifelaar 115</address>

      <postalCode>5463 HV</postalCode>
      <city>VEGHEL</city>
      <country>THE NETHERLANDS</country>
      <GUID>1</GUID>
    </Item>
  </Records>
</EmployeesList>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to