All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.landawn.abacus.http.cxf-servlet.xml Maven / Gradle / Ivy

<?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: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.xsd
http://cxf.apache.org/bindings/soap http://cxf.apache.org/schemas/configuration/soap.xsd
http://cxf.apache.org/jaxws
http://cxf.apache.org/schemas/jaxws.xsd">

	<jaxws:server id="HelloWebService" serviceClass="com.landawn.ws.schema.hello.cxf.HelloWebServicePortType"
		address="HelloWebService">

		<jaxws:serviceBean>
			<bean class="com.landawn.ws.cxf.hello.HelloWebServiceImpl" />
		</jaxws:serviceBean>

		<jaxws:binding>
			<soap:soapBinding version="1.2" mtomEnabled="true" />
		</jaxws:binding>
	</jaxws:server>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy