Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-19 Thread Stefan Will

You could try the graphical WSDL editor in Eclipse.

Samy Mechiri wrote:

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: 
-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]

  


--
Notice: This email and any files transmitted with it are confidential and 
intended solely for the individual or entity to which they are addressed.  If 
you have received this email in error please notify the sender and destroy any 
copies of this email and its attachments.  You are hereby notified that any 
unauthorized review, use, disclosure, dissemination, distribution, or copying 
of this communication, or any of its contents, is strictly prohibited.  Please 
note that any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company.  The recipient 
should check this email and any attachments for the presence of viruses.  The 
company accepts no liability for any damage caused by any virus transmitted by 
this email.


Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-19 Thread Paul Fremantle

Samy

WSO2's Open Source app server has a nice stylesheet for viewing WSDL.
It certainly helps navigate it, and all you need to do is add a single
line to the WSDL for it to view nicely in a browser.

You need the files and XSL stylesheets in this directory:
https://wso2.org/repos/wso2/wsas/java/trunk/modules/www/styles/

Put them in a /styles/ directory, or edit the internal links so they work.

You can add this to the WSDL file at the top to make the browser pick
up the right stylesheet:


Paul





On 1/18/07, Samy Mechiri <[EMAIL PROTECTED]> wrote:



Ok thank you everyone for your proposals.
In the end I will probably end writing that small app myself.
Everything your proposed are fine tools but none outputs the results with
the simplicity I aim.

What I want is when you look at an operation you have a direct insight of
what are the inputs and what are the ouputs (in term of primitives)
What I don't want is when you look at an operation you have the name of
input/output messages then you have to search those messages which may be
complex types and then you have to naviguate to those types and go back the
messages for the name of the next complexType you wanted to look and then go
back to the types definition (when it's not in another file) etc.

Since I don't mean to use it on huge wsdls, I will write a small program
doing what I want.
Thank you again for taking the time to answer.

regards,

Samy MECHIRI - Software Engineer
KXEN - 92158 Suresnes CEDEX
FRANCE



 
 From: Cox, Brian (GE Infra, Energy) [mailto:[EMAIL PROTECTED]
Sent: mercredi 17 janvier 2007 19:40
To: axis-user@ws.apache.org
Subject: RE: Do you know a tool to easily visualize a wsdl file ?





Although it is not necessarily small application, you might try NetBeans 5.5
with the Enterprise pack.  I have attached a screen capture.  The "Port
Types" section displays the information you are interested in, however, no
text/html dump that I am aware of.













-Original Message-
From: Samy Mechiri [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 8:53 AM
To: axis-user@ws.apache.org
Subject: Do you know a tool to easily visualize a wsdl file ?



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.



--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

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



Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-19 Thread PP

Hi

u can use SoapUI (free tool "http://www.soapui.org/";)  to see the operations
and also u can call the methods and see the output.
u can also send the attachments as base64.



On 1/18/07, Samy Mechiri <[EMAIL PROTECTED]> wrote:


 Ok thank you everyone for your proposals.
In the end I will probably end writing that small app myself.
Everything your proposed are fine tools but none outputs the results with
the simplicity I aim.

What I want is when you look at an operation you have a direct insight of
what are the inputs and what are the ouputs (in term of primitives)
What I don't want is when you look at an operation you have the name of
input/output messages then you have to search those messages which may be
complex types and then you have to naviguate to those types and go back the
messages for the name of the next complexType you wanted to look and then go
back to the types definition (when it's not in another file) etc.

Since I don't mean to use it on huge wsdls, I will write a small program
doing what I want.
Thank you again for taking the time to answer.

regards,

*Samy MECHIRI - **Software Engineer*
*KXEN - 92158 Suresnes CEDEX*
*FRANCE*


 --
*From:* Cox, Brian (GE Infra, Energy) [mailto:[EMAIL PROTECTED]
*Sent:* mercredi 17 janvier 2007 19:40
*To:* axis-user@ws.apache.org
*Subject:* RE: Do you know a tool to easily visualize a wsdl file ?

 Although it is not necessarily small application, you might try NetBeans
5.5 with the Enterprise pack.  I have attached a screen capture.  The
"Port Types" section displays the information you are interested in,
however, no text/html dump that I am aware of.













-Original Message-
*From:* Samy Mechiri [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, January 17, 2007 8:53 AM
*To:* axis-user@ws.apache.org
*Subject:* Do you know a tool to easily visualize a wsdl file ?



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.





--
Thanks & Regards
Pradeep Patel


RE: Do you know a tool to easily visualize a wsdl file ?

2007-01-18 Thread Samy Mechiri
Ok thank you everyone for your proposals.
In the end I will probably end writing that small app myself.
Everything your proposed are fine tools but none outputs the results
with the simplicity I aim.
 
What I want is when you look at an operation you have a direct insight
of what are the inputs and what are the ouputs (in term of primitives)
What I don't want is when you look at an operation you have the name of
input/output messages then you have to search those messages which may
be complex types and then you have to naviguate to those types and go
back the messages for the name of the next complexType you wanted to
look and then go back to the types definition (when it's not in another
file) etc.
 
Since I don't mean to use it on huge wsdls, I will write a small program
doing what I want.
Thank you again for taking the time to answer.
 
regards,
 
Samy MECHIRI - Software Engineer
KXEN - 92158 Suresnes CEDEX
FRANCE
 



From: Cox, Brian (GE Infra, Energy) [mailto:[EMAIL PROTECTED] 
Sent: mercredi 17 janvier 2007 19:40
To: axis-user@ws.apache.org
    Subject: RE: Do you know a tool to easily visualize a wsdl file
?


Although it is not necessarily small application, you might try
NetBeans 5.5 with the Enterprise pack.  I have attached a screen
capture.  The "Port Types" section displays the information you are
interested in, however, no text/html dump that I am aware of.
 
 
 
 
 
 
-Original Message-
From: Samy Mechiri [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 17, 2007 8:53 AM
To: axis-user@ws.apache.org
        Subject: Do you know a tool to easily visualize a wsdl file ?
 
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.


Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-17 Thread ChadDavis

Samy,

I think the DOM view offerd by MLVIEW is exactly what you show below.
Note: I sent a screen cap of the dom view of MLView to your email
address directly.  I didn't want to clog the bandwith of the list with
a pic.

ALso, I think many xml editors provide a similar DOM view.

Chad

On 1/17/07, Samy Mechiri <[EMAIL PROTECTED]> wrote:

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: 
-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]




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



Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-17 Thread Jesús Daniel Blázquez Carazo

You can use XML spy

- Original Message - 
From: "Samy Mechiri" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, January 17, 2007 5:38 PM
Subject: RE: Do you know a tool to easily visualize a wsdl file ?



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: 
-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]



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



RE: Do you know a tool to easily visualize a wsdl file ?

2007-01-17 Thread Samy Mechiri
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: 
-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]



Re: Do you know a tool to easily visualize a wsdl file ?

2007-01-17 Thread ChadDavis

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]



Do you know a tool to easily visualize a wsdl file ?

2007-01-17 Thread Samy Mechiri
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.