"davout" wrote: > > It's a RPC Java class. > > If I can't get access to the header info how am I supposed to authenticate > that the service consumer can access this service?
The stock quote sample in Axis is an example of an RPC class with a simple authentication handler based on SOAP headers. http://xml.apache.org/axis/ - Sam Ruby