This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258860 - WSDL file in WEB-INF folder gets deleted when WSDL file in web service references is refreshed
Summary: WSDL file in WEB-INF folder gets deleted when WSDL file in web service refere...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-15 17:36 UTC by pvkrdy
Modified: 2016-04-15 20:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pvkrdy 2016-04-15 17:36:20 UTC
I would like to let you know that when i refresh the WSDL file in web service references, it deletes the WSDL file in WEB-INF\wsdl folder (Instead of replacing it with the new WSDL file, the WSDL file is deleted permanently).

The other scenario, when i try to add new web service client by using WSDL URL, the WSDL file is being saved in web service references but the WSDL file is not copied into WEB-INF\wsdl and the process gets completed without any errors or exceptions.

Your assistance is highly appreciated
Comment 1 pvkrdy 2016-04-15 17:39:12 UTC
Net Beans Version 8.1
Comment 2 pvkrdy 2016-04-15 19:53:56 UTC
jax-ws-catalog.xml maps the original .wsdl file (located in web service references)to the web-inf\wsdl\..

This mapping is not working perfectly at my end. 

Any assistance would be greatly appreciated.
Comment 3 pvkrdy 2016-04-15 20:18:59 UTC
I tried using different WSDL urls.
It's working fine with other urls. The jax-ws-catalog.xml perfectly maps the original file into web-inf/wsdl

I am facing the problem with one WSDL url, where the jax-ws-catalog.xml fails to map the original file.