META-INF.xfire.services.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xfire.codehaus.org/config/1.0"> <service> <serviceClass>org.apache.servicemix.samples.wsdl_first.PersonServiceImpl</serviceClass> <wsdlURL>file:/home/jbonofre/workspace/release/smx3/target/checkout/samples/wsdl-first/wsdl-first-jsr181-su/src/main/resources/person.wsdl</wsdlURL> <serviceFactory>org.codehaus.xfire.jaxb2.JaxbServiceFactory</serviceFactory> </service> </beans>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy