<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"><<a href="mailto:claudio@claudius.com.br" target="_blank">claudio@claudius.com.br</a>></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>
<subsystem xmlns="urn:jboss:domain:webservices:2.0"><br>
<modify-wsdl-address>${ws.modify-wsdl-address:true}</modify-wsdl-address><br>
<wsdl-host>${jboss.bind.address:localhost}</wsdl-host><br>
<wsdl-port>${ws.wsdl-port:9090}</wsdl-port><br>
<wsdl-secure-port>${ws.wsdl-secure-port:9443}</wsdl-secure-port><br>
<wsdl-uri-scheme>https</wsdl-uri-scheme><br>
<wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule><br>
<br>
<br>
What do you think of those settings as attributes ?<br>
<br>
<subsystem xmlns="urn:jboss:domain:webservices:2.0"><br>
<wsdl-settings modify-wsdl-address="${ws.modify-wsdl-address:true}"<br>
wsdl-host="${jboss.bind.address:localhost}"<br>
wsdl-port="${ws.wsdl-port:9090}"<br>
wsdl-secure-port="${ws.wsdl-secure-port:9443}"<br>
wsdl-uri-scheme="https"<br>
wsdl-path-rewrite-rule="s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g"/><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>