Originally posted by William Brogden:
Exactly what do you need to validate? If Axis does not throw an exception than the SOAP message is valid XML.
Are you working with somebody else's SOAP service or do you have control over the service too?
Bill
All of this web service stuff, and even
Java to some extent, is new to me, so hopefully I can explain it without being confusing.
I'm actually working on validation as it relates to JMS messages in a
test application. The test application allows users to simulate requests coming in from clients without needing them to come in from the out side. The application allows SOAP requests that are manually created to be placed on various queues that simulate coming in from clients. My intent is to allow the user to validate these requests since they are hand-made, but they include the SOAP part and not just the request message. I have a schemas that I'm validating against for a given request type.
Was that clear? I hope so, as I'm still learning so that's kind of the best that I can explain it. If not, let me know and I will try and clarify or find an answer.
Thanks.