wsimport
help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"
Take the following over simplified XSD: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <xs:schema targetNamespace=\"com.acme\" xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">[详细]
2023-04-06 16:41 分类:问答wsimport Xauthfile error
I am trying to generate the java help classes that I need for a client (a.k.a consumer) for a SSL-protected web service (on Microsoft Biztalk) that is external to our company network. We can access it[详细]
2023-04-03 22:15 分类:问答wsimport import fails with NCBI/Blast
I\'m trying to generate the files handling the SOAP services documented here: http://www.ncbi.nlm.nih.gov/books/NBK55699/[详细]
2023-04-03 06:39 分类:问答Java EE Web services: Naming conflict
I\'m trying to create Web services proxies with wsimport, but I get an error because of a conflict. \"Two declarations cause a collision in the ObjectFactory class.\"[详细]
2023-04-02 06:33 分类:问答wsimport forgets one proxy class
I use wsimport to generate the proxy classes from the WSDL file. Class A gets generated, but the class B which corresponds to the A\'s parameter for its constructor - not.[详细]
2023-04-02 02:30 分类:问答wsimport problem with Exception in thread "main" java.lang.NullPointerException
I am generating a web service client using wsimport but I get an error like this Exception in thread \"main\" java.lang.NullPointerException[详细]
2023-04-01 04:51 分类:问答wsimport doesnt generate code related to soap headers
I\'m generating client java code from a wsdl using \'wsimport\'. The wsdl has soap:header in the operation definitions like this[详细]
2023-03-31 19:51 分类:问答Can jaxb2-basics be configured to specify an interface for a type variable of a generic object?
I am using jax-ws\'s wsimport to generate java classes from WSDLs. I am using the jaxb2-basics plugin to create toString, equals, hashCode, copy, and merge methods.[详细]
2023-03-30 03:14 分类:问答wsimport issue in ANT task
This appears when the ANT is running. Does anyone know what I can set the path right? I am using Eclipse and it\'s using JDK, also JAVA_HOME is set correctly.[详细]
2023-03-29 09:40 分类:问答ws jaxb custom external mapping
I have to do custom JAXB external mapping file. Already red tutorial about this and can not find any suitable example of JAXB customization. My scenario is that I have two WSDL files main WSDL and se开[详细]
2023-03-28 01:26 分类:问答