Some progress on SOAPClient

This commit is contained in:
Ziver Koc 2013-02-05 17:15:53 +00:00
parent cc4cef5f4e
commit a64464593a
5 changed files with 144 additions and 60 deletions

View file

@ -125,7 +125,7 @@ public class WSMethodDef {
outputs.add( ret_param );
}
}
else{
else if( method.getReturnType() != void.class ){
WSParameterDef ret_param = new WSParameterDef( this );
if(returnName != null)
ret_param.setName(returnName.value());