<?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>Alex Little &#187; axis</title>
	<atom:link href="http://alexlittle.net/blog/tag/axis/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 10:34:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Friday 5 May 06</title>
		<link>http://alexlittle.net/blog/2006/05/05/friday-5-may-06-2/</link>
		<comments>http://alexlittle.net/blog/2006/05/05/friday-5-may-06-2/#comments</comments>
		<pubDate>Fri, 05 May 2006 04:55:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Web dev & programming]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[enterprise sdk]]></category>
		<category><![CDATA[joinin]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/05/05/friday-5-may-06-2/</guid>
		<description><![CDATA[Have just switched my axis version over to 1.3 in the hope that this would solve the problem with the Membership service, but that unfortunately hasn&#8217;t fixed the problem &#8211; I still get the same error message, so going back to Axis 1.1. I&#8217;ve added some more debug code (in the EnterpriseServer module) to try [...]]]></description>
			<content:encoded><![CDATA[<p>Have just switched my axis version over to 1.3 in the hope that this would solve the problem with the Membership service, but that unfortunately hasn&#8217;t fixed the problem &#8211; I still get the same error message, so going back to Axis 1.1. I&#8217;ve added some more debug code (in the EnterpriseServer module) to try and track the problem, but the constructor method for the MembershipManagementImpl isn&#8217;t getting called, so I think there is something up with the actual service, rather than the code I&#8217;m using <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/05/05/friday-5-may-06-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuesday 25 April 06</title>
		<link>http://alexlittle.net/blog/2006/04/25/tuesday-25-april-06/</link>
		<comments>http://alexlittle.net/blog/2006/04/25/tuesday-25-april-06/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 10:57:31 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Web dev & programming]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[enterprise sdk]]></category>
		<category><![CDATA[joinin]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/04/25/tuesday-25-april-06/</guid>
		<description><![CDATA[Made some more progress today with using the Enterprise SDK as I&#8217;ve now solved the problem i was having with running Axis 1.1 on Tomcat 5.5. It turned out that in one of my web.xml files it was referring to a listener-class (org.apache.axis.transport.http.AxisHTTPSessionListener) which wasn&#8217;t found in axis 1.1 &#8211; hence the problem when tomcat [...]]]></description>
			<content:encoded><![CDATA[<p>Made some more progress today with using the Enterprise SDK as I&#8217;ve now solved the problem i was having with running Axis 1.1 on Tomcat 5.5. It turned out that in one of my web.xml files it was referring to a listener-class (org.apache.axis.transport.http.AxisHTTPSessionListener) which wasn&#8217;t found in axis 1.1 &#8211; hence the problem when tomcat tried to start up!! So all my own fault really!</p>
<p>I&#8217;ve now got the beginnings of my EnterpriseClient, but I&#8217;ve just got to now figure out how in the client I can get &#8216;hold&#8217; of the whole xml string that has been returned from the EnterpriseServer, rather than just the component parts. Looking at the Plex example, using _responseHolder.value.getGroup() this returns a GroupDType object, which you can then extract parts from (eg getDataSource()), but I can&#8217;t see any way to just give the whole xml string that was returned by the EnterpriseServer in the first place. Will keep trying&#8230;.!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/04/25/tuesday-25-april-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday 21 April 06</title>
		<link>http://alexlittle.net/blog/2006/04/21/friday-21-april-06/</link>
		<comments>http://alexlittle.net/blog/2006/04/21/friday-21-april-06/#comments</comments>
		<pubDate>Fri, 21 Apr 2006 08:48:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Conferences & workshops]]></category>
		<category><![CDATA[Web dev & programming]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[bolton]]></category>
		<category><![CDATA[elf]]></category>
		<category><![CDATA[enterprise sdk]]></category>
		<category><![CDATA[joinin]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/04/21/friday-21-april-06/</guid>
		<description><![CDATA[Had good couple of days up in Bolton with Scott and at the ELF developers forum. We spent one day going through how to get the Enterprise SDK running, and although it&#8217;s not yet completely working I do feel i understand a lot more about it, and we&#8217;ve got some sample code which interacts with [...]]]></description>
			<content:encoded><![CDATA[<p>Had good couple of days up in Bolton with Scott and at the ELF developers forum. We spent one day going through how to get the Enterprise SDK running, and although it&#8217;s not yet completely working I do feel i understand a lot more about it, and we&#8217;ve got some sample code which interacts with a database now.</p>
<p>The reason we couldn&#8217;t get it actually running was a problem between the different versions of Axis. The cetis-ws-client was built using Axis 1.1, and I&#8217;ve been using Axis 1.2, differences in the &#8216;constants&#8217; package stop them being compatible with each other. So I thought I would try to switch to v1.1, but it I try to run with this I get errors when trying to start up tomcat (5.5), not sure why this is. So the plan is to update the client code so it can use Axis 1.2 instead &#8211; hopefully it&#8217;s not too much to change <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There are some other things for us to decide on too, mainly what to do about getting Moodle connected up to the Enterprise service and we&#8217;ve got a couple of options&#8230;</p>
<p>1) Build a PHP client for the Enterprise Service. With this option we&#8217;re really not sure how big a job this would be, it could be anything from couple of weeks to couple of months or more.</p>
<p>2) Build a client module which then provides a simpler interface for Moodle to connect to. This could be a &#8216;proper&#8217; web service, or a rest type service. </p>
<p>My feeling is that we go for creating a rest client module for Moodle to connect to , as this ought to be the simplest to create. We need something simple and easy to do, as doing all this Enterprise stuff isn&#8217;t meant to be the focus of our project, and we&#8217;re in danger of spending all our time getting Enterprise Services working, rather than doing the grouping service!!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/04/21/friday-21-april-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.643 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 10:33:55 -->

