mercredi 10 février 2016

SOAP API to facilitate web services calls

The main objective of the SOAP API is to facilitate web services calls by accepting a list of generic parameters.

This API can be thus integrated into any project wishing to make webservice calls. Therefore, this SOAP API will be able to accept as parameters:

  • List item
  • URL of the web service
  • Operation Name
  • Security Type
  • A LIST TREE PARAMETERS "INPUT" (those of the operation)
  • And a tag list of "output".

Regarding the "OUTPUT" or the result of the web service call, it will be stored in a map whose keys are the tags of the last input.


So is there any API that meets the needs? Else, which architecture and design pattern are suitable to develop this API in java ?

Aucun commentaire:

Enregistrer un commentaire