JAXB External Custom Binding XJC Issue - Parsing results in empty node

后端 未结 2 850
不知归路
不知归路 2020-12-09 21:32

Forgive me if this is a duplicate. Here is my binding.xjb file. But now i am getting the regular error that the complex type target \"AddBankVaultRplyType\" is not found. I

2条回答
  •  难免孤独
    2020-12-09 21:55

    You will need to wrap in a bindings that has the schema location set. It should be something like:

    
        
            
                com.print.poc.AddressTypeHelper
            
        
    
    

    For more information:

    • http://jaxb.java.net/guide/Dealing_with_errors.html

提交回复
热议问题