osboracle-service-bus

In OSB can you change the proxy service or business service WSDL using a Customisation File?


In OSB can you change the proxy service or business service WSDL using a Customisation File?

if so how?


Solution

  • I think I worked it out myself:

        <cus:externalReferenceMap>
          <xt:oldRef>
            <xt:type>WSDL</xt:type>
            <xt:path>ProjectName/wsdl/MyWsdlNameOld</xt:path>
          </xt:oldRef>
          <xt:newRef>
            <xt:type>WSDL</xt:type>
            <xt:path>ProjectName/wsdl/MyWsdlNameNew</xt:path>
          </xt:newRef>
        </cus:externalReferenceMap>