Some progress on SOAPClient
This commit is contained in:
parent
cc4cef5f4e
commit
a64464593a
5 changed files with 144 additions and 60 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue