Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created April 13, 2011 06:53
Show Gist options
  • Select an option

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

Select an option

Save anpieber/917089 to your computer and use it in GitHub Desktop.
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:jaxws="http://cxf.apache.org/jaxws"
xmlns:osgi="http://www.springframework.org/schema/osgi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://cxf.apache.org/jaxws
http://cxf.apache.org/schemas/jaxws.xsd
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd">
<jaxws:client id="helloClient" serviceClass="at.chipkarte.client.soap.IServiceManager" address="http://10.196.0.82/axis/services/soap/ServiceManager" />
<osgi:service interface="at.chipkarte.client.soap.IServiceManager" ref="helloClient" />
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment