chirag.patel
09-25-2008, 02:41 AM
Can anyone help me with the following runtime error. I am calling .net webservice with flex. my application works fine. i mean when i run my application it opens in browser fine and i can display data recieved from webservice on browser... but when i opne the my application .swf file.. it throws the following error......
TypeError: Error #1085: The element type "p" must be terminated by the matching end-tag "</p>".
at mx.rpc.soap::SOAPDecoder/decodeResponse()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so ap\SOAPDecoder.as:234]
at generated.webservices::BaseRemoteService/processResult()[C:\CurrentProjects\TS Schedule 2008\Schedule-Flex\src\generated\webservices\BaseRemoteService.a s:311]
at mx.rpc::AsyncResponder/result()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\As yncResponder.as:84]
at mx.rpc::AsyncRequest/acknowledge()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\As yncRequest.as:74]
at DirectHTTPMessageResponder/completeHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messag ing\channels\DirectHTTPChannel.as:381]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Please help me......
Thanks in Advance,
Chirag Patel
TypeError: Error #1085: The element type "p" must be terminated by the matching end-tag "</p>".
at mx.rpc.soap::SOAPDecoder/decodeResponse()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\so ap\SOAPDecoder.as:234]
at generated.webservices::BaseRemoteService/processResult()[C:\CurrentProjects\TS Schedule 2008\Schedule-Flex\src\generated\webservices\BaseRemoteService.a s:311]
at mx.rpc::AsyncResponder/result()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\As yncResponder.as:84]
at mx.rpc::AsyncRequest/acknowledge()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\As yncRequest.as:74]
at DirectHTTPMessageResponder/completeHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messag ing\channels\DirectHTTPChannel.as:381]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Please help me......
Thanks in Advance,
Chirag Patel