<?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>Project eID Blog &#187; Webservices</title>
	<atom:link href="http://blog.project-eid.org/tag/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.project-eid.org</link>
	<description>News and updates from Project eID team...</description>
	<lastBuildDate>Thu, 02 Jun 2011 11:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>R8: Think about New Architecture</title>
		<link>http://blog.project-eid.org/reports/r8-think-new-architecture/</link>
		<comments>http://blog.project-eid.org/reports/r8-think-new-architecture/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 18:30:10 +0000</pubDate>
		<dc:creator>Shayanth</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Shayanth]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Weekly Report]]></category>

		<guid isPermaLink="false">http://blog.project-eid.org/?p=129</guid>
		<description><![CDATA[<p>After the exam, we had gathered two meeting with our supervisor Dr. Chandana Gamage. After our discussions with the supervisor, we had to change the system architecture. According to our previous architecture we planned to have the eID system in &#8230; <a href="http://blog.project-eid.org/reports/r8-think-new-architecture/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p><a href="http://blog.project-eid.org/reports/r8-think-new-architecture/">R8: Think about New Architecture</a> is a post from: <a href="http://blog.project-eid.org">Project eID Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;">After the exam, we had gathered two meeting with our supervisor Dr. Chandana Gamage. After our discussions with the supervisor, we had to change the system architecture. According to our previous architecture we planned to have the eID system in between the Reliant Party (RP) and the clients. For that architecture we identified there is the problem in the client authentication was services. We needed to redirect the request to the client to get his authentication details. So we identified that there is problem in the request redirection part because it is impossible to redirect the request in the web services.<br />
There for I planned to develop a layer in between the Reliant party and the eID services. That layer help to redirect the request and get the client authentication details from the client.<br />
But after the discussion with the supervisor, he didn&#8217;t suggest us to maintain that kind of architecture in the eID system. Then we planned another flexible architecture.<br />
Then I started to find out the way to handle the message passing mechanism in between the client and eID card and the eID server. Then finally I found a solution to overcome that problem through the Java Applet. Through the Java Applet client and the eID server can communicate by using HTTP requests.<br />
So finally we all are re planning the system architecture.</span></p>
<p><a href="http://blog.project-eid.org/reports/r8-think-new-architecture/">R8: Think about New Architecture</a> is a post from: <a href="http://blog.project-eid.org">Project eID Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-eid.org/reports/r8-think-new-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R8: Problems, me and web services</title>
		<link>http://blog.project-eid.org/reports/r8-problems-me-and-web-services/</link>
		<comments>http://blog.project-eid.org/reports/r8-problems-me-and-web-services/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 17:21:50 +0000</pubDate>
		<dc:creator>anuradha</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Anuradha]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Weekly Report]]></category>

		<guid isPermaLink="false">http://blog.project-eid.org/?p=126</guid>
		<description><![CDATA[<p>After the exam, I resume development of the web service. That was my first experience with web service development. So, I developed the web service while learning the web service development with apache Axis2, WSAS (WSO2 Web Service Application Server) &#8230; <a href="http://blog.project-eid.org/reports/r8-problems-me-and-web-services/">Continue reading <span class="meta-nav">&#8594;</span></a></p><p><a href="http://blog.project-eid.org/reports/r8-problems-me-and-web-services/">R8: Problems, me and web services</a> is a post from: <a href="http://blog.project-eid.org">Project eID Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>After the exam, I resume development of the web service. That was my first experience with web service development. So, I developed the web service while learning the web service development with apache Axis2, WSAS (WSO2 Web Service Application Server) and eclipse IDE. While developing the web service I figured out some problems with our system architecture.</p>
<p>According to previous system architecture;</p>
<p>In online authentication, First user will try to login to Reliant Parties (RP) web site. At that time RP will send a request to eID web service, asking authenticate the user (card holder). Then web service will be prompt a applet in the card holder web browser. Using that applet we service will access the USB smart card based eID and authenticate user and redirect user to the RP web site again.</p>
<p>But finally I figured out that is not possible in web service because, in web service all the executions are happened in server side and browser redirections are not possible in web services. (We were very new to web services to understand that before)</p>
<p>Then I informed about that problem to the group members and we discussed about that. Finally we come up with a solution that having a separate layer (ie- web page) in front of the web service and then RP will redirect to the card holder to that layer and using that layer web service can access to the eID card without redirect user inside web service.</p>
<p>But after sometimes we figure out that not providing the optimal solution for the eID system. So we decided to have meeting with the Dr. Chandana  Gamage after the vacation.</p>
<p>Then I started struggling with web services again. <img src='http://blog.project-eid.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blog.project-eid.org/reports/r8-problems-me-and-web-services/">R8: Problems, me and web services</a> is a post from: <a href="http://blog.project-eid.org">Project eID Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.project-eid.org/reports/r8-problems-me-and-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

