1

I want to call to SOAP service which is protected by X509 certificate directly from Angular. Any client needs to authenticate through a valid certificate installed in a local trust store.

Can I do this after installing the certificate (https://www.globalsign.com/en-sg/blog/installing-certificates-onto-android-devices/) ?

pedrofb
  • 37,271
  • 5
  • 94
  • 142
witek1902
  • 197
  • 1
  • 3
  • 12

1 Answers1

1

It's not clear in your question if you need to sign a SOAP message or configure a SSL connection with client authentication. It is not possible in either case.

You will need to call an intermediate server that is responsible for making the soap call

pedrofb
  • 37,271
  • 5
  • 94
  • 142