Question

Can httpcaller be used to call Mutually authenticated soap services?

  • 10 December 2019
  • 1 reply
  • 3 views

I would like to call mutually authenticated services using SSL. Can httpcaller be used? If so, could you please guide me, If not do we have any other alternative for FMEworkbench & FME server?


1 reply

Userlevel 4

It most probably can, but it's going to be a fairly manual job to configure, as there are no SOAP-specific functions in the HTTPCaller.

If you're unsure on how the authentication works, a solution could be to use e.g. Fiddler to monitor the communication by any other software that handles this type of authentication and try to reproduce it in FME with the HTTPCaller (probably in conjunction with the XMLTemplater etc).

Reply