I am on Windows/CygWin

I am not sure it is what I searching for.
I don't want a simple xml editor. What I want is really specific to wsdl
files.

The idea is to get rid of overload of all the xml grammar

An example of output would be:
"""
configureMyThing: <operation>
        -thingName: [xsd:string]
        -thingConfig: [myns:ThingConfiguration]
                -thingCount: [xsd:int]
                -thingLinks: [xsd:string]
                ...
        ...
"""

There you see all the arguments of the functions are separated with
potentially the name of the argument and it's type (when type is not a
primitive it is also recursively detailed)


regards,
 
Samy MECHIRI - Software Engineer
KXEN - 92158 Suresnes CEDEX
FRANCE

-----Original Message-----
From: ChadDavis [mailto:[EMAIL PROTECTED] 
Sent: mercredi 17 janvier 2007 17:18
To: axis-user@ws.apache.org
Subject: Re: Do you know a tool to easily visualize a wsdl file ?

What platform / os are you on?

On linux, I had trouble with several xml editors being able to handle
long wsdl's.  The best I'v found is called MLView.  I'm not sure its
what your looking for, in terms of graphical representation, but it is
super fast and represents the document as a DOM hieararchy, which makes
it very easy to see the various elements and regions of a wsdl.
Or you can view the document as the raw document but with element based
"code folding" which also makes it very easy to peruse lengthy
documents.



On 1/17/07, Samy Mechiri <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone,
>
> do you know any small, easily usable tool to visualize what operations

> (and their arguments) are available on a wsd file ?
>
> There seem to be nusoap having such a tool (i've read about it on
> http://www.xml.com/lpt/a/1388) but I could not find any reference to 
> it on nusoap's web page.
>
> Ideally it would output the results as a txt or html file
>
> Thank you for reading.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to