Re: [Flashcoders] Problem while trying to connect to webservice...
The WebServiceConnector component is used for connecting to SOAP- based web services. Make sure you are connecting to a service which is implemented in SOAP, and that you are using the URL to the WSDL version of the service. You can tell if the URL is correct because if you view it in a browser, you'll get a bunch of XML beginning with a node. If all that is true, then whomever developed the service you're consuming has messed up somehow. If you're using a service which is not implemented in SOAP, you can probably just use methods of the standard XML object to access it. -josh On Jul 4, 2006, at 2:04p, MJorge wrote: Hello, I´m getting the following error message while trying to connect and consume a web service: "There are no valid services/ports in the WSDL file" What does this mean? How can i solve it. Thanks. -- Mário Jorge Icq: 164987050 Msn: [EMAIL PROTECTED] Blog: http://www.beedigital.net/blog Working at: http://www.netliz.pt ___ Flashcoders@chattyfig.figleaf.com 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 ___ Flashcoders@chattyfig.figleaf.com 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
RE: [Flashcoders] Problem while trying to connect to webservice...
This is an old thread now, I was out all last week, but I see nobody responded to you. If you're still having this problem, then are you sure the wsdl is SOAP formatted correctly? Also, what happens when you paste the url to the wsdl in your browser - do you see the soap form of the wsdl? This looks like a problem with the webservice, not your Flash code. Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of MJorge >>Sent: Tuesday, July 04, 2006 5:04 PM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Problem while trying to connect to webservice... >> >>Hello, >> >>I´m getting the following error message while trying to connect and consume >>a web service: >> >>"There are no valid services/ports in the WSDL file" >> >>What does this mean? How can i solve it. >> >>Thanks. >> >>-- >> >>Mário Jorge >>Icq: 164987050 >>Msn: [EMAIL PROTECTED] >>Blog: http://www.beedigital.net/blog >> >>Working at: http://www.netliz.pt >>___ >>Flashcoders@chattyfig.figleaf.com >>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 ___ Flashcoders@chattyfig.figleaf.com 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