Differences

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

Link to this comparison view

Both sides previous revision Previous revision
2500_config_apps:2000_add_edit_services [2026/08/13 00:55] – ↷ Links adapted because of a move operation localdev2500_config_apps:2000_add_edit_services [2026/08/13 07:33] (current) – Imported by DokuWiki Advanced Plugin aware_support3
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 ====