Examples using the GV Console

From GreenVulcano Wiki
Revision as of 14:17, 12 February 2012 by Anonymous (talk)
Jump to: navigation, search

This section shows how to deploy and test a new service using the GV Console® using the ValidateXMLFiles and ValidateSingleXMLFile services, presented in the section First_GVESB_Projects.

Deploy new Service

Suppose you have saved the VulCon Configuration file as "$Template:Gv.app.home/TEST/REPG1.zip". To deploy the new Services follow this steps:

  1. Start GreenVulcano® ESB
  2. Access to the GV Console.
  3. In the Deploy New Service section click Sfoglia... (Browse) and select the file where you have saved the VulCon configuration.
  4. `Click Submit.

The section Deploy Services will be open. In this section you can select the services you want to deploy.

  1. Clicking on service ValidateXMLFiles a new view will be open containing the files GVCore.xml present in local and in server.
  2. Click Deploy. Now you can save the document and write some notes about it.
  3. Save the Document. Saving you return to the Deploy Service section.
  4. Repeat operations 1, 2 and 3, now with the service ValidateSingleXMLFile
GV Console Utility section

Now pass to the GV Console section Utility.

  1. Click on Reload configuration
  2. Select GVCore.xml and then Reload. A new windows will be open to confirm the operation
  3. Click OK.
GV Console Testing section

Go to the GV Console section Testing. In this section you can finally test your new services:

  1. Into the Service voice select ValidateXMLFiles
  2. Into the System voice select GVESB
  3. Click RequestReply

As you see, the Test View was expanded and it is also possible to view the Test output where there are present some properties, among those the GVFSM_EXISTING_FILES property setted to 3. But let us see what happened in our File System:

  1. In $Template:Gv.app.home/TEST/TESTFS/TestXML/input there are no files.
  2. In $Template:Gv.app.home/TEST/TESTFS/TestXML/validated files XML1.xml and XML3.xml were moved into.
  3. In $Template:Gv.app.home/TEST/TESTFS/TestXML/discarded file XML2.xml were moved into and a report file named XML2.xml.result was created.