Re: [flexcoders] Flex communication with WCF(.net 3) webservice issue

2008-02-29 Thread Stephen Allison
We got Flex 3 talking to WCF (Windows Communication Foundation for the curious, a .NET 3.5 thing). I don't recall if we saw the same errors as you but to get it to work we had to flatten the WSDL as Flex didn't like the way WCF WSDL involves 'including' lots of little WSDL files together.

RE: [flexcoders] Flex communication with WCF(.net 3) webservice issue

2008-02-29 Thread Tracy Spratt
I have recently been working with Flex and .net 3 web services successfully, but I do not know what "WCF" is. In fact, I am pretty much a newbie with web services and have depended heavily on Visual Studio 8 to get me going, but it just worked for me. So maybe I am not using "WCF". Tracy

RE: [flexcoders] flex communication

2007-05-01 Thread Dimitrios Gianninas
Sent: Tuesday, May 01, 2007 9:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] flex communication That is interesting indeed. Would anyone have any experience with http://www.openamf.com/cms/ or other open source amf java implementations? Thanks, Peter

RE: [flexcoders] flex communication

2007-05-01 Thread Peter
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] flex communication > I was under the impression that in order to use RemoteObject one does need > FDS. Given this (and another) answer and Mikes requirement not having to > rely on FDS, I am confused now. You don't need F

Re: [flexcoders] flex communication

2007-05-01 Thread Muzak
> I was under the impression that in order to use RemoteObject one does need > FDS. Given this (and another) answer and Mikes requirement not having to > rely on FDS, I am confused now. You don't need FDS to use Flex Remoting. You do need something like ColdFusion, AMFPHP or WebOrb. http://www.

RE: [flexcoders] flex communication

2007-05-01 Thread Peter
Behalf Of Dimitrios Gianninas Sent: Monday, April 30, 2007 9:43 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] flex communication Since you are starting off, I suggest you start small. Just build basic apps get them to run inside JBoss/Tomcat. Once that works then use the tag to

RE: [flexcoders] flex communication

2007-04-30 Thread Dimitrios Gianninas
Since you are starting off, I suggest you start small. Just build basic apps get them to run inside JBoss/Tomcat. Once that works then use the tag to communicate with a simple Java class and see if it does what you except, then get more complex from that. Dimitrios Gianninas Developer Optimal

RE: [flexcoders] flex communication

2007-04-30 Thread Tracy Spratt
If you ar a Java guy, then the RPC protocol, RemoteObject, is THE way to go. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vargomike Sent: Monday, April 30, 2007 3:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex