WSDL Sequence holding String[0] being received as Sequence holding null

2004-10-19 Thread Silvano Maffeis
Hi. In Axis 1.2 RC1 I defined the following WSDL sequence: as well as a simple "ping" operation returning a StringArray: Now, if my WebService returns a StringArray holding a zero sized String[]: return new StringArray(new String[0]) my "ping&q

RE: Calling sequence in a client

2004-08-23 Thread Sagar Pidaparthi
approach as against creating a call object and invoking a method on a service?   Regards   Sagar   -Original Message- From: Sagar Pidaparthi Sent: Monday, August 23, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Calling sequence in a client   Hi,   I am using the following calling

Calling sequence in a client

2004-08-23 Thread Sagar Pidaparthi
Title: Proxy problems Hi,   I am using the following calling sequence for invoking web services and it seems to work.  I got this sequence from IBMs examples somewhere.  I don’t find a similar example in the list provided in Axis documentation.  Is this a valid way to use the web

UTF-16 problem: Invalid byte 2 of 3-byte UTF-8 sequence.

2004-03-29 Thread Alex Burton
"Invalid byte 2 of 3-byte UTF-8 sequence." which I am assuming relates to Axis pulling the document in in a UTF-8 format instead of UTF-16? Have read that you can force Axis into UTF-16 mode... but don't seem to have managed this... could someone shed some light on how to do this or o

Deserialization sequence...

2003-08-14 Thread Arijith Roy
Hi, I am running into a problem with the deserialization process and am trying to debug the process for the last couple of days. Not knowing the function call sequence I am finding it very difficult to debug the problem. Could  anyone who has spent some time on this to understand the process  help

Re: WSDL2Java and minOccurs/maxOccurs sequence problem

2003-03-10 Thread Silveste® Poza®nik
redefine the Schema to: BR Silvester - Original Message - From: "Silveste® Poza®nik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:06 PM Subject: WSDL2Java and minOccurs/maxOccurs sequence problem > I have a problem

WSDL2Java and minOccurs/maxOccurs sequence problem

2003-03-07 Thread Silveste® Poza®nik
I have a problem when generating java class that should hold an "unbounded" number of subelements when using WSDL2java stub generator. The Schema (see under) describes the element containing unbounded sequence of elements, while (as far I can see) the generated java class Batch is not

Serializer / Deserializer for Sequence

2002-03-24 Thread Jinghua Gu
We used the third party tool (JGL) as the lib of Array, ArrayList, Map, Sequence, These types are used in our java beans. Do I need to write the Serializer/Deserializer for these types, such as Sequence, before I use Axis beanMapping? Any examples? Thanks, Emily