what i want is just send some xml to a server, and listen for XML from the server. i managed to create an XMLSocket and XMLObject in lingo (from the message-window), i manage to populate the XMLObject with xml, i manage to connect the Socket (or better, it reports true/1 when i let it connects... is it then?) but when i try sending the XML, the server doesn't recieve anything.
i'm using nc (netcat) as a server to test locally (osx)

I havn't worked with flash XMLSockets, but I'm assuming they connect on port 80(?). Are you using the -l option with netcat? Need to run as root for that. You might also want to to confirm that nc is listening on the port you're using. Try something like the following, after starting netcat:
netstat -an | grep LISTEN$


--
Cole

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to