| Thread | Last Post | Replies |
|
| Executing a web service dll directly | 07 Apr 2005 09:21 GMT | 1 |
Is it possible to load a web service dll and directrly invoke its methods using relection to avoid installing a local web service ? Is there a sample somewhere ? Thanks in advance and regards
|
| have webservice continue processing even after it returns data to consumer | 07 Apr 2005 02:56 GMT | 2 |
I would like to have a web service continue a little bit of processsing after it returns the data to the consumer. What is the proper way to do this? Please provide an bit of example code on how to do this. For example:
|
| DateTime fundamentally broken | 06 Apr 2005 23:14 GMT | 9 |
Does anyone know how to make the following method work across timezones? [WebMethod] public DateTime GetTime ()
|
| Receiving SOAP Messages over TCP | 06 Apr 2005 21:37 GMT | 2 |
Hi, I am making an application that receives Asynchronous Soap messages over a TCP connection. As it stands right now, if two messages are close together, the receiver misses the second one, I assume because it is busy with the first. Is there a way to queue the incoming ...
|
| Ability to get/set SOAP body xml data at a client program | 06 Apr 2005 20:01 GMT | 3 |
I have a console based C# program that calls web service proxy methods. I want to extract and insert the xml embedded in the SOAP body area. How is this done? I know that in Java setSOAPBody(...) and getSOAPBody(...) can do this, but how is this done in C#.
|
| Service Installation error | 06 Apr 2005 17:29 GMT | 2 |
I have created a service and when try to install it, the following message appears. "the account name is invalid or does not exist, or the password is invalid for the account name specified"
|
| Request format is unrecognized | 06 Apr 2005 15:35 GMT | 2 |
I've this problem: i'm trying to build a method that outputs an object like this: public class Autenticazione {
|
| Asynchronous call problem | 06 Apr 2005 09:51 GMT | 1 |
I am using ASP.net as web service client. I call BeginInvoke in a proxy and use a callback function to process the result. However, the callback function is not the same thread of the web page. I end
|
| Newbie: Webservice to Webservice Communication: Help! | 06 Apr 2005 04:37 GMT | 1 |
Hello, as my subject suggests I am a newbie developer and am currently working on a project that requires two webservices to communicate so that two client applications can interact. e.g. client program - Webservice - Webservice - client program
|
| Calling EndXXX - Is it required and how? | 05 Apr 2005 20:04 GMT | 1 |
I have just implemented a reporting system for a web application I am responsible for where I work. It basically allows users to enter the report details, click a button and then fires off a call to an asynchronous web service that executes a stored procedure on SQL Server as a ...
|
| Retrieving password from web service request | 05 Apr 2005 18:48 GMT | 1 |
How can I retrieve the password used to authenticate to a web service? -- Jeff S.
|
| Web Service + Anon Access, but getting 401 Access Denied Error | 05 Apr 2005 17:57 GMT | 1 |
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous access is also turned on. When I access the webservice from IE there is no problem, it returns the string fine. However, when I ...
|
| HTML Tags in WebMethod Description | 05 Apr 2005 17:29 GMT | 2 |
Wanted to know if we can put HTML tags in the WebMethod description. I know we were able to but then am not very sure that if we can keep them now after the SP1. If we can, can you let me know how or the work around. Thanks
|
| New bie for .net | 05 Apr 2005 13:45 GMT | 1 |
I am new to .NET, can any body tell me the how to use / create webservice without using proxy pls. Thanks in Advance, - Abdul
|
| Interop with Apache SOAP | 05 Apr 2005 03:20 GMT | 7 |
I have a web service writen by .NET: [WebMethod] [SoapRpcMethod] public string[] Greetings(string[] names)
|