|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.TestSoap
@Copyright public class TestSoap
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 |
|---|
public TestSoap()
| Method Detail |
|---|
public static void main(java.lang.String... args)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||