Title: Multibinding Question
Amos
 
One thing you could try.... if you don't mind writing some code. You could wrap the existing Service, Port and Operation objects, and catch the exception in the wrapper and re-execute on a different port.
 
Paul
 
 
----- Original Message -----
Sent: Thursday, February 27, 2003 9:12 AM
Subject: 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