Hi there,

Axis 1 supports the following interfaces for me to implement:  

public Element [] method(Element [] bodies);
public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public Document method(Document body);
public void method(SOAPEnvelope req, SOAPEnvelope resp); 

But the only analagous interface I could find for Axis 2 is:

public OMElement doSomething(OMElement element)?
 
If I wanted the entire SOAP envelope and payload, what is the best way
to obtain it?

Also, from what I can see, it's the endpoint that determines the
operation to be called. Is that correct?

I find that when I use the Call.invokeBlocking(opname, payload) method,
the opname parameter is actually ignored - is this correct?
 
Thanks!

Andy


        

        
                
__________________________________________________________ 
Find your next car at http://autos.yahoo.ca

Reply via email to