<?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 client</title>
	<atom:link href="http://www.albeesonline.com/blog/tag/web-service-client/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>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>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>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>IWAB0639E Error when generating web service client</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 05:04:23 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[web service client]]></category>
		<category><![CDATA[WID]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/</guid>
		<description><![CDATA[Today when I tried to generate a web service client for Business Flow Manager API (WSDL files are BFMIF.wsdl, BFMWS.wsdl), WebSphere Integration Developer started giving me an error message and no web service client files are generated. . The error message is as follows. IWAB0639E Error in generating Java files and deployment descritpors from WSDL [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

