| Thread | Last Post | Replies |
|
| error in accessing webservice developed in Java from .NET client | 20 Nov 2003 06:21 GMT | 3 |
Hi Masters I have a webservice developed in Java which is running at port 8080. I am getting operation timed out error. I have tried by chaning the url to (reference.cs) file which is appened
|
| Declaring Global variables in a WebService | 19 Nov 2003 23:47 GMT | 1 |
In the webservice which iam writing, i have to declare a an array which has to be global. How and where shuld i declare it. I declared it as public static bool[] Busy = new bool[50];
|
| Newby High Level Design/Architecture Question | 19 Nov 2003 21:25 GMT | 2 |
Firstly, sorry for the cross post. I didn't get a reply on the dotnet.framework.webservices group so I though this group may be able to help!? Or, perhaps my question doesn't make sense!?... We want to rebuild a business application, and are considering using Web
|
| How to make a WS discoverable ? | 19 Nov 2003 20:32 GMT | 2 |
I created a WebService (MyTest) using VisualStudio.Net. (So a disco-file was generated automatically) Now do I want to look for it using a uddi-site : uddi.microsoft.com Entering 'MyTest' in the search-box does not show my webservice in the
|
| very light / portable console (DOS) web service client | 19 Nov 2003 15:43 GMT | 2 |
I have a very simple web service that returns a single string with information scraped from a dynamic web page. I'd like to build a very light, very portable console client to run on clients with internet access that may be running 98, may not even have
|
| ASP.NET 1.1 | 19 Nov 2003 12:26 GMT | 3 |
Not sure if this is the right place for this but here goes anyways. I am using VS.NET 2003, and with 1.1 of the framework, but when I try to create a C# Web Service it states "Visual Studio.NET has detected that the Web Server is running ASP.NET
|
| accessing same web service from numerous applications | 19 Nov 2003 00:19 GMT | 1 |
We have a web service handles employee information. It will be used by numerous other applications. Question is, what is the best way for the other applications to access the web service? I am concerned if
|
| SQL VARIABLE | 18 Nov 2003 18:31 GMT | 1 |
Hi I have a little problem here with my code Iam asp user and Im trying to
> use vb.net on this proyect |
| Return Single Row + Dataset | 18 Nov 2003 18:17 GMT | 3 |
I have created a WebService that returns a DataSet from the database. What I would like to do is have it also return an addition Single Row of data that is generated during the processing of the function (lets say 3 or 4 differenet Values) that are not from a database source.
|
| dynamic WebServices | 18 Nov 2003 06:45 GMT | 3 |
Hi everybody. I've developed an easy WebService with VStudio. I've developed too a little Web application with VB.NET and I've created a WebReference in order to use the WebService. My question is: How can I especify that my Webapplication use the WebService
|
| webservices sessions only run in debug mode ????? | 17 Nov 2003 20:21 GMT | 1 |
hi all !!! I have developed a web service that uses sessions (enablesession=true in webmethod attributes). The web service works fine when called from the development environment or
|
| webservices sessions only work in debug mode ????? | 17 Nov 2003 15:43 GMT | 1 |
hi all !!! I have developed a web service that uses sessions (enablesession=true in webmethod attributes). The web service works fine when called from the development environment or
|
| Web Service error | 17 Nov 2003 07:10 GMT | 1 |
Example 'hello word' produce error (see below). Help me please!!! Thanks in advance, Primoz error description
|
| Compilation Error | 17 Nov 2003 05:33 GMT | 1 |
Please help me with this problem. Thanks Regards Robin Description: An error occurred during the compilation of a resource required
|
| Duplicating a project | 17 Nov 2003 05:28 GMT | 1 |
Ok, I open Visual Studio .NET 2003. New C# ASP.NET Web Service project. Everything works fine. When I'm done I close Visual Studio, go to the web server home directory and make a copy of the folder of the existing project to other one named different because I want to make some ...
|