Re: Web services performance

2004-07-09 Thread Dennis Sosnoski
I guess I should make the downloads more prominent. They're at the end of each page discussing how a particular implementation was done, so in the case of Axis at the end of this page: http://www.sosnoski.com/presents/cleansoap/axis.html Incidentally, besides wanting to get the benefits of the

Re: Web services performance

2004-07-09 Thread Davanum Srinivas
Dennis, Where can i download the examples for axis? As an aside, first we had Alek pushing XSOAP and now we have you pushing JIBXSoap...Is this some kind of bug? (everyone building their own better mouse trap :) thanks, dims On Fri, 09 Jul 2004 15:22:49 -0700, Dennis Sosnoski <[EMAIL PROTECTED

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Hi, In the answer provided to me below, there were two possible ways of including the class that was referenced but not defined. I use -e option and included the CommonCacheInetrface as shown below. The java2wsdl generates wsdl without any problem, but when I try to do wsdl2java "CommonCacheI

Re: Web services performance

2004-07-09 Thread Davanum Srinivas
Dennis, We have not yet tuned performance for this release :( Was planning to do it after the beta. Yes, i'd like to use the examples to help tune Axis. thanks, dims On Fri, 09 Jul 2004 15:22:49 -0700, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > I've finally published my performance comparison

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Thanks for your response. I still have a problem. Here is my ant script for java2wsdl http://localhost/WebServices/services/CwapiClientAgent"/> Here is my ant script for wsdl2java

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Christophe Roudet
If you are using java2wsdl to generate your wsdl you can: - specify an input wsdl file with your types (--input ) - specify extra-classes to add (-e, --extraClasses ) See java2wsdl doc http://ws.apache.org/axis/java/reference.html. Here is the ant target I use:

Web services performance

2004-07-09 Thread Dennis Sosnoski
I've finally published my performance comparison of SOAP web services using open source frameworks, at http://www.sosnoski.com/presents/cleansoap/comparing.html In addition to the performance comparison itself (using JAX-RI doc/lit, Axis doc/lit, Axis-Castor, Axis rpc/enc, JibxSoap... and RMI,

Re: Service.createCall() - Is this a bug ?

2004-07-09 Thread Davanum Srinivas
here are some guidelines - http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches thx, -- dims On Sat, 10 Jul 2004 02:28:11 +0530, sanjay <[EMAIL PROTECTED]> wrote: > Service.java > Changing the call > > FromService.createCall() > to Service.createCall(QName portTyp

How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Title: How do you get around "referenced but not defined" in wsdl2java tool     Hi, How do you get around "referenced but not defined" while generating java from wsdl2java tool?  Please see below the error stack trace. Regards Sagar PS: Type  BaseGroupModel is referenced but not

NoClassDefFoundError

2004-07-09 Thread Gottipati, Chandra
When I run java -classpath .;%AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java ../wsdl/PreQual.wsdl com.algx.wsdl I keep getting the following exception: Exception in thread "main" java.lang.NoClassDefFoundError: javax.wsdl.Definition at org.apache.axis.wsdl.toJava.JavaGeneratorFactory.class$(JavaG

RE: Service.createCall() - Is this a bug ?

2004-07-09 Thread sanjay
Service.java Changing the call FromService.createCall() to Service.createCall(QName portType) in Service.createCall(QName portType, QName operationName) should work, first call doesn't initialize anything from WSDL, third is supposed to do all initialization, second is where init

Re: Service.createCall() - Is this a bug ?

2004-07-09 Thread Davanum Srinivas
do u have a patch in mind as well? -- dism On Sat, 10 Jul 2004 01:23:30 +0530, sanjay <[EMAIL PROTECTED]> wrote: > Thanks, > I filed a bug for this [AXIS-1445] > > Regards > Sanjay > > > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 10,

RE: Service.createCall() - Is this a bug ?

2004-07-09 Thread sanjay
Thanks, I filed a bug for this [AXIS-1445] Regards Sanjay -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 12:51 AM To: [EMAIL PROTECTED] Subject: Re: Service.createCall() - Is this a bug ? looks like a bugplease submit a bug report w

Re: Design questions

2004-07-09 Thread matthew.hawthorne
Tuncay wrote: Below is a sketch of my current design to explain the situation better: +--+ +--+ | | UNIX | HTTP| Java | HTTP| Web | ADABAS | <---> |Web | <---> | Service | NATURAL | |App

Re: Service.createCall() - Is this a bug ?

2004-07-09 Thread Davanum Srinivas
looks like a bugplease submit a bug report with a small test case if possible., -- dims - Original Message - From: sanjay <[EMAIL PROTECTED]> Date: Fri, 9 Jul 2004 23:07:12 +0530 Subject: Service.createCall() - Is this a bug ? To: [EMAIL PROTECTED] Hi

Translate from primitive to Java object

2004-07-09 Thread Ryan Bloom
I have decided to do things the axis way and deploy my classes using wsdd. However, now I have hit another problem. Basically, I have a method with the following signature: String getUserLogin(User usr); which, I am exposing through axis. Obviously, the User class isn't a class that soap c

Service.createCall() - Is this a bug ?

2004-07-09 Thread sanjay
Hi   Service.createCall is overloaded with following methods -   1. Service.createCall(QName portName) 2. Service.createCall(QName portName, QName operationName) 3. Service.createCall()   If I call (1) and then - call.setOperationName() it works fine. If I call (2) and it doesn’

Design questions

2004-07-09 Thread Tuncay
Hello all, I need to design and implement a bridge like application between a legacy banking application and a web service. The banking application is written in ADABAS NATURAL and is on a UNIX platform. Below is a sketch of my current design to explain the situation better: +--+

Re: AW: accessing HTTP cookies

2004-07-09 Thread Alex Burmester
The fix is currently not in the 1.2 codebase but it has been offered that if someone tweaks the 1.1 patch to work against the latest cvs code, they will check it in. I was planning on doing this but I haven't had any free time the past few weeks. On Fri, 9 Jul 2004, Christian Campo wrote: > hi

[Re:Solved, BUT]faultString: org.xml.sax.SAXParseException: Premature end of file.

2004-07-09 Thread Atul
...building with 7/8 updates solved this problem BUT, it still gives an error on client for mustUnderstand attribute (soap version mismatch??) with my soap1.1 msgs. To not exception out, I had to default it to 'false' in org.apache.axis.client.AxisClient - invokde(MessageContext) /

Another (?) Client-side Handler Q

2004-07-09 Thread Andy Edmonds
Warning - axis newbie here! Ok I get all the "server" side handlers, how to implement and configure them in axis. I however cannot find too much info on client side handlers with regard to configuring them so they are hooked into the client side handler chain. I have been able to write custom

Weblogic 6.0 and Axis

2004-07-09 Thread Ruchi Sanghvi
I am having difficulty using Axis with Weblogic 6.0 I get the following error Any help would be appreciated java.lang.AbstractMethodError: javax.xml.parsers.SAXParser.getXMLReader()Lorg/xm l/sax/XMLReader; at org.apache.axis.utils.XMLUtils.getSAXParser(XMLUtils.java:254) at org.apach

RE: Deployment Question

2004-07-09 Thread Sagar Pidaparthi
Hi, We use both Web Logic and WebSphere in production and WSAD in development. There is considerable unhappiness and opposition among colleagues that I am copying the application jars into Web-Inf folders. While the solution of having a duplicate copy of jars is working fine. I would prefer to av

Weblogic 6.0 and Axis

2004-07-09 Thread Ruchi Sanghvi
I am having difficulty using Axis with Weblogic 6.0 I get the following error Any help would be appreciated java.lang.AbstractMethodError: javax.xml.parsers.SAXParser.getXMLReader()Lorg/xm l/sax/XMLReader; at org.apache.axis.utils.XMLUtils.getSAXParser(XMLUtils.java:254) at org.apa

Trying to take over determining which method should be called

2004-07-09 Thread Ryan Bloom
I have a very specific problem that I am trying to solve. Basically, I want Axis to let me do most of the work, I just want axis to de-marshall the XML request to a series of arguments, and then I want it to marshall the object that my method returns. I want to do all of this without any wsdd

Re: Is Axis much faster than SOAP?

2004-07-09 Thread Jim Murphy
I've never seen a benchmark comparing Apache SOAP with Apache Axis. Anyone know of one? Also, neither of them have anything to do with traditional RPC implementations so I'm not sure what you mean by the "normal RPC overhead" you mention. If you mean both incur network I/O overhead that would

RE: Deployment Question

2004-07-09 Thread Keith Hatton
Hi, Axis should only require the classes that an RMI client for your EJBs would also require, i.e. the home and remote interfaces of your EJBs and any value objects or exceptions that might be thrown. I would imagine that your build process produces a JAR file for clients: simply put that JAR i

RE: Why can't Axis find the deserializer for one of my classes?

2004-07-09 Thread Andre Risnes
Replying to myself now... Well i figured it out, sort of. My IDE, in which i ran the test that failed, used a different output folder for class files than my build script. Somehow this caused a mismatch somewhere. They now use the same folder, and it works. -- Regards André Risnes

Why can't Axis find the deserializer for one of my classes?

2004-07-09 Thread Andre Risnes
Hi. I have a bunch of enum classes with custom serializers and deserializers. One of these classes is called AccountCategory. When my SOAP client tries to deserialize an instance of this class returned from my server, i get the following exception: AxisFault faultCode: {http://schemas.xmlsoap.org

RE: choice and AXIS serialization problem

2004-07-09 Thread jiadao
Actually I also have same problems with the xsd:choice Also the xsd:simpleRestrictionmodel also have some problems I don't know whether axis 1.2 have solved these problems Regards jiadao -Original Message- From: Kiran Banda [mailto:[EMAIL PROTECTED] Sent: Freitag, 9. Juli 2004 08:22

Re: Is Axis much faster than SOAP?

2004-07-09 Thread Hrishikesh Kumar
Axis is nothing but implementation of SOAP specification. I dont understand what you are comparing Axis against. Thanks, Hrishikesh. "Ranjith

Is Axis much faster than SOAP?

2004-07-09 Thread Ranjith Kodikara
Hi,     Is it true that apache Axis is much faster than SOAP? Because Web Services communicate with RPC, the normal RPC overhead of communication should be occurred in the marshalling processes at the client and sever stubs. Doesn't this happen  in the communication of Axis web services? Or