Re: Axis array serialization problem (Adnene problem)

2006-09-25 Thread Adnene
bug solved? Adnene -- View this message in context: http://www.nabble.com/Re%3A-Axis-array-serialization-problem-%28Adnene-problem%29-tf2157136.html#a6483093 Sent from the Axis - User mailing list archive at Nabble.com. - To

Re: Axis array serialization problem (Adnene problem)

2006-09-19 Thread Adnene
-Messages-using-soapenc%3AArray-deserialize-to-arrays-with-null-elements-tf1699379.html#a4611675 Can you confirm that this is the same problem as mine? If so I suppose that this is bug. In this case does anyone know if this bug is referenced and how could we fix it? Cheers, Adnene Adnene

Re: Axis array serialization problem (Adnene problem)

2006-09-06 Thread Adnene
penc:string[]. And both cases show the same problem. Adnene Anne Thomas Manes wrote: > > Ah ... I see. > > The problem is with the service. According to the WSDL, it says that > it will send you elements of type soapenc:string, but it's actually > sending you elements

Re: Axis array serialization problem (Adnene problem)

2006-09-06 Thread Adnene
file? And how and when shoud I use this WSDD file to generate my stubs? Thanks, Adnene Anne Thomas Manes wrote: > > WSDD = web service deployment descriptor > It tells Axis how to map incoming SOAP requests to your service agent. > If you haven't encountered a WSDD yet, I gather t

Re: Axis array serialization problem (Adnene problem)

2006-09-06 Thread Adnene
s for? Thanks Adnene Anne Thomas Manes wrote: > > Your schema indicates that the inner type in the array should be > soapenc:string, but the message actually returns xsd:string. > > Do you have a parameter set in the WSDD that specifies the .NET SOAP > encoding fix is true? If so,

Re: Axis array serialization problem (Adnene problem)

2006-09-05 Thread Adnene
r_01_200608221000_3577], ..] where the returned value is : [null, null, ...]. The correct return value if this java method should be : [cdr_StandAloneCluster_01_200608221000_3577, cmr_StandAloneCluster_01_200608221000_3577, ..] I hope the description of my problem is clear enough and thank you

Re: Axis array serialization problem (Adnene problem)

2006-09-04 Thread Adnene
Hi all, Did any body have time to have a look at this problem? I posted my WSDL file a week ago. I can't find a solution to this problem. Please let me know if you find something consernig this deserialization problem. Thanks, Adnene HHDirecto.Net wrote: > > Hi, Adnene c

Re: Axis array serialization problem (Adnene problem)

2006-08-24 Thread Adnene
I don't have wsdd but a wsdl file. It comes from the cisco Call Manager 5.0. You can find it in the attachements. HHDirecto.Net wrote: > > Hi, Adnene can you post your wsdl and wsdd files to compare with mine? > > > 2006/8/24, Adnene <[EMAIL PROTECTED]>: >>

Re: Axis array serialization problem

2006-08-24 Thread Adnene
I don't get a solution yet. But I am trying to anderstand the problem. Why don't you think it is the same problem? Do you know people having the same problem? I am new with Axis. Do you think it is a bug or a missuse of Axis? Thanks, Adnene HHDirecto.Net wrote: > > I think i

Re: Axis array serialization problem

2006-08-23 Thread Adnene
This seems to be like the problem I got with the deserialization of ArrayOf_xsd_string type. See the message I posted in : http://www.nabble.com/deserialization-problem-in-axis-1.4-for-an-array-of-string-tf2146972.html http://www.nabble.com/deserialization-problem-in-axis-1.4-for-an-array-of-strin

deserialization problem in axis 1.4 for an array of string

2006-08-22 Thread Adnene
parameter value is [[cdr_StandAloneCluster_01_200608221000_3577], [cmr_StandAloneCluster_01_200608221000_3577], ..] where the returned value is [null, null, ...]. The correct return value if this method should be [cdr_StandAloneCluster_01_200608221000_3577, cmr_StandAloneCluster_01_200608221000_3577, ..]

Re: [Axis 1.4] No deserializer for anyType

2006-05-29 Thread Adnene
Thank you Anne For your quick answer, Since I am new with Axis and SOAP, do you have any reference or documentation to point me to, so I can find out the way to tell Axis how to process this information? An example would of a great help for me. Thank you again for precious help, Adnene

[Axis 1.4] No deserializer for anyType

2006-05-29 Thread Adnene
Hi all, I have already posted this message in the "No deserializer for {http://www.w3.org/2001/XMLSchema}anyType"; thread. I suppose that since it was a reply to this thread no body has noticed it. I reposted it in new thread because the answers I found in previous threads dose not help me to

RE: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType

2006-05-24 Thread Adnene
Hi all, First of all I am new in using SOAP and AXIS. I am writing a soap client for a third party server. I tried to generate the stubs using AXIS 1.4 WSDL2Java. The WSDL structure that corresponds to my problem is listed below. But when I execute my test program that call executeSQLQuery I