2) You can write a message style service with below signature.

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

And then you can validate it using xerces within the body.

Yes, this is exactly what I need. But how to run xerces validation on a DOM document? I see methods for validating document while parsing it, but not for validating a previously built DOM document.


Thank you for help.
Marcin

--
-------------------------------------------------------------
                      Marcin Okraszewski
[EMAIL PROTECTED]                                       GG: 341942
[EMAIL PROTECTED]          PGP: www.okrasz.prv.pl/pgp.asc
-------------------------------------------------------------




Reply via email to