Results 1 to 4 of 4

Thread: DefaultWsdl11Definition cannot be resolved to a type

  1. #1

    Thumbs down DefaultWsdl11Definition cannot be resolved to a type

    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

  2. #2

    Default

    Are you sure that spring-ws jars are on the class path?
    Tareq Abedrabbo

    My Twitter
    My Blog

  3. #3

    Thumbs up how to generate wsdl from DefaultWsdl11Definition

    I got DefaultWsdl11Definition worked wih my schema. How do I get wsdl file from the class in the spring-ws? Is there a class or method to generate its WSDl file automatically? Can someone show me an example?

    -Henry

  4. #4

    Default

    Check out the reference doc for options to generate wsdl files dynamically.
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •