xsd - How to prevent service on Oracle Service Bus (OSB) from changing xmlns prefix/aliases to random things? -


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?

i got answer oracle community forum and closing this. seems knowledgeable osb said there no known way him turn auto renaming off.

it seems answer "no, cannot turn off automatic renaming of xmlns prefix in osb"


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -