Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help with WSDL and UML

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with WSDL and UML

    Hello,

    I need to create a program who generate a UML diagram from a WSDL archive.

    At the beginning I used the wsdl2java funcionality, provided by Axis2, and then I used umlgraph. This ran great with simples wsdl files (one class with one or two methods) but when i used the wsdl2java command on a complex wsdl file, I couldn't generate the correct UML diagram. With complex i mean that it have several classes, methods and relations.

    Another alternative that I found that could solve this problem (Wsdl to UML) could be Hypermodel (XMLmodeling.com | Creating Innovation Through Technology) but first, I don't know how to download it and second, I would have to use it like a .jar file in a way that i can run it by the CMD and give it as a parameter the Wsdl file; or something like it.

    Can someone give me some ideas about how to solve this?

    Best regards.


  2. #2
    Junior Member
    Join Date
    Oct 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with WSDL and UML

    Anyone can generates the diagram in this link Class Diagram Example: Views for Different Packages using umlgraph from the project DBCP connecting pool, because i don't understand how generate it.

Similar Threads

  1. WSDL Classes not recognized
    By jb1111 in forum Web Frameworks
    Replies: 0
    Last Post: March 20th, 2012, 08:37 PM
  2. SOAP / WSDL Simple (ish) Problem
    By Mezz in forum Java Networking
    Replies: 0
    Last Post: September 29th, 2010, 12:01 PM
  3. wsdl/xsd-problem
    By hamsterofdeath in forum Java Theory & Questions
    Replies: 1
    Last Post: August 5th, 2010, 03:24 AM
  4. [SOLVED] Web Service from WSDL
    By wilky in forum Java Theory & Questions
    Replies: 3
    Last Post: January 25th, 2010, 10:45 AM
  5. Java EE warnings while parsing wsdl
    By Idy in forum Web Frameworks
    Replies: 0
    Last Post: January 14th, 2010, 04:29 PM