(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?

[520 byte] By [jbjonesjr] at [2007-11-26 8:27:32]
# 1

If you use proxy to access the webservices, make sure that the proxy details are set on the AppServer too.

i.e, In AppServer admin console> JVm Settings> JVM optiions, you should have:

-Dhttp.proxyHost=yourproxy.yourcomany.com

-Dhttp.proxyPort= yourproxyport

-Dhttps.proxyHost=yourproxy.yourcomany.com

-Dhttps.proxyPort= yourproxyport

~Sakthi

sakthivelgopal at 2007-7-6 21:43:23 > top of Java-index,Development Tools,Java Tools...