Searched defs:call (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/org/mindswap/wsdl/ | ||
H A D | WSDLOperation.java | 46 private Call call = null;
field in class:WSDLOperation 56 this.call = c; 90 public String getName() { return call.getOperationName().getLocalPart(); } 138 SOAPEnvelope reply = call.invoke(request); 187 String targetNamespace = call.getOperationName().getNamespaceURI(); 188 String opName = call.getOperationName().getLocalPart(); 192 System.out.println("SOAP Action = " +call.getSOAPActionURI()); 193 System.out.println("SOAP Action used = " + call.useSOAPAction()); 207 String nsOp = call.getOperationStyle().equals(Style.RPC) ? "u" : ""; |
/owl-s/lib/axis/ | ||
H A D | saaj.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/lib/jena/ | ||
H A D | concurrent.jar | ... lang.Object { public abstract java.lang.Object call () throws java.lang.Exception } EDU/oswego/cs/dl ... |
Completed in 12 milliseconds