I'm using WS because it is what was created for the project. The next revision will be using remoting.

Serializing the returned data just seems like an extra step that is unnecessary. If I can return a List of User objects and Flex receives it and I can access it as an ArrayCollection, etc then why would I add 2 more steps (serializing and deserializing)?

I'm not saying there isn't a place for it. I just don't see it.

On 9/12/06, Sam Shrefler <[EMAIL PROTECTED] > wrote:

John:
 
I'm a little confused by your reply.  Could you educate me why you are using WS's if you feel you could use remoting?  Also, JSON plugs right into Web Services.  It simply serializes and deserializes the data to allow for easy transfers of data types.
 
Sam


 
On 9/8/06, John C. Bland II <[EMAIL PROTECTED] > wrote:

Nah, I'm not interested in JSON. If we weren't using WSs we'd be using Remoting.

Thanks though.



On 9/7/06, Sam Shrefler < [EMAIL PROTECTED] > wrote:

John:
 
You might want to also check out JSON + .NET + Flex.  I've written a tiny little little tutorial to help get people started at:
 
 
Sam

 
On 9/5/06, John C. Bland II < [EMAIL PROTECTED] > wrote:

FLIPPIN' NAMESPACE!!!!

I set the namespace and I'm rollin'! Now I can finish this app. :-)

Thanks.

On 9/5/06, John C. Bland II < [EMAIL PROTECTED] > wrote:
Which code are you referring to seeing? I can't pass the WS code or url. As for the Flex code, it is based 100% off of the livedocs example but with our url's, etc.

We don't use .NET datasets. We are returning "VO's" (classes) or List<classname>. This is .NET 2.0 so generics are used semi-heavily.

Thanks.

On 9/5/06, Tim Hoff < [EMAIL PROTECTED]> wrote:

Hi John,

Without seeing the code, the first error seems E4X related.  I'm not sure if this will help you with the second error, but natively Flex doesn't accept .Net datasets without receiving this error.  If that's the case, you can solve this by casting the dataset to a class that is returned by the webservice.  Here's an ASP.Net webservice code sample:

http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&ChannelID=1  

-TH



--- In [EMAIL PROTECTED] ups.com, "John C. Bland II" <[EMAIL PROTECTED]> wrote:
>
> Flex seems to have problems hitting .NET web services. Specifically, it has
> problems handling method overloads and, for whatever reason, can't seem to
> work with working .NET WS's. I setup the operation, etc just as examples
> showed to make sure my own knowledge wasn't lacking and it still didn't work
> right.
>
> The errors are as follows (extracted from my Google searches the other day):
> * The Proxy class does not implement getDescendants. It must be overridden
> by a subclass.
> * [WSDLError faultString="Element :SiteProvider_GetBySiteID not resolvable"
> faultCode="WSDL.BadElement" faultDetail="null"]
>
> The second one is odd because I KNOW the method is there AND that it works.
> I can hit the wsdl with another tool and it works perfectly fine.
>
> Any ideas?
>
> --
> John C. Bland II
> Chief Developer
> Katapult Media, Inc. - www.katapultmedia.com
> ---
> Biz Blog - http://blogs.katapultmedia.com/jb2
> Personal Blog - http://blog.blandfamilyonline.com
> http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to
> Wear Them"
> Home of FMUG.az - http://www.gotoands top.org

> Home of AZCFUG - http://www.azcfug.org
>




--
John C. Bland II
Chief Developer
Katapult Media, Inc. - www.katapultmedia.com
---
Biz Blog - http://blogs.katapultmedia.com/jb2
Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them"
Home of FMUG.az - http://www.gotoandstop.org
Home of AZCFUG - http://www.azcfug.org




--
John C. Bland II
Chief Developer
Katapult Media, Inc. - www.katapultmedia.com
---
Biz Blog - http://blogs.katapultmedia.com/jb2
Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them"
Home of FMUG.az - http://www.gotoandstop.org
Home of AZCFUG - http://www.azcfug.org





--
John C. Bland II
Chief Developer
Katapult Media, Inc. - www.katapultmedia.com
---
Biz Blog - http://blogs.katapultmedia.com/jb2
Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them"
Home of FMUG.az - http://www.gotoandstop.org
Home of AZCFUG - http://www.azcfug.org





--
John C. Bland II
Chief Developer
Katapult Media, Inc. - www.katapultmedia.com
---
Biz Blog - http://blogs.katapultmedia.com/jb2
Personal Blog - http://blog.blandfamilyonline.com
http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them"
Home of FMUG.az - http://www.gotoandstop.org
Home of AZCFUG - http://www.azcfug.org __._,_.___

--
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
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to