We are getting an intermittent error when calling web services via 
flex.  Our server is IBM websphere.  It appears
that a request with no data is being sent the FlexProxy.  See debug 
output below for details:


request: (note there is NO soap envelop attached to this request)
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- POST : http://localhost:9080/ThisitWeb/services/thISit
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: accept : */*
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: x-flash-version : 7
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: x-flash-version : 0
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: x-flash-version : 19
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: x-flash-version : 0
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: content-type : text/xml; charset=utf-8
[4/4/05 12:37:01:617 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: soapaction : ""
[4/4/05 12:37:01:627 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: user-agent : Mozilla/4.0 (compatible; MSIE 
6.0; Windows NT 5.1; .NET CLR 1.1.4322)
[4/4/05 12:37:01:678 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: connection : Keep-Alive
[4/4/05 12:37:01:678 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Header in request: cache-control : no-cache
[4/4/05 12:37:01:678 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- Begin POST request --
[4/4/05 12:37:01:678 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO 
[4/4/05 12:37:01:678 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO -- End POST request --


error (this error appears to be coming from the FlexProxy servlet):

[4/4/05 12:37:01:918 PDT]  cb3f2ed SystemOut     O 04/04 12:37:01 
INFO <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>org.xml.sax.SAXParseException: Premature end of 
file.</faultstring>
   <detail/>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>[4/4/05 12:37:01:918 PDT]  cb3f2ed SystemErr     R 
04/04 12:37:01 ERROR -- POST status: 500, reason: Internal Server 
Error, target: http://localhost:9080/ThisitWeb/services/thISit







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to