Flexアプリケーションがページに埋め込まれている.net Webアプリケーションがあります。このflexアプリケーションは.net webserviceを呼び出します。私は、デバッガによって実行proccessをトレースすることができ、私は応答を取得するまで、すべてが素晴らしく見える:フレックスからの呼び出しがよさそうだSoapException:.NET WebサービスがFlexから呼び出されたときにルート要素が見つからない
soap:ReceiverSystem.Web.Services.Protocols.SoapException: Server was unable to process request
. ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Web.Services.Protocols.SoapServerProtocol.SoapEnvelopeReader.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Web.Services.Protocols.SoapServerProtocol.SoapEnvelopeReader.MoveToContent()
at System.Web.Services.Protocols.SoapServerProtocolHelper.GetRequestElement()
at System.Web.Services.Protocols.Soap12ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest
request, HttpResponse response, Boolean& abortProcessing)
--- End of inner exception stack trace ---
、Webサービスを通じて実行は良いですが、これは、応答で、私はWiresharkを経由して取り込みます何が起こっているの?
私は... paramatized方法に「Hello World」のからいくつかのWebメソッドを試してみましたが、私はそれが「とエンコーディングとは何かを持っていることが考え
同じ応答を持つすべてのカムバック... - " - & gt"しかし、私はレスポンスとしてどのように.netレンダリングを制御するのか不明です。
要求が不正であった場合、私はデバッガを使ってWebサービスを介して正常に実行されるとは思わないでしょうか? – mmattax