jaxb2: missing defaultUri for WS client
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 21 Dec 2015 00:37:41 +0000 (01:37 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 21 Dec 2015 00:37:41 +0000 (01:37 +0100)
jaxb2/web-services-spring-jaxb2-client/src/main/resources/spring-configuration/ws/client-spring-configuration.xml

index 389f361..8027c40 100644 (file)
         <property name="unmarshaller" ref="marshaller" />
 
         <!-- For local deployments change to http://localhost:8080/web-services-spring-jaxb2-server/spring-ws/example -->
-        <property name="defaultUri" value="http://localhost:8080/web-services-spring-cxf-server/spring-ws/example"/>
+        <property name="defaultUri" value="http://gumartinm.name/spring-ws/example"/>
 
         <property name="interceptors">
             <list>