Hi, I have one service in which i m passing a simple bean and also getting simple bean from it... Now my client is in Eclipse 3.3.. i m generating files from wsdl (using eclipse's web service client generation mechanism) and getting perfect result in Tuscany 1.0.. :)
Now i have checked again same service with 1.2 - RC4...and experienced problem, my passed simple bean giving me null values in service side... :( Both the bean contains simple datatype like String and int only.... I m assuring that code was same for both the version.... my service is look like.. AnotherSimpleBean getAnotherSimpleBean(SimpleBean simpleBean); yeah one more thing if i use SCA client then its work fine... but i can use above scenario only (Eclipse). has anybody faced same problem ? -- Thanks Nishant Joshi