@RemoteServiceRelativePath(value="OrchestraSoapUI")
public interface SoapUIServices
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String |
generateRequest(String wsdlUrl,
String interfaceName,
String operationName) |
List<String> |
getInterfaces(String wsdlUrl) |
List<String> |
getOperations(String wsdlUrl,
String interfaceName) |
String |
sendRequest(String wsdlUrl,
String interfaceName,
String operationName,
String request) |
List<String> getInterfaces(String wsdlUrl) throws ServiceException
ServiceExceptionList<String> getOperations(String wsdlUrl, String interfaceName) throws ServiceException
ServiceExceptionString generateRequest(String wsdlUrl, String interfaceName, String operationName) throws ServiceException
ServiceExceptionString sendRequest(String wsdlUrl, String interfaceName, String operationName, String request) throws ServiceException
ServiceExceptionCopyright © 2012 OW2 Consortium. All Rights Reserved.