You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Da...@ic3s.de on 2007/04/05 15:45:08 UTC

Problem with Values

I have the problem by Axis2, to differentiate between:
a) Client has called request.setLogin("")
--> sends <login />
b) Client DID NOT call request.setLogin()
--> sends <login xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:nil="true" />

In both cases Axis2 give me null for request.getLogin(). Why i get no 
empty String in case a) ???
Please help me with that problem, i had to differentiate between both 
cases. Without
this Axis2 is senseless for me, or i had to hack Axis2 sourcecode :((

With best regards,

Daniel Kuschow