Hmm...I guess you have a Java-first web service with no WSDL? I'm unsure how schema validation can be done then--especially since in the Java-first scenario (at least with JAXB databinding) you're not going to have the XSD validation elements (acceptable ranges and lengths, for example) that you would have with a hardcoded WSDL whose XSDs have those restrictions defined.

Glen

On 07/30/2012 01:32 PM, Alejandro wrote:
Sorry but, I think that you don't understand my issue.

I don't want to use wsdlLocation="WEB-INF/wsdl/myWSDL.xsd", I need to
validate against the schema that I find in
http://localhost:8080/myservices/MyService?wsdl under
<wsdl:types><xs:schema...> or
http://localhost:8080/myservices/MyService?wsdl=myService.wsdl

It's clear?

Regards
Alejandro





--
View this message in context: 
http://cxf.547215.n5.nabble.com/SchemaValidation-tp5711721p5711725.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to