Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.command.env/ant/axisservice.properties')
-rw-r--r--bundles/org.eclipse.wst.command.env/ant/axisservice.properties50
1 files changed, 0 insertions, 50 deletions
diff --git a/bundles/org.eclipse.wst.command.env/ant/axisservice.properties b/bundles/org.eclipse.wst.command.env/ant/axisservice.properties
deleted file mode 100644
index a3c96453b..000000000
--- a/bundles/org.eclipse.wst.command.env/ant/axisservice.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-!-- REQUIRED. Differentiates from "client" scenario. See axisclient.properties.
-scenarioType=service
-
-!-- 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
-
-!-- type:String - ID of web service runtime
-Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
-!--type:String - ID of target server
-Service.ServerId=org.eclipse.jst.server.tomcat.50
-
-!--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
-!--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
-ServiceEarProjectName=serviceEarProjectName
-
-!-- AXIS SERVICE ----
-!-- All scenarios. String: workspace relative URI to property file containing mappings
-!-- Top Down - Mappings that are used to override the default package names of the generated Java template classes.
-!-- file format: file extension must be .properties. For bottom up, the content of the properties file must be of the format package = namespace .
-!-- For top down, the content of the properties file must be of the format namespace=package
-!--<TODO> need to confirm format and escape characters required.
-Mappings=/testProj/mappings/mappings.txt
-
-!-- 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
-
-!-- Bottom up - comma delimited string of method names to be exposed in output WSDL. If no list is provided, all methods are exposed.
-Methods=
-!-- Bottom up - String: one of: RPC, DOCUMENT, WRAPPED
-Style=DOCUMENT
-!-- 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

Back to the top