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":
thank in advance!
burkhard
Comments
Post a Comment