[jboss-jira] [JBoss JIRA] (WFLY-4444) Ability to set WSDL URL

Alessio Soldano (JIRA) issues at jboss.org
Thu Mar 26 04:39:19 EDT 2015


    [ https://issues.jboss.org/browse/WFLY-4444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053550#comment-13053550 ] 

Alessio Soldano edited comment on WFLY-4444 at 3/26/15 4:38 AM:
----------------------------------------------------------------

The feature you're trying to use (https://issues.jboss.org/browse/JBWS-3628) is implemented in JBossWS 5.0.0.Beta1 (which is installed on WildFly 9). WildFly 8.2.0.Final comes with JBossWS 4.3.2.Final (that's also why it's not covered in WFLY 8 doc, https://docs.jboss.org/author/display/WFLY8/Advanced+User+Guide)


was (Author: asoldano):
The feature you're trying to use (https://issues.jboss.org/browse/JBWS-3628) is implemented in JBossWS 5.0.0.Beta1. WildFly 8.2.0.Final comes with JBossWS 4.3.2.Final (that's also why it's not covered in WFLY 8 doc, https://docs.jboss.org/author/display/WFLY8/Advanced+User+Guide)

> Ability to set WSDL URL
> -----------------------
>
>                 Key: WFLY-4444
>                 URL: https://issues.jboss.org/browse/WFLY-4444
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web Services
>    Affects Versions: 8.2.0.Final
>            Reporter: John Ament
>            Assignee: Alessio Soldano
>
> There's no way to correctly set a WSDL URL.  The properties are:
> {code}
>             <modify-wsdl-address>true</modify-wsdl-address>
>             <wsdl-host>${public.app.host:localhost}</wsdl-host>
>             <wsdl-port>${public.http.port:80}</wsdl-port>
>             <wsdl-secure-port>${public.https.port:443}</wsdl-secure-port>
> {code}
> We need a way to set the WSDL URL, regardless of the protocol used.  The issue being that our app servers run on HTTP, but the incoming request to the first load balancer is over HTTPS.  The result is that the WSDL generated includes http://public-host:80/ instead of https://public-host:443/



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list