You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Kam Fung <Ka...@aus.sun.com> on 2001/06/08 02:07:50 UTC

PartiallyTransmitted Array / Sparse Arrays

> Folks,
>
> Does Apache SOAP support PartiallyTransmitted Array / Sparse Arrays?
>
> I need to send an array with a large number of elements.  Sending it in one SOAP
> message is not preferred and I'm looking for the solution supporting
> PartiallyTransmitted Array / Sparse Arrays.
>
> Kam.

Re: PartiallyTransmitted Array / Sparse Arrays

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
There is no built-in serializer for sparse arrays, but SOAP Encoding
(section 5 of soap spec) does support it. So you would have to write
a serializer/deserializer and then it would work just fine.

Sanjiva.

----- Original Message -----
From: "Kam Fung" <Ka...@aus.sun.com>
To: <so...@xml.apache.org>
Sent: Thursday, June 07, 2001 8:07 PM
Subject: PartiallyTransmitted Array / Sparse Arrays


> > Folks,
> >
> > Does Apache SOAP support PartiallyTransmitted Array / Sparse Arrays?
> >
> > I need to send an array with a large number of elements.  Sending it in
one SOAP
> > message is not preferred and I'm looking for the solution supporting
> > PartiallyTransmitted Array / Sparse Arrays.
> >
> > Kam.
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: PartiallyTransmitted Array / Sparse Arrays

Posted by Sanjiva Weerawarana <sa...@watson.ibm.com>.
There is no built-in serializer for sparse arrays, but SOAP Encoding
(section 5 of soap spec) does support it. So you would have to write
a serializer/deserializer and then it would work just fine.

Sanjiva.

----- Original Message -----
From: "Kam Fung" <Ka...@aus.sun.com>
To: <so...@xml.apache.org>
Sent: Thursday, June 07, 2001 8:07 PM
Subject: PartiallyTransmitted Array / Sparse Arrays


> > Folks,
> >
> > Does Apache SOAP support PartiallyTransmitted Array / Sparse Arrays?
> >
> > I need to send an array with a large number of elements.  Sending it in
one SOAP
> > message is not preferred and I'm looking for the solution supporting
> > PartiallyTransmitted Array / Sparse Arrays.
> >
> > Kam.
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org