Hi,
We are using wsdl url of qlikview management service
in our application. The url is similar to "http://{Fully Qualified Domain}:4799/QMS/Service".
But this wsdl loaded xml internally uses
<wsdl:import namespace="http://ws.qliktech.com/QMS/11/" location="http://machine-name:4799/QMS/Service?wsdl=wsdl0"/>
So we couldnt able to connect the wsdl url outside the network. Is it possible to convert the internal url which uses
machine-name as default host to fully qualified domain host.
Can anyone guide me on the above query.
Thanks