Ask a Question related to ASP.NET Web Services, Design and Development.
-
John #1
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
-
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... -
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... -
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... -
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... -
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... -
Deepak #2
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
-
John #3
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



Reply With Quote

