@ -536,10 +536,7 @@ public class AccountServiceImpl implements AccountService {
@@ -536,10 +536,7 @@ public class AccountServiceImpl implements AccountService {
url="http://www.springframework.org/spring-ws">Spring Web
Services</ulink>, a solution for contract-first, document-driven web
services - highly recommended for building modern, future-proof web
services. Last but not least, <ulink
url="http://xfire.codehaus.org">XFire</ulink> also allows you to export
Spring-managed beans as a web service, through built-in Spring
support.</para>
services.</para>
<sectionid="remoting-web-services-jaxrpc-export">
<title>Exposing servlet-based web services using JAX-RPC</title>
@ -995,64 +992,6 @@ public class AccountServiceEndpoint {
@@ -995,64 +992,6 @@ public class AccountServiceEndpoint {
JAX-WS endpoint artifacts; you need to annotate them accordingly first.
Check the JAX-WS documentation for details on those requirements.</para>
</section>
<sectionid="remoting-web-services-xfire">
<title>Exposing web services using XFire</title>
<para>XFire is a lightweight SOAP library, hosted by Codehaus. Exposing
XFire is done using a XFire context that is shipping with XFire itself in
combination with a RemoteExporter-style bean you have to add to your
<interfacename>WebApplicationContext</interfacename>. As with all
methods that allow you to expose service, you have to create a
<classname>DispatcherServlet</classname> with a corresponding
<interfacename>WebApplicationContext</interfacename> containing the