| Thread | Last Post | Replies |
|
| desperate call for help: "The underlying connection was closed: Unable to connect to the remote server. | 18 Feb 2005 11:13 GMT | 4 |
I have a web service running on a server. With my brower, I can get the asmx page and get the expected output on the page. With a console application, I can call the webservice and retrieve from it
|
| Push technology for a Web app | 18 Feb 2005 03:34 GMT | 1 |
My client wants me to create a Web app version of a Windows Forms application that I've written for them some time ago. The original app registers itself to a specialized server (implemented as a windows service) and then waits for PUSHed messages from the server and acts
|
| WebServicesClientProtocol Performance | 18 Feb 2005 00:23 GMT | 1 |
I noticed that when calling a sample "Hello World" service -- no WS-Security bits involved -- that the WSE client proxy takes about 2.5 times longer than the standard "web reference" proxy. Is there something about the underlying [WSE].WebServicesClientProtocol class that is ...
|
| What's wrong with doing this? | 17 Feb 2005 23:49 GMT | 1 |
I need to get the XML doc from the deserialized type (seResults) returned from a web service. Here's what I came up with - thanks in advance: System.Xml.Serialization.XmlSerializer s = new System.Xml.Serialization.XmlSerializer(typeof(seResults));
|
| how do i get an attachment from axis with dotnet client... | 17 Feb 2005 21:59 GMT | 3 |
hi.. i can't figure this out... i have a small web service in axis 1.1 which returns a file: import javax.activation.DataHandler;
|
| WIN AUTH over VPN | 17 Feb 2005 21:16 GMT | 5 |
I'm developing a windows client app which is able to communicate with web services in an IIS virtual directory. Current thinking is to secure the services with Windows Authentication. This is fine if the user is logged into the Domain on the LAN. What will happen if the user ...
|
| exposing nested classes via webservice | 17 Feb 2005 17:41 GMT | 1 |
All, Can anyone tell me how to expose functions from a nested class to a consumer via web services? thanks
|
| Adding a new WebMethod , what about old client? | 17 Feb 2005 17:25 GMT | 1 |
If I add a new webMethod in my WebService, does this web service will continue to work fine with older client? Tks
|
| URL Behaviour | 17 Feb 2005 17:06 GMT | 3 |
We've added a web service to our application. I've set the "URL Behaviour" property to dynamic. The put the following key in our web.config file:- <add key="MyApp.MyWebService.Common"
|
| Overriding X509SecurityTokenManager.AuthenticateToken | 17 Feb 2005 16:21 GMT | 7 |
I have some special logic I would like to perform to make sure we accept a certain certificate in my webservice. The X509SecurityTokenManager.AuthenticateToken method has no return value so I was wondering what is the proper thing to do when the certificate is not
|
| Can't add Web Reference if using HTTPS | 17 Feb 2005 14:54 GMT | 4 |
I've deployed a WS onto a server on my network. I can add a web reference to my WinForms app if I specify http, but if I use https I get the following error: An unhandled exception of type 'System.Net.WebException' occurred in
|
| Constraint Exception from Web Service | 17 Feb 2005 12:56 GMT | 2 |
All, I am capturing a SQL constraint exception in my web service and am attempting to "throw" it back at my asp.net page so I can put up an alert box. For some reason I lose the contraint error and the web page sees it as
|
| WSE 2.0 - ResponseSoapContext.Current is NULL | 17 Feb 2005 08:09 GMT | 1 |
Has anyone come across the problem where the ResponseSoapContext.Current is null? I have configured the WSE using the Visual Studio add-in and it has modified the web.config as follows: <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections>
|
| SessionId in tokenmanager | 17 Feb 2005 08:07 GMT | 6 |
Is it possible to get hold of the curent session id when inside a TokenManager?? or is the only unique idintification the CurrentThread?? What I'd like to, is from a WebMethos to get hold of an object instantiated in the TokenManager ??
|
| WebMethod returning a object in a COM dll | 17 Feb 2005 05:56 GMT | 3 |
I have writen a web method(C#) which is to return an Serializable object declared in a COM dll. The project compiles & but I am not seeing any public properties of this returned object. In the WSDL file I am not finding any details such as public properties of this complex
|