NB6.5 Web Services: NB is hardcoding path to WSDL, causing errors

View: New views
2 Messages — Rating Filter:   Alert me  

NB6.5 Web Services: NB is hardcoding path to WSDL, causing errors

by KevinE :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


christianoliveira wrote:
> Hello! I'm going crazy with this thing, we are four people developing a project using WSDL and we are not able to compile the solution to a war and make it work under linux, because of the hardcoding. I'm trying the workaround of use the jax-ws-catalog but it doesn't work properly.

>

> Any idea?




I'm having the same issue with 6.7.1 is there not a setting to tell netbeans to reference the wsdl from the project instead of the hard coded path to my hard drive? I played around with the catalog but I'm probably not setting the path correctly. I just started learning webservices and using netbeans. Any help would be appreciated.





NB6.5 Web Services: NB is hardcoding path to WSDL, causing errors

by KevinE :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[quote="KevinE"]
christianoliveira wrote:
> Hello! I'm going crazy with this thing, we are four people developing a project using WSDL and we are not able to compile the solution to a war and make it work under linux, because of the hardcoding. I'm trying the workaround of use the jax-ws-catalog but it doesn't work properly.

>

> Any idea?






I messed around with the catalog setting for an entire day. I moved the wsdl folder to both meta-inf and web-inf, then meta-inf exclusively, then web-inf exclusively. None of the settings seemed to work. I located a jaxws-build.xml file that had a hard coded wsdl location property set. I'm not an ant guy so I'm not sure what the means exactly. I do know that the catalog changes that were suggested do not work. 6.8 beta is available. I'll try that out and post back.