RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread Rick Bullotta










One piece of advice: Avoid rpc/encoded
web services and use doc/literal whenever possible











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sean McKibben
Sent: Tuesday, August 23, 2005
1:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] OH, For
the love of all that's good, please help!





I ran into this as well. Looking at the SOAP encoded message, it
appeared to me that flex wasn't making clean SOAP (pun definitely intended).









When we switched over to using the CFC's RemoteObject instead of the
WebService, things started working again. Wasn't too hard of a switch, and I'll
take the NetConnectionDebugger over paging through SOAP any day. (still wish
webservice serializing worked better...)











See my Flex serializer vs CF7 deserializer post thread or
the Collections between Flex and Web services thread for some
possible workarounds that didn't work for me...











Sean McKibben

















On Aug 23, 2005, at 10:29 AM, bsd wrote:








I'm passing an array from Flex to a web service located in a CFC.
It returns an error that states:

org.xml.sax.SAXException: No deserializer for array type 















--
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread bsd










Where do I make the change to this
setting?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rick Bullotta
Sent: Thursday, August 25, 2005
8:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] OH, For
the love of all that's good, please help!





One piece of advice: Avoid
rpc/encoded web services and use doc/literal whenever possible











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sean McKibben
Sent: Tuesday, August 23, 2005
1:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] OH, For
the love of all that's good, please help!





I ran into this as well. Looking at the SOAP encoded message, it
appeared to me that flex wasn't making clean SOAP (pun definitely intended).









When we switched over to using the CFC's RemoteObject instead of the
WebService, things started working again. Wasn't too hard of a switch, and I'll
take the NetConnectionDebugger over paging through SOAP any day. (still wish
webservice serializing worked better...)











See my Flex serializer vs CF7 deserializer post thread or
the Collections between Flex and Web services thread for some
possible workarounds that didn't work for me...











Sean McKibben

















On Aug 23, 2005, at 10:29 AM, bsd wrote:






I'm passing an array from Flex to a web service located in a CFC.
It returns an error that states:

org.xml.sax.SAXException: No deserializer for array type 
















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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread Rick Bullotta










It isnt really a setting, it is a design
approach. The comment was more that if you build your own web services,
Id recommend using document/literal.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bsd
Sent: Thursday, August 25, 2005
3:23 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] OH, For
the love of all that's good, please help!





Where do I make the change to this
setting?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rick
 Bullotta
Sent: Thursday, August 25, 2005
8:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] OH, For the
love of all that's good, please help!





One piece of advice: Avoid
rpc/encoded web services and use doc/literal whenever possible











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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] OH, For the love of all that's good, please help!

2005-08-23 Thread bsd










Im still trying to figure this out. Anyone
whos had experience with this issue and found a solution, your help
would be appreciated






I'm passing an array from Flex to a web service
located in a CFC.
It returns an error that states:

org.xml.sax.SAXException: No deserializer
for array type 


I've tried any number of workarounds to no avail,
including:

1. including
the array as part of a structure that is passed to
the cfc (the structure by itself passes fine)

2. sending the
array as a separate argument to the cfc

3. creating a
separate method within the cfc to handle the array

4. trying the
data types array, object, structure, and any to
handle the array











Brad Dardaganian









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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] OH, For the love of all that's good, please help!

2005-08-23 Thread Sean McKibben


I ran into this as well. Looking at the SOAP encoded message, it appeared to me that flex wasn't making clean SOAP (pun definitely intended).When we switched over to using the CFC's RemoteObject instead of the WebService, things started working again. Wasn't too hard of a switch, and I'll take the NetConnectionDebugger over paging through SOAP any day. (still wish webservice serializing worked better...)See my "Flex serializer vs CF7 deserializer" post thread or the "Collections between Flex and Web services" thread for some possible workarounds that didn't work for me...Sean McKibbenOn Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states:  "org.xml.sax.SAXException: No deserializer for array type"   





--
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.