Note that there are some explanatory texts on larger screens.

plurals
  1. POSpring-ws error on interceptor
    text
    copied!<p>I have an issued on my spring-ws-servlet.xml</p> <p>when i start the ws i receive this error:</p> <pre><code>cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ws:interceptors'. </code></pre> <p>this is the line with error (spring-ws-servlet.xml):</p> <pre><code>&lt;ws:interceptors&gt;&lt;bean class="com.nin.fi.sw.schema.WSLoggingInterceptor"/&gt;&lt;/ws:interceptors&gt; </code></pre> <p>And this is the header of these file:</p> <pre><code> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" xmlns:ws="http://www.springframework.org/schema/web-services" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/web-services http://www.springframework.org/schema/web-services/web-services-1.5.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd"&gt; </code></pre> <p>Libs: <img src="https://i.stack.imgur.com/MKzsc.jpg" alt="enter image description here"></p> <p>I tried to attach differentes .xsd but withoud any success. I dont know what im doing wrong.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload