JOSIF Main Page | JOSIF Framework | TIP Soap Generator
Table of Contents |
---|
outline | true |
---|
indent | 20px |
---|
style | none |
---|
printable | false |
---|
|
Introduction
The TIP Soap Generator is a sub project of the TIP Framework, which is being developed as part of JOSIF.
The purpose of the TIP Soap Generator is to generate the SOAP-based protocol specific artifacts from the following TIP Tigerstripe projects:
The generated SOAP-based protocol specific artifacts include:
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #fff |
---|
borderStyle | dashed |
---|
title | Mapping rules documentation sections |
---|
borderStyle | dashed |
---|
|
|
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #fff |
---|
borderStyle | dashed |
---|
title | display roles | borderStyle | dashed |
---|
|
Section | Content |
---|
Display Rules | the display rules for the XSD documentation |
|
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #fff |
---|
borderStyle | dashed |
---|
title | display roles |
---|
borderStyle | dashed |
---|
|
Section | Content |
---|
External XSD | the support for external XSDs in SOAP generator |
|
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #fff |
---|
borderStyle | dashed |
---|
title | Plugin Settings table | borderStyle | dashed |
---|
|
Variable | Description | Default Value |
---|
ROOT_PKG | the root package of all TIP model. That is, any packages, any artifacts are enclosed by the root package or its children | org.tmforum.tip | ROOT_XMLNS | The root XML namespace for all TIP specifications | http://www.tmforum.org/xml/tip | COMMON_MODEL_MODEL_ID | the model id of TIP Common Model | tip_common_model | COMMON_MODEL_VER | the version of TIP Common Model | 0.1 | COMMON_MODEL_PKG | the root package of TIP Common Model | org.tmforum.tip.common | INTERNAL_MODEL_MODEL_ID | the model id of TIP Generator Internal Model | tip_generator_internal_model | INTERNAL_MODEL_PKG | the package where EntityIdentifier is defined | org.tmforum.tip.internal.entity | COMMON_ENTITY_ID | the fully qualified name of EntityIdentifier | org.tmforum.tip.internal.entity.EntityIdentifier | COMMON_ENTITY_BASE | the fully qualified name of EntityBase entity | org.tmforum.tip.internal.entity.EntityBase | COMMON_EVENT_BASE | the fully qualified name of NotificationBase | org.tmforum.tip.common.notifications.NotificationBase | COMMON_EXCEPTION_BASE | the fully qualified name of ExceptionBase | org.tmforum.tip.common.exceptions.ExceptionBase | MODEL_SHORT_NAME | the short name of the TIP model. It will be used as first part of the names of the generated XSD and WSDL files | none | DEPENDENCY_MODEL_SHORT_NAME | the short name of the dependency model. Every TIP model project will have at most 1 dependency model besides TIP common model. When we run the generator for the TIP model, some XSD files are possibly generated from the dependency model. The short name will be the first part of the names of the XSD files to indicate they are from dependency model | dep | INJECT_EXCEPTIONS | a boolean to indicate if we inject pre-exceptions to every operation in WSDL | true |
|
...