test
Class TestSoap

java.lang.Object
  extended by test.TestSoap

@Copyright
public class TestSoap
extends java.lang.Object

SOAP client.


Constructor Summary
TestSoap()
           
 
Method Summary
static void main(java.lang.String... args)
          The client program for testing the web service as a SOAP service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSoap

public TestSoap()
Method Detail

main

public static void main(java.lang.String... args)
The client program for testing the web service as a SOAP service.

Parameters:
args - Only the first command-line argument is used. If it is specified, then it is the URL of the component in the container (usually http://localhost:8080/test), and the WSDL is obtained from the container. Otherwise, the default stand-alone URL is used as specified in the TestService.wsdl file (http://localhost:7000/test). In this case, the WSDL is obtained directly from the filesystem because the stand-alone endpoint apparently does not provide access to the WSDL using the wsdl query.