java.lang.NoSuchMethodError

2002-11-01 Thread Takafumi Sato
Title: java.lang.NoSuchMethodError Hello, everybody. I have a problem about making WSDL file. When I use Java2WSDL , I get Error like this java.lang.NoSuchMethodError     at org.apache.axis.wsdl.fromJava.Types.writeWsdlTypesElement(Types.java: 458)     at org.apache.axis.wsdl.

Re: Please help me get started

2002-11-01 Thread Frank E. Weiss
Darrell, Have you tried the seven steps on the following page? http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html -- Frank Weiss Darrell Gamble wrote: > This is the most confusing site. I am simply trying to get help getting started >with Axis and having a ton of >

Re: Axis performance, additional info

2002-11-01 Thread David . Pool
I converted another Apache SOAP 2.3.1 web service and test client to Axis 1.0. This service retrieves about 75 records worth of data, versus the service mentioned below which returns about 5 records worth of data. This second test seems to be more evenly matched, SOAP averaged 2556 milliseconds p

Re: SSL-Axis Bug ?

2002-11-01 Thread Pae Choi
FYI: I have tested Axis v1.0 with TC 4.1.12 and with Apache/HTTPd on J2SDK 1.4.1_01 on Win32. Scenario 1: https://www.domain.com/// Apache/HTTPS(443) with mod-ssl & OpenSSL Apache/HTTPS(443) with mod-jk & TC Scenario 2: https://www.domain.com:8443//

Please help me get started

2002-11-01 Thread Darrell Gamble
This is the most confusing site.  I am simply trying to get help getting started with Axis and having a ton of problems.  The website is descuraging because I was hoping it would clear up the badly written book I spent 49.99 on Sams Web Services Unleashed.  It is horrible for introducing how to get

Re: Axis performance

2002-11-01 Thread David . Pool
Jesse, I've noticed the speed claims as well, but my experience tells me otherwise. I'm not aware of any benchmarks. I haven't modified any of the logging defaults, so I believe it's set to INFO now. You are referring to logging output and the log4j.properties in the axis.jar, are you not? My t

Re: isolation of web services deployed on axis

2002-11-01 Thread objectman
"KUMAR,PANKAJ (HP-Cupertino,ex1)" wrote: > > > -Original Message- > > From: Steve Loughran [mailto:steve_l@;iseran.com] > > Sent: Friday, November 01, 2002 10:40 AM > > > > - Original Message - > > From: "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> > > > > > > > > > > My I

RE: isolation of web services deployed on axis

2002-11-01 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> -Original Message- > From: Steve Loughran [mailto:steve_l@;iseran.com] > Sent: Friday, November 01, 2002 10:40 AM > > - Original Message - > From: "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> > > > > > > My ISP allows me to have my own perl scripts. I would want > it

RE: Web service from Java code - online example

2002-11-01 Thread [EMAIL PROTECTED]
Hi Stu, Using the Ant tasks would allow you to automate the steps for a particular set of source files, but I don't see this as a big gain - typically you'd only go through this process once for any particular set of classes anyway, so why bother to script it out in Ant? What I meant by making th

Re: Web service from Java code - online example

2002-11-01 Thread Steve Loughran
- Original Message - From: "Stuart Halloway (DevelopMentor)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 11:56 AM Subject: RE: Web service from Java code - online example > Hi Dennis, > > WRT making Java2WSDL and WSDL2Java simpler, what is wrong with the A

Re: Axis performance

2002-11-01 Thread Jesse D. Sightler
Hi David, I've noticed that the Axis website claims speed gains over ApacheSOAP, but I've never really seen any evidence to back this up. I'd be really curious to know what kinds of benchmarks have been done comparing the performance of the two products. I will ask, though, whether or not debugg

Axis performance

2002-11-01 Thread David . Pool
I took a web service I created with Apache SOAP 2.3.1 and converted it to work with Axis 1.0. They are pretty much the same actually. I got curious about the performance, so I made a few simple timed tests, and I'm a little surprised about the results. A SOAP call took 818 milliseconds on average,

RE: Web service from Java code - online example

2002-11-01 Thread Stuart Halloway \(DevelopMentor\)
Hi Dennis, WRT making Java2WSDL and WSDL2Java simpler, what is wrong with the Ant tasks in axis-ant.jar? The whole process you describe can be automated with Ant. The toughest part (not that tough!) would be generating a transform to do step 4. Stu -

Re: Empty arrays not serialized properly

2002-11-01 Thread Steve Loughran
- Original Message - From: "Martin Jericho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 4:42 PM Subject: Re: Empty arrays not serialized properly > Thanks for the tip, it has given me further insight into the problem. > > Your suggestion works, but it int

question about wsdl2java generated classes

2002-11-01 Thread Andy Kriger
wsdl2java creates a class that implements Service and allows you to retrieve a stub that extends org.apache.axis.client.Stub and implements java.rmi.Remote to send Call objects. Can this Service/Stub be kept in memory and reused for multiple calls? (so that calls to the stub can be made repeatedly

using a jws instand deployed service from .NET

2002-11-01 Thread ajbanck
Hello,   I am trying to use a service deployed as .jws to Tomcat 4.1.2 from .NET without success. - I copied the Calculator.java sample as Calculator.jws to the Axis folder. - I compiled the CalcClient.java class and it works fine - I can see the wsdl with http://localhost:8080/axis/Ca

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Title: RE: Debugging a web service? i see, i'm using tomcat -Original Message- From: Joey Gibson [mailto:[EMAIL PROTECTED]] Sent: Friday, November 01, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: Re: Debugging a web service? On Fri, 1 Nov 2002 12:01:55 -0500 , Barry Lulas <[EMAIL P

Re: Debugging a web service?

2002-11-01 Thread Joey Gibson
On Fri, 1 Nov 2002 12:01:55 -0500 , Barry Lulas <[EMAIL PROTECTED]> wrote: ||| I'm not familiar with what WLS7 is, can you explain Sorry. WebLogic 7. -- Oh good! My dog found the chainsaw...

Re: isolation of web services deployed on axis

2002-11-01 Thread Steve Loughran
- Original Message - From: "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 11:47 PM Subject: RE: isolation of web services deployed on axis > I have been watching this discussion with some curisity ... > > There is an interst

Re: Empty arrays not serialized properly

2002-11-01 Thread ajbanck
Hi, Did you test that the data returned by the getter works when using a .NET client when the array is empty? I have a problem that .NET gives a exception parsing xml using this structure and the array has zero elements. The generated xml gives: http://schemas.xmlsoap.org/soap/encoding/"/> Are

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
Steve Loughran wrote: I've now posted a page that gives detailed instructions for enabling and using the SOAPMonitor, at http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html. Dennis. I've just linked to this from the axis reading.html page. One point: what about enabling the SoapMo

RE: Debugging a web service?

2002-11-01 Thread Francisco Andrades Grassi
I use the plugin for eclipse under linux, but I believe it should work exactly the same on WinXX. That error seems like server.xml is not (or wrongly) specified on Window->Preferences->Tocat->Configuration file. Check that "Tomcat home", "Configuration file" and "Tomcat version" have the correct v

Re: Problem running Axis 1.0

2002-11-01 Thread Steve Loughran
looks like a security exception, which means that axis needs more permissions than you are granting it., - Original Message - From: "Alen Ribic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 5:16 AM Subject: Problem running Axis 1.0 > I have just installed Ax

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Title: RE: Debugging a web service? When trying to run the plugin (Start Tomcat) I get the following exception: ERROR reading C:\Tools\tomcat\conf\server.xml At Line 18 /Server/Listener/ className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0 Catalina.start: java.lang.ClassNo

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Steve Loughran
- Original Message - From: "Dennis Sosnoski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 2:34 AM Subject: Re: SOAPMonitor doesn't work - Install instructions here > Hi Stephen and all, > > I had some problems getting this going, too, but figured it out wit

Re: isolation of web services deployed on axis

2002-11-01 Thread Steve Loughran
I have no idea, but I believe -Xmx is there for your own good. - Original Message - From: "Vidyanand Murunikkara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 3:37 PM Subject: RE: isolation of web services deployed on axis Hi Steve We have been doing

A service call with multiple output parameters

2002-11-01 Thread chasee
Hello all, I want to make a call to a service operation with multiple outputs. I would have to addParameters to the call object. My question is what would be the QName for primary holder types, for say, StringHolder. And what should be the parameterModes? OUT or INOUT? Please help. Thanks.   chasee

RE: Debugging a web service?

2002-11-01 Thread Francisco Andrades Grassi
Get the plugin and the instructions from here: http://www.sysdeo.com/eclipse/tomcatPlugin.html Regards Frsncisco Andrades Grassi www.NextJ.com On Fri, 2002-11-01 at 12:46, Barry Lulas wrote: > do they have a site that is in English? > > -Original Message- > From: Francisco Andrades Gras

Web service from Java code - online example

2002-11-01 Thread Dennis Sosnoski
New users might be interested in an example I posted of using Axis to build a web service from existing Java code: http://www.sosnoski.com/presents/java-xml/axis/axis-service.html This uses the approach of Java->WSDL->Java, keeping the original code for the server side and using the generated c

RE: Debugging a web service?

2002-11-01 Thread Ruslan . Zenin
Use Babel fish to translate the site.   See it for yourself at: http://babelfish.altavista.com/   regards, Ruslan Zenin http://www.geocities.com/russ_zenin     -Original Message- From: Barry.Lulas Sent: November 1, 2002 11:47 AM To: axis-user Subject: RE: Debugging a we

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Title: RE: Debugging a web service? I'm not familiar with what WLS7 is, can you explain -Original Message- From: Joey Gibson [mailto:[EMAIL PROTECTED]] Sent: Friday, November 01, 2002 11:35 AM To: [EMAIL PROTECTED] Subject: Re: Debugging a web service? On Fri, 1 Nov 2002 11:24:09

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread objectman
Still. Good discovery work. Thanks. Dennis Sosnoski wrote: > > objectman wrote: > > >Stephen Graham wrote: > > > > > >>Thanks that works. > >> > >>Cheers > >>Stephen. > >> > >> > >> > >The global option for all services works much better than the indiviual > >service solution. > > > I guess this

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
objectman wrote: Stephen Graham wrote: Thanks that works. Cheers Stephen. The global option for all services works much better than the indiviual service solution. I guess this depends on whether you want to monitor all services or only selected ones. I'll update my page later to men

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Title: RE: Debugging a web service? do they have a site that is in English? -Original Message- From: Francisco Andrades Grassi [mailto:[EMAIL PROTECTED]] Sent: Friday, November 01, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Re: Debugging a web service? Greetings You can use Ec

Re: Debugging a web service?

2002-11-01 Thread Joey Gibson
On Fri, 1 Nov 2002 11:24:09 -0500 , Barry Lulas <[EMAIL PROTECTED]> wrote: ||| What is the best way to setup debugging of a web service? Has this been ||| written up anywhere? I use Eclipse with WLS7. I set breakpoints in my web service code, start WLS with the standard JPDA switches and then co

RE: Debugging a web service?

2002-11-01 Thread Barry Lulas
Eclipse -Original Message-From: Jung, Eric (Contractor) [mailto:[EMAIL PROTECTED]]Sent: Friday, November 01, 2002 11:26 AMTo: '[EMAIL PROTECTED]'Subject: RE: Debugging a web service? Do you use an IDE? If so, which one?   -Original Message-From: Barry Lu

Axis over SSL with Tomcat

2002-11-01 Thread Stefan Carlsson
Hi all ! Can someone please tell me where to find information on how to set up a Web Service using SSL and Tomcat. What versions (jdk, axis, tomcat) did you use ? Thanks in advance ! Regards, Stefan

Re: Debugging a web service?

2002-11-01 Thread Francisco Andrades Grassi
Greetings You can use Eclipse to debug the web-services. You just need to run tomcat inside eclipse using a plugin (there's a very good one at www.sysdeo.com). Regards Francisco Andrades Grassi www.NextJ.com On Fri, 2002-11-01 at 12:24, Barry Lulas wrote: > What is the best way to setup debuggin

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread objectman
Stephen Graham wrote: > > Thanks that works. > > Cheers > Stephen. > > -Original Message- > From: Dennis Sosnoski [mailto:dms@;sosnoski.com] > Sent: Friday, 1 November 2002 21:35 > To: [EMAIL PROTECTED] > Subject: Re: SOAPMonitor doesn't work - Install instructions here > > Hi Stephen a

RE: Debugging a web service?

2002-11-01 Thread Jung, Eric (Contractor)
Do you use an IDE? If so, which one?   -Original Message-From: Barry Lulas [mailto:[EMAIL PROTECTED]]Sent: Friday, November 01, 2002 11:24 AMTo: '[EMAIL PROTECTED]'Subject: Debugging a web service? What is the best way to setup debugging of a web service?  Has this been

Debugging a web service?

2002-11-01 Thread Barry Lulas
What is the best way to setup debugging of a web service?  Has this been written up anywhere?

When is my service called?

2002-11-01 Thread Barry Lulas
Title: When is my service called? Somebody please tell me when my service is initially called.  I have code in the constructor of my implementation class that needs to be called once.  I have tagged the service with Application scope.  Is my service called when the first method is called or is

Problem running Axis 1.0

2002-11-01 Thread Alen Ribic
I have just installed Axis 1.0 on a Sun App Server.All the necessary libraries reside in the appropriate place.I ran the happyaxis.jsp validation file on the server successfully.However when I try to view the list of deployed Web services, server throughs the following exception. Any help

RE: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Stephen Graham
Thanks that works. Cheers Stephen. -Original Message- From: Dennis Sosnoski [mailto:dms@;sosnoski.com] Sent: Friday, 1 November 2002 21:35 To: [EMAIL PROTECTED] Subject: Re: SOAPMonitor doesn't work - Install instructions here Hi Stephen and all, I had some problems getting this going,

RE: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Sprenger, Karel
Title: Re: SOAPMonitor doesn't work - Install instructions here Hi,   The solution provided by Raju Gottumukkala <[EMAIL PROTECTED]> earlier, i.e., unpacking axis.jar, fixing server-config.wsdd and rebuilding the jar file, worked good enough for me.  BTW, I'm running Axis in BEA WebLogic Serve

Re: is nagoya.org working? connection refused

2002-11-01 Thread Reynardine
There is an 'IP tester' web service on xmethods. It can test is a site is 'down'. See http://www.xmethods.net/ve2/ViewListing.po?serviceid=14 Here is the java command line client and the output I get for nagoya.org package tcpip.ws; public class TCPIPTester {     public static void main(Stri

Re: WSDL files

2002-11-01 Thread c poly
If you mean the ?WSDL option, I think yes...I'm almost sure that .NET does that (.asmx?WSDL to get the WSDL file from a .NET deployed web service) and (correct me if I'm wrong) I think this behaviour tends to become a standard among all platforms. On the other hand, I don't think that Axis stores

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
Hi Stephen and all, I had some problems getting this going, too, but figured it out with some help from the list. I've now posted a page that gives detailed instructions for enabling and using the SOAPMonitor, at http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html. This assumes Ax

Re: SOAPMonitor doesn't work right?

2002-11-01 Thread Raju Gottumukkala
Title: SOAPMonitor doesn't work right? I have had a similar problem for a long time, got some help from doug, try this and see if it helps modify the server_config.wsdd file,     uncomment out the part which says uncomment this for SOAPMonitor ( if u re uding the latest version u will find

SSL-Axis Bug ?

2002-11-01 Thread Stefan Carlsson
Hi all ! I have this very simple web service that I want to access through SSL. Im using Tomcat 4.1.12, jdk1.4.1 and Axis 1.0. The service is as follows: public class Hello { public String greet(String name) { return "Hello, " + name + "!!"; } } When I try to access it with HTTP it w