(remote) deploying web services to AS 8.0
I have a portlet that uses a web service. I can call and consume it fine when viewing it in creator, but as soon as I deploy it, the web service does not work. I know the url is valid (I can view the wsdl from the server), and I do not see any errors thrown in the portal (7) or app server log. These web services of course consumed fine when tested on pluto on the local development machine.
I had to add the sun-web.xml file when deploying a db to this server, is this anything similar for a web service?

