| org.objectweb.jonas.examples.clients.webservices.A_WebServices org.objectweb.jonas.examples.clients.webservices.A_WebServicesEndpoint
All known Subclasses: org.objectweb.jonas.examples.clients.webservices.F_WsWarSample, org.objectweb.jonas.examples.clients.webservices.F_WsEarSample,
A_WebServicesEndpoint | abstract public class A_WebServicesEndpoint extends A_WebServices (Code) | | Define a class to test the webServices examples wsWarExample
Test WebServices deployment OK and test Call on deployed WebService
author: Guillaume Sauthier |
checkAxisServicesAccessible | public void checkAxisServicesAccessible(int idServicesLink, String context, String portName) throws Exception(Code) | | Check if Axis is Running
Parameters: idServicesLink - indicate where is the link to /services in the homepage Parameters: portName - the name of the port we want to check throws: Exception - if an error occurs |
checkAxisWSDL | public void checkAxisWSDL(String path) throws Exception(Code) | | Check if WSDL is generated
Parameters: idWSDLServiceLink - indicate where we can find the linkto WSDL of the port we want to test. (first, second, ...) throws: Exception - if an error occurs |
checkDeployedWebService | public void checkDeployedWebService(String formPage, String endpoint, String name, String pageTitle) throws Exception(Code) | | Check if deployed WebService is running
Parameters: formPage - the filename of the webpage containing the form Parameters: endpoint - the URL where local service can be found Parameters: name - the name to set as parameter Parameters: pageTitle - title of the returned page throws: Exception - if an error occurs |
checkWSDLPublication | public void checkWSDLPublication(String wsdlFilename, String tns, String serviceName, String portName, String endpoint) throws Exception(Code) | | Check if WSDL has been published.
Parameters: wsdlFilename - the filename of the WSDL file Parameters: tns - targetNameSpace of the Definition Parameters: serviceName - the localpart of the Service QName Parameters: portName - the name of the WSDL' Port Parameters: endpoint - the expected URL throws: Exception - if an error occurs |
|
|