How to consume SOAP with Angular 4? -


i need access web-service different domain in secure way angular 4. web-service (.net c#) angular client under control (i.e. both can modified me).

according (limited) understanding need cors xdomain access browser , https security. found no way realize rest web-service. therefore think need soap.

how should use soap angular 4 webpage? there similar approach available "httpclient" (from '@angular/common/http') rest?

i found 2 approaches, both seem not quite "angular-conform":

  1. integrate jquery

  2. use pure javascript (using xdr)

thank in advance!

burkhard


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -