You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@isis.apache.org by Arturo Ulises CastaƱeda Estrada <ar...@sisorg.com.mx> on 2016/02/15 23:40:42 UTC

About how to consume a ws with angular

Hi, all.


I using isis with angularJS so I have a web service with three variables but does not get hrefs like the video.

https://youtu.be/_-TOvVYWCHc?t=3m28s

ARGUMENTS:

arguments: {
shoppingCart: {
value: null
},
businessLocation: {
value: null
},
quantity: {
value: null
}
}

PARAMS

parameters: {
shoppingCart: {
num: 0,
id: "shoppingCart",
name: "Shopping Cart",
description: ""
},
businessLocation: {
num: 1,
id: "businessLocation",
name: "Business Location",
description: ""
},
quantity: {
num: 2,
id: "quantity",
name: "Quantity",
description: "",
default: 1
}
}

How can i consume this web service?