如何从angular2中使用SOAP获得价值?

时间:2017-09-21 08:47:17

标签: json angular typescript soap ionic3

this.soapService.post(this.Base_Url, 'User', data)
  .then(result => {
    console.log(JSON.stringify(result));
  }).catch(error => {
    alert("Error  :" + error);
  });

我得到了JSON对象的结果,但我无法获得特定的值

对于ex:JSON.stringify(result [0] .user),我的状态为undefined

0 个答案:

没有答案