Hi there,

I'm upgrading from Axis1 to Axis2 now. In Axis1, method:
Integer getMyInt()
will be converted to:
Integer getMyInt();

So I can return null to indicate special situation, such as value not
defined.

But in Axis2, it's been change to:
int getMyInt();

I know if I do not unwrap when do WSDL2Java, I can perform extra check on
weather the value has been assigned or not. But I have to unwrap the code,
otherwise, change of my existing code will be unbearable.

Any idea how I can keep my Integer type?

Thanks!

-- 
Li Ma
[email protected]

Reply via email to