RE: AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Ephemeris Lappis
Done, with number 2056... >>> -Original Message- >>> From: Davanum Srinivas [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, June 15, 2005 2:58 PM >>> To: axis-user@ws.apache.org >>> Subject: Re: AXIS 1.2 (final) - document/literal - er

Re: AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Davanum Srinivas
ect ? > Regards. > -- > Ephemeris Lappis > > >>> -Original Message- > >>> From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > >>> Sent: Wednesday, June 15, 2005 1:42 PM > >>> To: axis-user@ws.apache.org > >>> Subject: Re:

RE: AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Ephemeris Lappis
o:[EMAIL PROTECTED] >>> Sent: Wednesday, June 15, 2005 1:42 PM >>> To: axis-user@ws.apache.org >>> Subject: Re: AXIS 1.2 (final) - document/literal - error processing >>> operation with 2 arguments >>> >>> >>> Ephemeris, >>> >>

RE: AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Ephemeris Lappis
OK >>> -Original Message- >>> From: Davanum Srinivas [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, June 15, 2005 1:42 PM >>> To: axis-user@ws.apache.org >>> Subject: Re: AXIS 1.2 (final) - document/literal - error processing >>

Re: AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-15 Thread Davanum Srinivas
Ephemeris, Please open a bug report else it may be forgotten. thanks, dims On 6/15/05, Ephemeris Lappis <[EMAIL PROTECTED]> wrote: > Hello. > > It seems an axis internal error occurs on the server side, using > document/literal style, when processing an operation with the following > signature

AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments (more)

2005-06-14 Thread Ephemeris Lappis
More elements for the previous message. I've done another test with an operation like CustomeType operation(CustomeType v1, CustomeType v2) And it seems the problem is similar. No error is produce, but the server class only receives the first parameter, the second one is always null. The

AXIS 1.2 (final) - document/literal - error processing operation with 2 arguments

2005-06-14 Thread Ephemeris Lappis
Hello. It seems an axis internal error occurs on the server side, using document/literal style, when processing an operation with the following signature : public int testIntegerPairToInteger(int i1, int i2) The wsdl and wsdd files that are attached seem ok for me, and the sent request t