Hi I have a error with "UDDIConstants" in the part of the import
import org.apache.juddi.v3.client.UDDIConstants;
and i have error in this part with "UDDIConstants"
fq.getFindQualifier().add(UDDIConstants.APPROXIMATE_MATCH);
fb.setFindQualifiers(fq);
Name searchname = new Name();
searchname.setValue(UDDIConstants.WILDCARD);
Do you know why do i have this error?
Do you know if i need a jar file?
Thanks so much
