hall_simon
Dec 1st, 2006, 12:29 AM
Hello,
I want to specify the wsdl endpoint bindings produced by xfire. I found this page (http://jira.codehaus.org/browse/XFIRE-95) explaining how to configure endpoints in the xfire xml config as follows:
<bindings>
<soap11Binding allowUndefinedEndpoints="false"
transport="http://schemas.xmlsoap.org/soap/http">
<endpoints>
<endpoint name="e:EchoHttpEndpoint" url="http://localhost/Echo" />
</endpoints>
</soap11Binding>
</bindings>
Anybody know how I can configure this way through the Xfire spring service bean?
Thanks.
I want to specify the wsdl endpoint bindings produced by xfire. I found this page (http://jira.codehaus.org/browse/XFIRE-95) explaining how to configure endpoints in the xfire xml config as follows:
<bindings>
<soap11Binding allowUndefinedEndpoints="false"
transport="http://schemas.xmlsoap.org/soap/http">
<endpoints>
<endpoint name="e:EchoHttpEndpoint" url="http://localhost/Echo" />
</endpoints>
</soap11Binding>
</bindings>
Anybody know how I can configure this way through the Xfire spring service bean?
Thanks.