Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
2500_config_apps:2000_add_edit_services [2026/08/13 00:55] – ↷ Page moved from docs:2500_config_apps:2000_add_edit_services to 2500_config_apps:2000_add_edit_services localdev2500_config_apps:2000_add_edit_services [2026/08/13 07:33] (current) – Imported by DokuWiki Advanced Plugin aware_support3
Line 4: Line 4:
 The following section describes how to work with the editor of services when adding a new service or editing the existing one. Services are described in the [[2000_concepts:0900_prod_feats:0300_comm_with_other_systems|Communication with Other Systems]] section. The following section describes how to work with the editor of services when adding a new service or editing the existing one. Services are described in the [[2000_concepts:0900_prod_feats:0300_comm_with_other_systems|Communication with Other Systems]] section.
  
-The editor of services can be started as described in the [[docs:2500_config_apps:0300_work_config_elements|Working with Configuration Elements]] section. +The editor of services can be started as described in the [[2500_config_apps:0300_work_config_elements|Working with Configuration Elements]] section. 
  
 You can define the following settings of the service in the working area of the editor: You can define the following settings of the service in the working area of the editor:
Line 16: Line 16:
 Choose this option if you want AwareIM to expose the service as a “web service” implementing the SOAP protocol. When the business space containing such service is published AwareIM will automatically create a WSDL file for the service. See below for the names of the endpoints that the WSDL file and service calls will have. These URL's need to be shared with the callers of the services. Choose this option if you want AwareIM to expose the service as a “web service” implementing the SOAP protocol. When the business space containing such service is published AwareIM will automatically create a WSDL file for the service. See below for the names of the endpoints that the WSDL file and service calls will have. These URL's need to be shared with the callers of the services.
  
-<callout type="warning" icon="true" title="warning">If at least one SOAP service is exposed by your application, make sure to set [[.:0200_work_bsv:1000_view_bsv_properties|SOAP Settings]] in the properties of a business space version</callout>+<alert type="warning" icon="fa exclamation-triangle"
 +**warning** 
 + 
 +If at least one SOAP service is exposed by your application, make sure to set [[.:0200_work_bsv:1000_view_bsv_properties|SOAP Settings]] in the properties of a business space version</alert>
  
 ===== Third parties will be able to call REST-ful web services ===== ===== Third parties will be able to call REST-ful web services =====
Line 22: Line 25:
 Tick this checkbox if the service should be exposed as a REST-ful service Tick this checkbox if the service should be exposed as a REST-ful service
  
-<callout type="warning" icon="true" title="warning">Both REST-ful and SOAP services only work in production mode and are available as soon as the business space version is published</callout>+<alert type="warning" icon="fa exclamation-triangle"
 +**warning** 
 + 
 +Both REST-ful and SOAP services only work in production mode and are available as soon as the business space version is published</alert>
  
 ===== Service Will be Protected by OAuth2.0 Protocol ===== ===== Service Will be Protected by OAuth2.0 Protocol =====
Line 50: Line 56:
   - for SOAP Service call: <code>http(s)://YourServer:YourPort/CXF/services/serviceCall/api</code>   - for SOAP Service call: <code>http(s)://YourServer:YourPort/CXF/services/serviceCall/api</code>
  
-<callout type="warning" icon="true" title="warning">Note that for protected services the name of the business space and the name of the service to call are specified in the special HTTP header see [[setting_up_oauth_protection|OAuth Protection]] </callout>+<alert type="warning" icon="fa exclamation-triangle"
 +**warning** 
 + 
 +Note that for protected services the name of the business space and the name of the service to call are specified in the special HTTP header see [[setting_up_oauth_protection|OAuth Protection]] </alert>
  
 ==== Reply Format ==== ==== Reply Format ====
Line 75: Line 84:
 ===== Description ===== ===== Description =====
  
-Specify any text that describes what the services does etc. Providing a description is not mandatory but is highly recommended. Any description if defined is included into the generated documentation for the business space version – see [[docs:2500_config_apps:3100_gen_doc]]. +Specify any text that describes what the services does etc. Providing a description is not mandatory but is highly recommended. Any description if defined is included into the generated documentation for the business space version – see [[2500_config_apps:3100_gen_doc]]. 
  
 ===== Service Log Settings ===== ===== Service Log Settings =====