problem with wsdl2java and arrays

2004-09-01 Thread b p
Hi,   I'm having a problem with wsdl2java generating client stubs when the return value has an array.  When I make a call to the service, I get the exception:   org.xml.sax.SAXException: Invalid element in test.array.Role - item at org.apache.axis.encoding.ser.BeanDeserializer.onStart

Problem with WSDL2Java

2004-08-09 Thread "Nejedlý Petr"
Title: Problem with WSDL2Java Hello friends, I have used WSDL2Java for creating java classes (from TestTrack Pro wsdl). Everything was ok, but when I use these classes, I sometimes get this error: Exception in thread "main" AxisFault  faultCode: {http://schemas.xmlsoa

parameterOrder problem with WSDL2java

2004-03-01 Thread Henrik Eriksson
Hi everyone, I'm trying to run WSDL2java on a WSDL that I have no influence over. I'm pretty sure there's nothing wrong with the format of it, but when I run WSDL2java I get the following Exception: java.io.IOException: Emitter failure. All input parts must be listed in the parameterOrder attrib

Problem with wsdl2java code generation...

2003-07-25 Thread Szöllősy Balázs
Hi ! I'm trying to make a webservice which uses http binding and post. I wrote the wsdl (see below), and I tried to generate the classes with wsdl2java (java org.apache.axis.wsdl.WSDL2Java -a t.wsdl). It gives no error, but it generates an empty class (see below). Can anybody help me ? Thanx Bala

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread santosh . joshi
Davanum, Thank you very much for the help. Regards, Santosh -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays It

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread Davanum Srinivas
WSDL for demonstrating the problem. > > > > Regards, > > > > Santosh > > > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 23, 2003 12:36 PM > > To: [EMAIL PROTE

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread santosh . joshi
PROTECTED] Sent: Wednesday, July 23, 2003 1:30 PM To: [EMAIL PROTECTED] Subject: RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays C:\junk>diff finder.orig.wsdl finder.wsdl 95,96c95

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread Davanum Srinivas
gt; Santosh > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 12:36 PM > To: [EMAIL PROTECTED] > Subject: Problem with WSDL2Java with generation of unbounded sequences > into Arrays > Importance: H

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread santosh . joshi
Experts, The problem I am facing, is it same as Bugzilla number 17017 ? Please suggest a way forward. Regards, Santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: RE: Problem with WSDL2Java

RE: Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread santosh . joshi
Oops, Forgot to attach the WSDL for demonstrating the problem. Regards, Santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 12:36 PM To: [EMAIL PROTECTED] Subject: Problem with WSDL2Java with generation of unbounded sequences

Problem with WSDL2Java with generation of unbounded sequences into Arrays

2003-07-23 Thread santosh . joshi
Experts, Probably you have seen this problem, but could someone suggest a way forward please. I have attached the WSDL on which if I execute the WSDL2Java utility expect to see an array of Objects in the ServiceAccessDetailsList class. But unfortunately it does not happen. Any hints to solution

Re: problem with WSDL2Java

2002-06-07 Thread James Black
[EMAIL PROTECTED] wrote: > James, there USED to be a bug in Java2WSDL with overloaded operations > that has been fixed. If you could pull down a nightly build of AXIS > and give it a try, let us know whether your problem goes away. > > The problem is that overloaded operations should have their

re: problem with WSDL2Java

2002-06-07 Thread butek
that they can be distinguished. So the generated WSDL is bad. Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: Subject: re: problem with WSDL2Java Hello, I am having a problem that confuses me, using WSDL2

re: problem with WSDL2Java

2002-06-07 Thread James Black
.java. There should be four functions, they each have different numbers of parameters, but the two I see are identical. Is there is problem with WSDL2Java handling overloaded methods? AxisLMSServer.java Description: java/ axislmsserver.wsdl Description: application/unknown-content-type-wsd

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Russell Butek
Thanks for reporting this bug, Nuno, Luis. I fixed it. Russell Butek [EMAIL PROTECTED] "Luis Novais" <[EMAIL PROTECTED]> on 03/14/2002 06:06:36 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:Re: Problem with WSDL2JAVA (generate

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Luis Novais
, March 13, 2002 7:36 PM Subject: Problem with WSDL2JAVA (generated code doesn't compile) > I have the following element defined in a schema: > > > > >minOccurs="3" maxOccurs="3"/> > > > > > The CodeValueType de

Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-13 Thread Nuno Guerreiro
I have the following element defined in a schema: The CodeValueType definition is as follows: The code generated by WSDL2JAVA (below) when I apply it to a wsdl file which uses the confirmationCode element contains an error in line 29 (method setValue

Re: Problem with wsdl2java generator

2002-03-13 Thread Luis Novais
Thanks Tom, it worked doing as you said. - Original Message - From: Tom Jordahl To: '[EMAIL PROTECTED]' Sent: Wednesday, March 13, 2002 4:30 PM Subject: RE: Problem with wsdl2java generator In your XML, since maxOccurs isn't specifi

RE: Problem with wsdl2java generator

2002-03-13 Thread Tom Jordahl
sense that an array of 0 or 1, not to mention simpler to program to.   -- Tom Jordahl Macromedia   -Original Message-From: Luis Novais [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 13, 2002 11:09 AMTo: [EMAIL PROTECTED]Subject: Problem with wsdl2java generator Hi,   With the ut

Problem with wsdl2java generator

2002-03-13 Thread Luis Novais
Hi,   With the utility wsdl2java of 17 of February, based on this portion of the schema   ..      3 random positions from a securitycode.      the co