Ant properties files for top-down EJB Web services in the IBM WebSphere JAX-RPC runtime environment

The was_jaxrpc_tdejb.properties file is used to pass data to the Ant tasks when creating a top-down EJB Web service for the IBM® WebSphere® JAX-RPC runtime environment. These are the parameter options that are available.

RequiredParameters

InitialSelection
This parameter is the URI of the input WSDL file relative to the workspace. This URI has the form /project/MyWSDL.wsdl.
Scenario.TypeID
Options: Bottom Up EJB
This parameter is the type of the Web service.
ScenarioType
Options: service
This parameter is the type of scenario for the Ant task.

Optional Parameters

CheckoutFilesEnabled
Options: true false
This parameter determines whether the Ant task checks out files from the repository without prompting. The default value is true.
CreateFoldersEnabled
Options: true false
This parameter determines whether the Ant task creates any required folders. The default value is true.
Host
This parameter is the name of the host in the generated WSDL file. The value has the form myhost:9080.
The default value is localhost:9080.
JavaOutput
This parameter is the workspace-relative URI of an existing Java™ source folder for the generated Java code.
ListRuntimes
Options: true false
If the value is true, a list of valid runtime options will be displayed when the Ant task is run.
ListServers
Options: true false
If the value is true, a list of valid server options will be displayed when the Ant task is run.
Mappings
This parameter is the workspace-relative URI of a property file that contains custom mappings from the namespace to the package.
Mappings are used to override the default namespace names in the generated WSDL. Each line of the properties file must have the form namespace = package. The URI should have the form /project/folder/mapping.properties.
OverwriteFilesEnabled
Options: true false
This parameter determines whether the Ant task overwrites an existing file with a new file of the same name. The default value is true.
SecurityConfig
Options: 0 1 2 3
This parameter is the security setting of the Web service. The default value is 0.
Option Description
0 No security
1 Digital signature
2 XML encryption
3 Digital signature and XML encryption
Service.RuntimeId
Options: com.ibm.ast.ws.wasWebServiceRT
This parameter is the ID of the runtime environment of the Web service. This parameter should not be modified.
Service.ServerId
Options:
  • com.ibm.ws.ast.st.v61.server.base
  • com.ibm.ws.ast.st.v6.server.base
  • com.ibm.websphere.v51.server.base
  • com.ibm.websphere.v51.server.express
  • com.ibm.websphere.v51.server.remote.base
  • com.ibm.websphere.v51.server.remote.express
This parameter is the ID of the target server. To set this value automatically, delete or comment out the parameter, and the Ant task will get the correct value from the server settings of the dynamic Web project.
ServiceEarProjectName
This parameter is a custom name for the Web service EAR project. By default, the project takes the name of the WSDL file from which the project is created.
ServiceProjectName
This parameter is a custom name for the Web service project. By default, the project takes the name of the WSDL file from which the project is created.
Style
Options: DOCUMENT RPC WRAPPED
This parameter is the style of the SOAP messages. The default value is DOCUMENT.
Use
Options: LITERAL ENCODED
This parameter is the use of SOAP messages. The default value is LITERAL.
Verbose
Options: true false
If the value is true, informational messages and errors are displayed when the Ant task is run.

Feedback