Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tech8
Contributor III
Contributor III

[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.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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

 

 

View solution in original post

2 Replies
Anonymous
Not applicable

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

 

 

Tech8
Contributor III
Contributor III
Author

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.

ESB-Runtime-Options-Services 

 

Thanks for your help.