Hi all, I need to connect to a socket, write some command (XML) and read back from socket a large amount of information. Response data is plain text, but not xml based!!!
I already have MyRequestGenerator, that produces the XML that should be sent through the socket based on incoming request, since it's already used for other purposes. Which would be the better approach for this problem under cocoon? Writing a special serializer that takes the command as a parameter and serializes the response directly? <map:serialize type="socket"> <input-source>cocoon:/some-source</input-source> </map:serialize> Any suggestions? Many thanks... Rui -- Rui Alberto L. GonÃalves <[EMAIL PROTECTED]> PT InovaÃÃo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
