You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Ashish Panchal <as...@gmail.com> on 2008/01/16 09:29:52 UTC

WSIFException: Port is not available and no alternative can be found

Hi All !

Iam trying to call a service deployed with multiple bindings (SOAP and Java)
with the WSIF DII (the one provided with samples - DynamicInvoker). But Iam
getting the following error -

org.apache.wsif.WSIFException: Port 'WSIFServiceSoap12HttpPort' is not
available and no alternative can be found at
org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)

Iam not finding any clue why it is not able to find the available port. I
have following jars in classpath -
wsif.jar
wsdl4j.jar
commons-logging.jar
activation.jar
mail.jar

Thanks