Where can I get the full key list in jaxws properties map?
Asked Answered
C

0

7

I have a jaxws:client configuration like below. Would like to know where can I get the full list of key I can pass into the jaxws:properties map?

Example: schema-validation-enabled mtom-enabled set-jaxb-validation-event-handler ....

xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"

<jaxws:client>
 <jaxws:properties>
  <entry key="schema-validation-enabled" value="false"></entry>
  <entry key="mtom-enabled" value="false" />
  <entry key="set-jaxb-validation-event-handler" value="false"></entry>
 </jaxws:properties>
</jaxws:client>
Cordalia answered 15/6, 2017 at 10:3 Comment(1)
ever found an answer?Celindaceline

© 2022 - 2024 — McMap. All rights reserved.