Difference between revisions of "Wizard Call Web Service"
F.albanese (talk | contribs) (→Example) |
(→Wizard Call Web Service) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Wizard Call Web Service == | == Wizard Call Web Service == | ||
− | + | In order to invoke a [http://en.wikipedia.org/wiki/Web_service Web Service] choose "Wizard Call Web Service". This Wizard gets the WSDL file in input. | |
In the first Wizard page user selects the WSDL, where the operations to invoke are defined. | In the first Wizard page user selects the WSDL, where the operations to invoke are defined. | ||
Line 23: | Line 23: | ||
| Pay | | Pay | ||
| This operation performs a withdrawal on a credit card in two ways. | | This operation performs a withdrawal on a credit card in two ways. | ||
− | | [[ | + | | [[c_card_pay call_ws]] |
|- | |- | ||
| CCardQuery | | CCardQuery | ||
| Query | | Query | ||
| This operation checks credit card balance in two ways. | | This operation checks credit card balance in two ways. | ||
− | | [[ | + | | [[c_card_query call_ws]] |
|} | |} |
Latest revision as of 22:03, 16 February 2012
Wizard Call Web Service
In order to invoke a Web Service choose "Wizard Call Web Service". This Wizard gets the WSDL file in input.
In the first Wizard page user selects the WSDL, where the operations to invoke are defined. In the second Wizard page user chooses services and relative operations to configure as GreenVulcano® ESB services. In the third Wizard page user selects the following parameters:
- System
- Participant
- Channel
- Data provider
- Return type
Example
GV Service Name | Operation | Description | |
---|---|---|---|
CCardPay | Pay | This operation performs a withdrawal on a credit card in two ways. | c_card_pay call_ws |
CCardQuery | Query | This operation checks credit card balance in two ways. | c_card_query call_ws |