nu.xom.samples
Class FibonacciSOAPClient

java.lang.Object
  extended by 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

Field Summary
static java.lang.String defaultServer
           
static java.lang.String SOAP_ACTION
           
 
Constructor Summary
FibonacciSOAPClient()
           
 
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
 

Field Detail

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
Constructor Detail

FibonacciSOAPClient

public FibonacciSOAPClient()
Method Detail

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