hi
I am new to woden and I have a simple code like this
WSDLFactory factory = WSDLFactory.newInstance();
WSDLReader reader = factory.newWSDLReader();
reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
Description desc = reader.readWSDL(wsdlurl);
Binding[] binding = desc.getBindings();
and i got compilation error
WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating a
WSDLFactory
implementation using factory impl name
'org.apache.woden.internal.DOMWSDLFactory' :
org.apache.woden.internal.DOMWSDLFactory: java.lang.ClassNotFoundException:
org.apache.woden.internal.DOMWSDLFactory
can someone help me with this?
thanks
--
Dennis Seah
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]