Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webservices > july 2006 > threads for july 15 - 21, 2006

Filter by week: 1 2 3 4 5

calling web services method in asp.net page throws error
Posted by gane at 7/21/2006 3:58:44 PM
Hi, I am calling a web service method in a asp.net page. This works fine if the web services is in the local system, but when i put in test server and reference it in asp.net page, it throws error saying Server was unable to process request. --> Object reference not set to an instance of ...more >>


Access To The Path ... Is Denied
Posted by hufaunder NO[at]SPAM yahoo.com at 7/20/2006 9:50:49 AM
I have a website that uses a web service that is located on the same machine. This webservice calls a program which in return modifies a file in c:\documents and Settings\All Users\Application Data\...'. Unfortunately, whenever the webservice is executed I get the following error message: Acc...more >>

Unify datatypes of different webservices
Posted by Achim Domma at 7/19/2006 12:00:00 AM
Hi, I have two distinct web services, which use common data structures as parameters and return types. If I add references to both web services, I get distinct data types for these structures. Is it possible to specify some kind of mapping, which says: Map structure SA from web service WA ...more >>

Passing Parameters
Posted by RajeevSekar at 7/18/2006 5:21:47 PM
Hi Experts, I am trying to invoke a web service created in asp.net from asp, i did that through this code postUrl =" http://localhost/RajeevProjects/F10CRMLeadCreationService/F10CRMLeadCreationWS.asmx/LeadCreation?XML=" Set xmlhttp = server.Createobject("MSXML2.XMLHTTP") xmlhttp.Open ...more >>

The Underlying Connection was closed
Posted by RajeevSekar at 7/18/2006 3:18:38 PM
Hai Experts, I am trying to call asp.net web service from a asp page, i am using the following code to do this Dim objSoapClient Set objSoapClient = Server.CreateObject("MSSOAP.SoapClient") objSoapClient.ClientProperty("ServerHTTPRequest") = True objSoapClient.mssoap...more >>

Calling web services from .NET
Posted by Scott Baierl at 7/18/2006 8:08:43 AM
I have an ASP.NET application that calls web services on another host. Is there a way that you can control the lifetime of the underlying TCP connections that .NET uses to make the web service calls? From what I understand, by default, .NET is configured to use a maximum of two connections...more >>

Problem running a service when moved from test to production.
Posted by WinDev at 7/18/2006 8:07:02 AM
One of my guys is having a problem where when he moved a webservice from our devo system to our production server he is now getting the following error: Server was unable to process request. --> Unable to generate a temporary class (result=1).\nerror CS2001: Source file 'C:\\WINDOWS\\TEMP\\...more >>

proxy error when consuming web service
Posted by J Ames at 7/17/2006 9:32:04 AM
I'm confused on this one. I work behind our company firewall. I created a web service that accesses an external web site, using the WebProxy class, and when I test the web service in the browser, it works perfectly. It passes the correct credentials and returns data as expected. However, w...more >>



Problem: My web service calls only open a single connection to the web service machine
Posted by Scott Baierl at 7/15/2006 3:44:31 PM
I've got a web application that makes web service calls to a J2EE back-end server farm. It appears that the .NET runtime is setting up a single connection to one of the J2EE servers on the back-end, and sends all the web service calls over this connection. We have a CISCO CSM between the .NET ...more >>


DevelopmentNow Blog