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 245915 - WebLogic web service tester page URL must update for 12.1.2 or later
Summary: WebLogic web service tester page URL must update for 12.1.2 or later
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 12:33 UTC by HirofumiIwasaki
Modified: 2014-07-29 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error Dialog (27.49 KB, image/png)
2014-07-23 12:33 UTC, HirofumiIwasaki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HirofumiIwasaki 2014-07-23 12:33:23 UTC
Created attachment 148237 [details]
Error Dialog

Dear WebLogic plugin members,

Hello, I'm Hirofumi Iwasaki, a hard user and lover of NetBeans for Java EE projects over 15 years.

The web service test client functions are not updated after WLS 12.1.2 released. The version of WLS changed its web service test function URL, and don't work the web service tester page as below.

--------------------------------------------
Unable to open web service tester page:
http://localhost:7001/wls_utc/begin.do?wsdlUrl=http://localhost:7001/(class-name)/(service-name)?wsdl
Make sure the service has been deployed successfully, and the server is running.
--------------------------------------------

Solution:
Change the tester URL as below.

From:
http://localhost:7001/wls_utc/begin.do?wsdlUrl=http://localhost:7001/(class-name)/(service-name)?wsdl

To (for WLS 12.1.2 and later only):
http://localhost:7001/wl_utc/begin.do?wsdlUrl=http://localhost:7001/(class-name)/(service-name)?wsdl

* wlc_utc --> wl_utc

Thanks.
Comment 1 Petr Hejl 2014-07-28 12:51:32 UTC
Fixed in web-main 676c384b438b. For the record the test url actually is http://localhost:7001/ws_utc
Comment 2 Quality Engineering 2014-07-29 02:34:07 UTC
Integrated into 'main-silver', will be available in build *201407290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/676c384b438b
User: Petr Hejl <phejl@netbeans.org>
Log: #245915 - WebLogic web service tester page URL must update for 12.1.2 or later