Hello Flexcoders, I want to connect via flex to an Axis Webservice hosted by Tomcat J2EE app server but I'm getting "unable to connect to endpoint <WEB SERVICE NAME>" error.
Here is the webservice declaration: <mx:WebService id="employeeWS" wsdl="http://localhost/app/services/Vacancy?wsdl" showBusyCursor="true" useProxy="false" fault="alert(event.fault.faultstring)"> <mx:operation name="getRate" result="resultService = event.result" > <mx:request> <param1>100</param1> </mx:request> </mx:operation> </mx:WebService> Any thoughts? Thank you very much. Did you guys use flex + axis webservices? Are there any incompatibilities?

