Balaji
You can do this by adding the following into repository\conf\axis2.xml
<transportReceiver name="http"
class="org.apache.axis2.transport.nhttp.HttpCoreNIOListener">
<parameter name="port" locked="false">8080</parameter>
<parameter name="non-blocking" locked="false">true</parameter>
****<parameter name="hostname">fremantle.org</parameter>****
</transportReceiver>
(Don't add the ****s! They are just there to show you the added line.
You need to add this to the http and https receiver configs. In this
case fremantle.org is my public server, so that is what will be shown
in the WSDL.
Paul
On 8/2/07, balaji hari <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> We are using synapse as xml mediaiton framework. We configured a proxy
> service and specified WSDL URI. But synapse changed the URI in the generated
> WSDL based on machine name.
>
> <wsdl:service name="WpsServiceUT">
> −
> <wsdl:port name="WpsServiceUTSOAP11port_http"
> binding="tns:WpsServiceUTSOAP11Binding">
> <soap:address location="http://callisto:6666/soap/WpsServiceUT"/>
> </wsdl:port>
>
> Is there a way to configure this behavior, as we have a different public
> domain name to access the service, that too through https?
>
> Balaji
>
>
> --
> View this message in context:
> http://www.nabble.com/Synapse-proxy-service-changes-service-address-location-tf4209274.html#a11973972
> Sent from the Synapse - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair
blog: http://pzf.fremantle.org
[EMAIL PROTECTED]
"Oxygenating the Web Service Platform", www.wso2.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]