I am trying to generate artifacts for log4j XML parsing using JAXB. I am using the dtd http://logging.apache.org/log4j/1.2/apidocs/org/ap.../log4j/xml/doc-files/log4j.dtd
I\'m using MOXy to unmarshal a relatively simple XML document, but I\'m getting inconsistent behavior. The document consists of two elements with basic information (a name and date) followed by a list
I have a list setter on a class that\'s annotated with both @XmlElementWrapper(name = \"foos\") and @XmlElement(name = \"foo\").
Hello. I\'ve written a SOAP-webservice using JAX-WS and JAX-B, running on a JBoss 5. Due to the overhead of SOAP I now try to enable the access 开发者_运维问答to the webservice via JSON (but it shoul
probably there are a lot of people who will smile reading this question... Here\'s my problem. I have a Spring 3 web application acting both as a client and server. It gets some XML data from a clien
I have a Web Service created in Java (1.6), with metro (2.0), using maven, under Tomcat 6. In all web methods the return type is a generic class:
I\'m trying to generate a wsdl. The service is constructed as shown below. Nothing unusual really, but I do have the Exception I want to throw, located in a separate package, thus appearing in a diffe
Is it possible to convert a javax.xml.bind.annotation.XmlType to the String representation of the XML?
Hey, I have 2 classes. When I\'m trying to create an XML s开发者_C百科tructure from them, I only get the root element (A).
I want to make sure that an xml element-content is unmarshalled in upper case on my object. public class SZM {