1. Contract first - which XML marshalling to use? forum.springsource.orgContract first - which XML marshalling to use? Hi, Our requirements are relatively simple. Another team in our organisation has produced the WSDL and XSD, and our java application with spring ... |
2. Upgrade from 2.0.8 to 3.0 got org.omg.CORBA.MARSHAL Error forum.springsource.orgUpgrade from 2.0.8 to 3.0 got org.omg.CORBA.MARSHAL Error I'm in the middle of upgrading spring framework from 2.0.8 to 2.5.6. The compilation errors are all fixed, however, the app failed in ... |
3. Difficulty marshalling custom @RequestPayload forum.springsource.orgDifficulty marshalling custom @RequestPayload I'm trying to do some integration tests on my web services, using the methodology defined in the spring-ws reference doc, (section 5.7). The problem is that when ... |
4. need help with marshalling forum.springsource.orgneed help with marshalling Hi! I'm trying to do a Web Service with Jaxb1Marshaller. The error that I get when I try to execute is the following : java.lang.NoClassDefFoundError: es/munimadrid/formularios/schemas/TipoLiquidacion My ... |
5. Marshalling question forum.springsource.orgMarshalling question Hi, i'm new to this stuff and i'm trying to undertsand how everything fits together. So as far as I undertsand, marshalling/unmarshalling, is the process of taking java object ... |
6. Marshalling problem forum.springsource.orgHi Arjen, I just noticed that i get interfaces generated for the OrderSendRequest by the jaxb instead of classes.Why is that so?I guess thats the reason the whole thin is failing. ... |
7. which Marshalling framework forum.springsource.orghello all, I am a bit confused right now... I would like to know what Marshalling framework to use? Which one is easier and simple to use and setup? I don't ... |
8. Without Marshalling... forum.springsource.orgWithout Marshalling... It is always considered a "best practice" to use xpath over marshalling on incoming requests. Marshalling adds a lot of overhead, but the convenience of using marshalling is a ... |
9. Marshalling a POJO into a Spring IoC file, is it possible ? forum.springsource.orgMarshalling a POJO into a Spring IoC file, is it possible ? Hi, I would like to marshall a POJO into a "Spring file" (i mean : an XML file, Spring ... |
10. Marshalling with XmlBeanMarshaller and remove the XML binding information forum.springsource.orgHi, I'm using the XmlBeanMarshaller and I'm receiving this: |
11. Marshalling a List forum.springsource.orgMarshalling a List Hi all, Im using springws 1.0.3 in JBOSS 4.2.2, and JAXB 2 as marshaleer. My WS returns an |
12. Marshalling problem. forum.springsource.orgMarshalling problem. Hi, I am using Jibx as marshaller. I have text which contains special character like &. When i verify the marshaller with Junit test case it gives me the ... |
13. automatic end point marshalling forum.springsource.orgautomatic end point marshalling Hi, I have successfully implemented spring ws services and clients and found it cumbersome to create end point marshaling using XPath or parsing the Elements and Nodes ... |
14. Marshalling a String with XML, without it being escaped? forum.springsource.orgMarshalling a String with XML, without it being escaped? I have a Marshalling Endpoint and need in the response to marshal back a String but this string has XML. And I ... |
15. Marshalling using Castor1.2 and Spring1.0.4 forum.springsource.orgMarshalling using Castor1.2 and Spring1.0.4 I have generated source using Castor 1.2 jar files ,created descriptors and POJOs I have included them in my project and marshalled POJO using spring Webservices: ... |
16. error during marshalling forum.springsource.orgerror during marshalling I created a ws with jaxb marshalling and am getting the following error when attempting to marshall the response: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a ... |
17. marshalling a numeric string forum.springsource.org>JAXB marshalling exception: null; nested exception is javax.xml.bind.MarshalException - with linked exception: [org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of element 'ns2:fooRequest' is not complete. One of '{"http://schema":code}' is expected.] |
18. Marshalling forum.springsource.orgHi All! Is it possible to marshall a java object to an XML String? Every marshaller I have seen seems not able to do that ... but it sounds weird! Thanks ... |
19. how to marshal CDATA with JaxbMarshaller forum.springsource.orgI am having trouble parsing CDATA element when using webServiceTemplate.marshalSendAndReceive() method. data type of the CDATA attrbute is xs : string in an XSD file. I searched this forum and googled ... |