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 SOAP-requests.

So the answer to your question is: no and yes ;-)


tomK



Paul Callahan wrote:
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 SOAP server. One of the problems we encounter,
is that Laszlo doesn't seem to understand <xsd:sequence> tags. In this
context, a lot of questions come to my mind:

(1) what's the difference between xsd:all and xsd:sequence? Are they
interchangeable?
(2) can we configure axis to generate xsd:all instead of xsd:sequence tags?
(3) if not, can we write our own serializer that would do that?

I've been through the archives, and all that I could find about this
problem was
http://article.gmane.org/gmane.comp.apache.webservices.axis.user/25464

(I'm pretty new to Axis and SOAP, and I'm having trouble seeing the
trees through the forest. Any pointers that can help me, would be
appreciated.)

Thanks,
tomK



Reply via email to