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 75231 - Cannot work with websvcs on remote server
Summary: Cannot work with websvcs on remote server
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: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks: 75145
  Show dependency tree
 
Reported: 2006-04-19 13:48 UTC by Lukas Jungmann
Modified: 2006-05-31 16:31 UTC (History)
1 user (show)

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 Lukas Jungmann 2006-04-19 13:48:23 UTC
-register remote glassfish in the IDE
-create new (JAX-WS) websvc in some project
-deploy it
-invoke Test Web Service on ws node

=> browser opens url localhost:8080, but it should open url <urlOfRemoteServer>

-create new project
-create ws client for ws from first project

=> wsdl url in the wizard again contains localhost:8080 instead of
<urlOfRemoteServer>
Comment 1 _ ludo 2006-05-09 17:51:33 UTC
It is a bug in the app code, or a but in the App Server itself?
I'll ask Vijay...Attaching the simple project will speed up analysis.
Comment 2 Lukas Jungmann 2006-05-10 14:48:32 UTC
the bug lies in websvc/core module, in o.n.m.websvc.core.jaxws.nodes.JaxWsNode -
line 233 and o.n.m.websvc.core.webservices.ui.WebServiceNode - line 344; there
you can see that "localhost" is hardcoded there.
Comment 4 Lukas Jungmann 2006-05-31 14:35:32 UTC
v.