Can you post the WSDL for your web service?
 
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: Tuesday, February 22, 2005 10:50 AM
To: [email protected]
Subject: [flexcoders] Re: Axis Webservices


The webservice is running on the same machine under Tomcat. The flex
application runs on Flex-JRun. I want to mention that I was able to
connect to google webservices but without any luck to the webservices
I'm running locally.

The "Vacancy" web services has some required input parameters and
when I igore them I got an eror that the input parameters are
missing.. then after I add them, I'm getting "unable to connect to
endpoint" error message.

Any ideas are welcome,
Thanks.
Valy





--- In [email protected], "Carson Hager" <[EMAIL PROTECTED]>
wrote:
> 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 <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 "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?
>
>
>
>
>
>
>
>
>
>
>   _____ 
>
> Yahoo! Groups Links
>
>
> *      To visit your group on the web, go to:
>       http://groups.yahoo.com/group/flexcoders/
>        
> *      To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>        
> *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .



Reply via email to