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

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