Error Consuming Webservice

J

John

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.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
 
D

Deepak

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
 
J

John

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 said:
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 said:
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.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top