matza
02-09-2005, 10:30 PM
I am developing a State Machine Editor using Laszlo. All the editing is done on the client side.
So my tool must be able offer nodes and transitions.
The final result of the editing is a State machine structure (like a oriented graph with nodes and transitions). I thought of "serializing" this structure in an XML format.
Now comes my problem. As far as I've seen, Laszlo offers support for POST or GET requests, and (name, value) pairs to be added as parameters to the request.
How can I send a complex request, or a very long String to the server, or the entire XML representing my state machine structure?
So my tool must be able offer nodes and transitions.
The final result of the editing is a State machine structure (like a oriented graph with nodes and transitions). I thought of "serializing" this structure in an XML format.
Now comes my problem. As far as I've seen, Laszlo offers support for POST or GET requests, and (name, value) pairs to be added as parameters to the request.
How can I send a complex request, or a very long String to the server, or the entire XML representing my state machine structure?