Difference between revisions of "First projects"
Line 23: | Line 23: | ||
|} | |} | ||
− | Clicking on the service name (of those | + | Clicking on the service name (of those available) you can see a detailed description of the service {{L_VULCON}} configuration procedure. |
+ | |||
+ | Once a service has been configured and saved you have to export the last configuration. To do that: | ||
+ | # Go to the Project view of {{VULCON}}. Expand the <your project> item and click "conf". | ||
+ | # Refresh (F5) | ||
+ | # Right click the element conf. A list will be expanded. | ||
+ | # Select voice "Vulcon Editor" -> Export in compressed file. A new window will be open | ||
+ | # Select the full path of the {{VULCON}} configuration .zip file. Click Finish | ||
+ | # A new window will be open saying that "Exporting project completed". Click OK. | ||
+ | |||
+ | Now you are able to deploy and test your services with {{L_GVCONSOLE}}. See an example [[Examples_using_the_GV_Console|here]]. |
Revision as of 10:53, 12 February 2012
The installation of GreenVulcano® ESB is provided with the following services.
Example scope | Service name |
---|---|
Creating a synchronous service | TOUPPER |
Creating an asynchronous service with JMS forward | TOUPPER_A |
Using the metadata | TestProperty |
Interacting with FileSystem and validating XML files. Creating support services | ValidateXMLFiles and ValidateSingleXMLFile |
Sending an email with attachments | TestFileAttachment |
Receiving and processing emails. Using support services | ProcessSVCEmails and ProcessSingleSVCEmail |
Sending an email with an Excel file as attachment. Part of the preceding example | SendUserDataAsExcel |
Sending an email with a PDF file as attachment. Part of the preceding example | SendUserDataAsPDF |
Using DataHandler | CCardQuery |
Clicking on the service name (of those available) you can see a detailed description of the service VulCon® configuration procedure.
Once a service has been configured and saved you have to export the last configuration. To do that:
- Go to the Project view of VulCon. Expand the <your project> item and click "conf".
- Refresh (F5)
- Right click the element conf. A list will be expanded.
- Select voice "Vulcon Editor" -> Export in compressed file. A new window will be open
- Select the full path of the VulCon configuration .zip file. Click Finish
- A new window will be open saying that "Exporting project completed". Click OK.
Now you are able to deploy and test your services with GV Console®. See an example here.