I am trying to get Httpinvoke to retreive a url. When I paste in the URL it retreives it. When I read it form a file, extract the text, put the url into an attribut and reference this attribute I get the folowing error:
invokehttp.java.exception.class
java.net.MalformedURLException
No value set
invokehttp.java.exception.message
no protocol:
No value set
My Extract text looks like this where plek is the attribute (first attachment) and my InvokeHttp like this
Anyone any idea why this fails with this error.