R
Rudolf Ball
Dear NG,
I have a WebService called "CoffeeMachine" and giving the Parameters coffee,
money, eg. "Cappucino", 20. The caller is a mobile device.
Now I evaluate the input within the WebService and I see 20 < 50, so you
gave me not enough money!
My question is: how could I make technically my my mobile device talking to
this WebService, so that a "conversation" begins. Or do I need more than one
WebServices?
I: Cappucino, 20 cent
WebService: Not enough money
I: Cappucino, 50 cent
WebService: Cappucino is off
or something like that.
Thank you very much,
Rudi
I have a WebService called "CoffeeMachine" and giving the Parameters coffee,
money, eg. "Cappucino", 20. The caller is a mobile device.
Now I evaluate the input within the WebService and I see 20 < 50, so you
gave me not enough money!
My question is: how could I make technically my my mobile device talking to
this WebService, so that a "conversation" begins. Or do I need more than one
WebServices?
I: Cappucino, 20 cent
WebService: Not enough money
I: Cappucino, 50 cent
WebService: Cappucino is off
or something like that.
Thank you very much,
Rudi