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
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
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
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