Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


SOAP to REST proxy


You can of course continue to send all SOAP calls in the future. To do this, you would have to implement a proxy to transform the SOAP calls into REST calls. Please see the next figure for more information:

FigureDescription
Image Added
Image Removed


  1. Direct access via the SOAP interface
  2. A SOAP call is sent which is transformed into a REST call via proxy


...