Parameter | Description | ||
USERNAME | The user ID of a registered CentraSite user. For example, a user who has the CentraSite Administrator role. | ||
PASSWORD | The password for the registered CentraSite user identified by the parameter -user. | ||
CENTRASITE-URL | Optional. The URL of the CentraSite registry. Default value is http://localhost:53307. | ||
TYPENAME | Required. The namespace or name of the type to be generated. Example: {http://test}TestService. Or, the name of the virtual type to be generated. Example: "Virtual service" .
| ||
INTERFACEPACKAGE | Required. The name of the package in which the interfaces should be generated. For example: com.sag.generated | ||
IMPLPACKAGE | Required. The name of the package in which the implementation should be generated. For example: com.sag.generated.impl | ||
DESTINATION | Required. The location where the generated bean will be stored. |