]
Brian Fitzpatrick commented on JBIDE-6942:
------------------------------------------
Can't hurt to create the bugzilla and see what they have to say about it.
Prompt for Basic Auth when accessing secured WSDL
-------------------------------------------------
Key: JBIDE-6942
URL:
https://issues.jboss.org/browse/JBIDE-6942
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Juergen Zimmermann
Assignee: Brian Fitzpatrick
Fix For: 3.3.x
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
A SOAP based Web Service can be defined as follows:
@WebService(name = "MyService")
@WebContext(contextRoot = "/myRoot", authMethod = "BASIC",
secureWSDLAccess = true)
@EndpointConfig(configName = "Standard WSSecurity Endpoint")
Now the WSDL cannot be accessed without BASIC authentication.
Therefore, it would be fine, if you could provide a checkbox within the dialog
"Select WSDL", so that username and password could be prompted. Just as the
checkbox below "Request details" in the main window.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: