Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:3400_how_to:0900_other_systems [2026/07/06 07:24] – [How To...] aware_admindocs:3400_how_to:0900_other_systems [2026/07/06 07:40] (current) aware_admin
Line 31: Line 31:
  
 <panel type="primary" title="Consume a web service - REST-ful or SOAP"> <panel type="primary" title="Consume a web service - REST-ful or SOAP">
-To do this you need to define an intelligent business object by defining the REST communication channel with the object. This is described in the .+If you want to use an existing web service implemented as REST or SOAP then you need to do the following: 
 +  - Define an intelligent business object representing the web site exposing the web service – see the “[[docs:2500_config_apps:0500_add_edit_objects:0600_intelligent_bo|Defining Intelligent Business Objects]]” section. 
 +  - Define REST or SOAP communication channels for this object as explained in the “[[docs:2500_config_apps:0500_add_edit_objects:0600_intelligent_bo:0100_setup_soap|Setting Properties of SOAP Channel]]” and “[[docs:2500_config_apps:0500_add_edit_objects:0600_intelligent_bo:0100_setup_soap|Setting Properties of SOAP Channel]] sections  
 +  - Define a rule that will request the service of the business object using the ''[[a_f:a:request_service|REQUEST SERVICE]]'' action.
 </panel> </panel>