I have a WSDL that contains 3 schemas inside the "types" element. Schemas are not defined in external XSD, but inside the types element.
I want to configure an element inside the circuit number 2 and change its name to avoid conflict.
So in schemaLocation, how can I do this? Despite the question, I have a way to do this:
schemaLocation="../wsdl-files/mywsdl.wsdl#types?schema2"> ... <jxb:bindings node="some xpath
but I'm not the one who found him, but my colleague who no longer works with me. Is there a resource where I can find an explanation, even if I understand it? Link or book? Somewhere where I can find other examples.
My problem is the value of schemaLocation (../wsdl-files/mywsll.wsdl # types? Schema2), not the xpath. I want to know all the possibilities of referencing a schema inside WSDL. I need documentation for this or something else.
Many thanks
wsdl jaxb
DaTroop
source share