[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not All Data Being Written



   hi Mike,
   The error means that whichever subprocedure is writing data to disk is
   claiming that it couldn't write all of the data that it was given.
   HTTPAPI is written in a way that you can either call it's own internal
   routines to save data to disk, or you can supply your own routines.
   Unfortunately, I don't know how you're using it in your particular
   circumstance.
   Can you post the code that calls HTTPAPI so we can see what you're
   doing?

   On 4/18/2013 11:59 AM, [1]mike_zelekovic@xxxxxxxxxxx wrote:

   I am getting this error message.
   I an pasting the return data stream . Any suggestions as to what the
   issue could be.
   The request data looks good
    <?xml version="1.0" encoding="UTF-8"?>
   <SOAP-ENV:Envelope xmlns:xsd=[2]"http://www.w3.org/2001/XMLSchema";
   xmlns:xsi=[3]"http://www.w3.org/2001/XMLSchema-instance";
   xmlns:SOAP-ENV=[4]"http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV:Bo
   dy><ns1:RetrieveShipViaListResponse
   xmlns:ns1="urn:RetrieveShipViaList_WS"><RetrieveShipViaListResult>&lt;S
   hipViaList&gt;&#13;
     &lt;ShipVia&gt;&#13;
       &lt;ViaCode&gt;106&lt;/ViaCode&gt;&#13;
       &lt;ViaDesc&gt;RSDL CALGARY LCL DELY&lt;/ViaDesc&gt;&#13;
     &lt;/ShipVia&gt;&#13;
     &lt;ShipVia&gt;&#13;
       &lt;ViaCode&gt;CPU&lt;/ViaCode&gt;&#13;
       &lt;ViaDesc&gt;Customer Pick-up&lt;/ViaDesc&gt;&#13;
     &lt;/ShipVia&gt;&#13;
   &lt;/ShipViaList&gt;</RetrieveShipViaListResult></ns1:RetrieveShipViaLi
   stResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
   SetError() #16: errno is currently 3025
   SetError() #16: recvdoc: saveproc: Not all data was written!
   http_close(): entered
   I noticed &lt and &gt  which I interpret as  < and >
   Thanks to all


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
[5]http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

References

   1. mailto:mike_zelekovic@xxxxxxxxxxx
   2. http://www.w3.org/2001/XMLSchema
   3. http://www.w3.org/2001/XMLSchema-instance
   4. http://schemas.xmlsoap.org/soap/envelope/
   5. http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------