all groups > asp.net webservices > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
Call COM from .NET WebService Help
Posted by Jeff Ayers at 11/7/2003 5:26:12 PM
We are trying to access a COM object from our .NET WebService, but we get
System.RunTime.Interopservices.COMException 0x80010105 everytime. We also
access the COM object from a client application with no errors. We figure
its a configuration or security setting that we are missing. Can anyone hel... more >>
HTTP Handlers???
Posted by dwa at 11/7/2003 12:28:23 PM
I can't get the httpHandlers settings to work my
web.config file
My httpHanders section in web.config looks like this:
<httpHandlers>
<add verb="*" path="*.spud"
type="async.AsyncHttpHandler,async">
</httpHandlers>
In my service's code-behind, I've got an AsynhHttpHandler
implement... more >>
Missing disco.exe and wsdl.exe
Posted by josh NO[at]SPAM swiftsystems.com at 11/7/2003 9:24:28 AM
I have Visual Studio.NET, and am trying to learn Web Services. But, I
can't find disco.exe or wsdl.exe? Where can I get them?
Thanks,
Josh Yeager... more >>
Transactions in webservices
Posted by Lars Siden at 11/7/2003 12:30:19 AM
Hi,
Yesterday I made a test on using transactions in a
webservice. I created a test database containing one
table ( ID PK, Data varchar2 ).
Code snippet:
-------------
[WebMethod
(TransactionOption=TransactionOption.RequiresNew)]
public DataSet Test_Transaction(int iID, string sTex... more >>
How to read input from a textfield in a datagrid !?!
Posted by Remco Groot Beumer at 11/6/2003 5:03:15 PM
Hello,
I'm working with a datagrid control in ASP.NET. The datagrid shows a list of
products. One column shows the productnumber, one column shows the
productname, one column shows a picture of the product and the last column
shows an empty textbox with an 'OK' button.
People can enter a qu... more >>
Passing a Large String as a parameter to a web service
Posted by ashok820 NO[at]SPAM hotmail.com at 11/6/2003 1:30:18 PM
Hello
I have a situation where I might pass a large string as a parameter to
a webservice. The string size could go upto 100 MB. Is there a timeout
or data truncation issue I might have? Any ideas are welcome..
Thanks
Ashok... more >>
Variables are overwritten when another person logs in
Posted by Remco Groot Beumer at 11/5/2003 5:36:04 PM
Hello
I've created an ASP.NET page, which uses some variables which are set after
login.
When person A logs in, a new public object is instanced (i'm not sure if
that is a correct word), after which the variables are set. The problem
occurs when person B logs in at the site. After he logs in,... more >>
free Weather web service?
Posted by Stoyan Tsarski at 11/5/2003 11:57:37 AM
somebody knows good weather web service available ?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error while adding a webservice to an existing webapplication (ASP.NET)
Posted by harbi at 11/5/2003 10:56:08 AM
I've an existing web application and I'm trying to add a new webservice to
it. I'm using VS.NET, ASP.NET/C# and Framework 1.0. I added a new web
service into a sub-folder in the UI project and created a new webservice in
it and modified the namespace so that the webservice and the webapplication
... more >>
communicating with Yahoo server
Posted by Steve Klett at 11/5/2003 9:52:59 AM
Hello-
I know almost nothing about communicating with a web server. With that
said, I understand that web services are probably not what I'm trying to do,
but I thought I would make sure by asking this here.
OK, with that said. What I would like to do is create a desktop client to
the Yah... more >>
Out of Process execution and .NET
Posted by charlie at 11/4/2003 10:42:51 PM
Sorry for the cross-posting but I really need some help here. I posted
before but didn't get any responses so I am trying my luck again.
I have a fairly simple scenario that is complicated by the ASPNET userid
security model and my need to access network file shares.
We currently have an ex... more >>
web.config problems
Posted by Ohad Young at 11/4/2003 4:00:03 PM
Hi,
I have problems in configuring a web.config file of an ASP.NET Web Service
project.
I declared a new settings section group named metaServer which contains a
nested
section group named availableServers that contains two sections,
DeGeLServers and
spockServers. Following is the XML s... more >>
Is it possible to return just a DataTable from a WebMethod, instead of DataSet?
Posted by Tim Medcalf at 11/4/2003 1:27:34 PM
Hi all,
I just want to make sure i'm not doing anything stupid, but it seems to me
that its not possible to return a simple datatable from a WebMethod - it has
to be a full dataset.
The online help seems to state that it is possible with either dataset or
datatable (both remotable, both ser... more >>
web service lifetime
Posted by Robert Pfeffer at 11/4/2003 1:10:47 PM
I created a very simple web service test on my local
machine (the web service and the web server on local).
The web service has two methods. One method is called
connect it connects to an odbc data source, loads a
dataset using a dataadapter.
The second method returns the dataset loaded... more >>
Limit the number of asyn web service calls
Posted by Paul Welter at 11/4/2003 12:51:38 PM
I have a web service the makes calls asynchronously to a server to download
files. The user has the ability to select many files to download. When
making the web service call using the proxy class, the async call goes on
the thread pool. The problem is that the thread pool can have 25 threads.... more >>
Accessing an ISAPI Ext. through an ASP.NET Web Service
Posted by Gabby Shainer at 11/4/2003 10:54:00 AM
Hello,
I have an ASP.NET Web Service written in C# that does some processing and
then sends a request to an ISAPI Ext. (an HTTP Request).
The code form calling the ISAPI Ext. is as follows :
HttpWebRequest myHttpWebRequest = null;
HttpWebResponse myHttpWebResponse = null;
Stream receiveStr... more >>
.net Newbie
Posted by Duane Smith at 11/2/2003 8:47:52 PM
I loaded VB.net standard. I downloaded a walkthrough for the web application
and was following the directions, when it asked me to locate the db file. I
also loaded Frontpage 2k. I am finding out that I need SQL. I opened the
msde and ran the setup, but the operation keeps stoping.How can I get a... more >>
aspnet_wp is missing
Posted by Barkha at 11/1/2003 3:13:04 PM
Hello!
I am working on asp.net web service and want to debug it. For this purpose
I go to Debug>> Processes and see the availaible processess. I don't get to
see aspnet worker process running.
Now when I send me reuquest say for example:
http://localhost/mymodule/test.aspx
and then go to the ... more >>
DCOM relay via WebServices
Posted by Dave Edson at 11/1/2003 1:41:18 PM
Hello,
I have a legacy DCOM "server" running on Machine A.
I have a C# .NET windows application running on Machine B.
The app running on machine B can access the DCOM server just fine and call
its methods.
If I build a C# Web Service on Machine B, and have that web service try to
acces... more >>
|