Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: how to deploy Spring WS with JaxBMarshaller

  1. #21
    Join Date
    Jul 2006
    Posts
    138

    Default

    Show us your jaxb2Marshaller definition in your applicationContext.xml

  2. #22
    Join Date
    Aug 2008
    Posts
    5

    Default

    I work on the same project as "Olivier W"

    Below the Jax2Marshaller we're using:
    Code:
    	<bean id="jaxb2Marshaller"
    		class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
    		<property name="classesToBeBound">
    			<list>
    				<!-- getDetailWagonCycle -->
    				<value>be.brail.cargoweb.wagons.ws.beans.services.GetDetailWagonCycleRequest</value>
    				<value>be.brail.cargoweb.wagons.ws.beans.services.GetDetailWagonCycleResponse</value>
    			</list>
    		</property>
    	</bean>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •