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 75234 - cannot deploy ws from wsdl
Summary: cannot deploy ws from wsdl
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks: 75143
  Show dependency tree
 
Reported: 2006-04-19 13:59 UTC by Lukas Jungmann
Modified: 2006-04-20 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
wsdl for test (2.08 KB, text/plain)
2006-04-19 14:44 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-04-19 13:59:57 UTC
-create new ws from attached wsdl
-deploy project

=> Error loading deployment descriptors for module [WebApplication4] -- wsdl
file WEB-INF/wsdl/NewWebServiceFromWSDL/NewWebServiceFromWSDL.wsdl does not
exist for web service MyWebService14

-error is that in generated class there is used incorrect name of original wsdl
in wsdlLocation attributte of WebService annotation - there is
NewWebServiceFromWSDL.wsdl, but there should be MyWebService14.wsdl
Comment 1 Lukas Jungmann 2006-04-19 14:44:55 UTC
Created attachment 29940 [details]
wsdl for test
Comment 2 Radko Najman 2006-04-20 10:00:32 UTC
It has been already fixed by recent changes.
Comment 3 Lukas Jungmann 2006-04-20 13:05:43 UTC
v.