just saw an example of @RequestMapping for Spring REST.
and I just went over how Spring 3 integrates with @WebService thru JaxWsPortProxyFactoryBean
(see the example at
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html - section 19.5.8)
does the JaxWsPortProxyFactoryBean fully expose a full-fledged @WebService (including any annotated handlers and @SOAPBinding) to a client?
And from that same page it indicates that the client ONLY has to follow JAX-WS rules. Are there any Spring additions or items to watch for that aren't well documented there?
I've gotta give the Spring REST and JaxWsPortProxyFactoryBean a try!!
thanks
e.j. fuhr
javascript:emoticon('

');