how to prevent renaming of aliases Namespace in osb?
we have requirement send specific namespace alias client , must use osb. proxy service changes name space aliases of exposed wsdl crafted. cannot find option prevent osb doing so.
for example
for namespace http://schemas.xmlsoap.org/wsdl/, original wsdl start has
<soap:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/"/>
but osb exposes wsdl this
<wl5g3n0:definitions xmlns:wl5g3n0="http://schemas.xmlsoap.org/wsdl/"/>
the original alias "soap" automatically changed "wl5g3n0" osb , causing problem. same type of renaming happening many of referenced xsd files.
how prevent renaming of aliases in osb?