SOAP - WSDL request angular2/4 framework
问题 Still I am learning angular2. I am trying to learn how to send SOAP request to a web service, with a WSDL. I was searching for some examples and found one. I created a button and wanted to call that soap function to send request to server on a click. The project is successfully built but the function doesn't work. app.component.ts import { Component } from '@angular/core'; import { Http, Response, RequestOptions, Headers} from '@angular/http'; import 'rxjs/add/operator/map'; declare var