Am 27.11.2006 um 19:10 schrieb Stefan:

which requests its dset by means of this request [swfload.php is my loader]:

>>>
/laszlo/swfload.php? nsprefix=false&trimwhitespace=false&sendheaders=false&headers=undefine d&reqtype=GET&timeout=30000&fpv=undefined&ccache=undefined&lzt=xmldata &url=http%3A%2F%2F127%2E0%2E0%2E1%3A8888%2Flaszlo%2Fgetemployees% 2Ejsp&%5F%5Flzbc%5F%5F=1164649310629%2E49
<<<

Does anybody has a good pointer, which explains what each parameter means and
what exactly is expected to come back from the server?

By reverse engireering the Java source, I found this format for XML - likely to be
a very simple case, I suppose:

<resultset s="0"><root dset="xml">

<phonebook>
    <employee>
        <firstName>Aimee</firstName>
        <lastName>Taylor</lastName>
        <phone>415-435-6645</phone>
        <email>[EMAIL PROTECTED]</email>
    </employee>

</phonebook>

</root></resultset>

Still, I'm happy to get details regarding the LZX <-> LPS connection API for
LZX datasets [SOAP, XML etc.].

Reply via email to