I originally asked this of Riyad in the Web Dev forum; he suggested I post it over here instead.
I’m trying to build a simple web service but I keep running into a couple of problems. Hopefully, you can help me with them.
1)I can create the Java classes from the wsdl, but I can’t get them to compile. I’ve tried automatic and manual build settings, but nothing happens. I’ve examined the problems tab, but there are no errors or warnings for the project. Where else should I look for errors? Could it be a bad jar or library in the build path? Or a duplicate jar?
2) I tried the Web Services -> Create web service from the context menu, both top down and bottom up. When I do top-down I get this error:
IWAB0514E Unable to get URL for project P/WebServiceProject
which has me completely baffled.
When I do bottom-up I get this error:
IWAB0514E Unable to get URL for project {0}
(I don’t know if the Web Services sub menu is WTP or MyEclipse — I hadn’t paid any attention to it until this problem came up)
I’ve got MyEclipse 4.1.1 installed and Eclipse 3.1.2; I’ve also got WTP, but I can’t remember the version. Everything seems to run fine except for web service projects.
I’m stuck; so any suggestions would be greatly appreciated ( other than “consider a career as a speed bump” 😕 ).
Thanks,
Brian