Difference between revisions of "WSDL Section"

From GreenVulcano Wiki
Jump to: navigation, search
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
This section summarizes web services configuration and UDDI registry configuration.
+
[[File:GVCONSOLEWSDLSection.jpg|thumb|WSDL Section]]
[[File:wsdl.png|thumb|Wsdl section]]
+
 
From the first label is possible recreate o create for the first time the WSDL starting to the list of Web Service section present in [[Adapters]].
+
This section of GvConsole allows the following operation:
In the second label there is a list of existing WSDL files presents in the folder //GV-HOME/xmlconfig/wsdl or the new WSDL that are created with first label.
+
#create a WSDL file, of a specific service
From this label is also possible delete or deploy the Web Services.
+
#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'''
 +
 
 +
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>.

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.