| Package | Description |
|---|---|
| org.ow2.orchestra.common.gwt.soapui.client | |
| org.ow2.orchestra.common.gwt.soapui.server |
| Modifier and Type | Method and Description |
|---|---|
String |
SoapUIServices.generateRequest(String wsdlUrl,
String interfaceName,
String operationName) |
List<String> |
SoapUIServices.getInterfaces(String wsdlUrl) |
List<String> |
SoapUIServices.getOperations(String wsdlUrl,
String interfaceName) |
String |
SoapUIServices.sendRequest(String wsdlUrl,
String interfaceName,
String operationName,
String request) |
| Modifier and Type | Method and Description |
|---|---|
String |
SoapUIServlet.generateRequest(String wsdlUrl,
String interfaceName,
String operationName)
Generates a request for a given operation.
|
List<String> |
SoapUIServlet.getInterfaces(String wsdlUrl)
Retrieves interfaces described in a Wsdl.
|
com.eviware.soapui.impl.wsdl.WsdlInterface[] |
SoapUIServlet.getInterfaces(String wsdlUrl,
boolean createRequests)
Retrieves interfaces described in a Wsdl.
|
List<String> |
SoapUIServlet.getOperations(String wsdlUrl,
String interfaceName)
Retrieves operations described in a Wsdl, for a given interface.
|
String |
SoapUIServlet.sendRequest(String wsdlUrl,
String interfaceName,
String operationName,
String request)
Sends a request for a given operation.
|
Copyright © 2012 OW2 Consortium. All Rights Reserved.