I tried all of the URL combinations from that and it still doesn’t work.
I am evaluating MyEclipse to see if I can use it for developing Web Services with WebSphere. I am still on the 30-day trial. If I can get this working relatively painlessly, my company will purchase it. So far it looks great, except that nothing seems to work with WebSphere. When I was not having success with WebSphere, I tried it with Tomcat. No problems at all.
The URL to access it on Tomcat for my little sample was: http://localhost:8080/contractInterface/services/SimpleWebService?WSDL
But on WebSphere, it just doesn’t work–regardless of the URL I use. The problem seems to be deeper than just using the wrong URL to get the WSDL. When I run it on WebSphere and check the admin console, the application just isn’t there!
Am I supposed to develop or deploy the application any differently for WebSphere than on Tomcat? I thought the idea was that you could develop one web service and deploy it on any server without special configuration. Is that the way it is supposed to work or am I being naive?