So it works if you do?: http://myserver/mycontext/mypage?value=XXX
You might have to escape the special chars. Also, can you use POST instead of GET? Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Claude Hussenet Sent: Friday, September 07, 2007 4:36 PM To: [email protected] Subject: [flexcoders] BUG with HTTPSERVICE ? I am getting the following stacktrace when I am using the HTTPService for the following URL : http://myserver/mycontext/mypage?value=/ <http://myserver/mycontext/mypage?value=/> I don't have a problem if I copy the URL in IE.I do get an XML response from the server. If I use a different URL with the same domain name,the HTTPService does work. Is the value/pair value=/ the issue ? Is there a workaround ? Thx-Claude [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://mystage.lehman.com/TSP/menu/selector/menu?path=/ <http://mystage.lehman.com/TSP/menu/selector/menu?path=/> "]. URL: http://mystage.lehman.com/TSP/menu/selector/menu?path=/ <http://mystage.lehman.com/TSP/menu/selector/menu?path=/> "] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::f <http://www.adobe.com/2006/flex/mx/internal::f> aultHandler() [C:\dev\enterprise_bali\frameworks\mx\rpc\AbstractInvoker.as:193] at mx.rpc::Responder/fault() [C:\dev\enterprise_bali\frameworks\mx\rpc\Responder.as:56] at mx.rpc::AsyncRequest/fault() [C:\dev\enterprise_bali\frameworks\mx\rpc\AsyncRequest.as:107] at DirectHTTPChannel.as$139::DirectHTTPMessageResponder/errorHandler() [C:\dev\enterprise_bali\frameworks\mx\messaging\channels\DirectHTTPCh annel.as:323] at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchE ventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()

