Re: serializer for Laszlo

2005-02-16 Thread Tom Klaasen
On the client side, we're using only Laszlo elements. We specify the URL, and Laszlo is supposed to fetch the WSDL and handle all communication. This is described at http://www.laszlosystems.com/lps-2.2/docs/guide/rpc-soap.html However, if I'm not mistaken, Laszlo uses Axis internally to handle

Re: serializer for Laszlo

2005-02-16 Thread Bill Keese
xsd:sequence dictates the order of the elements whereas xsd:all child elements can be any order. But I think everyone uses xsd:sequence, although the receiver of messages may be forgiving if the elements are illegally out of order. http://www.w3schools.com/schema/schema_elements_ref.asp Tom Kl

Re: serializer for Laszlo

2005-02-16 Thread Paul Callahan
are you accessing the service via an Axis-generated stub? just asking since im interested in your laszlo setup On Wed, 16 Feb 2005 15:31:42 +0100, Tom Klaasen <[EMAIL PROTECTED]> wrote: > Hi all, > > We're looking at using openlaszlo (http://www.openlaszlo.org) in > combination with an Axis

serializer for Laszlo

2005-02-16 Thread Tom Klaasen
Hi all, We're looking at using openlaszlo (http://www.openlaszlo.org) in combination with an Axis SOAP server. One of the problems we encounter, is that Laszlo doesn't seem to understand tags. In this context, a lot of questions come to my mind: (1) what's the difference between xsd:all and xs