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

880 views Asked by At

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

if so how?

1

There are 1 answers

1
Nahser Bakht On BEST ANSWER

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>