nu.xom.samples
Class FibonacciSOAPClient
java.lang.Object
nu.xom.samples.FibonacciSOAPClient
public class FibonacciSOAPClient
- extends java.lang.Object
Demonstrates communication with a SOAP
server via the creation of an XML document,
transmission of that document over the network,
and reception and parsing of the server's response
document.
- Version:
- 1.0
- Author:
- Elliotte Rusty Harold
Method Summary |
static nu.xom.Document |
buildRequest(java.lang.String index)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultServer
public static final java.lang.String defaultServer
- See Also:
- Constant Field Values
SOAP_ACTION
public static final java.lang.String SOAP_ACTION
- See Also:
- Constant Field Values
FibonacciSOAPClient
public FibonacciSOAPClient()
main
public static void main(java.lang.String[] args)
buildRequest
public static nu.xom.Document buildRequest(java.lang.String index)
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu