Versions Compared

Key

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

...

Parameters, available for the WS adapter (you can also use variables to specify all these parameters). 

  • :url:  Web Service URL;
  • :user: and :password:   Web Service authorization;

    Warning
    The password should be encrypted to provide proper security.


  • :soapaction:  when this parameter is specified, the answer is wrapped in an <envelope> ;
  • :soapheader: – this parameter describes the header of the SOAP message;
  • :cert: – path to certificate file;
  • :certpass: – password for certificate;
  • :key: – if the certificate file does not contain a private key, the path to private key file (the file should be in PEM format);
  • :certtype: - certificate type (valid values: PEM, DER and ENG);

...