Commit b25451cc by Patryk Czarnik

Konfiguracja walidacji za pomocą jaxws-config

parent c4fe0997
<jaxws-config xmlns="urn:jboss:jbossws-jaxws-config:4.0">
<endpoint-config>
<config-name>Usluga</config-name>
<property>
<property-name>schema-validation-enabled</property-name>
<property-value>true</property-value>
</property>
</endpoint-config>
</jaxws-config>
\ No newline at end of file
<webservices xmlns="http://www.jboss.com/xml/ns/javaee">
<!-- tutaj wskazujemy, która konfiguracja ma być użyta dla tego serwisu,
a te konfiguracje definiuje się na serwerze narzędziami administatora, albo podaje w dodatkowych plikach
Tutaj podajemy właśnie taki dodatkowy plik: jaxws.xml -->
<config-name>Usluga</config-name>
<config-file>WEB-INF/jaxws.xml</config-file>
</webservices>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment