<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Mind Diarywebservices</title>
	<atom:link href="http://minddiary.com/category/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://minddiary.com</link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 27 Feb 2010 11:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://minddiary.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 11:38:55 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/</guid>
		<description><![CDATA[What is WSDL and what its Structure?

A WSDL document defines services as collections of network endpoints, or ports. In WSDL, the abstract definition of endpoints and messages is separated from their concrete network deployment or data format bindings. This allows the reuse of abstract definitions: messages, which are abstract descriptions of the data being exchanged,<p><a href="http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/">Creating Web Services using CXF (Contract first Approach) Part 2 : WSDL Creation.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/15/creating-web-services-using-cxf-contract-first-approach-part-2-wsdl-creation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:48:03 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Contract First]]></category>
		<category><![CDATA[WSDL]]></category>
		<category><![CDATA[XSD]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Why people are interested in CODE-FIRST approach? Answer is simple. No need to go through the complexities of XML, XSD, WSDL structure. Just code in any of your favorite programming language and create the WSDL file using any of your tools/frameworks. I had taken some interviews these days for a Webservice-SOA project. Honestly it was<p><a href="http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/">Creating &#8220;Contract First&#8221; &#8211; Web Services using CXF (Top Down Approach) Part 1: Creating XSDs.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/' rel='bookmark' title='Permanent Link: Wink &ndash; A framework for RESTful web services from Apache'>Wink &ndash; A framework for RESTful web services from Apache</a> <small>Apache Wink 1.0 is a complete Java based solution for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/15/creating-contract-first-web-services-using-cxf-top-down-approach-part-1-creating-xsds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Contract First]]></coop:keyword>
		<coop:keyword><![CDATA[WSDL]]></coop:keyword>
		<coop:keyword><![CDATA[XSD]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 4): Testing</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:30:20 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
To test this we can follow the same client program which is given in the CXF site.<p><a href="http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/">Creating Web services using Apache CXF (Part 4): Testing</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/' rel='bookmark' title='Permanent Link: Wink &ndash; A framework for RESTful web services from Apache'>Wink &ndash; A framework for RESTful web services from Apache</a> <small>Apache Wink 1.0 is a complete Java based solution for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-4-testing/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 3): Configurations</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:42:00 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
We have to declare Spring Context Listener, CXF Servlet, Spring Context Location and URL Mapping.<p><a href="http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/">Creating Web services using Apache CXF (Part 3): Configurations</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/' rel='bookmark' title='Permanent Link: Wink &ndash; A framework for RESTful web services from Apache'>Wink &ndash; A framework for RESTful web services from Apache</a> <small>Apache Wink 1.0 is a complete Java based solution for...</small></li>
<li><a href='http://minddiary.com/2009/08/14/spring-interview-questions-part-2/' rel='bookmark' title='Permanent Link: Spring Interview Questions Part: 2'>Spring Interview Questions Part: 2</a> <small> What are important ApplicationContext implementations in spring framework? ClassPathXmlApplicationContext...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/11/creating-web-services-using-apache-cxf-part-3-configurations/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 2): Development</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 13:50:59 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->



We need to set-up the project  environment first. Please download the following JARs.
Versions Used :
CXF 2.2.2           Download Link : CXF Site Download Link
Spring 2.5.6       Download Link : SpringSource Download site
The following jars are required for all CXF usage: But you will be getting it through CXF Download.
- cxf.jar
- commons-logging.jar
- geronimo-activation.jar (Or the Sun equivalent) [6]
-<p><a href="http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/">Creating Web services using Apache CXF (Part 2): Development</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/' rel='bookmark' title='Permanent Link: Wink &ndash; A framework for RESTful web services from Apache'>Wink &ndash; A framework for RESTful web services from Apache</a> <small>Apache Wink 1.0 is a complete Java based solution for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-2-development/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Creating Web services using Apache CXF (Part 1) : The Basics.</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:02:09 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/</guid>
		<description><![CDATA[As we discussed in the previous post, CXF is the combination of two projects: Celtix developed by IONA and XFire developed by Codehaus working together at the Apache Software Foundation.
If you want an Enterprise support  for CXF then please find the following links.
Open Source FUSE Services Framework &#8211; based on CXF
FUSE open source community
FUSE Forums
<p><a href="http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/">Creating Web services using Apache CXF (Part 1) : The Basics.</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/creating-web-services-using-apache-cxf-part-1-the-basics/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Spring Framework]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</title>
		<link></link>
		<comments>http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:43:15 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[CXF]]></category>
		<category><![CDATA[Celtix]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Xfire]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[jax-ws]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Apache CXF is an open source services framework which is a result of the merge between the XFire and Celtix projects. CXF helps us build and develop services using JAX-WS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as<p><a href="http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/">Apache CXF- An ultimate web service open source framework : Lets start learning&#8230;</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2010/02/26/wink-a-framework-for-restful-web-services-from-apache/' rel='bookmark' title='Permanent Link: Wink &ndash; A framework for RESTful web services from Apache'>Wink &ndash; A framework for RESTful web services from Apache</a> <small>Apache Wink 1.0 is a complete Java based solution for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/06/10/apache-cxf-an-ultimate-web-service-open-source-framework-lets-start-learning/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
			<coop:keyword><![CDATA[CXF]]></coop:keyword>
		<coop:keyword><![CDATA[Celtix]]></coop:keyword>
		<coop:keyword><![CDATA[Spring]]></coop:keyword>
		<coop:keyword><![CDATA[Spring Framework]]></coop:keyword>
		<coop:keyword><![CDATA[Web Applications]]></coop:keyword>
		<coop:keyword><![CDATA[Xfire]]></coop:keyword>
		<coop:keyword><![CDATA[apache]]></coop:keyword>
		<coop:keyword><![CDATA[jax-ws]]></coop:keyword>
		<coop:keyword><![CDATA[web]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
		<item>
		<title>Axis2 POJO features&#8230;</title>
		<link></link>
		<comments>http://minddiary.com/2008/07/04/axis2-pojo-features/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:48:52 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[axis2]]></category>
		<category><![CDATA[pojo]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2008/07/04/axis2-pojo-features/</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
POJO deployment is the one way of web service deployment in Axis2. Here we are dropping the .class file or .jar file into the POJO directory in the repository. If it is a web application Axis2 is considering WEB-INF as its repository. The main features of the Axis2 POJO are&#8230;

Support for primitive types (int, boolean,<p><a href="http://minddiary.com/2008/07/04/axis2-pojo-features/">Axis2 POJO features&#8230;</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



Related posts:<ol><li><a href='http://minddiary.com/2009/08/14/spring-interview-questions-part-2/' rel='bookmark' title='Permanent Link: Spring Interview Questions Part: 2'>Spring Interview Questions Part: 2</a> <small> What are important ApplicationContext implementations in spring framework? ClassPathXmlApplicationContext...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2008/07/04/axis2-pojo-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Java]]></coop:keyword>
		<coop:keyword><![CDATA[axis2]]></coop:keyword>
		<coop:keyword><![CDATA[pojo]]></coop:keyword>
		<coop:keyword><![CDATA[webservices]]></coop:keyword>
	</item>
	</channel>
</rss>
