Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 245991
Collapse All | Expand All

(-)src/org/eclipse/jst/ws/internal/consumption/ui/widgets/ClientWizardWidget.java (-1 / +2 lines)
Lines 486-491 Link Here
486
      
486
      
487
           setComponentName(wsdlOutputCommand.getComponentName());
487
           setComponentName(wsdlOutputCommand.getComponentName());
488
           setProject(wsdlOutputCommand.getProject());
488
           setProject(wsdlOutputCommand.getProject());
489
           setClientProjectName(wsdlOutputCommand.getProject().getName());
489
           setWebServicesParser(wsdlOutputCommand.getWebServicesParser());
490
           setWebServicesParser(wsdlOutputCommand.getWebServicesParser());
490
           setWebServiceURI(wsdlOutputCommand.getWsdlURI());
491
           setWebServiceURI(wsdlOutputCommand.getWsdlURI());
491
           
492
           
Lines 515-521 Link Here
515
			   serviceImpl_.addModifyListener(objectModifyListener_);
516
			   serviceImpl_.addModifyListener(objectModifyListener_);
516
			   
517
			   
517
			   // call WSDLSelectionOutputCommand to carry out any transformation on the objectSelection
518
			   // call WSDLSelectionOutputCommand to carry out any transformation on the objectSelection
518
	           callObjectTransformation(project_,
519
			   callObjectTransformation(wsdlDialog_.getProject(),
519
	        			wsdlDialog_.getComponentName(), wsdlDialog_.getWebServiceURI());
520
	        			wsdlDialog_.getComponentName(), wsdlDialog_.getWebServiceURI());
520
	           
521
	           
521
		       validationState_ = ValidationUtils.VALIDATE_ALL;
522
		       validationState_ = ValidationUtils.VALIDATE_ALL;

Return to bug 245991