Ask a Question related to ASP.NET Web Services, Design and Development.
-
Neil Macdonald [Intergraph] #1
WebService Proxy Error: Positive number required
We are attempting to utilize a J2EE\IBM WSA webservice and on the oneway
method call I get the following exception
System.ArgumentOutOfRangeException: Positive number required.\r\nParameter
name: bufferSize\r\n at System.IO.StreamReader
System.ArgumentOutOfRangeException: Positive number required.\r\nParameter
name: bufferSize\r\n at System.IO.StreamReader..ctor(Stream stream, Encoding
encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)\r\n at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)\r\n
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters)\r\n at
IntelliWhere.TrackForce.FieldClient.Emulator.Track ForceClientServicesRemote.ClientServices.RunListAc knoweledge(String
SessionToken, String RunListID, String jobIDs) in
D:\\@Data\\@WIP\\FieldClientTesting\\Benchmark\\Cl ientEmulator\\Web
References\\TrackForceClientServicesRemote\\Refere nce.cs:line 90\r\n at
IntelliWhere.TrackForce.FieldClient.Emulator.Emula tionBatchThread._emulateAckRunList()
in
d:\\@data\\@wip\\fieldclienttesting\\benchmark\\cl ientemulator\\processjoblistemulation.cs:line 818"
--------------------------------------------
Neil Macdonald
Senior Software Engineer
IntelliWhere Product Development Centre
Intergraph Corporation
Intergraph Mapping and Geospatial Solutions
Neil Macdonald [Intergraph] Guest
-
Proxy authenticated required
Hi I am trying to call a web service from behind a MS ISA Server on a sbs2003 machine. The calling program is coming up with this error; The... -
request failed with HTTP status 407: Proxy Authentication Required
Hi all. I have been strugling with trying to get access to a web reference in my web project that is outside my firewall (ISA 2000 server running... -
Proxy authentication required
(Type your message here) -------------------------------- From: samy coco I have a windows application which invokes Web services: ... -
Turning a negative number into a positive
Hi, how can I turn a number such as -5 into +5 e.g. I have a variable: myVar = -5 how can I turn that into: myVar = +5 -
turn negitive number into positive
I have a number being returned to me. What ever the number is, I need to transform it into a positive number. I'm trying to create a serial number... -
Dan Rogers #2
RE: WebService Proxy Error: Positive number required
Are you passing a negative # (or zero) in this parameter?
--------------------<NeilMacdonaldIntergraph@discussions.microsoft.com >>Thread-Topic: WebService Proxy Error: Positive number required
>thread-index: AcUdSmYLGHZvZym2RsyFsrXbZCq5NA==
>X-WBNR-Posting-Host: 144.137.152.10
>From: =?Utf-8?B?TmVpbCBNYWNkb25hbGQgW0ludGVyZ3JhcGhd?=microsoft.public.dotnet.framework.aspnet.webservic es:28320>Subject: WebService Proxy Error: Positive number required
>Date: Sun, 27 Feb 2005 20:03:02 -0800
>Lines: 27
>Message-ID: <BC6ED1BB-9DDF-4D1F-B68C-F018C68EDF53@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGXA03.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gblEncoding>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>We are attempting to utilize a J2EE\IBM WSA webservice and on the oneway
>method call I get the following exception
>
>System.ArgumentOutOfRangeException: Positive number required.\r\nParameter
>name: bufferSize\r\n at System.IO.StreamReader
>
>System.ArgumentOutOfRangeException: Positive number required.\r\nParameter
>name: bufferSize\r\n at System.IO.StreamReader..ctor(Stream stream,at>encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)\r\ntMessage>System.Web.Services.Protocols.SoapHttpClientProto col.ReadResponse(SoapClienasyncCall)\r\n>message, WebResponse response, Stream responseStream, Boolean..ClientServices.RunListAcknoweledge(String>at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
>methodName, Object[] parameters)\r\n at
>IntelliWhere.TrackForce.FieldClient.Emulator.Trac kForceClientServicesRemoteckRunList()>SessionToken, String RunListID, String jobIDs) in
>D:\\@Data\\@WIP\\FieldClientTesting\\Benchmark\\C lientEmulator\\Web
>References\\TrackForceClientServicesRemote\\Refer ence.cs:line 90\r\n at
>IntelliWhere.TrackForce.FieldClient.Emulator.Emul ationBatchThread._emulateAistemulation.cs:line 818">in
>d:\\@data\\@wip\\fieldclienttesting\\benchmark\\c lientemulator\\processjobl>
>--------------------------------------------
>Neil Macdonald
>Senior Software Engineer
>IntelliWhere Product Development Centre
>Intergraph Corporation
>Intergraph Mapping and Geospatial Solutions
>Dan Rogers Guest
-
Cookie Monster #3
Re: WebService Proxy Error: Positive number required
Were you able to resolve this issue, I have run into the exact same
issue will trying to call a legacy ASP based webservice provided by a
third party. Your response would be grateful.
cheers.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Cookie Monster Guest



Reply With Quote

