Re: Validating a document using WSDL?

2005-02-16 Thread Davanum Srinivas
Carsten, Do you want to share it? Please open a JIRA request for enchancement :) thanks, dims On Wed, 16 Feb 2005 14:18:25 +0100, Carsten Ziegeler [EMAIL PROTECTED] wrote: Carsten Ziegeler wrote: I'm searching for an easy way of validating an XML document against a WSDL file. This is in

Re: Validating a document using WSDL?

2005-02-16 Thread Carsten Ziegeler
Davanum Srinivas wrote: Carsten, Do you want to share it? Please open a JIRA request for enchancement :) Hmm, sure, I' not against sharing - but my solution currently runs outside of Axis and alters for example the incomming message in order to append the schema information etc. But I could

Re: Validating a document using WSDL?

2005-02-14 Thread Carsten Ziegeler
Bill Keese wrote: AFAIK Axis doesn't support this but if you write in document/literal or wrapped/literal mode, and separate out your schema definition into a separate XSD file, then you can use Castor to verify schemas. Haven't tried it though. See

Re: Validating a document using WSDL?

2005-02-13 Thread Bill Keese
AFAIK Axis doesn't support this but if you write in document/literal or wrapped/literal mode, and separate out your schema definition into a separate XSD file, then you can use Castor to verify schemas. Haven't tried it though. See

Validating a document using WSDL?

2005-02-11 Thread Carsten Ziegeler
I'm searching for an easy way of validating an XML document against a WSDL file. This is in order to test if the document is a valid request for the service. Does Axis provide some classes/functionalitity I could use? Or is there something else I can do? I read somewhere that Axis currently