<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Tutorial: Writing Contract-first Web Services</title>
	<link>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/</link>
	<description>A blog about programming in .NET and Java</description>
	<pubDate>Thu, 20 Nov 2008 10:09:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Like Your Work &#187; Blog Archive &#187; links for 2006-07-05</title>
		<link>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-449</link>
		<pubDate>Wed, 05 Jul 2006 00:23:56 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-449</guid>
					<description>[...] The Ancient Art of Programming » Tutorial: Writing Contract-first Web Services (tags: WebServices soa spring) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The Ancient Art of Programming » Tutorial: Writing Contract-first Web Services (tags: WebServices soa spring) [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Christian Weyer</title>
		<link>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-356</link>
		<pubDate>Sun, 11 Jun 2006 19:36:24 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-356</guid>
					<description>Nice tutorial.
Do you know our tutorial for schema-based contract-first Web Services? We use a tool we are building and giving away for free, called WSCF.

http://www.thinktecture.com/Resources/Software/WSContractFirst/WSCF0.6Walkthrough.html
http://www.thinktecture.com/WSCF/

Cheers,
Christian</description>
		<content:encoded><![CDATA[<p>Nice tutorial.<br />
Do you know our tutorial for schema-based contract-first Web Services? We use a tool we are building and giving away for free, called WSCF.</p>
<p><a href='http://www.thinktecture.com/Resources/Software/WSContractFirst/WSCF0.6Walkthrough.html' rel='nofollow'>http://www.thinktecture.com/Resources/Software/WSContractFirst/WSCF0.6Walkthrough.html</a><br />
<a href='http://www.thinktecture.com/WSCF/' rel='nofollow'>http://www.thinktecture.com/WSCF/</a></p>
<p>Cheers,<br />
Christian</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: fgt</title>
		<link>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-355</link>
		<pubDate>Sat, 10 Jun 2006 22:38:57 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-355</guid>
					<description>Thanks for the good example. Just one minor tip. Use the schema import instead of the wsdl import for the xsd. This is more a WS-I thing. 

to

   
      
      


I would use the wsdl import only to import another wsdl. 

Cheers, 
Patrick</description>
		<content:encoded><![CDATA[<p>Thanks for the good example. Just one minor tip. Use the schema import instead of the wsdl import for the xsd. This is more a WS-I thing. </p>
<p>to</p>
<p>I would use the wsdl import only to import another wsdl. </p>
<p>Cheers,<br />
Patrick</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Steve Loughran</title>
		<link>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-354</link>
		<pubDate>Fri, 09 Jun 2006 18:45:31 +0000</pubDate>
		<guid>http://blog.springsource.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/#comment-354</guid>
					<description>This is really good. you've left off one thing, which is validating your XSD. If you create test docs that represent valid/invalid XML messages, you can use  or (ant1.7)  to check that valid messages are valid. Or junit to trigger xml validations. I swear by this as it lets you regression test your schemas. You were going to regression test your schemas, werent you?

-steve</description>
		<content:encoded><![CDATA[<p>This is really good. you&#8217;ve left off one thing, which is validating your XSD. If you create test docs that represent valid/invalid XML messages, you can use  or (ant1.7)  to check that valid messages are valid. Or junit to trigger xml validations. I swear by this as it lets you regression test your schemas. You were going to regression test your schemas, werent you?</p>
<p>-steve</p>
]]></content:encoded>
				</item>
</channel>
</rss>
