############################################################################### # Copyright (c) 2005, 2006 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # # Contributors: # IBM Corporation - initial API and implementation ############################################################################### !-- ScenarioType REQUIRED. Differentiates from "client" scenario. See axisclient.properties. ScenarioType=service !-- InitialSelection REQUIRED. Workspace relative URI to the input WSDL or Java InitialSelection=/dynamicWebProjectName/WebContent/myService.wsdl !--Utility property values - use these to list valid values for the following properties: !-- Service.RuntimeId, Service.ServerId ListRuntimes=true ListServers=true !-- Verbose will list informational messages as well as errors if set to true Verbose=true !-- Service.RuntimeId - ID of web service runtime Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT !-- Service.ServerId - ID of target server Service.ServerId=org.eclipse.jst.server.tomcat.50 !-- Service.TypeId - "Top Down EJB" or "Bottom Up EJB" !-- Java Bean is default for both Top Down and Bottom Up !-- Service.TypeId=Top Down EJB !-- ServiceProjectName - !--type:String - name of Service project - this property can be used to give the service project a different name than the project containing the initial selection. type: String !--ServiceProjectName=serviceProjectName !-- ServiceEarProjectName - !--type:String - name of Service project - this property can be used to give the service EAR project a different name than the project containing the initial selection. type: String !--ServiceEarProjectName=serviceEarProjectName !-- Mappings !-- Top down or bottom up scenario. Workspace relative URI to property file containing mappings. !-- Top Down: Mappings are used to override the default package names of the generated Java template classes. !-- The content of the properties file must be of the format namespace=package !-- Bottom Up: Mappings are used to override the default namespace names in the generated WSDL. !-- The content of the properties file must be of the format package = namespace !--Mappings=/testProj/mappings/mappings.txt !-- JavaOutput !-- Top down - String: the workspace relative URI for a Java source folder for the generated Java code - must be existing workspace source folder !--JavaOutput=/projectName/JavaSource !-- Methods !-- Bottom up - space delimited string of method signatures (i.e. method1(parmType1) method2(parmType2)) to be exposed in output WSDL. If no list is provided, all methods are exposed. !-- Methods= !-- Style !-- Bottom up - String: one of: RPC, DOCUMENT, WRAPPED !--Style=DOCUMENT !-- Use !-- Bottom up - String: one of: LITERAL, ENCODED !--Use=LITERAL !--OverwriteFilesEnabled - set to true to overwrite files that already exist. type:boolean !-- note for non-interactive mode it is recommended that this be set to true !--OverwriteFilesEnabled=true !--CreateFoldersEnabled - set to true create folders necessary during file generation type:boolean !-- note for non-interactive mode it is recommended that this be set to true !--CreateFoldersEnabled=true !--CheckoutFilesEnabled - set to true to check out files with no warning to the user type:boolean !-- note for non-interactive mode it is recommended that this be set to true !--CheckoutFilesEnabled=true