[
https://issues.redhat.com/browse/WFLY-14414?page=com.atlassian.jira.plugi...
]
Jim Ma updated WFLY-14414:
--------------------------
Description:
Add a test for resolving the expression in wsdl-uri-scheme :
{code:java}
<subsystem xmlns="urn:jboss:domain:webservices:2.0"
statistics-enabled="${ws.statistics-enabled:false}">
<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>${ws.wsdl-uri-scheme:https}</wsdl-uri-scheme>}}
<wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule>{code}
was:
Add a test for resolving the expression in wsdl-uri-scheme :
{code:java}
<subsystem xmlns="urn:jboss:domain:webservices:2.0"
statistics-enabled="${ws.statistics-enabled:false}">
<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>${ws.wsdl-uri-scheme:https}</wsdl-uri-scheme>}}
<wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule>{code}
Add a test for resolving expression in wsdl-uri-scheme attribute
----------------------------------------------------------------
Key: WFLY-14414
URL:
https://issues.redhat.com/browse/WFLY-14414
Project: WildFly
Issue Type: Task
Components: Web Services
Affects Versions: 22.0.0.Final
Reporter: Jim Ma
Assignee: Jim Ma
Priority: Major
Fix For: 23.0.0.Beta1
Add a test for resolving the expression in wsdl-uri-scheme :
{code:java}
<subsystem xmlns="urn:jboss:domain:webservices:2.0"
statistics-enabled="${ws.statistics-enabled:false}">
<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>${ws.wsdl-uri-scheme:https}</wsdl-uri-scheme>}}
<wsdl-path-rewrite-rule>s/jaxws-jbws2150-codefirst/xx\/jaxws-jbws2150-codefirst/g</wsdl-path-rewrite-rule>{code}
--
This message was sent by Atlassian Jira
(v8.13.1#813001)