HTTP/ASMX Message Receive Failure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ulan

    HTTP/ASMX Message Receive Failure

    Hi,
    Sometimes I have a DimeFormatExcep tion raised when
    the client is trying to upload file to my web services.
    It's not happening all the times which makes this bug unreproducable.

    Here is message from trace:

    HTTP/ASMX Message Receive Failure:
    Microsoft.Web.S ervices2.Dime.D imeFormatExcept ion: WSE350: In the record
    uuid:8349a664-cc62-4041-8084-6b5a4e2f6a83, the number of bytes in the Data
    field is less than 655791, which is the value indicated in the ContentLength
    field.
    at Microsoft.Web.S ervices2.Dime.D imeRecord.Close (Boolean endOfMessage)
    at Microsoft.Web.S ervices2.Dime.D imeAttachmentCo llection..ctor( DimeReader
    reader)
    at
    Microsoft.Web.S ervices2.Messag ing.SoapDimeFor matter.Microsof t.Web.Services2 .Messaging.ISoa pFormatter.Dese rialize(Stream stream)
    at
    Microsoft.Web.S ervices2.WebSer vicesExtension. BeforeDeseriali zeServer(SoapSe rverMessage message)

    Any ideas is appreciated.
    Thank You in advance.
    Ulan.
  • Deepak

    #2
    RE: HTTP/ASMX Message Receive Failure

    Hello
    Please check the content length of the request. I have a suspicion that it
    is less than 655791.
    How is this web service consumed?

    "Ulan" wrote:
    [color=blue]
    > Hi,
    > Sometimes I have a DimeFormatExcep tion raised when
    > the client is trying to upload file to my web services.
    > It's not happening all the times which makes this bug unreproducable.
    >
    > Here is message from trace:
    >
    > HTTP/ASMX Message Receive Failure:
    > Microsoft.Web.S ervices2.Dime.D imeFormatExcept ion: WSE350: In the record
    > uuid:8349a664-cc62-4041-8084-6b5a4e2f6a83, the number of bytes in the Data
    > field is less than 655791, which is the value indicated in the ContentLength
    > field.
    > at Microsoft.Web.S ervices2.Dime.D imeRecord.Close (Boolean endOfMessage)
    > at Microsoft.Web.S ervices2.Dime.D imeAttachmentCo llection..ctor( DimeReader
    > reader)
    > at
    > Microsoft.Web.S ervices2.Messag ing.SoapDimeFor matter.Microsof t.Web.Services2 .Messaging.ISoa pFormatter.Dese rialize(Stream stream)
    > at
    > Microsoft.Web.S ervices2.WebSer vicesExtension. BeforeDeseriali zeServer(SoapSe rverMessage message)
    >
    > Any ideas is appreciated.
    > Thank You in advance.
    > Ulan.[/color]

    Comment

    Working...