Weird AXIS Bug ?

2005-02-04 Thread babloosony
. Any ideas or is it a AXIS Bug ? Thanks Regards, Kumar.

Re: Weird AXIS Bug ?

2005-02-04 Thread Adrian Perez Jorge
) [java] at org.apache.axis.client.Call.invoke(Call.java:1758) [java] at irsc.bluestar.DCPlanListWSBindingStub.getDCPlanList(DCPlanListWSBindingStub.java:180) I am not sure what this error means. Any ideas or is it a AXIS Bug ? Thanks Regards, Kumar.

Axis Bug in handling error in DataHandler

2005-01-14 Thread Vy Ho
When calling a function with DataHandler as an attachment: public void doit(DataHandler dh); I would do this: DataHandler dh = new DataHandler(new FileDataSource(filename)); mystub.doit(dh); The problem is that when filename is not found, or a directory, an exception is generated in the client

Document style Axis bug

2004-12-07 Thread Andre Huertas
This snippet of code from org.apache.axis.providers.java.RPCProvider looks like a bug to me (line 156): // This may have changed, so get it again... // FIXME (there should be a cleaner way to do this) operation = msgContext.getOperation(); if (operation == null) { QName qname =

Antwort: Axis-Bug, INOUT, OUT

2004-03-30 Thread Oliver Wulff
Hi Steve I don't understand because I've described my problem (NullPointerException), a possible reason and I've attached the WSDL and axis log. Unfortunately, I couldn't attach a zip file and had to add this information in the mail itself. Here is my problem: I'm using the following WSDL

Axis Bug Scrub

2004-03-25 Thread Davanum Srinivas
If there's a bug you wish to see fixed in Axis 1.2-Beta or final, read on... - If there is no bug currently in JIRA (http://issues.apache.org/jira), please create one. - If there is a bug existing in JIRA, then Make sure there is enough information to recreate the bug - Make sure you try latest

Antwort: Axis-Bug, INOUT, OUT

2004-03-18 Thread Oliver Wulff
Hi all I'm wondering whether this is already a known bug in Axis because I didn't get a reply so far. Thank you for your help. Oliver *** BITTE BEACHTEN *** Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet möglicherweise vertrauliche oder

Re: Antwort: Axis-Bug, INOUT, OUT

2004-03-18 Thread smcardle
Hi Oliver, It would help if this mail stated exactly what your problem is. Regards Steve Quoting Oliver Wulff [EMAIL PROTECTED]: Hi all I'm wondering whether this is already a known bug in Axis because I didn't get a reply so far. Thank you for your help. Oliver

R: Axis Bug?

2003-12-16 Thread Tevoi Andrea
dicembre 2003 21.21 A: '[EMAIL PROTECTED]' Oggetto: RE: Axis Bug? Remove the restriction bit, since there is no validation anyways... -Original Message- From: Tevoi Andrea [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 3:22 AM To: [EMAIL PROTECTED] Subject: Axis Bug

Axis Bug?

2003-12-15 Thread Tevoi Andrea
stringRestriction) is this an Axis bug? thanks in advance, Andrea Tevoi

RE: Axis Bug?

2003-12-15 Thread Gurkan, Ozzie (MAN-Corporate)
Remove the restriction bit, since there is no validation anyways... -Original Message- From: Tevoi Andrea [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 3:22 AM To: [EMAIL PROTECTED] Subject: Axis Bug? Hi all, I've seen that for a simple type derived from another simple type

Axis Bug generating class names

2003-02-20 Thread Harry . Kobetitsch
In Axis beta 1 there was a bug where any class names with underscores would result in improper capitalization in the .wsdd and in the *SoapBindingStub.java file. Has this been resolved in the release version 1.0? Harry J. Kobetitsch UBS Warburg One North Wacker

RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
]] Sent: 04 November 2002 10:22 To: '[EMAIL PROTECTED]' Subject: SV: SSL-Axis Bug ? Hi again ! Problem solved... I tried with some other releases of axis (some nightly builds to) with no success, so the problem remaines within axis (I find it odd that no one else has encountered this, though

SV: SSL-Axis Bug ?

2002-11-20 Thread Stefan Carlsson
... Regards, stefan -Ursprungligt meddelande- Från: Russell Brown [mailto:[EMAIL PROTECTED]] Skickat: den 20 november 2002 13:27 Till: [EMAIL PROTECTED] Ämne: RE: SSL-Axis Bug ? Stefan, I am having the same problem that you outline below ( the nullPoinerException) can you explain what

RE: SSL-Axis Bug ?

2002-11-20 Thread Russell Brown
Stefan, That did solve my problem, many thanks. I shall also have a look at jwsdp. Thanks again Russell -Original Message- From: Stefan Carlsson [mailto:[EMAIL PROTECTED]] Sent: 20 November 2002 13:55 To: '[EMAIL PROTECTED]' Subject: SV: SSL-Axis Bug ? You have to change the class

SV: SSL-Axis Bug ?

2002-11-04 Thread Stefan Carlsson
november 2002 09:58 Till: '[EMAIL PROTECTED]' Ämne: SSL-Axis Bug ? 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

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

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/context/url-mapping/ Apache/HTTPS(443) with mod-ssl OpenSSL Apache/HTTPS(443) with mod-jk TC Scenario 2:

attribute and complexType - Axis bug ?

2002-09-30 Thread Geza.Szocs
Hi, I have a problem that looks like an Axis bug. If anybody confirms this I'll file a bug, otherwise please tell me what the solution is. I'm using the following WSDL fragment: xs:simpleType name=UserIdType xs:restriction base=xs:string/ /xs:simpleType xs:complexType name

AXIS BUG ?

2002-05-29 Thread Jean-Marc Taillant
Hi all, I found several bugs in server sid generated WSDL ( invoked with the ?wsdl option in the URL...). Imade tests with several tools ( XML spy ( soap debugger plug-in SOAP:Net from www.soaptoolset.com)and i find this: AXIS generate WSDL with "wsdl:" namespace before almost element:

Re: AXIS BUG ?

2002-05-29 Thread Jean-Marc Taillant
PM Subject: Re: AXIS BUG ? These are not bugs. See my comments inline between rjb.../rjb Russell Butek [EMAIL PROTECTED] Jean-Marc Taillant [EMAIL PROTECTED] on 05/29/2002 08:41:06 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject

Re: AXIS BUG ?

2002-05-29 Thread Russell Butek
These are not bugs. See my comments inline between rjb.../rjb Russell Butek [EMAIL PROTECTED] Jean-Marc Taillant [EMAIL PROTECTED] on 05/29/2002 08:41:06 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject:AXIS BUG ? Hi all, I found several