Applying external JAXB binding file to schema elements imported from WSDL

后端 未结 4 1968
半阙折子戏
半阙折子戏 2020-12-31 05:01

The XPath expression in my external binding files can\'t target the elements in my XML schemas which are imported into my WSDL.

Everything runs if I do inline bindin

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 05:42

    you should use it like:

    
        
            
        
    
    

    Be careful with the namespaces

    It all is explained here: https://jax-ws.java.net/nonav/2.1.2/docs/customizations.html

提交回复
热议问题