I am having the same issue; however, in my specific case, a review of Tomcat’s log reveals that the underlying error is a http 405 error on the POST, in other words, when I issue the send() method I receive the error. The WSDL can be viewed fine when called directly, but going though the flashproxy is when the problem happens.  What’s interesting is that the same WSDL and other code works fine on Tomcat 4.1…I have this problem only with Tomcat 5.5.7…I’m still researching my specific issue and will reply back if I get an update…My specific question at this point is whether I have configured the flashproxy servlet correctly (if that’s possible in flex-config)…and/or whether Tomcat’s change to servlet spec 2.4 from 2.3 has somehow introduced this for the flashproxy…again, still researching.

 


From: Carson Hager [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis Webservices

 

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.  Arethe 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 "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?
>
>
>
>
>
>
>
>
>
>
>   _____ 
>
> 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