
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[solved] Validate WSDL against XSD
Hi,
I have a webservice and want to validate the WSDL against and xsd using the component tXSDValidator but for some reason im getting always invalid file.
My question is it possible to validate the wsdl against xsd? Im creating manually the xsd and i suppose that this could be one of the problems.
Thanks in advance.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can achieve this goal in Talend ESB product.
Please have a look at Service Registry/Custom schema validation.
TalendHelpCenter:WSDL Schema Validation Policy
TalendHelpCenter:Custom Schema Validation Policy
Best regards
Sabrina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can achieve this goal in Talend ESB product.
Please have a look at Service Registry/Custom schema validation.
TalendHelpCenter:WSDL Schema Validation Policy
TalendHelpCenter:Custom Schema Validation Policy
Best regards
Sabrina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @xdshi,
When i was facing this problem i checked the WSDL Schema validation Policy and this helped me but i ended up using the WSDL as the only "Validation" for my webservice.
I realize that sometimes the WSDL is permissive with patterns and enumerations. I mean that if i hade an enumeration of 2 values A and B, the webservice let me introduce C without failing. Is there some option to make the webservice be restrictive with the input?
I created other thread related to this. Maybe you know how this checkbox works.
Thanks for your help.
