|
2. With SOAP, webservice can only be received, not actively sent, and it lacks a message monitoring mechanism.
-------------------------------------------------- ----
The sending is changed to the app to forward the server to the central server, the source can be any piece of code in the app,
The monitoring mechanism can consider that the app provides a webservice interface, and the timing of sending is determined by the central forwarding server, so that there is no app monitoring problem. The central forwarding server provides services such as transaction submission and persistence, that is, all apps call the server The webservice sends data, and the server app calls the app’s webservice accept function to forward the message. |
|