public class CmdLineSadlSampleClient
extends java.lang.Object
Constructor and Description |
---|
CmdLineSadlSampleClient() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Program will create an axis client with the given context,
will get an instance of the
SadlService
and then invoke its remote methods. |
public static void main(java.lang.String[] args) throws java.lang.Exception
SadlService
and then invoke its remote methods.
Program exits cleanly upon successful completion.args
- url to the SadlServicejava.lang.Exception
- Any communication or configuration error will
throw back a stack trace.