Changing RWWEBSERVICE WSDL to secured Port 443
Hello,
i havbe not found documentation how i can chage the rwwebservice?wsdl so that, schemaLocation will show my correct defined protocoll and port:
This is wrong WSDL-entry:
<xsd:schema>
<xsd:import namespace="http://oracle.reports/rwclient/" schemaLocation="http://baldur.robotron.de:80/reports/rwwebservice?xsd=1"/>
</xsd:schema>
Correct must be:
<xsd:schema>
<xsd:import namespace="http://oracle.reports/rwclient/" schemaLocation="https://baldur.robotron.de:443/reports/rwwebservice?xsd=1"/>
</xsd:schema>
Is there a documentation?
Regards,
Axel Zerndt