| Thread | Last Post | Replies |
|
| ASP.NET + WIN32 API | 25 Jul 2003 19:14 GMT | 3 |
Can I use WIN32 API method such as PostMessage through ASP.NET or Web Service directly? I have tried, but failed. Do aspnet_wp.exe block this kind of "direct" communication
|
| Moving a Web Service | 25 Jul 2003 18:32 GMT | 6 |
If I move a web service from one machine to another, do I have to change the reference in all the apps that were using it? Anyone faced this issue yet? Thanks!
|
| class convertion compilation error | 25 Jul 2003 08:36 GMT | 2 |
I have a ClassLibrary(ClassLibrary1) with 2 classes (MyClass1, MyClass2). (one inherits a DataSet, and the other requires a DataSet in its constructor). My Winform project and Asp.Net Web service both reference my
|
| how to track webservice usage? | 25 Jul 2003 05:03 GMT | 3 |
All, Does anyone have a tried and tested method of tracking usage of their webservice - more importantly a method of persisting the Reqest/Response classes (if you've gone
|
| Catch Exceptions for Asyncronous Invoke | 24 Jul 2003 23:31 GMT | 1 |
How can I catch exceptions of web service, when I am using Asyncronouse Invoke (like: myService.BeginGetCustomers()) I want to catch exceptions like: connection timeout. In my case, if the web service is disconnected, then the call to
|
| ASP.Net app, Class Library and Web Service | 24 Jul 2003 13:26 GMT | 2 |
I have an ASP.Net application that uses some Class Libraries (dll's) that I created separately. One of these dll's connects to a Web Service. I created the Web Reference to my web service and doing so creates my App.Config file. I thought I would then be able to use the config ...
|
| webservice return value but continue some process | 24 Jul 2003 07:22 GMT | 3 |
Hi, I am new to this web service concept. I have following requirment for a web method-- web service check for some data
|
| call a webservice programmatically | 23 Jul 2003 20:42 GMT | 1 |
I would like to call a web service programmatically ie: without adding a web reference in visual studio. From the docs it seems like I have to use HttpWebRequest. Also what I can't figure out is how to convert the wsdl or the xml that is returned to an object. In VS when you create ...
|
| Security in .Net WS | 23 Jul 2003 10:37 GMT | 1 |
I have a web service, which updates the database on the server side, when an order has been made at the client side (remote web site). Obviously, I can't send the details as plain text. So, here are my questions:
|
| app not working unless vb.net installed on server | 22 Jul 2003 16:17 GMT | 1 |
Hi, we have a very weird problem deploying a ASP.NET project which is solved by installing VB.NET. We are using a custom DLL made using the ASP.NET WebService. It works fine as long as you have VB.NET Standard installed on the Machine.
|
| Proxy Error | 22 Jul 2003 03:30 GMT | 1 |
I'm getting the following error when trying to access a web service. "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires
|
| WebService timeout | 21 Jul 2003 15:23 GMT | 2 |
I have a problem with deploying my webservice in our Web server. In my development machine (inside of our LAN), everything works fine. When I move the application into our Web server (public addressed), I always get the timeout exception. My app connects to our database server ...
|
| Calling webservice from JavaScript | 21 Jul 2003 06:56 GMT | 4 |
I am successfully using the code below to call a webservice from within JavaScript, however I would like to call another function that takes two variables, how do I send the two variables using the method below. var xmlHTTP = new ActiveXObject("Microsoft.XMLHTTP");
|
| Consuming an ASP .NET Web Service using the MS SOAP Toolkit v3.0 | 20 Jul 2003 04:28 GMT | 2 |
Hi all I think I am going to go mad if I cant solve this problem. Basically I have created a simple .NET Web Service that takes a string as a parameter as follows. <WebMethod()> _
|
| sync webservice | 19 Jul 2003 01:53 GMT | 1 |
I need to build webservice that can get and send data at the same time. It will be a form that work with a billing company and has to get data from the billing company and send it to my server at the same time. Any idea of how to do that? and if its possible with webservices
|