Difference between revisions of "WSDL Section"

From GreenVulcano Wiki
Jump to: navigation, search
 
(11 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]]
+
 
The parameters in ''General configuration of business web services'' :
+
This section of GvConsole allows the following operation:
*authenticated-http-soap-address, show the URL to build the soap:address, this will be used only for Web Service that are publish with http protocol and the authentication is required
+
#create a WSDL file, of a specific service
*authenticated-https-soap-address, show the URL to build the soap:address, this will be used only for Web Service that are publish with https protocol and the authentication is required
+
#delete a WSDL file
*http-soap-address, show the URL to build the soap:address, this will be used only for Web Service that are publish with http protocol and the authentication isn't required
+
#deploy a WSDL file.
*https-soap-address, show the URL to build the soap:address, this will be used only for Web Service that are publish with https protocol and the authentication isn't required
+
 
*services-directory, the folder where are placed the Web Service publishing
+
In order to create a WSDL file you must execute the following operations:
*wsdl-directory, the folder where are placed the WSDL files
+
*select a specific Web Service or more then one from the available list
The parameters in ''UDDI Registry's configuration'':
+
*press the button with the label '''Create WSDL'''
*Registry name, the name of the registry. The name assigned to a registry when it is first created. You cannot edit the name of a registry after the entry is saved.  
+
 
*Registry publish url, the URL of the Publish API endpoint used for publishing services.  
+
In order to delete or deploy a WSDL file you must follow the operations below:
*Registry inquiry url, the URL of the Inquiry API endpoint used for locating and importing services.  
+
*select a specific Web Service or more then one from the available list, the list shows the file name, the date and the state
*Organization name, the identity of business organization
+
*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.