I see you're using localhost.  Are the Axis implementation and Flex implementations on the same machine?
 
Have you opened up localhost for web services in flex-config.xml?
 
 

Carson

____________________________________________

Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY ext. 89
Mobile: 1.703.489.6466

Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf


 


From: valysivec27 [mailto:[EMAIL PROTECTED]
Sent: Monday, February 21, 2005 9:24 PM
To: [email protected]
Subject: [flexcoders] Axis Webservices


Hello Flexcoders,

I want to connect via flex to an Axis Webservice hosted by Tomcat J2EE
app server but I'm getting "unableto 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?








Reply via email to