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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|