Difference between revisions of "Web service SOAP API Module"

From Tactic Wiki
Line 1: Line 1:
= Introduction =
= Introduction =
Simple Object Access Protocol (SOAP) is considered as a message specification that is used for exchanging information between different systems and applications. SOAP API is designed in a more organised, formalised and structured manner, which increasing the positive outcome.  This module in Tactic helps in marinating a communication between the software and the web services. The users need to enable this module with enabling the web services and their usage provided by Tactic server. The users will then be able to make REST calls of diverse web services that is provided by Tactic.
Simple Object Access Protocol (SOAP) is considered as a message specification that is used for exchanging information between different systems and applications. SOAP API is designed in a more organised, formalised and structured manner, which increasing the positive outcome.  This module in Tactic helps in maintaining a communication between the software and the web services. The users need to enable this module with enabling the web services and their usage provided by Tactic server. The users will then be able to make REST calls of diverse web services that is provided by Tactic.
= Tactic web services server =
= Tactic web services server =
If this module is activated, then Tactic can also become a web server itself. This helps the users in sending their SOAP request to a relatve URL, such as /webservices/server_xxx.php, in which the xxx will be replaced with the module names, such as “thirdparty”, “members”, “productsorservices” and more.  
If this module is activated, then Tactic can also become a web server itself. This helps the users in sending their SOAP request to a relatve URL, such as /webservices/server_xxx.php, in which the xxx will be replaced with the module names, such as “thirdparty”, “members”, “productsorservices” and more.  

Revision as of 07:47, 4 February 2022

Introduction

Simple Object Access Protocol (SOAP) is considered as a message specification that is used for exchanging information between different systems and applications. SOAP API is designed in a more organised, formalised and structured manner, which increasing the positive outcome. This module in Tactic helps in maintaining a communication between the software and the web services. The users need to enable this module with enabling the web services and their usage provided by Tactic server. The users will then be able to make REST calls of diverse web services that is provided by Tactic.

Tactic web services server

If this module is activated, then Tactic can also become a web server itself. This helps the users in sending their SOAP request to a relatve URL, such as /webservices/server_xxx.php, in which the xxx will be replaced with the module names, such as “thirdparty”, “members”, “productsorservices” and more.

Tactic web services client

An example can be found there in the example code that can be used by a PHP client.

List of provided services

There are several and diverse services that are provided by Tactic. The full list of Tactic provided web services can be found in the following link: http://localhost/tactic/htdocs/societe/list.php The demo version of explorer can be tried at: http://localhost/tactic/htdocs/societe/list.php