I am using Spring 2.0.7 and I got the following error:
DefaultWsdl11Definition cannot be resolved to a type
when I compile my code:
public class Schema2Wsdl
{
org.springframework.ws.wsdl.wsdl11.DefaultWsdl11De finition m_wsdl;
...
}
Can someone show me what is missing? jar files? class?...
-Henry


Reply With Quote