<?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/"
	>

<channel>
	<title>Some Java, JEE and WebSphere stuffs &#187; Web service</title>
	<atom:link href="http://www.albeesonline.com/blog/tag/web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Creating a Hello World RESTful web service with RAD and WebSphere Application Server using IBM JAX-RS</title>
		<link>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/</link>
		<comments>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/#comments</comments>
		<pubDate>Mon, 23 May 2011 08:39:11 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=491</guid>
		<description><![CDATA[Creating a Hello World RESTful web service with RAD and WebSphere Application Server using IBM JAX-RS REST is the buzzword now. So its time to learn how to create a RESTful web service now. Here is my simple hello world tutorial on creating a RESTful web service using Rapid Application Developer and IBM JAX-RS. JAX-RS [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting endpoint url in web service proxy client</title>
		<link>http://www.albeesonline.com/blog/2009/08/13/setting-endpoint-url-in-web-service-proxy-client/</link>
		<comments>http://www.albeesonline.com/blog/2009/08/13/setting-endpoint-url-in-web-service-proxy-client/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:36:09 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Web service]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=378</guid>
		<description><![CDATA[One of our project was developed and supported by an external vendor and due to some reasons (of course not known to me) our company decided to do all the future enhancements and support by our self. The project uses WebSphere Process Server as the middle ware and WebSphere portal server as the front end. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/08/13/setting-endpoint-url-in-web-service-proxy-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web service client with basic authentication</title>
		<link>http://www.albeesonline.com/blog/2009/06/23/web-service-client-with-basic-authentication/</link>
		<comments>http://www.albeesonline.com/blog/2009/06/23/web-service-client-with-basic-authentication/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:03:35 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Web service]]></category>
		<category><![CDATA[web service client]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=355</guid>
		<description><![CDATA[Configuring a web service client for basic authentication How do we pass the username and password to a web service which is protected by basic authentication? The generated proxy client has no methods for setting the username and password. The solution is to set the username and password inside the generated proxy client. To do [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/06/23/web-service-client-with-basic-authentication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>org.xml.sax.SAXException: WSWS3047E: Error: Cannot deserialize element</title>
		<link>http://www.albeesonline.com/blog/2008/10/22/orgxmlsaxsaxexception-wsws3047e-error-cannot-deserialize-element/</link>
		<comments>http://www.albeesonline.com/blog/2008/10/22/orgxmlsaxsaxexception-wsws3047e-error-cannot-deserialize-element/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 04:17:30 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Websphere Process Server / Integration Developer]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Integration Developer]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WID]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=240</guid>
		<description><![CDATA[Yesterday I came across a new exception while invoking my web service using WebSphere Process Server. I was trying to invoke an external web service from WID. The exception or web service fault message I was getting was ?View Code JAVACNTR0020E: EJB threw an unexpected &#40;non-declared&#41; exception during invocation of method &#34;transactionNotSupportedActivitySessionNotSupported&#34; on bean &#34;BeanId(CustomerProfileApp#CustomerProfileEJB.jar#Module, [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/10/22/orgxmlsaxsaxexception-wsws3047e-error-cannot-deserialize-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoking a web service using web service proxy client</title>
		<link>http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 07:24:12 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[web service client]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=208</guid>
		<description><![CDATA[Invoking a web service using web service proxy client Yesterday I got a comment on my post &#8220;Generating a web service proxy client&#8221; asking how do we invoke or test this web service using the webservice proxy client. So I thought of writing a post of how to use the generated proxy client to call [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/09/15/invoking-a-web-service-using-web-service-proxy-client/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Creating a webservice using RAD 7</title>
		<link>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/</link>
		<comments>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:03:40 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[Rapid Application Developer]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=140</guid>
		<description><![CDATA[Creating a webservice using RAD 7 Few months back I had posted about webservice Hello World tutorial in Java. At that time I did not find any simple tutorial on how to create a Hello World webservice in Java. Today I will explain how to create a simple webservice in Java using Rational Application Developer [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Accessing an HTTPS web service from WAS web client</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:06:29 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[HTTPS web service]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72</guid>
		<description><![CDATA[Accessing an HTTPS web service from WAS web client Calling an HTTPS web service is a hell, if all our configurations are not correct. Accessing or calling a secured or HTTPS web service from a WAS web client, involves some configuration at the WAS side. If we miss these configurations we will get some nice [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Generating a web service proxy client</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 03:59:36 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[web service client]]></category>
		<category><![CDATA[WID]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/</guid>
		<description><![CDATA[Java web service client applications use a web service proxy client to interact with the Web services APIs. A proxy client allows the developer to invoke the web service APIs as if it was a local method. For generating a web service proxy client, we need the WSDL files that describe the web service interfaces. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>A search for Web service tutorial in Java</title>
		<link>http://www.albeesonline.com/blog/2007/12/10/a-search-for-web-service-tutorial-in-java/</link>
		<comments>http://www.albeesonline.com/blog/2007/12/10/a-search-for-web-service-tutorial-in-java/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 10:18:23 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere Process Server]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2007/12/10/a-search-for-web-service-tutorial-in-java/</guid>
		<description><![CDATA[I was in bench for the last few days. Last day when I had a chat with my manager he said that my new project will be in WPS (WebSphere Process Server). I am totally new to WebSphere process server (even I haven&#8217;t seen that interface), so I though of learning some WebSphere Process Server [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2007/12/10/a-search-for-web-service-tutorial-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

