RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Carson Hager



Rob,

Have you tried accessing the web service without using the 
proxy? I'd be curious to see the effect.

From what I know about Tomcat 5.5.7, the major difference 
would be the use of JDK 1.5. I can't imagine why you'd ever get a 405from 
a web service call. Are POST requests turned off? I can't imagine 
why they would be. Have you looked at the generated HTTP headers using 
something like tcptunnel from Apache?


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: Rob [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005 1:31 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Axis 
Webservices


I am having the same 
issue; however, in my specific case, a review of Tomcats log revealsthat 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. 
Whats interesting is that the same WSDL and other code works fine onTomcat 
4.1I have this problem only with Tomcat 5.5.7Im still researching my specific 
issue and will reply back if I get an updateMy specific question at this point 
is whether I have configured the flashproxy servlet correctly (if thats 
possible in flex-config)and/or whether Tomcats change to servlet spec 2.4 from 
2.3 has somehow introduced this for the flashproxyagain, still 
researching.





From: Carson 
Hager [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:15 
PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Re: Axis 
Webservices

Can you post theWSDL 
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 
AMTo: 
flexcoders@yahoogroups.comSubject: [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 flexcoders@yahoogroups.com, "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: 
flexcoders@yahoogroups.com 
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 
param1100/param1 
/mx:request 
/mx:operation 
/mx:WebService 
 Any 
thoughts? Thank you verymuch. 
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/ 
.


RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I agree on the post errorstrange,
especially since its working fine with TC4.1...Ill try bypassing the
proxy to see what happens











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





Rob,



Have you tried accessing the web service
without using the proxy? I'd be curious to see the effect.



From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5. I can't imagine why you'd
ever get a 405 from a web service call. Are POST requests turned
off? I can't imagine why they would be. Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?





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:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcats 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. Whats
interesting is that the same WSDL and other code works fine on Tomcat
4.1I have this problem only with Tomcat 5.5.7Im still
researching my specific issue and will reply back if I get an updateMy
specific question at this point is whether I have configured the flashproxy
servlet correctly (if thats possible in flex-config)and/or
whether Tomcats change to servlet spec 2.4 from 2.3 has somehow
introduced this for the flashproxyagain, 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 flexcoders@yahoogroups.com, 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: flexcoders@yahoogroups.com
 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

param1100/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/
.













RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








Ok, now bypassing proxy, I still get
error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand
do some lower level traces now











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





I agree on the post errorstrange,
especially since its working fine with TC4.1...Ill try bypassing the
proxy to see what happens











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





Rob,



Have you tried accessing the web service
without using the proxy? I'd be curious to see the effect.



From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5. I can't imagine why you'd
ever get a 405 from a web service call. Are POST requests turned
off? I can't imagine why they would be. Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?





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:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcats 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. Whats
interesting is that the same WSDL and other code works fine on Tomcat
4.1I have this problem only with Tomcat 5.5.7Im still researching
my specific issue and will reply back if I get an updateMy specific
question at this point is whether I have configured the flashproxy servlet
correctly (if thats possible in flex-config)and/or whether
Tomcats change to servlet spec 2.4 from 2.3 has somehow introduced this
for the flashproxyagain, 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 flexcoders@yahoogroups.com, 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: flexcoders@yahoogroups.com
 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

param1100/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

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I agree on the post errorstrange,
especially since its working fine with TC4.1...Ill try bypassing the
proxy to see what happens











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





Rob,



Have you tried accessing the web service
without using the proxy? I'd be curious to see the effect.



From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5. I can't imagine why you'd
ever get a 405 from a web service call. Are POST requests turned
off? I can't imagine why they would be. Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?





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:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcats 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. Whats
interesting is that the same WSDL and other code works fine on Tomcat
4.1I have this problem only with Tomcat 5.5.7Im still
researching my specific issue and will reply back if I get an updateMy
specific question at this point is whether I have configured the flashproxy
servlet correctly (if thats possible in flex-config)and/or
whether Tomcats change to servlet spec 2.4 from 2.3 has somehow
introduced this for the flashproxyagain, 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 flexcoders@yahoogroups.com, 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: flexcoders@yahoogroups.com
 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

param1100/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/
.













RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








Ok, now bypassing proxy, I still get
error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand
do some lower level traces now











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





I agree on the post errorstrange,
especially since its working fine with TC4.1...Ill try bypassing the
proxy to see what happens











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





Rob,



Have you tried accessing the web service
without using the proxy? I'd be curious to see the effect.



From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5. I can't imagine why you'd
ever get a 405 from a web service call. Are POST requests turned
off? I can't imagine why they would be. Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?





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:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcats 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. Whats
interesting is that the same WSDL and other code works fine on Tomcat
4.1I have this problem only with Tomcat 5.5.7Im still researching
my specific issue and will reply back if I get an updateMy specific
question at this point is whether I have configured the flashproxy servlet
correctly (if thats possible in flex-config)and/or whether
Tomcats change to servlet spec 2.4 from 2.3 has somehow introduced this
for the flashproxyagain, 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 flexcoders@yahoogroups.com, 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: flexcoders@yahoogroups.com
 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

param1100/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