Difference between revisions of "WSDL Section"

From GreenVulcano Wiki
Jump to: navigation, search
 
Line 2: Line 2:
  
 
This section of GvConsole allows the following operation:
 
This section of GvConsole allows the following operation:
#create a WSDL files, of a specific services
+
#create a WSDL file, of a specific service
#delete a WSDL files
+
#delete a WSDL file
#deploy a WSDL files.
+
#deploy a WSDL file.
  
In order to create a WSDL files you must execute the following operations:
+
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
 
*select a specific Web Service or more then one from the available list
 
*press the button with the label '''Create WSDL'''
 
*press the button with the label '''Create WSDL'''
  
In order to delete or deploy a WSDL files you must follow the operations below:
+
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
 
*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 files selected, or press the button with label '''deploy''' to redeploy all WSDL files selected.
+
*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 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>.

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.