Thanks Kevin, For some odd reason, this webservice that I am connecting to does not return a WSDL the way you described. It runs off Microsoft CRM software and I was given a PDF with the parameters to pass in and the method to call.
Unfortunately I can't give out the actual link but it looks something like this: http://www.example.com:8888/company/xservice/nameservice.asmx/SomeMethod I am guessing (since that is all the info I have) that http://www.example.com:8888/company/xservice/nameservice.asmx is the actual webservice and SomeMethod is the method within that? When I try to use the web-connector component, it fails and returns these error codes: WebServiceFault >> Client.Disconnected >> Could not load WSDL In the component I added this to the WSDLURI : http://www.example.com:8888/company/xservice/nameservice.asmx?wsdl And this as the operation: SomeMethod 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 Webservice through Flash 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 object) which afaik Flash cannot accept. As long as those proprietary Data Types are not being used, there should be no problem though, generally speaking. Kevin N. Ashwan Wadhwa 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 > > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com http://training.figleaf.com > > > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

