After moving to AXIS 1.1, which includes WSDL4J 1.4, WSIF will no longer
build due to the following errors.  Is a release of WSIF available that
takes this into account?

    [javac]     79. public class AuthenticatingProxyWSDLLocatorImpl
implements j
avax.wsdl.xml.WSDLLocator {
    [javac]                      ^--------------------------------^
    [javac] *** Error: The abstract method "org.xml.sax.InputSource
getBaseInput
Source();", inherited from type "javax/wsdl/xml/WSDLLocator", is not
implemented
 in the non-abstract class
"org/apache/wsif/wsdl/AuthenticatingProxyWSDLLocatorI
mpl".

    [javac] Found 1 semantic error compiling
"T:/apps/psesp/src/org/apache/wsif/
wsdl/WSIFWSDLLocatorImpl.java":

    [javac]     79. public class WSIFWSDLLocatorImpl implements
javax.wsdl.xml.W
SDLLocator {
    [javac]                      ^-----------------^
    [javac] *** Error: The abstract method "org.xml.sax.InputSource
getBaseInput
Source();", inherited from type "javax/wsdl/xml/WSDLLocator", is not
implemented
 in the non-abstract class "org/apache/wsif/wsdl/WSIFWSDLLocatorImpl".

WSDL4J 1.4
javax.wsdl.xml
Interface WSDLLocator
getBaseInputSource
public org.xml.sax.InputSource getBaseInputSource()
      Returns an InputSource "pointed at" the base document.

Reply via email to