Hi,

I want to send a http GET request to the followin url

http://localhost:8081/axis2/services/ProbeDataService.RawParameterEndpoint/RawParameter#id

But i have to set a URI to the getMethod.

I have the above as a URL. So I do the following

getMethod.setURI(url.toString);

This rips off the fragment part resulting in the following target URL

http://localhost:8081/axis2/services/ProbeDataService.RawParameterEndpoint/RawParamete

How can I send a fragment in the url?

Thanks,
Keith

--
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/

Reply via email to