Difference between revisions of "First projects"
Line 18: | Line 18: | ||
| Receiving and processing emails. Using support services || ProcessSVCEmails and ProcessSingleSVCEmail | | Receiving and processing emails. Using support services || ProcessSVCEmails and ProcessSingleSVCEmail | ||
|- | |- | ||
− | |||
− | |||
− | |||
− | |||
| Using DataHandler || [[GVExample CCardQuery|CCardQuery]] | | Using DataHandler || [[GVExample CCardQuery|CCardQuery]] | ||
|} | |} |
Revision as of 23:32, 20 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 |
Interacting with a Remote FileSystem via FTP and validating XML files. Creating support services | ValidateRemoteXMLFiles and ValidateRemoteSingleXMLFile |
Sending an email with attachments | TestFileAttachment |
Receiving and processing emails. Using support services | ProcessSVCEmails and ProcessSingleSVCEmail |
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 <your project> item.
- Select voice Export -> "Vulcon Export Tool" -> "Vulcon Project". A new window will be open
- Select the full path of the VulCon configuration .zip file. Click Finish
Now you are able to deploy and test your services with GV Console®. For seeing how through an example click here.