Title: Multibinding Question

Hi,

I have a service which has bindings to Java, EJB and SOAP . Let's assume that the Java binding , which is the preferred one, has failed for some reason.

Is there a simple way ("elegant way") in the WSIF framework to try invoking the service with other possible binding (EJB or SOAP) ?

"elegant way" = NOT to catch an exception and try with other type of binding which was described in the WSDL

        Thanks in advnaced

Amos

Reply via email to