Consuming CFMX Web Services in ASP.NET

2003-06-10 Thread Murat Demirci
My friend has a problem when calling a web service method which returns CFMX query object. When I return a query object from CFC function, .NET cannot get the recordset object. I'm using CFMX U3. Any experiences? ~| Archi

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Murat Demirci
Any response? -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:21 AM To: CF-Talk Subject: Consuming CFMX Web Services in ASP.NET My friend has a problem when calling a web service method which returns CFMX query object. When I return

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Matthew Small
: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 11:57 AM To: CF-Talk Subject: RE: Consuming CFMX Web Services in ASP.NET Any response? -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:21 AM To: CF-Talk Subject: Con

Re: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Michael Tangorre
just a thought... what about wddx? - Original Message - From: "Matthew Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 12:19 PM Subject: RE: Consuming CFMX Web Services in ASP.NET > I don't imag

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Matthew Small
is going to be tedious job. Matthew Small IT Director Showstopper American Dance Championships [EMAIL PROTECTED] 843-357-1847 -Original Message- From: Michael Tangorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:45 PM To: CF-Talk Subject: Re: Consuming CFMX Web Serv

Re: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Frank Mamone
- Original Message - From: "Michael Tangorre" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 12:45 PM Subject: Re: Consuming CFMX Web Services in ASP.NET > just a thought... what about wddx? > > > - Original M

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Matthew Small
howstopper American Dance Championships [EMAIL PROTECTED] 843-357-1847 -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:11 PM To: CF-Talk Subject: Re: Consuming CFMX Web Services in ASP.NET IMO, if ASP.NET cannot consume a Web Service built i

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Dave Watts
> IMO, if ASP.NET cannot consume a Web Service built in > CFMX, it greatly reduces the benefit of writing it in > CFMX. > > I think the touted benefit of Web Services is that they > can be consumed by the most common platforms, no? > > Can anyone confirm that they are incompatible? They aren'

RE: Consuming CFMX Web Services in ASP.NET

2003-06-11 Thread Stacy Young
Try returning an array of structs...should be a lot easier to work with in .NET -Stace -Original Message- From: Murat Demirci [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:21 AM To: CF-Talk Subject: Consuming CFMX Web Services in ASP.NET My friend has a problem when calling

RE: Consuming CFMX Web Services in ASP.NET

2003-06-12 Thread Murat Demirci
My friend solved the problem by writing a script. I don't know what he wrote. Thank you very much for your replies. -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 3:22 AM To: CF-Talk Subject: RE: Consuming CFMX Web Services in ASP.NET

RE: Consuming CFMX Web Services in ASP.NET

2003-06-12 Thread Andre Mohamed
r own CFC to represent "result sets". André -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 01:22 To: CF-Talk Subject: RE: Consuming CFMX Web Services in ASP.NET Try returning an array of structs...should be a lot easier to work with in .NET