tag:blogger.com,1999:blog-3237724005744642470.post5083492550905782609..comments2016-08-06T18:51:58.441+01:00Comments on Captain Debug's Blog: Creating a Spring Web Service Using Version 2.0.1.RELEASERoger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]Blogger2125tag:blogger.com,1999:blog-3237724005744642470.post-30118933850677659132011-06-20T16:05:34.520+01:002011-06-20T16:05:34.520+01:00Thanks for your comment. The blog is not really su...Thanks for your comment. The blog is not really supposed to be a source code repository (although I have been toying with that idea), but a place where I can jot down techniques and opinions. <br /><br />For the sake of clarity, when writing a blog I only include source code that's relevant to what I'm talking about. In this case, the WineService has not been listed because it is just an interface to any other service component and it's not part of 'how to' write a Web Service. Whereas, the WineSearchEndpoint has been included in full as it's crucial to what I'm talking about.<br /><br />I could have tried to re-use the Spring WS example, but created my own project from scratch using their Maven archetype.Roger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]tag:blogger.com,1999:blog-3237724005744642470.post-88279546097864369392011-06-20T12:26:47.049+01:002011-06-20T12:26:47.049+01:00Nice example! But it would be even nicer if the co...Nice example! But it would be even nicer if the complete code were available. Now there are several methods missing, as far as I can see.<br /><br />And why not base it on the Spring WS Test framework? Would make it evene easier to test.Anonymous[email protected]