Results 1 to 2 of 2

Thread: CXF framework: generates WSDL with custom types starting with lower case

  1. #1
    Join Date
    Sep 2007
    Posts
    9

    Default CXF framework: generates WSDL with custom types starting with lower case

    CXF framework generates WSDL with custom types starting with lower case, e.g. for Java class "Person" WSDL will have complexType "person".
    Is there a way to customize how CXF generates custom type names, e.g. force it to generate complexType "Person"?

  2. #2
    Join Date
    Feb 2009
    Posts
    1

    Default Any solution

    I am facing the same problem. Is there anyway to work around it?

Posting Permissions

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