RE: WSDL

2012-09-02 Thread Martin Gainty
ire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sun, 2 Sep 2012 22:55:30 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: WSDL > > Maria Din

Re: WSDL

2012-09-02 Thread André Warnier
Maria Din wrote: Hello,I know that a WSDL file is generated from a Java method then it has one output.But, I would like to know how can I generate a WSDL file with many outputs.Please, can someone give me a java example and the WSDL file result? Thank you in advance. Looking at

WSDL

2012-09-02 Thread Maria Din
Hello,I know that a WSDL file is generated from a Java method then it has one output.But, I would like to know how can I generate a WSDL file with many outputs.Please, can someone give me a java example and the WSDL file result? Thank you in advance.

Re: Has anyone created a WSDL for the Manager Application

2009-05-28 Thread André Warnier
Martin Gainty wrote: Andre could you explain how mod_perl would handle routing capability to pass to tc instances?..could mod_perl accomplish the functionality of a load-balancer? It certainly could, but you don't have to go that far. A mod_perl module could handle the original request (be it

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 28 May 2009 00:33:35 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Has anyone created a WSDL for the Manager Application > > Mike Oliver wrote: > ... > Unless I misu

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
Thanks, no I haven't dropped REST, as an alternative. if the manager command for deploy using http put will work then that might be a shortcut. But my desire for WSDL/SOAP is because it will then work with BPEL process flows and has better error handling and fits with our JMS AND ESB cl

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
Thanks, no its not about single sign on, its about automation via web services. I want the operations that are associated with /manager to be wrapped in WSDL/SOAP so I can automate via SOAP/BPEL the process of deploying new war files to multiple instances of Tomcat. If someone has done this

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread André Warnier
Mike Oliver wrote: ... Unless I misunderstand, - the first part of your problem is to be able to login once, and then have this login be valid for all separate Tomcat instances. - the second part of the problem is then, for each Tomcat instance, to be able to use manager-like functionalities to

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
l your own. I'm not aware of a SOAP solution to this problem. I'd suggest using the ManagerServlet as a starting point. Mark > > Ollie > > David Smith-2 wrote: >> Color me crazy, but I'm working on a WSDL project now and ... well ... >> yuck. Sorry .. jus

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
w war file and SOAP envelope is far more what I have in mind. Ollie David Smith-2 wrote: > > Color me crazy, but I'm working on a WSDL project now and ... well ... > yuck. Sorry .. just had to get that out of my system. :-) > > The services offered by manager should work for

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread David Smith
Color me crazy, but I'm working on a WSDL project now and ... well ... yuck. Sorry .. just had to get that out of my system. :-) The services offered by manager should work for what you want. The link below is for tomcat 6, but there are equivalents for whatever version you are working

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
Mike Oliver wrote: > Hmmm, > > I am not looking for the contents of /manager either in HTML or XML. /manager is plain text for automated tools /manager/html is the GUI Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
the manager and administration applications for each are not accessible from outside except through VPN and only our admins have that. I can after all look at the sources for the manager application, and write my own WSDL and Axis generated web services, but I am a firm believe in not re-inventing

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
operations could be executed by posting a SOAP message to the operations defined and pointed to by the WSDL file. With the Web Services interface my central application can do all of the operations, securely, and as part of a workflow, not requiring me to navigate my browser to each instance of

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 27 May 2009 09:37:27 -0700 > From: moli...@corenttech.com > To: users@tomcat.apache.org > Subject: Has anyone created a WSDL for the Manager Application > > > I would like to use Web Services to access the m

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Peter Lin
rname and password but via Web Services from a central location >> using WSDL or REST. > > Understood. So what do you need that http://host:port/manager (rather > than http://host:port/manager/html) does not support? > > Mark > > > > --

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
normal user interface. > > What I want to do is automate that so I can access that same instance with > that same username and password but via Web Services from a central location > using WSDL or REST. Understood. So what do you need that http://host:port/manager (rather than http:/

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
that so I can access that same instance with that same username and password but via Web Services from a central location using WSDL or REST. Then I can deploy a new war file from a central location to all the instances of tomcat that I manage. My central location then would use SOAP or REST to

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Ken Bowen
Mark Thomas wrote: Mike Oliver wrote: I would like to use Web Services to access the many tomcat instances I have, instead of having to login to each Manager individually. Has anyone created a WSDL wrapper implementation to duplicate the manager or administration applications operations vi

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
Mike Oliver wrote: > I would like to use Web Services to access the many tomcat instances I have, > instead of having to login to each Manager individually. > > Has anyone created a WSDL wrapper implementation to duplicate the manager or > administration applications operations v

Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
I would like to use Web Services to access the many tomcat instances I have, instead of having to login to each Manager individually. Has anyone created a WSDL wrapper implementation to duplicate the manager or administration applications operations via web services. Non WSDL REST web services

RE: How to stop WSDL modification

2008-01-07 Thread Gennady Shumakher
Use true in your service.xml (web service descriptor). Otherwise axis2 generates wsdl out of runtime java classes. Gennady. -Original Message- From: Gardiner, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 17:06 To: users@tomcat.apache.org Subject: How to stop WSDL

How to stop WSDL modification

2008-01-07 Thread Gardiner, Mike
Hi, I tried looking for a solution to this but couldn't find anyone actually complaining about this behaviour. I'm using Tomcat 6 with Axis2. My WSDL defines messages like this: But when I visit the site through a browser to view the WSDL it sho

RE: how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Caldarale, Charles R
> From: Roth, Michael [mailto:[EMAIL PROTECTED] > Subject: how to do a redirect for a wsdl url without tomcat > response / tomcat interference > > So any help in conjunction with the use of Jk2 would be appreciated. The jk2 package has been deprecated for over a year, so you&#

how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Roth, Michael
Montag, 23. Oktober 2006 14:37 >An: 'users@tomcat.apache.org' >Betreff: how to do a redirect for a wsdl url without tomcat >response / tomcat interference > > >Hello, > >I asked this on IRC already (nick: PennFan), but didn´t get >a satisfying answer so far. &

RE: WSDLReader:Analyzing the WSDL file failed

2005-12-28 Thread mukesh
is that I have to change it to xsd but how ? Please let me if someone knows how to change encoding ? -Mukesh -Original Message- From: mukesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 2:07 PM To: 'Tomcat Users List' Subject: RE: WSDLReader:Analyzing the

RE: WSDLReader:Analyzing the WSDL file failed

2005-12-28 Thread mukesh
Bob, Thanks for your response. If it is typo mistake then Axis must have detected it. -Mukesh -Original Message- From: Bob Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 1:56 PM To: Tomcat Users List Subject: Re: WSDLReader:Analyzing the WSDL file

Re: WSDLReader:Analyzing the WSDL file failed

2005-12-28 Thread Bob Hall
ervice > (deployed on tomcat5.512 , > using axis1.3) from tomcat 4.1 using Axis1.3. > > > > But following error is coming when > trying to call from VB using > MSSoap Client, running IIS on WIN NT > > > > WSDLReader:Analyzing the WSDL file

WSDLReader:Analyzing the WSDL file failed

2005-12-27 Thread mukesh
Hi friends, I am able to access my web service (deployed on tomcat5.512 , using axis1.3) from tomcat 4.1 using Axis1.3. But following error is coming when trying to call from VB using MSSoap Client, running IIS on WIN NT WSDLReader:Analyzing the WSDL file failed