若是想使用wsimport生成不帶JAXBElement對象的代理,則能夠使用jaxws/jaxb綁定文件,如文件命名爲binding.txt,內容如html
<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <jaxb:globalBindings generateElementProperty="false"/> </jaxb:bindings>
則使用命令時加上java
-b "binding.txt"
若是使用.net的WCF則能夠參考Customizations for WCF Service WSDL。web