I have a FLEX3 application - I have created a release for it and saved it in my tomcat webapps folder. This Flex3 application consumes the Web-Services hosted on the same tomcat [axis web services]. This is how I have defined them in Flex code:
<mx:WebService
id="abc"
wsdl="http://localhost:8080/axis2/services/ABC?wsdl" ></mx:WebService>
When I try to access the application from the browser using localhost, I am able to. When I try to access the application from the browser on the same machine using the IPAddress, only the main page is opened and none of the web-services is called.