lula / ngx-soap

Simple SOAP client for Angular
MIT License
66 stars 61 forks source link

Cannot read property 'Add' of undefined #50

Open Arashatami opened 5 years ago

Arashatami commented 5 years ago

(this.client).Add(body).subscribe((res: ISoapMethodResponse) => ......

Shoaib6337 commented 5 years ago

The method "Add" should be the method of your own service.. it was just an example in the documentation