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?
