Lines Matching refs:println
134 System.out.println("Invoke operation " + getDescription());
135 System.out.println(request);
141 System.out.println(Utils.formatXML(reply));
161 System.out.println("processResult " + e);
162 System.out.println("getValue " + e.getValue());
163 System.out.println("getType " + (e.getNodeType() == Node.ELEMENT_NODE));
164 System.out.println("getValue is null? " + (e.getValue() == null));
165 System.out.println("result has children? " + e.getChildElements().hasNext());
168 System.out.println("result first child " + child);
192 System.out.println("SOAP Action = " +call.getSOAPActionURI());
193 System.out.println("SOAP Action used = " + call.useSOAPAction());
223 System.out.println("Case 1");
226 if(DEBUG) System.out.println("Case 1a");
233 System.out.println("Case 2 " + param.getType());
248 System.out.println("Case 3");
258 System.out.println("Case 4");
264 System.out.println("Case 5");