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
WCF". Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ravi mishra Sent: Friday, February 29, 2008 5:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex communication with WCF(.net 3) webservice issue Hi All,

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

2008-02-29 Thread ravi mishra
Hi All, I need some help in communicating Flex application with .net 3 (WCF) webservice. Anyone having experience in WCF services communications with Flex please respond. Following are the errors occurred when I tried some combinations: Case 1: Flex 2.0.1 I tried to call a

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
Optimal Payments Inc. 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 communication Hi all... I have lots of questions so I'll firs

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

[flexcoders] flex communication

2007-04-30 Thread vargomike
Hi all... I have lots of questions so I'll first say I appreciate you taking the time to read and potentially responding to them. I'll be posting them separately. === We're creating a brand new application from scratch using Flex as our front end. The back end will consist of JBoss and some relati