Re: How to use WSDL to validate soap message?

2007-10-23 Thread Dimitris Mouchritsas
Eran Chinthaka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please read a doc on data binding and please 1. do not cross post 2. do not use dev-list to ask non-architectural questions. Chinthaka Wenshuang Sun wrote: Hi, How to use WSDL to validate the soap message in axis2, is th

Re: How to use WSDL to validate soap message?

2007-10-23 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please read a doc on data binding and please 1. do not cross post 2. do not use dev-list to ask non-architectural questions. Chinthaka Wenshuang Sun wrote: > Hi, > > How to use WSDL to validate the soap message in axis2, is the API > about the func

Re: How to use WSDL to validate soap message?

2007-10-21 Thread Wenshuang Sun
Thank you very much. 2007/10/22, Anne Thomas Manes <[EMAIL PROTECTED]>: > Actually, that's not quite accurate. Axis2 does not automatically > validate messages -- at least not from a true schema validation > perspective. If are using a data binding framework, then the data > binding framework will

Re: How to use WSDL to validate soap message?

2007-10-21 Thread Anne Thomas Manes
Actually, that's not quite accurate. Axis2 does not automatically validate messages -- at least not from a true schema validation perspective. If are using a data binding framework, then the data binding framework will generate errors if required elements are missing or the element content doesn't

Re: How to use WSDL to validate soap message?

2007-10-21 Thread Lahiru Sandakith
Its a core feature hence Do in both, but always better to use the latest (1.3) Thanks Lahiru On 10/22/07, Wenshuang Sun <[EMAIL PROTECTED]> wrote: > > Hi, > Thanks. what's the version of axis2 that support what you said? 1.2 or 1.3 > ? > > Best Regards. > > Wenshuang > > 2007/10/22, keith chapman

Re: How to use WSDL to validate soap message?

2007-10-21 Thread Wenshuang Sun
Hi, Thanks. what's the version of axis2 that support what you said? 1.2 or 1.3? Best Regards. Wenshuang 2007/10/22, keith chapman <[EMAIL PROTECTED]>: > > > > On 10/22/07, Wenshuang Sun <[EMAIL PROTECTED]> wrote: > > Hi, > > > > How to use WSDL to validate the soap message in axis2, is the API >

Re: How to use WSDL to validate soap message?

2007-10-21 Thread keith chapman
On 10/22/07, Wenshuang Sun <[EMAIL PROTECTED]> wrote: > > Hi, > > How to use WSDL to validate the soap message in axis2, is the API > about the function provided? Axis2 validates your SOAP message according to the schema defined in your WSDL. This is done by default hence you dont need to do a

How to use WSDL to validate soap message?

2007-10-21 Thread Wenshuang Sun
Hi, How to use WSDL to validate the soap message in axis2, is the API about the function provided? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]