Can you get to http://localhost:8084/Projects/projectdelete.do from a browser? 
ie. Just type the url in the browser. What do you get?

Also, what does Charles show?


--- In flexcoders@yahoogroups.com, Purnima S <purnima2...@...> wrote:
>
> Hello,
> Iam getting the following error in my application . please help me in
> solving this problem.
> [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://localhost:8084/Projects/projectdelete.do";]. URL:
> http://localhost:8084/Projects/projectdelete.do";]
> 
> Purnima
> 
> On Thu, Aug 20, 2009 at 12:45 PM, Angelo Anolin <angelo_ano...@...>wrote:
> 
> >
> >
> > Hi FlexCoders,
> >
> > How do I change the Result property of a web service operation?
> >
> > For example, I have declared my WebService as follows:
> >
> > <mx:WebService id="ws">
> >   <mx:operation name="Call_One" result="Call_OneRH(event)"
> > fault="Call_OneFH(event)" />
> >   <mx:operation name="Call_Two" result="Call_TwoRH(event)"
> > fault="Call_TwoFH(event)" />
> > </mx:WebService>
> >
> > I want to be able to change the result of the operation "Call_One" to
> > another result, since I am planning to re-use the same web service, but the
> > result would be treated differently.
> >
> > Will this work?
> >
> > ws.operation.Call_One.result = "myOtherResult"
> >
> > Any ideas?
> >
> > Thanks. Regards.
> >
> > Angelo
> >
> >  
> >
>


Reply via email to