Your envelope editor implements
public interface EnvelopeEditor
{ public void editIncoming(Reader in, Writer out) throws SOAPException;
public void editOutgoing(Reader in, Writer out) throws SOAPException;}
You read the SOAP envelope (the XML) using the Reader. If you want it as a
DOM, just have a
DocumentBuilder read it. If you have more specific questions, please ask
them.
Scott Nichol
----- Original Message -----
From: "Tariq Sultan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 9:43 AM
Subject: Transport Hooks
I am still facing problems in Transport Hooks i.e. i do not find any method
to get the XML of outgoing and incoming SOAP messages using Apache SOAP.
Anybody to help me...
regards,
(Tariq Sultan)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>