Mask the ip in the wsdl returned by Oracle Service Bus 11g
WSDL returned by OSB 11g displays the ip of the server.
<WL5G3N0:service name="PenaltyReportServiceBindingQSService">
<WL5G3N0:port name="PenaltyReportServiceBindingQSPort" binding="WL5G3N1:PenaltyReportServiceBinding">
<WL5G3N2:address location="https://10.1.xxx.yy:6524/emcdsvc/PenaltyReports"/>
</WL5G3N0:port>
</WL5G3N0:service>
How to mask the ip in the url "https://10.1.xxx.yy:6524/emcdsvc/PenaltyReports"?
Thanks