# WSDL validator

From Security Server CLI

```
/usr/share/xroad/wsdlvalidator/bin/wsdlvalidator_wrapper.sh tam6.wsdl
```

```
/usr/share/xroad/wsdlvalidator/bin/wsdlvalidator_wrapper.sh http://10.13.24.14/adapter/tam6.wsdl
```

Security Server uses Apache CXF wsdlvalidator

[https://github.com/nordic-institute/X-Road/blob/develop/src/addons/wsdlvalidator/build.gradle#L22](https://github.com/nordic-institute/X-Road/blob/develop/src/addons/wsdlvalidator/build.gradle#L22)

[https://cxf.apache.org/docs/wsdlvalidator.html](https://cxf.apache.org/docs/wsdlvalidator.html)

[https://github.com/nordic-institute/wsdlvalidator](https://github.com/nordic-institute/wsdlvalidator)