RE: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-07 Thread Ashwan Wadhwa
od I tried using the nusoap.php through AMFPHP and that returns null as well. Anyone have any ideas? A. -Original Message- From: Kevin Newman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 12:53 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Use Microsoft CRM .NET W

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Chris Hill
I use .NET services on a daily basis with flash. Flash can accept a dataset, but doesn't really know what to do with it so it just returns it to you as basic xml. I've got a DotNetDataBinder class that takes that info and turns it into a native flash object. So even if it was a dataset it shou

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Kevin Newman
I think .NET webservices usually return a WSDL if you ask for it on the query string: http://www.example.com/webservice.asmx?WSDL I have successfully used WebServices from .NET in Flash, but there are some things that .NET devs tend to want to put in their web services (like a .NET DataSet ob

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Johannes Nel
i have used .net WS without a problem On 4/6/06, Ashwan Wadhwa <[EMAIL PROTECTED]> wrote: > > Has anyone tried to connect to a .NET webservice. This URI that I was > provided does return a WSDL file, so the webservice connector component > fails. Is there any other method? > thanks > > > ___