[wildfly-dev] Change WebServices subsystem to use PersistentResourceXMLDescription

Claudio Miranda claudio at claudius.com.br
Mon Dec 8 09:09:40 EST 2014


Hi, to better understand subsystem api, I am changing the WS subsystem
to use the PersistentResourceXMLDescription, more in line with the
other subsystem api.

There are some wsdl settings, they are xml elements.

<subsystem xmlns="urn:jboss:domain:webservices:2.0">
    <modify-wsdl-address>${ws.modify-wsdl-address:true}</modify-wsdl-address>
    <wsdl-host>${jboss.bind.address:localhost}</wsdl-host>
    <wsdl-port>${ws.wsdl-port:9090}</wsdl-port>
    <wsdl-secure-port>${ws.wsdl-secure-port:9443}</wsdl-secure-port>
    <wsdl-uri-scheme>https</wsdl-uri-scheme>
    <wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule>


What do you think of those settings as attributes ?

<subsystem xmlns="urn:jboss:domain:webservices:2.0">
    <wsdl-settings modify-wsdl-address="${ws.modify-wsdl-address:true}"
        wsdl-host="${jboss.bind.address:localhost}"
        wsdl-port="${ws.wsdl-port:9090}"
        wsdl-secure-port="${ws.wsdl-secure-port:9443}"
        wsdl-uri-scheme="https"
        wsdl-path-rewrite-rule="s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g"/>


Later I can submit it for review if is of interest.

Kind regards
-- 
  Claudio Miranda

claudio at claudius.com.br
http://www.claudius.com.br


More information about the wildfly-dev mailing list