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 <wsdl:definitions> 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

Reply via email to