Translations - ONYX - 9.0 - Utilisation

mapSoapRunStreamFromPost/6/en

De MappingDoc
Révision datée du 29 octobre 2019 à 10:27 par Rdal (discussion | contributions) (Page créée avec « *Contrary to the mapUploadFile method, mapSoapRunStreamFromPost lets you call a workflow *The content of the file should be passed in the body, without envelope and withou... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
  • Contrary to the mapUploadFile method, mapSoapRunStreamFromPost lets you call a workflow
  • The content of the file should be passed in the body, without envelope and without base64 encoding
  • All <key/value> parameters should be passed in the URL exclusively (no XML envelope)
  • In the workflow:
    • The key/value combinations are used in the workflow as [%xxxx%] variables
    • The file is identified using the [%MAP_FILE_IN%] variable
  • If the "getobject=1" parameter is added to the URL, the body of the response contains the file from the workflow without XML envelope nor base64 encoding.