Error Consuming Webservice

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Error Consuming Webservice

    We are attempting to consume a webservice that passes faxed documents back
    and forth. When we try to send or retrieve a ducment through the service,
    whe get the following...
    Server was unable to read request. --> There is an error in XML document (1,
    425). --> An unexpected end of file parsing TAG has occurred. Line 3618,
    position 69.

    Stack Trace: at
    System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    methodName, Object[] parameters)

    John Guest

  2. Similar Questions and Discussions

    1. Consuming webservice problem
      I have created the sample webservice HelloWorld when I try to instantiate it from either a console app or a windows forms app I get the following...
    2. Consuming Coldfusion Webservice
      I am trying to consume a coldfusion webservice that has been implemented as CFC. My calling program resides in Weblogic 8.1 (Java Program). I used...
    3. Consuming WebService from vbscript
      Hi everyone, I have a vbscript which is consuming WebMethods from a WebService. Whenever the WebMethod returns a string or integer then no...
    4. Consuming a java webservice
      Hi, I try to create a proxy class in VB.NET on a java webservice. I tried wsdl but it's seem impossible for me to do the work so... if anyone...
    5. consuming webservice over ssl problem
      Hey all I'm following msdn's 'Call a Web Service Using SSL' how to. I have complited successfully the first 2 steps (creating a simple web...
  3. #2

    Default RE: Error Consuming Webservice

    Hello John
    Do you have any unrecognizable character in the request?
    Normally unrecognizable characters in the request will blow up the web service
    what are the inputs to the web service ?
    Thanks
    deepak

    "John" wrote:
    > We are attempting to consume a webservice that passes faxed documents back
    > and forth. When we try to send or retrieve a ducment through the service,
    > whe get the following...
    > Server was unable to read request. --> There is an error in XML document (1,
    > 425). --> An unexpected end of file parsing TAG has occurred. Line 3618,
    > position 69.
    >
    > Stack Trace: at
    > System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    > at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    > methodName, Object[] parameters)
    >
    Deepak Guest

  4. #3

    Default RE: Error Consuming Webservice

    It isn't having a problem with the request itself. It seems to be having an
    issue in the actual bytes of the file that are being transmitted. I am not
    sure if this is a file size issue as it seems to be in the larger size files.
    It occurs when we attempt to send the file or retrieve a file from the
    service.

    "Deepak" wrote:
    > Hello John
    > Do you have any unrecognizable character in the request?
    > Normally unrecognizable characters in the request will blow up the web service
    > what are the inputs to the web service ?
    > Thanks
    > deepak
    >
    > "John" wrote:
    >
    > > We are attempting to consume a webservice that passes faxed documents back
    > > and forth. When we try to send or retrieve a ducment through the service,
    > > whe get the following...
    > > Server was unable to read request. --> There is an error in XML document (1,
    > > 425). --> An unexpected end of file parsing TAG has occurred. Line 3618,
    > > position 69.
    > >
    > > Stack Trace: at
    > > System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    > > at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    > > methodName, Object[] parameters)
    > >
    John Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139