Hi, I'm looking for a sample of how to write message-style services using the following signatures for the services...
public Document method(Document body); public void method(SOAPEnvelope req, SOAPEnvelope resp); I have looked at the examples in the AXIS user guide and have not been able to use them to figure out how to create the type of service I want. Can anyone give me a push in the right direction? Thanks, Steve