Hi, I am also trying to execute callback service with latest Tuscany code and have modified simple-callback example with Tuscany sample. I m using @Callback and @OneWay together, @OneWay is use with void type only than what is with other return type values method ? I have just tried to put @OneWay with "String getAddress(String name)" method but it was returning me null value. I have mainly one question,
If my callback service is returning a value(say String) and i want to work it like @OneWay, what should i do? -- Thanks Nishant Joshi
