I am extracting URLs from an xml payload using the XPath extractor. The URL's have the correct hostname port etc in them for the test.
Next I want to do an HTTP GET on the extracted url, but not use the HTTP defaults or have to parse the path part off the URL. How can I do a simple get on a complete URL? Thanks for all the help -Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

