* @param wizard
* the <code>WebServiceWizard</code> using this page.
*/
public WebServiceWizardDetailsPage(WebServiceWizard wizard) {
super(EditorIdGenerator.get(WebServiceWizardDetailsPage.class), wizard, lookupSubTitle());
webServiceUrlField = new KongaTextField(30);
defaultUrlButton = new KongaButton();
soapActionField = new KongaTextField(30);
defaultSoapActionButton = new KongaButton();
securityPanel = createSecurityPanel();
restrictionsPanel = createRestrictionsPanel();
layoutComponents();
createMainPanel();