<div dir="ltr">IMO it makes perfect sense as all that attributes are all on on resource.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 8, 2014 at 3:09 PM, Claudio Miranda <span dir="ltr">&lt;<a href="mailto:claudio@claudius.com.br" target="_blank">claudio@claudius.com.br</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, to better understand subsystem api, I am changing the WS subsystem<br>
to use the PersistentResourceXMLDescription, more in line with the<br>
other subsystem api.<br>
<br>
There are some wsdl settings, they are xml elements.<br>
<br>
&lt;subsystem xmlns=&quot;urn:jboss:domain:webservices:2.0&quot;&gt;<br>
    &lt;modify-wsdl-address&gt;${ws.modify-wsdl-address:true}&lt;/modify-wsdl-address&gt;<br>
    &lt;wsdl-host&gt;${jboss.bind.address:localhost}&lt;/wsdl-host&gt;<br>
    &lt;wsdl-port&gt;${ws.wsdl-port:9090}&lt;/wsdl-port&gt;<br>
    &lt;wsdl-secure-port&gt;${ws.wsdl-secure-port:9443}&lt;/wsdl-secure-port&gt;<br>
    &lt;wsdl-uri-scheme&gt;https&lt;/wsdl-uri-scheme&gt;<br>
    &lt;wsdl-path-rewrite-rule&gt;s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g&lt;/wsdl-path-rewrite-rule&gt;<br>
<br>
<br>
What do you think of those settings as attributes ?<br>
<br>
&lt;subsystem xmlns=&quot;urn:jboss:domain:webservices:2.0&quot;&gt;<br>
    &lt;wsdl-settings modify-wsdl-address=&quot;${ws.modify-wsdl-address:true}&quot;<br>
        wsdl-host=&quot;${jboss.bind.address:localhost}&quot;<br>
        wsdl-port=&quot;${ws.wsdl-port:9090}&quot;<br>
        wsdl-secure-port=&quot;${ws.wsdl-secure-port:9443}&quot;<br>
        wsdl-uri-scheme=&quot;https&quot;<br>
        wsdl-path-rewrite-rule=&quot;s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g&quot;/&gt;<br>
<br>
<br>
Later I can submit it for review if is of interest.<br>
<br>
Kind regards<br>
<span class="HOEnZb"><font color="#888888">--<br>
  Claudio Miranda<br>
<br>
<a href="mailto:claudio@claudius.com.br">claudio@claudius.com.br</a><br>
<a href="http://www.claudius.com.br" target="_blank">http://www.claudius.com.br</a><br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</font></span></blockquote></div><br></div>