<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Basic Spring Web services with XFire and JSR 181</title>
	<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/</link>
	<description>Exploring the Spring Framework and Application Development</description>
	<pubDate>Thu, 28 Aug 2008 23:08:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: laszlo.fogas</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-617</link>
		<author>laszlo.fogas</author>
		<pubDate>Fri, 09 Jun 2006 14:25:58 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-617</guid>
					<description>Hi,

can we do the same functionality with java 1.5?

because "import javax.jws.WebService; " seems to be java 1.6.

L</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can we do the same functionality with java 1.5?</p>
<p>because &#8220;import javax.jws.WebService; &#8221; seems to be java 1.6.</p>
<p>L</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: des09</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-690</link>
		<author>des09</author>
		<pubDate>Fri, 16 Jun 2006 17:48:09 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-690</guid>
					<description>changes needed to support spring 2.0-m5:
change dispatch-servlet.xml :
org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping

add spring-webmvc.jar</description>
		<content:encoded><![CDATA[<p>changes needed to support spring 2.0-m5:<br />
change dispatch-servlet.xml :<br />
org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping</p>
<p>add spring-webmvc.jar</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matt Dowell</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-772</link>
		<author>Matt Dowell</author>
		<pubDate>Thu, 22 Jun 2006 20:56:51 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-772</guid>
					<description>When I click on my [wsdl] link, I get this error:

org.jdom.IllegalNameException: The name "null" is not legal for JDOM/XML DocTypes: XML names cannot be null or empty.
    at org.jdom.DocType.setElementName(DocType.java:171)

Anyone have any ideas?</description>
		<content:encoded><![CDATA[<p>When I click on my [wsdl] link, I get this error:</p>
<p>org.jdom.IllegalNameException: The name &#8220;null&#8221; is not legal for JDOM/XML DocTypes: XML names cannot be null or empty.<br />
    at org.jdom.DocType.setElementName(DocType.java:171)</p>
<p>Anyone have any ideas?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matt Dowell</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-784</link>
		<author>Matt Dowell</author>
		<pubDate>Fri, 23 Jun 2006 20:22:09 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-784</guid>
					<description>Found out the answer, it was a bug in Resin. Downloading the latest version fixed the problem.</description>
		<content:encoded><![CDATA[<p>Found out the answer, it was a bug in Resin. Downloading the latest version fixed the problem.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: vikas</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-875</link>
		<author>vikas</author>
		<pubDate>Fri, 30 Jun 2006 11:22:49 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-875</guid>
					<description>i m getting this error
any idea?
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[9,8]
Message: end tag name 'body' must match start tag name 'hr'
org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[9,8]
Message: end tag name 'body' must match start tag name 'hr'</description>
		<content:encoded><![CDATA[<p>i m getting this error<br />
any idea?<br />
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[9,8]<br />
Message: end tag name &#8216;body&#8217; must match start tag name &#8216;hr&#8217;<br />
org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[9,8]<br />
Message: end tag name &#8216;body&#8217; must match start tag name &#8216;hr&#8217;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Matt P</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-1511</link>
		<author>Matt P</author>
		<pubDate>Tue, 22 Aug 2006 13:55:02 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-1511</guid>
					<description>My service returns Abstract classes and interfaces. How do I indicate to Xfire, through Spring, that these subclasses/implementations need to be in the WSDL?</description>
		<content:encoded><![CDATA[<p>My service returns Abstract classes and interfaces. How do I indicate to Xfire, through Spring, that these subclasses/implementations need to be in the WSDL?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-1629</link>
		<author>Ray</author>
		<pubDate>Mon, 25 Sep 2006 16:32:01 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-1629</guid>
					<description>Just a reply to vikas' problem.

I think those errors may have arisen if you tried to implement just those 5 files alone in a web project, as I was getting the same when I tried it.

I would suggest using skeleton2-1.zip file and start from there instead, the only pain is that you have to get all the required jars, but you have that problem nonetheless.

If you cant see the link for the skeleton2-1.zip file, just search for it on the page.</description>
		<content:encoded><![CDATA[<p>Just a reply to vikas&#8217; problem.</p>
<p>I think those errors may have arisen if you tried to implement just those 5 files alone in a web project, as I was getting the same when I tried it.</p>
<p>I would suggest using skeleton2-1.zip file and start from there instead, the only pain is that you have to get all the required jars, but you have that problem nonetheless.</p>
<p>If you cant see the link for the skeleton2-1.zip file, just search for it on the page.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Minimizr &#187; Blog Archive &#187; Minimal Web Services with XFire, Spring and PHP</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-2318</link>
		<author>Minimizr &#187; Blog Archive &#187; Minimal Web Services with XFire, Spring and PHP</author>
		<pubDate>Mon, 13 Nov 2006 19:27:29 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-2318</guid>
					<description>[...] Basic Spring Web services with XFire and JSR 181 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Basic Spring Web services with XFire and JSR 181 [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Confluence: SpringSide Wiki</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-2713</link>
		<author>Confluence: SpringSide Wiki</author>
		<pubDate>Wed, 22 Nov 2006 10:16:11 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-2713</guid>
					<description>&lt;strong&gt;XFireGuide2...&lt;/strong&gt;

XFire????(?)   1. JSR181 &#160;&#160;&#160;&#160; JSR181???annotated POJO ?????????Web????BEA????JavaEE5??????? XFire????????  1.1 ????   Spring, Hibernate and XFire...</description>
		<content:encoded><![CDATA[<p><strong>XFireGuide2&#8230;</strong></p>
<p>XFire????(?)   1. JSR181 &nbsp;&nbsp;&nbsp;&nbsp; JSR181???annotated POJO ?????????Web????BEA????JavaEE5??????? XFire????????  1.1 ????   Spring, Hibernate and XFire&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mittal</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4143</link>
		<author>Mittal</author>
		<pubDate>Fri, 05 Jan 2007 04:17:49 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4143</guid>
					<description>Service serviceModel = new AnnotationServiceFactory()
				.create(AuthorServiceImpl.class);

Does client code require classes from web service ?</description>
		<content:encoded><![CDATA[<p>Service serviceModel = new AnnotationServiceFactory()<br />
				.create(AuthorServiceImpl.class);</p>
<p>Does client code require classes from web service ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: olonga</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4423</link>
		<author>olonga</author>
		<pubDate>Thu, 11 Jan 2007 23:20:34 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4423</guid>
					<description>I was able to run your example in a webapp (with tomcat) with a context in tomcat such as this: http://localhost:8080/skeleton, however, when I created a virtual host for it such as: http://ske.acme.com/, I was not able to run the example....</description>
		<content:encoded><![CDATA[<p>I was able to run your example in a webapp (with tomcat) with a context in tomcat such as this: <a href="http://localhost:8080/skeleton," rel="nofollow">http://localhost:8080/skeleton,</a> however, when I created a virtual host for it such as: <a href="http://ske.acme.com/," rel="nofollow">http://ske.acme.com/,</a> I was not able to run the example&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: olonga</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4453</link>
		<author>olonga</author>
		<pubDate>Fri, 12 Jan 2007 19:40:59 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-4453</guid>
					<description>It turns out I was trying to test it with secure http, i.e. https://ske.acme.com/,  so when I tried something like this: http://ske.acme.com:8080/services/AuthorService?wsdl
it worked.
Now, I would like to know what does it take to run the web services in https?</description>
		<content:encoded><![CDATA[<p>It turns out I was trying to test it with secure http, i.e. <a href="https://ske.acme.com/," rel="nofollow">https://ske.acme.com/,</a>  so when I tried something like this: <a href="http://ske.acme.com:8080/services/AuthorService?wsdl" rel="nofollow">http://ske.acme.com:8080/services/AuthorService?wsdl</a><br />
it worked.<br />
Now, I would like to know what does it take to run the web services in https?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tremend Tech Blog &#187; My experience with web services with Spring, Axis, XFire</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-5004</link>
		<author>Tremend Tech Blog &#187; My experience with web services with Spring, Axis, XFire</author>
		<pubDate>Mon, 22 Jan 2007 14:41:26 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-5004</guid>
					<description>[...] XFire is indeed very easy to configure (if you follow a complete example, like this one that I found later), but lacks many &#8220;advanced&#8221; SOAP features. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] XFire is indeed very easy to configure (if you follow a complete example, like this one that I found later), but lacks many &#8220;advanced&#8221; SOAP features. [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jaanabrockmannpasishemeikka.org Blog &#187; Glassfish and Appfuse skeleton web application projects&#8230;.:)</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-6642</link>
		<author>jaanabrockmannpasishemeikka.org Blog &#187; Glassfish and Appfuse skeleton web application projects&#8230;.:)</author>
		<pubDate>Wed, 21 Feb 2007 18:00:49 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-6642</guid>
					<description>[...] the web services created by XFire module integrated into the Spring container. The article provided MemeStorm blog highlights the Spring integration with XFire more in detail. One handy tool in testing Web Services [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the web services created by XFire module integrated into the Spring container. The article provided MemeStorm blog highlights the Spring integration with XFire more in detail. One handy tool in testing Web Services [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: supriya</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-12600</link>
		<author>supriya</author>
		<pubDate>Fri, 20 Apr 2007 01:34:39 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-12600</guid>
					<description>Hi,

I tried to running an example based on your article examples. The wsdl is created and the test runs fine. But I am struggling with seeing meaningful method parameters and return types in the wsdl inspite of using the annotations as specified in your example. Tried document/literal and rpc/literal style/use pair settings but in vain.
I am using spring 2.3.0, xfire 1.2.5, weblogic 9.2.

Any help is highly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to running an example based on your article examples. The wsdl is created and the test runs fine. But I am struggling with seeing meaningful method parameters and return types in the wsdl inspite of using the annotations as specified in your example. Tried document/literal and rpc/literal style/use pair settings but in vain.<br />
I am using spring 2.3.0, xfire 1.2.5, weblogic 9.2.</p>
<p>Any help is highly appreciated.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Hunsley</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25358</link>
		<author>John Hunsley</author>
		<pubDate>Thu, 16 Aug 2007 08:56:15 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25358</guid>
					<description>Hi,

using Spring-2.0, xfire-all-1.0-M5, jsr181-1.0 

I get an error when i try and view the services

java.lang.IllegalStateException: No WebApplicationContext found: No ContextLoaderListener registered?.............

I've tried both ContextLoaderListener and contextConfigLocation defining my xfire-servlet.xml as a param-value, but I get the same error.  The XFireSpringServlet.init isn't getting a handle on my Spring  file. What am I missing?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>using Spring-2.0, xfire-all-1.0-M5, jsr181-1.0 </p>
<p>I get an error when i try and view the services</p>
<p>java.lang.IllegalStateException: No WebApplicationContext found: No ContextLoaderListener registered?&#8230;&#8230;&#8230;&#8230;.</p>
<p>I&#8217;ve tried both ContextLoaderListener and contextConfigLocation defining my xfire-servlet.xml as a param-value, but I get the same error.  The XFireSpringServlet.init isn&#8217;t getting a handle on my Spring  file. What am I missing?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Hunsley</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25370</link>
		<author>John Hunsley</author>
		<pubDate>Thu, 16 Aug 2007 12:42:39 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25370</guid>
					<description>Me again,

The problem is something to do with the xfire-servlet.xml. The contextLoaderListener wont come up because there is a problem with the xfire beans, defined in that Spring config file. Ive gone through eaqch bean and they are all in the class path of the web app, so there is a conflict somewhere. I am using maven to build, not the ant build script described here.</description>
		<content:encoded><![CDATA[<p>Me again,</p>
<p>The problem is something to do with the xfire-servlet.xml. The contextLoaderListener wont come up because there is a problem with the xfire beans, defined in that Spring config file. Ive gone through eaqch bean and they are all in the class path of the web app, so there is a conflict somewhere. I am using maven to build, not the ant build script described here.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: John Hunsley</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25372</link>
		<author>John Hunsley</author>
		<pubDate>Thu, 16 Aug 2007 13:40:24 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-25372</guid>
					<description>Right! sovled the problem! 

My ContextLoadListener wasnt coming up because one of the init methods of one of the beans in the xfire.xml Spring config within the xfire-all jar wasn't working because maven had not downloaded a runtime dependancy! 

I'm not sure which one, I just canned all the jars I found in my download version 1.2.6 from the xfire site into the lib dir of my web app and it worked! 

I think I was referencing xfire-all-1.0M6 or something, there seems to be a lots of versions of xFire floating around in lots of mvn repos. I can't 1.2.6 so I'll have to install it manually.

Hope this is help to anyone else trying with mvn.

lol

John</description>
		<content:encoded><![CDATA[<p>Right! sovled the problem! </p>
<p>My ContextLoadListener wasnt coming up because one of the init methods of one of the beans in the xfire.xml Spring config within the xfire-all jar wasn&#8217;t working because maven had not downloaded a runtime dependancy! </p>
<p>I&#8217;m not sure which one, I just canned all the jars I found in my download version 1.2.6 from the xfire site into the lib dir of my web app and it worked! </p>
<p>I think I was referencing xfire-all-1.0M6 or something, there seems to be a lots of versions of xFire floating around in lots of mvn repos. I can&#8217;t 1.2.6 so I&#8217;ll have to install it manually.</p>
<p>Hope this is help to anyone else trying with mvn.</p>
<p>lol</p>
<p>John</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-28205</link>
		<author>Julien</author>
		<pubDate>Tue, 18 Sep 2007 09:04:30 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-28205</guid>
					<description>Hi,

I was wondering whether there is a way to expose in the wsdl the javadoc of a method using jsr181.

I have seen some generated wsdl files with  tag within the  tag, but i could not find any information about it.

Any hint?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was wondering whether there is a way to expose in the wsdl the javadoc of a method using jsr181.</p>
<p>I have seen some generated wsdl files with  tag within the  tag, but i could not find any information about it.</p>
<p>Any hint?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Av</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-29162</link>
		<author>Av</author>
		<pubDate>Tue, 02 Oct 2007 06:27:22 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-29162</guid>
					<description>One issue that I hit after following the steps described on this website was this- I set up the service and then tried to go to http://localhost:8080/mycontext/services/TestService where TestService was my test service. I constantly got back a "Invalid SOAP Request" response. Same thing when I tried using a tool- freeware tool called soapui (try soapui.org). Then, after a bit of research it turned out that I had to use http://localhost:8080/mycontext/services/TestService?wsdl. With that Internet Explorer displayed the wsdl. The tool soapui allowed me to invoke and test out the service (without having to write the client).

Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>One issue that I hit after following the steps described on this website was this- I set up the service and then tried to go to <a href="http://localhost:8080/mycontext/services/TestService" rel="nofollow">http://localhost:8080/mycontext/services/TestService</a> where TestService was my test service. I constantly got back a &#8220;Invalid SOAP Request&#8221; response. Same thing when I tried using a tool- freeware tool called soapui (try soapui.org). Then, after a bit of research it turned out that I had to use <a href="http://localhost:8080/mycontext/services/TestService?wsdl." rel="nofollow">http://localhost:8080/mycontext/services/TestService?wsdl.</a> With that Internet Explorer displayed the wsdl. The tool soapui allowed me to invoke and test out the service (without having to write the client).</p>
<p>Hope this helps someone.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: tech</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-29190</link>
		<author>tech</author>
		<pubDate>Tue, 02 Oct 2007 14:07:24 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-29190</guid>
					<description>Thanks Av!</description>
		<content:encoded><![CDATA[<p>Thanks Av!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tew Reonal</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-37749</link>
		<author>Tew Reonal</author>
		<pubDate>Thu, 17 Jan 2008 08:16:16 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-37749</guid>
					<description>I came up with Apache CXF while looking for ways to integrate XFire with my Spring app.

http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html</description>
		<content:encoded><![CDATA[<p>I came up with Apache CXF while looking for ways to integrate XFire with my Spring app.</p>
<p><a href="http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html" rel="nofollow">http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Dexterz</title>
		<link>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-37750</link>
		<author>Dexterz</author>
		<pubDate>Thu, 17 Jan 2008 08:21:17 +0000</pubDate>
		<guid>http://www.memestorm.com/blog/basic-spring-web-services-with-xfire-and-jsr-181/#comment-37750</guid>
					<description>I am getting the following error when trying to use this example…
Failed to import bean definitions from URL location [classpath:org/codehaus/xfire/spring/xfire.xml]
Any idea what i might be missing..?</description>
		<content:encoded><![CDATA[<p>I am getting the following error when trying to use this example…<br />
Failed to import bean definitions from URL location [classpath:org/codehaus/xfire/spring/xfire.xml]<br />
Any idea what i might be missing..?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
