-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR1
-
None
-
-
-
-
-
-
Workaround Exists
-
http://localhost:9990/console/App.html#webservices (Configuration->Subsystems->Web->Web Services)
With JBossWS 5 two new attributes for altering published WSDL (wsdl-uri-scheme and wsdl-path-rewrite-rule) were introduced and should have configuration options in console too.
Also statistics-enabled attribute should be configurable in console, most likely on the same page as other webservices attributes.
Subsystem options in CLI:
/subsystem=webservices:read-resource(attributes-only=true { "outcome" => "success", "result" => { "modify-wsdl-address" => true, "statistics-enabled" => false, "wsdl-host" => expression "${jboss.bind.address:127.0.0.1}", "wsdl-path-rewrite-rule" => undefined, "wsdl-port" => undefined, "wsdl-secure-port" => undefined, "wsdl-uri-scheme" => undefined } }
- is blocked by
-
HAL-658 Missing configuration options in Console for new attributes in webservices subsystem
- Resolved