Hi,
Thanks for getting back to us on this. But actually we have a web server
(proxy) sitting infront of synapse
which listens to https.
This is how it looks like.
Forwards
(http)
Apache(https):8081 --------->Synapse(http):6666
So the client has to do
https://freemantle.org:8081/soap/TestService
but the synapse changes the soap:address in the generated wsdl to
http://freemantle.org:6666/soap/TestService which we don't want.
Appreciate if you could help us how to configure synapse to accomplish this?
thanks
Balaji
balaji hari 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#a12041781
Sent from the Synapse - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]