I am facing an issue while consuming a java web service from .NET. I am able to provide the input to the web serive but not able to get back the result. The result is a custom object which is created in Java with one long, one short and one string variable. But the output I am getting from .NET is that long and short are always defaulted to 0 and string to null string. Any pointers should be appreciated.
In addition when I make the return as just plain int, it is working fine.
Regards, Bijesh