Hi ! I'm currently working with a strange protocol called SPOC (Simple Protocol Over CGI), which provides webservices through URLs (ala SOAP). The problem is, it requires the GET parameters to be passed in a particular order. I've been browsing through HttpClient's online documentation, javadoc, and even a bit in the source code itself, but couldn't find if any parameter order could be kept.
Are the parameters passed in the order they were registered in the HttpMethodParams object, or is it random ? Will I need to build and url-encode the URL string myself, or is there an easier way ? Thanks for any information ! Best regards, Olivier -- Olivier Croisier Sofware Engineer - So@ [EMAIL PROTECTED] +33.1.70.18.51.26 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
