Difference between revisions of "WSDL Section"

From GreenVulcano Wiki
Jump to: navigation, search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:GVConsoleWebServiceWSDL.jpg|thumb|WSDL Section]]
+
[[File:GVCONSOLEWSDLSection.jpg|thumb|WSDL Section]]
  
In this tab there are present the [http://en.wikipedia.org/wiki/Web_Services_Description_Language WSDLs] created and the services from which can be created.
+
This section of GvConsole allows the following operation:
 +
#create a WSDL file, of a specific service
 +
#delete a WSDL file
 +
#deploy a WSDL file.
  
 +
In order to create a WSDL file you must execute the following operations:
 +
*select a specific Web Service or more then one from the available list
 +
*press the button with the label '''Create WSDL'''
  
Particularly, the first section views the Web Services already configured, but it is also possible to create/recreate the [http://en.wikipedia.org/wiki/Web_Services_Description_Language WSDL] for the same Web Service, from the right side of the slush-bucket.
+
In order to delete or deploy a WSDL file you must follow the operations below:
 +
*select a specific Web Service or more then one from the available list, the list shows the file name, the date and the state
 +
*press the button with label '''delete''' to remove all WSDL file selected, or press the button with label '''deploy''' to redeploy all WSDL files selected.
  
 
+
In case of Web Service deploy, a file .aar will be automatically generated and placed in the folder <nowiki>{{gv.app.home}}</nowiki>webservices/services. The file ''services.list'' will be updated with the new .aar name. To check the correct deployment go into [http://axis.apache.org/axis2/java/core/docs/webadminguide.html#Intro  Axis2 console] accessible from the link <nowiki>http://ipaddress:portnumber/gvaxis2</nowiki>.
In the section in button, there are visualized the WSDL created, those related to a {{GVESB}} Web Service -presents in the folder <nowiki>{{gv.app.home}}</nowiki>/xmlconfig/wsdl- with a green tick, and with a flashing triangular icon otherwise.  It is always possible in this section to cancel physically the [http://en.wikipedia.org/wiki/Web_Services_Description_Language WSDL] ("Delete WSDL" button) or deploying into {{GVESB}} ("Deploy button").
 
 
 
 
 
In case of Web Service deploy, a file .aar will be automatically generated and placed in the folder <nowiki>{{gv.app.home}}</nowiki>webservices/services. The file ''services.list'' will be updated with the new .aar name. To check the correct deployment go into [[Axis2 console]] accessible following the link <nowiki>http://ipaddress:portnumber/gvaxis2</nowiki>.
 

Latest revision as of 09:50, 13 December 2012

WSDL Section

This section of GvConsole allows the following operation:

  1. create a WSDL file, of a specific service
  2. delete a WSDL file
  3. deploy a WSDL file.

In order to create a WSDL file you must execute the following operations:

  • select a specific Web Service or more then one from the available list
  • press the button with the label Create WSDL

In order to delete or deploy a WSDL file you must follow the operations below:

  • select a specific Web Service or more then one from the available list, the list shows the file name, the date and the state
  • press the button with label delete to remove all WSDL file selected, or press the button with label deploy to redeploy all WSDL files selected.

In case of Web Service deploy, a file .aar will be automatically generated and placed in the folder {{gv.app.home}}webservices/services. The file services.list will be updated with the new .aar name. To check the correct deployment go into Axis2 console accessible from the link http://ipaddress:portnumber/gvaxis2.