{
bindingId = SOAPBinding.SOAP11HTTP_BINDING;
}
else
{
TransportManager transportManager = JAXWSHelper.getInstance().getTransportManager();
Transport t = transportManager.getTransportForUri(address);
bindingId = t.getSupportedBindings()[0];
}
org.codehaus.xfire.jaxws.Endpoint endpoint =
new org.codehaus.xfire.jaxws.Endpoint(bindingId, implementor);