Difference between revisions of "Top-down development method"

From GreenVulcano Wiki
Jump to: navigation, search
(Top-down development method)
m
Line 1: Line 1:
 
 
== Top-down development method ==
 
== Top-down development method ==
 
Wizard Top-down development method helps user to create a Web Service, prerequisites WSDL file already exist.  Right click on GVServices-->Services label and select "Wizard Top-Down Web Service...".New WebService Wizard window will be open.In the first Wizard page user selects the WSDL file.The Wizard on the second page proposes the operations that are described in the WSDL file. User selects one or more operations. In the next page user sets the following parameters:
 
Wizard Top-down development method helps user to create a Web Service, prerequisites WSDL file already exist.  Right click on GVServices-->Services label and select "Wizard Top-Down Web Service...".New WebService Wizard window will be open.In the first Wizard page user selects the WSDL file.The Wizard on the second page proposes the operations that are described in the WSDL file. User selects one or more operations. In the next page user sets the following parameters:
Line 10: Line 9:
 
*Service, choose {{GVESB}} service to invoke.
 
*Service, choose {{GVESB}} service to invoke.
 
In the last page User sets the followimg parameters:
 
In the last page User sets the followimg parameters:
*[[DATA PROVIDER]]
+
*[[Data provider]]
 
*input type
 
*input type
 
*input xsd name, is the name of your XSD files defined in the XSD folder
 
*input xsd name, is the name of your XSD files defined in the XSD folder

Revision as of 19:12, 1 February 2012

Top-down development method

Wizard Top-down development method helps user to create a Web Service, prerequisites WSDL file already exist. Right click on GVServices-->Services label and select "Wizard Top-Down Web Service...".New WebService Wizard window will be open.In the first Wizard page user selects the WSDL file.The Wizard on the second page proposes the operations that are described in the WSDL file. User selects one or more operations. In the next page user sets the following parameters:

  • Create Services, if this radio button will be checked the Service parameter are disabled
  • Use existing services, if this radio button will be checked the Service parameter are enabled
  • System
  • Partecipant
  • Channel
  • Operation name, the operation name present in the WSDL file
  • Service, choose GreenVulcano® ESB service to invoke.

In the last page User sets the followimg parameters:

  • Data provider
  • input type
  • input xsd name, is the name of your XSD files defined in the XSD folder
  • output xsd name, is the name of your XSD files defined in the XSD folder
  • choose if Web Service should be forced to HTTPS
  • choose if target namespace to be used is the one in the xsd

Example

Web Service name Operation Description
Credit Card withdrawal This operation............................................................. Example 1
Credit Card Saldo This operation............................................................. Example 2