2013-06-27 5 views

답변

0

이 시도 -

public void myService(@WebParam(name="someParam") String someParam) { 
    //someParam gonna come null :-(
}