Currently my services WSDL are generate with SOAP1.2 binding as Xfire by
default supports SOAP1.2
But my application needs WSDL's with SOAP1.1 binding,
I am using config file of Xfire via Spring as below I configured it to some
extent and could not succeed.
Can any one help how to configure my service with Soap11 binding.
<!-- Spring Implementation of Logon web service -->
<bean name="logonManagerService"
class="org.codehaus.xfire.spring.ServiceBean">
<property name="serviceBean" ref="logonManager"/>
<property name="serviceClass" value="com.services.LogonManager"/>
<property name="inHandlers">
<list><ref bean="addressingHandler"/></list>
</property>
<!-- <property name="defaultBindings">
<value>false</value>
</property>
<property name="bindings">
<list>
<ref bean="soap11Binding"/>
</list>
</property>-->
</bean>
thanks in advance
--
View this message in context:
http://www.nabble.com/how-to-generate-WSDL-of-SOAP1.1-version-tf2919101.html#a8158000
Sent from the XFire - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email