finecur
09-29-2007, 04:13 PM
Hi, here is my code
<mx:HTTPService
id="control"
url="http://somedomain.com/app?param=1"
resultFormat="e4x"
result="handler(event);"/>
my code is in html under a tomcat server
I found that it works fine. If I change the url to https://anotherdomain.com/app?param=1", the HttpService will not work, it said
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:
Why?
Thanks
ff
<mx:HTTPService
id="control"
url="http://somedomain.com/app?param=1"
resultFormat="e4x"
result="handler(event);"/>
my code is in html under a tomcat server
I found that it works fine. If I change the url to https://anotherdomain.com/app?param=1", the HttpService will not work, it said
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:
Why?
Thanks
ff