I've been having a problem with Java Client Calls.



My question is should Call.java:2210 read:


if (operation != null) returnParamQName = operation.getReturnQName();




instead of:


if (operation != null) operation.getReturnQName();




This will stop the next few lines from thinking the returnType isn't set,
when it should be.




Is this a Legit bug?




-Wes



Reply via email to