Jaxb2Marshaller « Web Service « Spring Q&A





1. Having unique Jaxb2Marshaller bean for each endpoint in Spring-ws with PayloadR    forum.springsource.org

Having unique Jaxb2Marshaller bean for each endpoint in Spring-ws with PayloadR Hi all, I am using PayloadRootQNameEndpointMapping to map QName to endpoint in Spring-ws and JAXB2. I have multiple endpoints and ...

2. Content Type of SOAP responses using Jaxb2Marshaller?    forum.springsource.org

Content Type of SOAP responses using Jaxb2Marshaller? I am trying to connect a Java server environment to a .Net client using Spring-WS but am running into trouble. I have a running ...

3. out of memory error using axiomsoapmessagefactory and jaxb2marshaller    forum.springsource.org

out of memory error using axiomsoapmessagefactory and jaxb2marshaller My jaxb2marshaller has mtomEnabled=true I have declared messagefactory Code: I refer to this in my gateway ...

4. @Endpoint and @Payloadroot with Jaxb2Marshaller    forum.springsource.org

@Endpoint and @Payloadroot with Jaxb2Marshaller Hello, I'm trying to make a simple web service and I get following error: Code: java.lang.IllegalStateException: No adapter for endpoint [...]: Does your endpoint implement a ...

5. any issues using my WS template's Jaxb2Marshaller?    forum.springsource.org

any issues using my WS template's Jaxb2Marshaller? Hi All - I plan on digging in more on this, but was hoping I could possibly get some feedback here. The problem: I've ...

6. Web service Consumer - Jaxb2Marshaller Error    forum.springsource.org

Web service Consumer - Jaxb2Marshaller Error I followed the instructions on this blog to create my Spring Web service consumer. Used xjc to generate Java objects for a WSDL I was ...

7. thread safety when using spring WebServiceTemplate and Jaxb2Marshaller    forum.springsource.org

thread safety when using spring WebServiceTemplate and Jaxb2Marshaller I am using spring WebServiceTemplate as a web service client programmatically i.e. without instantiating a spring container. I am using Jaxb2Marshaller for marshaling/unmarshaling. ...