PDA

View Full Version : Strange warning...


3.14
05-10-2004, 10:28 AM
i've built a classe deriving from dataset.
i try to add an instance of my class to a canvas:

<canvas>
<include href="referenceToMyClassDefinition"/>
<mydataset name="bipbip" .../>
...
</canvas>

and i get this error:

""element "mydataset" not allowed in this context. Check whether it is spelled correctly, and whether a class with this name exists.""

any idea about it?

antun
05-10-2004, 11:13 AM
That could be a bug - I've filed it in case - but it might be that you're not supposed to subclass it (although I can't find anything in the docs that suggests that).

Is there a specicific reason you were subclassing dataset?

-Antun

3.14
05-10-2004, 11:16 AM
yes, i'm building a class to handle SOAP-based webservices

3.14
05-10-2004, 11:30 AM
anyway it's just a warning, i.e. i can use my component normally...

Nic
06-22-2004, 05:28 AM
Did you get the SOAP based stuff working?

3.14
06-22-2004, 08:44 AM
yes

Nic
06-22-2004, 08:47 AM
:-) was it difficult? what does it do? can you point it a a web service and then reconstitute client side objects, or does it just bring down the XML soap body?

Thanks

Nic

3.14
06-22-2004, 08:51 AM
we just bring down the XML document included in the SOAP envelope

Nic
06-22-2004, 08:52 AM
Cool. Do you know the plans for SOAP support in Laszlo?

3.14
06-22-2004, 09:08 AM
i think antun told me they planned to include SOAP support in future Laszlo releases

antun
06-22-2004, 10:10 AM
That's right - SOAP support is in the works, and will be available in a future release. I don't yet have a date though :(

-Antun

Nic
06-22-2004, 10:43 AM
Thanks.