axis 1.2, (/axis/servlet/AxisServlet) is not available.

2005-02-10 Thread pushkar bhatia
Hi All, I am new to AXIS and tomacat,right now i am working on axis 1.2,and trying to install it on my tomcat,.I am following the installation guide steps.I am through till happyaxis.jsp,but when trying to see the list of deployed Web services,i am getting the follwoing error. (/axis/servlet

Re: axis 1.2, (/axis/servlet/AxisServlet) is not available.

2005-02-10 Thread Venkat Reddy
All, I am new to AXIS and tomacat,right now i am working on axis 1.2,and trying to install it on my tomcat,.I am following the installation guide steps.I am through till happyaxis.jsp,but when trying to see the list of deployed Web services,i am getting the follwoing error. (/axis/servlet

beanMapping tag in wsdd with Axis 1.2

2005-02-09 Thread Praveen Peddi
This is a re-send with simplified explaination. Just want to try my luck again. While I am in the process of migrating from Axis1.1 to 1.2, I have noticed something wierd in WSDL generation. I have a method: public Object[] method1() { ComplexType1 type1 = new ComplexType1();

Axis 1.2 generating WSDL with same attribute name when having multiple arrays

2005-02-09 Thread Praveen Peddi
I have a service that references 2 bean arrays. One is Object[] and another is String[]. Looks like WSDL generated by Axis is slightly incorrect. Well .NET complains about it. Here is the snippet of WSDL: complexType name="ArrayOf_xsd_string" sequence element maxOccurs="unbounded"

Re: Axis 1.2 generating WSDL with same attribute name when having multiple arrays

2005-02-09 Thread Bill Keese
Nothing wrong with using "item" for elements of different types of arrays. I think your WSDL is OK but AXIS' output is wrong. You probably need Eric Chijoke's famous Axis array patch to the bug http://issues.apache.org/jira/browse/AXIS-1547 Eric's patch to this issue is listed in:

Re: beanMapping tag in wsdd with Axis 1.2

2005-02-09 Thread Bill Keese
Sounds like a bug, so you should file a bug report. I don't know any workaround to your problem, other than handwriting the WSDL (rather than auto-generating it). Many people recommend writing the WSDL manually anyway. Praveen Peddi wrote: This is a re-send with simplified

adding complex type to the wsdd file not working with axis 1.2

2005-02-08 Thread Praveen Peddi
While I am in the process of migrating from Axis1.1 to 1.2, I have noticed something wierd in WSDL generation. I have a method: public Object method1() { if(condition1) return ComplexTypeBean; else if(condition2) return ComplextypeBean2; } I added the beanMapping tag for both complex

Axis 1.2 final

2005-01-24 Thread Patrick Cogan
Hi, Does anyone know when Axis 1.2 final is possibly due to be released? The axis java seems to be way behind compared to the number of releases Axis c++ has had. Regards, Patrick

AXIS 1.2 RC2 and AXIS 1.1 RC2 and WebSphere 4.0

2005-01-21 Thread babloosony
Hi All, I am planning to deploy AXIS 1.1 RC2 on WebSphere 4.0. We have developed a generic framework that can generate wsdl's with schemas if you feed the (non)ejb classes that need to be exposed as web services. However the same has been achieved usign AXIS 1.2 RC2 since lot of bugs related

Information about Axis 1.2 final ?

2005-01-12 Thread Olivier Mocquais RD-BIZZ
Hi, Do you have any information about the Axis 1.2 final ? When will it be released ? Thanks. Olivier

RE: Information about Axis 1.2 final ?

2005-01-12 Thread Cervi, Anthony \(PCLN-NW\)
hopefully not until axis-66 is fixed ;o) -Original Message- From: Olivier Mocquais RD-BIZZ [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 9:51 AM To: [EMAIL PROTECTED] Subject: Information about Axis 1.2 final ? Hi, Do you have any information about the Axis 1.2 final

Re: Information about Axis 1.2 final ?

2005-01-12 Thread Davanum Srinivas
my best guess (with current TCK testing) is by end of the month. thanks, dims On Wed, 12 Jan 2005 15:50:31 +0100, Olivier Mocquais RD-BIZZ [EMAIL PROTECTED] wrote: Hi, Do you have any information about the Axis 1.2 final ? When will it be released ? Thanks. Olivier -- Davanum

Re: Information about Axis 1.2 final ?

2005-01-12 Thread Davanum Srinivas
PROTECTED] Sent: Wednesday, January 12, 2005 9:51 AM To: [EMAIL PROTECTED] Subject: Information about Axis 1.2 final ? Hi, Do you have any information about the Axis 1.2 final ? When will it be released ? Thanks. Olivier -- Davanum Srinivas - http://webservices.apache.org/~dims/

RE: Information about Axis 1.2 final ?

2005-01-12 Thread Cervi, Anthony \(PCLN-NW\)
, 2005 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Information about Axis 1.2 final ? Anthony, Given current load...you'd have to come up with a patch for AXIS-66 :( -- dims On Wed, 12 Jan 2005 09:52:55 -0500, Cervi, Anthony (PCLN-NW) [EMAIL PROTECTED] wrote: hopefully not until axis-66 is fixed ;o

Re: Information about Axis 1.2 final ?

2005-01-12 Thread Davanum Srinivas
to increase its use of mappoint.net and i may have to give it a shot. i hope not though. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Information about Axis 1.2 final ? Anthony

using Apache SOAP and Axis 1.2 in same client

2005-01-07 Thread wmicheal
problems using Apache SOAP and the Axis 1.2 JAX-RPC implementation in the same client (problems such as jar file conflicts, etc.)? Thanks, Mike begin:vcard n:Woinoski;Michael fn:Michael Woinoski org:Pine Needle Consulting; version:2.1 email;internet:[EMAIL PROTECTED] end:vcard

[axis-user digest] Axis 1.2 RC2 - server-config.wsdd is missing

2005-01-05 Thread Youhei Kawada
!<%o!<%I![(B (B server-config.wsdd, AdminClient $B!ZF|IU![(B (B 2004/12/30 - 2004/12/31 $B!Z%9%l%C%I![(B (B http://marc.theaimsgroup.com/?t=110442753200041r=1w=2 $B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"

Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Stojan Sljivic - GDS
Title: Message Hi all, I just downloaded Axis 1.2 RC2, but I cannot find server-config.wsdd. Why there is no server-config.wsdd file? Regards, Stojan

Re: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Julien ALLANOS
Selon Stojan Sljivic - GDS [EMAIL PROTECTED]: Hi all, I just downloaded Axis 1.2 RC2, but I cannot find server-config.wsdd. Why there is no server-config.wsdd file? Regards, Stojan because you have to generate it using AdminClient. see Axis User's Guide. -- Julien ALLANOS Silicomp-AQL

RE: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Jay Doggett
sponseFlow handler type="soapmonitor"/ /responseFlow parameter name="allowedMethods" value="getQuote"/ parameter name="className" value="samples.stock.StockQuoteService"/ /service /deployment Jay Your best bet is to hire a vet! -Original Message-From: Stojan Sljivic - GDS [mailto:[EMAIL PROTECTED]Sent: Thursday, December 30, 2004 3:18 AMTo: [EMAIL PROTECTED]Subject: Axis 1.2 RC2 - server-config.wsdd is missing Hi all, I just downloaded Axis 1.2 RC2, but I cannot find server-config.wsdd. Why there is no server-config.wsdd file? Regards, Stojan

RE: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Hewitt, Christopher
. --Chris -Original Message-From: Stojan Sljivic - GDS [mailto:[EMAIL PROTECTED]Sent: Thursday, December 30, 2004 3:18 AMTo: [EMAIL PROTECTED]Subject: Axis 1.2 RC2 - server-config.wsdd is missing Hi all, I just downloaded Axis 1.2 RC2, but I cannot find server

RE: Axis 1.2 RC2 - server-config.wsdd is missing

2004-12-30 Thread Stojan Sljivic - GDS
Title: Message Thanks Christopher. Regards, Stojan -Original Message-From: Hewitt, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 16:22To: [EMAIL PROTECTED]Subject: RE: Axis 1.2 RC2 - server-config.wsdd is missing Look for an example

Multiple target handling in Axis 1.2

2004-12-29 Thread Senthil A
(B (B (B (BHi (B (BI am Newbie for Axis 1.2 and looking out for the (Bdifferences between older implementation (Axis 1.1)I found the DOM API (Bimplementation would make users like me more comfortable with Axis. (B (BIn due course of my code study, I found the source (Bcode

Re: Axis 1.2 - issues. Need help

2004-12-27 Thread Adaptive Protocols
This is just due to classes mismatch. You have both new and old axis library in your classpath. Better to clean classpath completely and populate it with jars again. This could certainly make axis happy. Thanks MohitDeivanai [EMAIL PROTECTED] wrote: Hi, I am using axis version 1.2 and

Axis 1.2 - issues. Need help

2004-12-23 Thread Deivanai
Hi, I am using axis version 1.2 and Tomcat 4.1 with Jdk 1.4.2_01 I have used axis to generate the proxies for MS-SQL reporting web service and tried accessingthe serviceusinga client. I get the following error:- javax.servlet.ServletException:

Axis 1.2 - MS-SQL reporting web service error

2004-12-23 Thread Deivanai
Hi, I am using axis version 1.2 and Tomcat 4.1 with Jdk 1.4.2_01 I have used axis to generate the proxies for MS-SQL reporting web service and tried accessingthe serviceusinga client. I get the following error:- javax.servlet.ServletException:

namespace move with axis 1.2

2004-12-06 Thread valerie . bauche
I try to use the last version of axis : 1.2RC2 instead of the axis 1.1 I have a web service with a method of this type : public Document execute(Document body) when the web service receive the document, it has changed : all namespaces had been moved to the root element ! The problem is

Possible xsd:choice bug introduced in Axis 1.2 RC2

2004-12-04 Thread Lawrence Sepulveda
Hello all. I have a schema with the below structure. In Axis 1.2 RC1 no exception was thrown for the below structure. I traced Axis code to locate the exception being thrown from the org.apache.axis.encoding.ser.BeanSerializer class. The resource.properties message used

Re: Axis 1.2 RC2 released

2004-11-29 Thread Henry Lu
must always call the web service with a single Document as its parameter. Jeff - Original Message - From: Henry Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:59 AM Subject: Re: Axis 1.2 RC2 released Okay, I got some explanation

Re: Axis 1.2 RC2 released

2004-11-29 Thread Jeff Greif
] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 5:08 AM Subject: Re: Axis 1.2 RC2 released Could you send me a smaple wsdl and deploy files for this example? -Henry

RE: Axis 1.2 WSDL2Java problem (probably)

2004-11-29 Thread Dominik Kacprzak
PROTECTED] Subject: Re: Axis 1.2 WSDL2Java problem (probably) Tim K. (Gmane) se proiznese na 25.11.2004 18:12: Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a nightly build? This looks like an Axis bug and I would be surprised if it's not already fixed. You can look

Re: Axis 1.2 RC2 released

2004-11-28 Thread Jeff Greif
: Henry Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:59 AM Subject: Re: Axis 1.2 RC2 released Okay, I got some explanation finally. But I still want to use DoC/Lit. Could you send me a working version of WSDL for DOC/LIT? Do you think

Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSerializer.java:460)

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim Gmane
Viktor Vojnovski wrote: I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why? Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type at

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF attribute ... Not a

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Tim K. (Gmane)
Viktor Vojnovski wrote: Tim Gmane se proiznese na 25.11.2004 17:42: Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF

Re: Axis 1.2 WSDL2Java problem (probably)

2004-11-25 Thread Viktor Vojnovski
Tim K. (Gmane) se proiznese na 25.11.2004 18:12: Have you tried Axis 1.2RC2 (released on Nov 17 I think), or even a nightly build? This looks like an Axis bug and I would be surprised if it's not already fixed. You can look for a similar bug or file one if there isn't one already. Tried both.

Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
Where can we find the hightly build version for the axis/1_2RC2? It seams to me there was bug at the first rolling out. -Henry [EMAIL PROTECTED] 11/17/2004 11:36:35 AM Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http

Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
[EMAIL PROTECTED] 11/17/2004 11:36:35 AM Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http://www.apache.org/dist/ws/axis/1_2RC2/ This version includes: * Performance enhancements over RC1 * Better doc/lit type mapping support * JAX

RE: Axis 1.2 RC2 released

2004-11-24 Thread Banck, Arent-Jan
PROTECTED] Subject: Axis 1.2 RC2 released Is there any one can help me out to testing DOC/LITTLE for the following interface? public interface echo { public String echo_double(String s1, String s2); } Please use DOC/LITTLE I always got the result like the following: call(My name is , Henry

RE: Axis 1.2 RC2 released

2004-11-24 Thread Montabert, Olivier
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Axis 1.2 RC2 released Is there any one can help me out to testing DOC/LITTLE for the following interface? public interface echo { public String echo_double(String s1, String s2); } Please use DOC/LITTLE I always got

Re: Axis 1.2 RC2 released

2004-11-24 Thread WAJSBERG Julien RD-BIZZ
Montabert, Olivier a écrit : Hi, The problem is that you have a WSDL with multiple parts in doc/lit mode, which is not WS-I compliant. Either change your operation, or use rpc/literal instead. or rather wrapped/literal. -- Julien

Re: Axis 1.2 RC2 released

2004-11-24 Thread Henry Lu
Okay, I got some explanation finally. But I still want to use DoC/Lit. Could you send me a working version of WSDL for DOC/LIT? Do you think this is a bug in the axis? Are they going to fix when the axis 1.2 is released? I used a c# version of WSDL file, it works for MS IE server but failed

Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-19 Thread Henry Lu
What I found out is that the size of new axis.jar (1.2RC2) (1368kb) is much smaler than (1.2RC1) (1449kb). Is there any mistakes? Please confirm! -Henry ** Electronic Mail is not secure, may not be read every day, and should not be used

RE : ANNOUNCE: Axis 1.2 RC2 released

2004-11-18 Thread Olivier Lamy
Title: Message great job When available on http://www.ibiblio.org/maven/axis/jars/? axis-1.2-RC2.jar and the others as for the 1.2-RC1 -Message d'origine-De: Glen Daniels [mailto:[EMAIL PROTECTED] Envoyé: mercredi 17 novembre 2004 17:37À: [EMAIL PROTECTED]; [EMAIL

ANNOUNCE: Axis 1.2 RC2 released

2004-11-17 Thread Glen Daniels
Hi all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http://www.apache.org/dist/ws/axis/1_2RC2/ This version includes: * Performance enhancements over RC1 * Better doc/lit type mapping support * JAX-RPC compatibility switch for WSDL2Java

Axis 1.2 and WS-Security

2004-11-17 Thread Sharam Fouladgar-Mercer
After reading some previous posts, using WSS4J with Axis 1.2 seems like the current method for incorporation WS-Security. However, I cant seem to find an answer regarding how close to production-ready is WSS4J? It seems like it is not? If thats true, then for a production system

Re: ANNOUNCE: Axis 1.2 RC2 released

2004-11-17 Thread Henry Lu
all: The RC2 release of Axis 1.2 (probably the last before 1.2 (finally) goes final) is now available at: http://www.apache.org/dist/ws/axis/1_2RC2/ This version includes: * Performance enhancements over RC1 * Better doc/lit type mapping support * JAX-RPC compatibility switch for WSDL2Java * JMX

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-16 Thread WAJSBERG Julien RD-BIZZ
Vy Ho a écrit : Also, unzip the axis.jar file, I do not see the package there either. It's only on the CVS trunk : http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/constants/ You must either : - wait for the next Axis release - checkout the CVS version -- Julien

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-16 Thread Davanum Srinivas
- pick up the nightly On Tue, 16 Nov 2004 10:03:06 +0100, WAJSBERG Julien RD-BIZZ [EMAIL PROTECTED] wrote: Vy Ho a écrit : Also, unzip the axis.jar file, I do not see the package there either. It's only on the CVS trunk :

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-16 Thread Vy Ho
I got the thing to work now with regard to this enum problem. Thank you all. vh.

WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
The wsdl4j.jar that has is bundled with Axis1.2-beta3 has a META-INF/ MANIFEST.MF stating that it is WSDL4J v1.5. From where was this obtained? IBM's site only lists version 1.4, and CVS makes no mention to a version 1.5. The manifest content is: Manifest-Version: 1.0 Ant-Version: Apache

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Davanum Srinivas
see http://cvs.apache.org/viewcvs.cgi/ws-axis/java/lib/ On Tue, 16 Nov 2004 12:37:52 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The wsdl4j.jar that has is bundled with Axis1.2-beta3 has a META-INF/ MANIFEST.MF stating that it is WSDL4J v1.5. From where was this obtained? IBM's

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
PM[EMAIL PROTECTED] Subject Re: WSDL4J version bundled with Please respond to Axis 1.2-beta3

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Davanum Srinivas
bundled with Please respond to Axis 1.2-beta3 [EMAIL PROTECTED] he.org see http://cvs.apache.org/viewcvs.cgi/ws-axis/java/lib/ On Tue, 16 Nov 2004 12:37:52 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The wsdl4j.jar that has

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
cc PM[EMAIL PROTECTED] Subject Re: WSDL4J version bundled with Please respond to Axis 1.2-beta3

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-15 Thread Bernard LUPIN
1.2RC1. The return values are good with both clients, but the execution time is 3 seconds with Soap 2.3.1, and 15 seconds with Axis 1.2, so it is five times longer ! My two questions are : - Is it a good practice to use Axis to query an apache Soap 2.3.1 service ? - Is something wrong

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
(org.apache.axis.enum.Use.ENCODED); These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2 supporting Jdk1.5? Is there any option for the command to set this? Thanks, vh. -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
(org.apache.axis.enum.Style.RPC); oper.setUse(org.apache.axis.enum.Use.ENCODED); These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2 supporting Jdk1.5? Is there any option for the command to set this? Thanks, vh.

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
-0500, V D [EMAIL PROTECTED] wrote: When generating java code using wsdl2java, I have these lines: oper.setStyle(org.apache.axis.enum.Style.RPC); oper.setUse(org.apache.axis.enum.Use.ENCODED); These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Thank you for the info. So this will go to the next release, such as Axis 1.2 RC2 or some thing?

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
yep On Mon, 15 Nov 2004 11:59:45 -0500, Vy Ho [EMAIL PROTECTED] wrote: Thank you for the info. So this will go to the next release, such as Axis 1.2 RC2 or some thing? -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
I am sorry to bother you so much, but I tried to use these constants without success. The setStyle and setUse of class org.apache.axis.description.OperationDesc uses 2 enumerations of types Style and Use. However, if I look at the Api of class org.apache.axis.Constants, I don't see any

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Davanum Srinivas
constants is a package On Mon, 15 Nov 2004 12:38:33 -0500, Vy Ho [EMAIL PROTECTED] wrote: I am sorry to bother you so much, but I tried to use these constants without success. The setStyle and setUse of class org.apache.axis.description.OperationDesc uses 2 enumerations of types Style

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Looking at the API documentation at: http://ws.apache.org/axis/java/apiDocs/index.html (the link came from the page http://ws.apache.org/axis/java/index.html, which says it's the documentation for Axis 1.2), I do not see any package with the name constants under org.apache.axis. Could you

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
Also, unzip the axis.jar file, I do not see the package there either.

RE: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Jonathan Colwell
Try grabbing a nightly build, or building from the CVS tree. IIRC, the constants package was created after RC1. -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: Re: Does axis 1.2 comply with JDK 5.0 (1.5

Re: Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-15 Thread Vy Ho
PROTECTED] Subject: Re: Does axis 1.2 comply with JDK 5.0 (1.5) Also, unzip the axis.jar file, I do not see the package there either.

Does axis 1.2 comply with JDK 5.0 (1.5)

2004-11-14 Thread V D
When generating java code using wsdl2java, I have these lines: oper.setStyle(org.apache.axis.enum.Style.RPC); oper.setUse(org.apache.axis.enum.Use.ENCODED); These enums causes problem when I compiling with jdk 5.0. So, does Axis 1.2 supporting Jdk1.5? Is there any option

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-12 Thread tony . q . weddle
seconds with Axis 1.2, so it is five times longer ! My two questions are : - Is it a good practice to use Axis to query an apache Soap 2.3.1 service ? - Is something wrong in my client ? Here is the code of my Axis client. If necessary, I can publish the code of my Apache soap client

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-12 Thread Bernard LUPIN
, one with Apache Soap 2.3.1 and one with Axis 1.2RC1. The return values are good with both clients, but the execution time is 3 seconds with Soap 2.3.1, and 15 seconds with Axis 1.2, so it is five times longer ! My two questions are : - Is it a good practice to use Axis to query

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-12 Thread Vy Ho
with Apache Soap 2.3.1. I tested two versions of my client, one with Apache Soap 2.3.1 and one with Axis 1.2RC1. The return values are good with both clients, but the execution time is 3 seconds with Soap 2.3.1, and 15 seconds with Axis 1.2, so it is five times longer ! My two questions

Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2004-11-04 Thread Bernard LUPIN
seconds with Axis 1.2, so it is five times longer !   My two questions are : - Is it a good practice to use Axis to query an apache Soap 2.3.1 service ? - Is something wrong in my client ?   Here is the code of my Axis client. If necessary, I can publish the code of my Apache soap client.   public

Axis 1.2 AsyncCall

2004-11-03 Thread Jan Schäfer
Hi, I'd like to use Axis and SOAP over HTTP for aynchronous messaging. Now I'm interested in how Axis internally matches responses to requests, and how the web service knows where to send the reply. Because I thought that you have to specify a unique ID (a correlator) and the return address for

Re: Axis 1.2 AsyncCall

2004-11-03 Thread Davanum Srinivas
Jan, No. Axis 1.2 does not support this yet. thanks, dims On Wed, 3 Nov 2004 12:04:03 +, Jan Schäfer [EMAIL PROTECTED] wrote: Hi, I'd like to use Axis and SOAP over HTTP for aynchronous messaging. Now I'm interested in how Axis internally matches responses to requests, and how

Re: Axis 1.2 AsyncCall

2004-11-03 Thread Egor Pervuninski
Hello, ## Jan Schäfer : Wed, 3 Nov 2004 12:04:03 + JS Hi, I'd like to use Axis and SOAP over HTTP for aynchronous JS messaging. Now I'm interested in how Axis internally matches JS responses to requests, and how the web service knows where to send JS the reply. Because I thought that you

Serializer bug? (Axis 1.2 RC1)

2004-10-21 Thread Silvano Maffeis
Hi. In Axis 1.2 RC1 I defined the following WSDL sequence: complexType name=StringArray sequence element name=string type=string minOccurs=0 maxOccurs=unbounded/ /sequence /complexType as well as a simple ping operation returning a StringArray: wsdl:message name=PingRequest

Axis 1.2

2004-10-21 Thread Kozlow, Jan
Has a formal release date been announced for axis 1.2? If so, what is it? thanks jdk

RE: IncompatibleClassChangeError in Axis-1.2-RC1

2004-10-14 Thread Arijit Mukherjee
October 2004 20:33 To: [EMAIL PROTECTED] Subject: Re: IncompatibleClassChangeError in Axis-1.2-RC1 I just spent yesterday struggling with this. I believe it is caused by needing a new version of saaj.jar (the one that comes with Axis-1.2RC1) (and maybe the xerces jars also.) Jeff

RE: IncompatibleClassChangeError in Axis-1.2-RC1

2004-10-14 Thread Arijit Mukherjee
. Cheers Arijit -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 09:04 To: [EMAIL PROTECTED] Subject: Re: IncompatibleClassChangeError in Axis-1.2-RC1 I was getting exactly the same exception. The problem went away when I made sure that the versions

Re: IncompatibleClassChangeError in Axis-1.2-RC1

2004-10-14 Thread Jeff Greif
I see. I hit the exception in a client, not within Tomcat. Jeff - Original Message - From: Arijit Mukherjee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:07 AM Subject: RE: IncompatibleClassChangeError in Axis-1.2-RC1 I did that (using all of them together

RE: IncompatibleClassChangeError in Axis-1.2-RC1

2004-10-14 Thread Arijit Mukherjee
in Axis-1.2-RC1 I see. I hit the exception in a client, not within Tomcat. Jeff - Original Message - From: Arijit Mukherjee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 14, 2004 1:07 AM Subject: RE: IncompatibleClassChangeError in Axis-1.2-RC1 I did that (using all of them

Vectors to apache/soap from axis 1.2 client

2004-10-14 Thread Mikael Karlsson
We have problems sending a Vector to an old apache/soap based service with a client using Axis 1.2 (Axis 1.1 works fine). Is this a bug or just lost backwards compatibility due to WS-I BasicProfile compliance? And is there any work around? See call and return below. Thanks Mikael Karlsson

What's in Axis 1.2 RC1?

2004-10-12 Thread Zhao Sharon-CSC002
Title: Message All, Can any one tell me what's in Axis 1.2 RC1 ? Is this a final release of Axis 1.2 for Java? Where I can find the release informationof eachAxis 1.2 release? I am more interesting in what's fixed in 1.2. Thanks, Sharon Zhao

Re: JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4?

2004-10-07 Thread Merten Schumann
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 9:22 PM To: [EMAIL PROTECTED] Subject: Re: JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4? :) i was wondering where to start with an answer :) -- dims On Wed, 6 Oct 2004 18:28:58 +0200, Merten Schumann

JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4?

2004-10-06 Thread Merten Schumann
necessary JAX-RPC stuff from Sun to Tomcat (either in the .war itself or by copying it to common/lib or so). This works pretty well. Now I would like to use Axis 1.2 since I found it supports JAX-RPC - with it's own implementation (great!). The approach via simply writing .jws files is nice, like good

Re: JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4?

2004-10-06 Thread Merten Schumann
support in Axis 1.2, how to use when coming from Sun J2EE 1.4? I'm about to create some webservice stuff and used until now Sun J2EE 1.4 RI for the basics. At the end I have to provide a web service, which could be deployed to different containers which support JAX-RPC. Thanx to the tutorial

Re: JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4?

2004-10-06 Thread Merten Schumann
Please forget my questions here regarding this topic. I think I understood now that you need to use this .wsdd stuff to deploy a service in Axis. In other words: I got the HelloService (class files, not .jws) running. :-) cu Merten

Re: JAX-RPC support in Axis 1.2, how to use when coming from Sun J2EE 1.4?

2004-10-06 Thread Davanum Srinivas
:) i was wondering where to start with an answer :) -- dims On Wed, 6 Oct 2004 18:28:58 +0200, Merten Schumann [EMAIL PROTECTED] wrote: Please forget my questions here regarding this topic. I think I understood now that you need to use this .wsdd stuff to deploy a service in Axis. In other

axis 1.2 beta with Jetty 5.0: IllegalStateException on session timeout

2004-10-01 Thread Silvano Maffeis
Hi I'm using axis 1.2 beta with Jetty 5.0. I'm getting the following exception when the HTTP session (created by an Axis client) is being destroyed: java.lang.IllegalStateException at org.mortbay.jetty.servlet.AbstractSessionManager$Session.getAttribute(AbstractSessionManager.java:663

Re: Building Java Axis 1.2 Beta 3 from a CVS pull

2004-09-20 Thread jayachandra
Hey! same pinch here three days ago. You just need to drop servlet-api.jar into the ws-axis/lib directory and then say 'ant compile'. That should get you all the classes, esp the AxisServlet HTH Jayachandra On Fri, 17 Sep 2004 14:13:19 -0400, Robert Bateman [EMAIL PROTECTED] wrote: I'm

Re: Building Java Axis 1.2 Beta 3 from a CVS pull

2004-09-20 Thread jayachandra
You can find servlet-api in Tomcat's commons/lib directory. Actually AxisServlet.java has some imports from javax.servlet.http package which are present in servlet-api.jar Bye jaya On Mon, 20 Sep 2004 15:09:03 +0530, jayachandra [EMAIL PROTECTED] wrote: Hey! same pinch here three days ago. You

Re: Building Java Axis 1.2 Beta 3 from a CVS pull

2004-09-20 Thread Robert Bateman
Apologies to the list! I didn't create a build.properties file turning on the various parts of Axis that I need. I'm not used to having to do this :( Figured it our after looking at the build.xml file and seeing all of the unless= entries. I might have missed it, but I don't remember

Building Java Axis 1.2 Beta 3 from a CVS pull

2004-09-17 Thread Robert Bateman
I'm attempting to build Axis from the CVS pull. Doing ant compile builds all of the respective jar files. However, looking into, for example axis.jar, I noticed a number of missing class modules. I've double checked the classes location and stuff is missing from there as well. For

axis 1.2

2004-09-17 Thread Tony Opatha
do u know where latest axis is available also can we build custom de-serializers in axis that would handle request message from client that send payloads with different namespace yet we want to use same generated code since the schema structure is same. Do you Yahoo!? Yahoo! Mail is new and

What's the status of Axis 1.2?

2004-09-16 Thread Vy Ho
It's been a while, I don't know where Axis 1.2 is at right now. There many posts on this forum about problem with it, or the problem with migrating from 1.1 to 1.2. Anyone know what's the remaining issues to be solved or road blocker? Are they cleaning the last bugs, or still tuning

RE: What's the status of Axis 1.2?

2004-09-16 Thread Somerville, Michael S
I also would like to know what the status is of a final Axis 1.2 build. :o) Thanks! -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 10:25 AM To: [EMAIL PROTECTED] Subject: What's the status of Axis 1.2? It's been a while, I don't know where

RE: bug in apache axis 1.2 beta ?

2004-09-14 Thread Patrick Herber
Hi, I'm also having this problem. I'm using Axis 1.2 beta 3 with Tomcat. Wenn the server starts my WS works fine, as soon I call the ...?wsdl URL I receive the described exception. Regards, Patrick -Original Message- From: Consultnix [mailto:[EMAIL PROTECTED] Sent: Dienstag, 14

bug in apache axis 1.2 beta ?

2004-09-13 Thread Consultnix
Hi all, I'm usign axis 1.2 beta with jboss,as webapp no jboss-net, to access a EJB using java:EJB as provider. When I restart Jboss and try a client axis works ok, but when I restart Jboss and after getting a correct wsdl http:///axis/services/ MyService?wsdl the client fails

Axis 1.2: Server.userException - java.lang.ClassCastException

2004-09-12 Thread Ivan Vasquez
I'm migrating an Axis 1.1 Web service to 1.2, but I'm already at a loss. The installation is OK, stock quote sample works fine, but every time I want to run my own service, I send: ?xml version=1.0 encoding=UTF-8? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

  1   2   >