[Axis2] Important : Major fix to the recent 0.94 release

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1   Hi all, A critical problem has been found in the Axis2 0.94 distributions. Please do the following to fix it.     * Remove .axis2 directory from your home directory, if present.     * Create a directory named .axis2 inside your home directory.

Re: [Axis2] Adventures with 0.94

2006-01-11 Thread Chuck Williams
Thanks Ruchith.  You guys probably already know this, but there are quite a large number of errors in the User Guide.  E.g., the Factory mechanism seems to be eliminated in favor of simple constructors in the classes generated by WSDL2Java (at least I hope so -- the  Factory subclasses are not

Re: [Axis2] Adventures with 0.94

2006-01-11 Thread Ruchith Fernando
Hi Chuck, Thanks for pointing out the issues. They are fixed in the latest SVN now. Thanks, Ruchith On 1/12/06, Chuck Williams <[EMAIL PROTECTED]> wrote: > HI Chinthaka, > > Eran Chinthaka <[EMAIL PROTECTED]> wrote on 01/11/2006 04:23:23 PM: > > > > > Chuck Williams wrote: > > > > >I've noticed

[ANN] [Axis2] Axis2 0.94 Released

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1   Apache Axis2 team is proud to announce the release of Axis2 0.94 version. You can download the release from : http://ws.apache.org/axis2/download.cgi (if you can not find the distribution in the mirrors, please use the backup sites) Axis2 versi

Re: [Axis2] Adventures with 0.94

2006-01-11 Thread Chuck Williams
HI Chinthaka, Eran Chinthaka <[EMAIL PROTECTED]> wrote on 01/11/2006 04:23:23 PM: > > Chuck Williams wrote: > > >I've noticed these anomalies so far: > > >1. The war does not contain two required libraries, both part of > >Apache Commons: FileUpload and IO. These are needed for uploading > >servi

available performance benchmark

2006-01-11 Thread Jimmy Zhang
Hi, I was doing research on the performance of several leading WS development kits, I am wondering if there are any links to the latest performance benchmarks for Axis or Axis's latest OM axiom. Any suggestions are very welcome. Cheers, JZ

Re: [Axis2] Adventures with 0.94 -- WAS Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chuck, Chuck Williams wrote: > Hi All, > > My adventures in Axis2 continue, with incrementally more success. > I never managed to build the svn head from 2 days ago due to > various build errors, but the new 0.94 release builds fine. Congratulat

Re: [Axis2] Maven target to generate binary distribution directories?

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please use axis2-std-0.94-bin.zip which is available for download now (). It has all what you want here. Chuck Williams wrote: > Oops, clarifying this question is re. Axis2. I've created the > appropriate lib and samples dirs manually, but isn't the

Re: [Axis2] 0.94 download link to "Axis2 Code Generator Eclipse "

2006-01-11 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry Lin, I didn't want to update the site for the final version until, the downloadables appear in the mirrors. The site should be fixed, by the time you receive the release note from me. Sorry for the inconvenience and we really appreciate your e

Re: Urgent, Please Help - with multiple parameters including an array

2006-01-11 Thread Anne Thomas Manes
Ben, I recommend that you define your input message element thus:                                         name="WSObject" type="tns1:WSObject"/>                   

Re: SMTP vs Web services via HTTP

2006-01-11 Thread Anne Thomas Manes
I would definitely expect transferring files via SMTP to be faster than transferring files via SOAP over HTTP. SOAP adds a significant amount of processing overhead (processing the SOAP envelope). I suspect that SOAP over HTTP would be faster than SOAP over SMTP, though. AnneOn 1/11/06, Dalys Seb

Re: [Axis 1.2.1] Unwanted xsi types in request message

2006-01-11 Thread Anne Thomas Manes
Smells like a bug.On 1/11/06, Mark Whelan <[EMAIL PROTECTED]> wrote: G'day,I've done a lot of reading on this topic, tried a lot of the suggestedstrategies, but I have yet to find a suitable solution. I am using Axisto generate client-side stubs from WSDL provided to us from another party. The resu

[Axis 1.2.1] Unwanted xsi types in request message

2006-01-11 Thread Mark Whelan
G'day, I've done a lot of reading on this topic, tried a lot of the suggested strategies, but I have yet to find a suitable solution. I am using Axis to generate client-side stubs from WSDL provided to us from another party. The resulting request messages when connecting to the target web ser

[Axis2] Maven target to generate binary distribution directories?

2006-01-11 Thread Chuck Williams
Oops, clarifying this question is re. Axis2.  I've created the appropriate lib and samples dirs manually, but isn't there a target to do this? Chuck Chuck Williams <[EMAIL PROTECTED]> wrote on 01/11/2006 01:27:34 PM: WSDL2Java requires a directory structure like the binary distribution

Maven target to generate binary distribution directories?

2006-01-11 Thread Chuck Williams
WSDL2Java requires a directory structure like the binary distribution (e.g., top-level lib/ containing all jars). "maven dist" does not create this. Is there a target that does? Chuck

[Axis2] 0.94 download link to "Axis2 Code Generator Eclipse "

2006-01-11 Thread Liu, Tao
[Axis2] 0.94 download link to "Axis2 Code Generator Eclipse " seems broken.   And the link to "Axis2 Service Archiver Eclipse" is pointing at "code gen plugin".   Thanks, Tao      

SMTP vs Web services via HTTP

2006-01-11 Thread Dalys Sebastian
I am new to web services and I am doing a research to find out a comparison between SMTP vs WebServices using HTTP. (The main criteria to evaluate is the speed). I use SMTP/WebServices via HTTP to get across a file between machines. My implementation of both shows that SMTP is faster than webser

[Axis2] Adventures with 0.94 -- WAS Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Chuck Williams
Hi All, My adventures in Axis2 continue, with incrementally more success.  I never managed to build the svn head from 2 days ago due to various build errors, but the new 0.94 release builds fine.  I've noticed these anomalies so far: 1.  The war does not contain two required libraries, both p

Re: axis2 0.94 api doc

2006-01-11 Thread Dong Liu
Please check the released Documents Distribution http://gulus.usherbrooke.ca/pub/appl/apache/ws/axis2/0_94/axis2-0.94-docs.zip don On 1/11/06, steven reinisch <[EMAIL PROTECTED]> wrote: > hi, > > is there an api documentation for axis2 0.94? it is not contained in > the actual release. > in how f

wrapped and new method parameters

2006-01-11 Thread Ricardo Brito Da Rocha
Hi all. I have a question regarding Axis document/literal wrapped, which i hope makes sense. While trying to have a backward-compatibility aware WSDL, i'm using in all response message elements. This is fine as Axis maps it to org.apache.axis.message.MessageElement object arrays. It is also fi

RE: Axis and Tapestry (or other)

2006-01-11 Thread Flores, Raul
Just prototype, but have used T4 with Axis 1.2.1 to connect to an axis webservice (does an authentication). Raul Flores -Original Message- From: Stijn Christiaens [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 8:22 AM To: axis-user@ws.apache.org Subject: Axis and Tape

Tomcat High Session counts (RE: AXIS, SOAP and cookie based routing)

2006-01-11 Thread Jayaraman, Venkatesh
Let me answer my own posting here again ..;D All tomcat web server clients including soap clients need to follow two rfcs with respect to HTTP protocol. http://www.faqs.org/rfcs/rfc2616.html Hypertext Transfer Protocol -HTTP/1.1 http://www.ietf.org/rfc/rfc2109.txt HTTP State Management Mechani

RE: AXIS log4j warning message when deploying Service through AdminClient

2006-01-11 Thread Jarmo Doc
You need a file named log4j.properties. See http://wiki.apache.org/ws/FrontPage/Axis/ViewSOAPMessages From: Mike Hammer <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: AXIS log4j warning message when deploying Service through AdminClient Date: Wed,

AXIS log4j warning message when deploying Service through AdminClient

2006-01-11 Thread Mike Hammer
Hi all,          I am a newbie to AXIS so please bear with me.  I am deploying  a simple web service by using the AdminClient utility on the server.  When I run the AdminClient with the following command    java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -l http://servername:port/axis/

axis2 0.94 api doc

2006-01-11 Thread steven reinisch
hi, is there an api documentation for axis2 0.94? it is not contained in the actual release. in how far can the doc of the 0.93 version be used? thanks, steven

Urgent, Please Help - with multiple parameters including an array

2006-01-11 Thread Ben Reif
I'm using Axis 1.3 and I'm trying to figure out how to get my wsdd file and my WSDL to come out correctly. I have a method in my service that has the following method signiture:   public WSObject[] listTest(WSObject[] list, String field, String value)   Since I have multiple input paramete

RE: * AXIS 1.2 - Stub invokes wrong operation on server side * -- reply -- thanks

2006-01-11 Thread James Clinton
I see -many thanks Anne. In light of this, I've rebuilt the servce to be of type wrapped (as I believe its best practice) and will now build the signatures like so which I *hope* will solve the problem. TYPE (just input param shown for brevity MESSAGE

Re: Axis problem (thanks!)

2006-01-11 Thread Stijn Christiaens
It seems there were more people with this problem and found this on the net about generating the wsdd file with the AdminClient and making changing in that file. So, mysteriously it is solved. Below is a copy of the wsdd file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.a

Re: Axis problem

2006-01-11 Thread Stijn Christiaens
Thanks for the quick reply. Unfortunately, my server log is not showing anything, but I will drill down a little deeper in the loglevels. Fingers crossed. On Wed, 2006-01-11 at 10:34 -0500, Frank wrote: > Check the server log. Probably a classpath issue or something. Have had > similar problem an

Re: Axis problem

2006-01-11 Thread Frank
Check the server log. Probably a classpath issue or something. Have had similar problem and recall that being the problem Stijn Christiaens wrote: Hello everyone, I am looking for some help on Axis. I've created a wsdd file that auto-starts my webservice: http://xml.apache.org/axis/wsdd/";

Axis problem

2006-01-11 Thread Stijn Christiaens
Hello everyone, I am looking for some help on Axis. I've created a wsdd file that auto-starts my webservice: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> When I access the address for the service, it says that there is

Re: Axis 1.3 suitable for production env?

2006-01-11 Thread Jarmo Doc
Raised bug: http://issues.apache.org/jira/browse/AXIS-2366 From: "Jarmo Doc" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Axis 1.3 suitable for production env? Date: Wed, 11 Jan 2006 04:49:12 -0800 Thanks Alin. Your suggested workaround is a g

AW: [Axis13] Settings for invocation via proxy are cached somewhere

2006-01-11 Thread Denis Schlesinger
Title: Nachricht Hi Jim,   thanks fpr your answer. I am not using JSPs. I set the Java system properties "http.proxyHost" and "http.proxyPort" before I call the method "Call.invoke()". I set the properties via       System.setProperty("http.proxyHost", hostname);   Denis -Ursprüng

[Axis2] 0.94 release (Re: Any example to send/receive MTOM attachments in Axis 1.3?)

2006-01-11 Thread Davanum Srinivas
Jarmo, We've gone thru a lot of profiling for memory leaks and speed, numbers are holding up pretty well. My gut feeling is that we are ready for production, but the 0.94 moniker may be a bit worrisome. it's there because of some check boxes are not ticked off on the wish list (rpc/encoded for exa

Re: * AXIS 1.2 - Stub invokes wrong operation on server side *

2006-01-11 Thread Anne Thomas Manes
Please keep in mind that SOAP is a *messaging* system, not an RPC system. The SOAP message on the wire has no notion of operation+parameters. All it has is an XML document. And you don't want to overburden the dispatching system on the receiving SOAP node by forcing it to process the entire message

Re: Any example to send/receive MTOM attachments in Axis 1.3?

2006-01-11 Thread Jarmo Doc
Hi Dims, how would you categorize 0.94 (beta? functionally complete except for xyz?) and what's the tentative schedule for a production-quality release of Axis 2? Thanks to you and your team and keep up the good work. From: Davanum Srinivas <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To:

Re: [Axis13] Settings for invocation via proxy are cached somewhere

2006-01-11 Thread Jim Azeltine
Two questions: Where are you making the proxy server settings? Are you by any chance using JSP's with Apache/Tomcat? I found a problem earlier when I changed a class called from a JSP, and the changes didn't show up, even after I bounced Tomcat. Turns out that when the JSP is compiled, it packag

Re: Any example to send/receive MTOM attachments in Axis 1.3?

2006-01-11 Thread Davanum Srinivas
Tao, I'd recommend using Axis2 if you need MTOM support. 0.94 is being cut as we speak. thanks, dims On 1/11/06, Liu, Tao <[EMAIL PROTECTED]> wrote: > Hi, Is there any sample code to use MTOM in Axis 1.3 > > The release notes for Axis 1.3 states that it has preliminary support for > MTOM. > > Th

Any example to send/receive MTOM attachments in Axis 1.3?

2006-01-11 Thread Liu, Tao
Hi, Is there any sample code to use MTOM in Axis 1.3 The release notes for Axis 1.3 states that it has preliminary support for MTOM. Thanks, Tao

Re: [Axis13] Settings for invocation via proxy are cached somewhere

2006-01-11 Thread Davanum Srinivas
see http://wiki.apache.org/ws/FrontPage/Axis/AxisProxy On 1/11/06, Denis Schlesinger <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I have discovered that the settings I made to invoke a web service via a > proxy server are cached somewhere. When I want to change these values Axis > does not care ab

Axis and Tapestry (or other)

2006-01-11 Thread Stijn Christiaens
Hello, does anyone have experience in combining Axis and Tapestry (+Hivemind)? Ciao, Stijn

Re: [Axis2] WSDL-Definition to OMElement

2006-01-11 Thread Davanum Srinivas
Please log a bug so that we can make this process easier and simpler :) thanks, dims On 1/11/06, Andreas Bobek <[EMAIL PROTECTED]> wrote: > Hi Davanum, > > yes I saw this method but it came not in my mind to use it ;-) > For others who have the same question, this is a code snippet: > > StringWri

Re: * AXIS 1.2 - Stub invokes wrong operation on server side *

2006-01-11 Thread Jarmo Doc
Hi Anne, no criticism of your response intended here at all but it's absolutely maddening how these things came to be. What could have possessed anyone to do something like this (base the invocation of operation purely on the operation's parameters and not on the combination of the operation na

Re: * AXIS 1.2 - Stub invokes wrong operation on server side *

2006-01-11 Thread Anne Thomas Manes
That's the way it works. Each operation must have a unique signature, where the signature is the QName of the child element of the SOAP Body. In your case, the two operations have identical signatures: . In all cases the request will be routed to the first operation. You must define different inpu

[Axis1.3] wsdl2java generates invalid code

2006-01-11 Thread Michael Hagedorn
Hi All, code generation terminates successfully but generated code is invalid. Apparently something goes wrong with generated base classes. [javac] ...\TypeNameWithno.java:18: Object() in java.lang.Object cannot be applied to (java.lang.String) [javac] super(_value); [javac] ^ Do

Re: Axis 1.3 suitable for production env?

2006-01-11 Thread Jarmo Doc
Hi Dims, thanks for the feedback. You skipped the most important questions however ;-) They were: 1. Is Axis 1.3 suitable for a production environment? 2. Is Axis 1.3 the most suitable version for a production environment? I ask not only because of the issues raised below but because of numer

AW: [Axis2] WSDL-Definition to OMElement

2006-01-11 Thread Andreas Bobek
Hi Davanum, yes I saw this method but it came not in my mind to use it ;-) For others who have the same question, this is a code snippet: StringWriter writer = new StringWriter(); AxisService service = ... // your service service.printWSDL(writer, loc); // loc=epr.getAddress() or hard coded or so

Re: Axis 1.3 suitable for production env?

2006-01-11 Thread Jarmo Doc
Thanks Alin. Your suggested workaround is a good one and does the trick. It's clearly a bug in both java2wsdl and wsdl2java** -- nillable=true is surely the correct thing to emit given that the parameters in question are not arrays. ** and if I can work out how to raise bugs against Axis 1.3

Re: [axis2] Service responding with OMElement

2006-01-11 Thread Ajith Ranabahu
Hi, For the other client/server, there's no such limitation at all. The xml on the wire does not show anything about OMElement or such (By looking at the wire message you cannot usually distinguish how that SOAP message is made) The idea of having an OMElement based methods is to allow the service

[axis2] Service responding with OMElement

2006-01-11 Thread Grzegorz Chwajol
Hi, I have a question concerning OMElement returned by a web service (as in userguide/example1 and echo() operation). Everything is clear for me if a client is also based on axis2 and understands what an OMElement is. But what about a situation when a client is written with eg. gSoap or some other

Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Chuck Williams
Hi Ruchith, I got those jars -- thanks!  However, I ran into additional missing jars.  First groovy, which I found and installed manually in the repository.  Then on the next build it was xalan.  I've been running offline (-o) because it is so much faster, but have just kicked off an online bu

Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Ruchith Fernando
Hi Chuck, My bad ... I have not set the permissions properly for you to download the jars... I just fixed it ... please try now. Thanks, Ruchith On 1/11/06, Chuck Williams <[EMAIL PROTECTED]> wrote: > -o is my new friend -- thanks for that! > > However, both jar's appear to be corrupt at your

Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Chuck Williams
-o is my new friend -- thanks for that! However, both jar's appear to be corrupt at your url (I tried downloading each twice with the same result): ==     [javac] Compiling 257 source files to /home/chuck/Repositories/MetaLINCSSVN/Lib

Re: [Axis2] Version 0.93, saaj incompatible with jdk 1.5?

2006-01-11 Thread Ruchith Fernando
You can turn off downloading of snapshots in the maven build by using "-o" option (without quotes). E.g. maven clean jar -o As for the missing jars: For now you can download them from http://people.apache.org/~ruchithf/maven/ and copy them into your local maven repository (in the ".maven/repositor

Re: [Axis2] Problems with WSDL2Java and Soap:Header

2006-01-11 Thread Rubén Naranjo Izquierdo
Hello Anne, Thank you for your help, but even removing the style="rpc" attribute, I get the same code generation :( Has somebody any other suggestion? Thanks, Rubén On Wednesday 11 January 2006 00:22, Anne Thomas Manes wrote: > Remove the style="rpc" attribute from your definit

[Axis13] Settings for invocation via proxy are cached somewhere

2006-01-11 Thread Denis Schlesinger
Title: Nachricht Hi all,   I have discovered that the settings I made to invoke a web service via a proxy server are cached somewhere. When I want to change these values Axis does not care about that and takes the old values.   In my case I implemented a small tool to test the web service

* AXIS 1.2 - Stub invokes wrong operation on server side *

2006-01-11 Thread James Clinton
Hello Everyone, I have a problem with one of my operations I'd like some advice on. For some reason after invoking operation 'validateConflictOfInterestResponse' via the stub results in the wrong operation 'declareConflictOfInterestResponse' receiving the request! The incorrect receiving operat

Axis Installation issue

2006-01-11 Thread Paul Tanner
I have installed Tomcat so it's webapps directory is the document root of an apache virtual host. Tomcat delivers JSPs and Servlets OK. Copied in the Axis binaries.  All seem to be in place. When I fire up /axis/index.jsp I get this, indicating that something is missing.  Not sure how to find ou