| Thread | Last Post | Replies |
|
| .Net Client gets null while calling Axis 1.2 web services | 15 Feb 2005 00:01 GMT | 3 |
I was testing a very simple web services written in Axis (1.2RC2) with just a single method, returning a string "test". The method doesn't need any parameters. when I tested it using .Net client, it returns null. Could anyone please tell me what could ne wrong? I've beening
|
| Web Service List | 14 Feb 2005 23:06 GMT | 1 |
Where can I find the publicly available WebServices registered with UDDI? I would like to do a criteria search for the WebService relevant to my business.
|
| retrieving an attachment | 14 Feb 2005 23:05 GMT | 1 |
I am retrieving an attachment using a web service. what would be the fastest way to download the attcahment ? WSE Attacahment or byte array or any other methods ??? tahnks in advice
|
| weather web services? | 14 Feb 2005 23:04 GMT | 1 |
I'm working on a project to get weather info for my company and would like to know if there's any good weather web services site I can subscribe to? Current temperature, 12-hour temperature forecast, relative humidity, wind speed...
|
| best way to return error/success messages to client? | 14 Feb 2005 22:16 GMT | 1 |
Hello, I've started developing web service for a month now but have come across a problem. What is the best way to return success, failed, or exception message/string back to the client if they are expecting different type (object, array, dataset, integer, etc) . for
|
| Application_End not being called ? | 14 Feb 2005 21:17 GMT | 1 |
If IIS Application Pool for a web service is called, shouldn't Application_End be called ? Some how I'm not seeing that. I've cached some client connection in Application object and I want to clear them in Application_End but I'm not able to.
|
| Multi Threaded web Service | 14 Feb 2005 20:31 GMT | 9 |
I have a web service that does database access and calculations However it keeps falling over becuase its not multi threaded and each call to it is not in its own space!! I dont want to use com+ so is there any way of making it
|
| verisign certificate | 14 Feb 2005 18:48 GMT | 2 |
i'm in the process of buying a X.509 ceritificate for digital signing. all this while (during the development and testing phase), i was using the sample certificate (WSEQuickStart sample) provided along with the samples in Microsoft WSE package. i was looking at the verisign site
|
| IIS 6.0 do not run .asp pages under Windows 2003 server standart e | 14 Feb 2005 15:42 GMT | 3 |
When I tried run .asp pages appear this message: No se puede mostrar la página Hay un problema con la página solicitada y no puede ser mostrada.. HTTP 500 - Error interno del servidor
|
| Error when WebMethod returns a jagged array | 14 Feb 2005 14:45 GMT | 7 |
I've been getting an error message like the following when testing a webservice that I'm creating: "File or assembly name 8rsiphqb.dll, or one of its dependencies, was not found."
|
| Web Services and Application Architecture | 14 Feb 2005 04:49 GMT | 1 |
We are developing a several web applications that use 'services' that perform key business functions for our applications. These same 'services' are avaible to paying clients through web services. To summarize, we have clients that use our web applications (they need UI) and we ...
|
| Web Services and Application Architecture | 13 Feb 2005 23:59 GMT | 1 |
We are developing a several web applications that use 'services' that perform key business functions for our applications. These same 'services' are avaible to paying clients through web services. To summarize, we have clients that use our web applications (they need UI) and we ...
|
| Newb question about connection to multiple web services. | 13 Feb 2005 21:07 GMT | 1 |
Hi, I'm working on a windows forms application that is running on the Pocket PC. I want to connect to various remote servers via wireless. Since I'm adding the web reference to the windows forms application, the reference defaults to http://localhost...etc. Is there a way to have ...
|
| Passing credentials problem | 13 Feb 2005 20:51 GMT | 1 |
I am at a loss. I have a web service which uses Windows Integrated Security. If I use the following code to call my web service: WServ wserv = new WServ();
|
| Design dilema using webservices | 13 Feb 2005 20:07 GMT | 2 |
I'm working on a design for a system consisting of a pocket pc applicatoin as a client interacting with an asp.net application. A feature in this system is that users of the pocketpc application collect some data and post it to the asp.net application. The application running on
|