You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Paul Fremantle (JIRA)" <ji...@apache.org> on 2007/08/08 00:33:59 UTC

[jira] Created: (SYNAPSE-117) Allow for different host AND port to be specified for public reverse proxy or NAT firewall

Allow for different host AND port to be specified for public reverse proxy or NAT firewall
------------------------------------------------------------------------------------------

                 Key: SYNAPSE-117
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-117
             Project: Synapse
          Issue Type: Improvement
            Reporter: Paul Fremantle


At the moment, the NHTTP transport allows users to specify the host name to be used when publishing WSDL. However, in a real NAT situation, often the host and portname are changed. We also need Axis2's transport to support this feature. 

<parameter name="wsdlPort">8081</parameter>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Resolved: (SYNAPSE-117) Allow for different host AND port to be specified for public reverse proxy or NAT firewall

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera resolved SYNAPSE-117.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1
         Assignee: Asankha C. Perera

Fixed

Within the transport lister in the axis2.xml, one could specify a complete prefix that encompasses the scheme, host and port

e.g.

<parameter name="WSDLEPRPrefix">http://host:port</parameter>

This allows one to supply an https based EPR in the WSDL even when the service maybe actually hosted on http with another server providing the SSL decryption etc

> Allow for different host AND port to be specified for public reverse proxy or NAT firewall
> ------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-117
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-117
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Paul Fremantle
>            Assignee: Asankha C. Perera
>             Fix For: 1.0.1
>
>
> At the moment, the NHTTP transport allows users to specify the host name to be used when publishing WSDL. However, in a real NAT situation, often the host and portname are changed. We also need Axis2's transport to support this feature. 
> <parameter name="wsdlPort">8081</parameter>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org