Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created October 24, 2011 09:31
Show Gist options
  • Select an option

  • Save anpieber/1308665 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/1308665 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:osgi="http://www.springframework.org/schema/osgi"
xmlns:osgix="http://www.springframework.org/schema/osgi-compendium" xmlns:wicket="http://www.ops4j.org/schema/wicket"
xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:soap="http://cxf.apache.org/bindings/soap"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi-1.2.xsd
http://www.springframework.org/schema/osgi-compendium http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium-1.2.xsd
http://www.ops4j.org/schema/wicket http://www.ops4j.org/schema/wicket/wicket.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
<!-- CXF Import References and Configurations -->
<import resource="classpath:META-INF/cxf/cxf.xml" />
<bean id="hello" class="at.sup.resourcex.systema.appointments.internal.DefaultArrangmentService" />
<jaxws:endpoint id="helloWorld" implementor="#hello" address="/demo" />
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment