| Thread | Last Post | Replies |
|
| The underlying connection was closed: Could not establish secure channel for SSL/TLS | 15 Aug 2005 05:24 GMT | 1 |
I am trying to connect to a remote server in order to perform an http post inside my asp.net page. However, I consistently get the following error: [SocketException (0x2746): An existing connection was forcibly closed by the remote host]
|
| WEB Service ...session ... connection | 13 Aug 2005 13:47 GMT | 3 |
Hello every body: I am not an ASP guru though my questtion may look stupid, i want to have a SQL connection in a web service that is used in a windows application (Web Service)... to be working during the session ie that the user will have an
|
| having problems with webservice (proxy) reference | 13 Aug 2005 00:34 GMT | 1 |
i was working on a book sample, book showed how to connect to a webservice using Vs.Net (web-reference) and another way to do withou vs. i got the vs working but the other way isn't. I build the proper dll using the wsdl command, and added the generated dll to my bin. i
|
| WebService Does Not Respond (if operation takes more than 5 minutes) | 12 Aug 2005 17:00 GMT | 1 |
I have a WebService that uses ADO.net to update a SQL database on a remote server. If the database operation takes less than 4 minutes everything works fine. If the database operation takes more than 5 minutes or so the service does not return to the client. The client
|
| defaultOperation element | 12 Aug 2005 16:24 GMT | 1 |
I m having strange error in my web service after figuring out alot of things about policy file i came accross something stating at the following page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wse/html/2c0792 34-be19-4b34-a35f-2379a074bd8e.asp There can be zero ...
|
| Help - N Tier Architecture ? | 12 Aug 2005 11:47 GMT | 1 |
1. I am in process of designing N-Tier Application using ASP.NET. Can anyone guide me the right material or microsoft guidelines document which I can used in designing the N-Tier application. 2. I would also like to know whether to use Web Services or .Net
|
| WSE 2.0 - Alternate Transport - MQ | 11 Aug 2005 16:13 GMT | 3 |
I am using WSE 2.0 and MQ as alternate protocol. I have end-point service class as: namespace test.wse {
|
| wrong host on example invoke pages | 11 Aug 2005 16:01 GMT | 9 |
Sorry for the multiple posts. Seems I didn't have my nospam email setup so MSDN didn't recognize me as a subscriber. Hopefully this will be the last time I have to repost this. WebServices on my machine have recently begun experiencing problems when
|
| searching UDDI | 11 Aug 2005 06:26 GMT | 1 |
I'm trying to use the vs.net start page to search for web services but it seems nothing is there. If I go to Find a Service tab and select Financial for a category and type "stock price" (or anything else) it simply says "Unexpected error blah blah...." If I go to advanced I ...
|
| capture TimeZone of DateTime passed to web service? | 11 Aug 2005 06:08 GMT | 3 |
I want to create a web service that allows the caller to pass a DateTime to the web service (that is, create a web method such as void MyWebMethod(DateTime dt).) However, I want to be able to capture the TimeZone of the caller as well - but I don't want the interface to specify ...
|
| Upload Dime Failure | 11 Aug 2005 01:02 GMT | 1 |
Error during debug: -- An unhandled exception of type 'System.Net.WebException' occurred in system.web.services.dll
|
| Manipulating XML File | 10 Aug 2005 23:16 GMT | 1 |
Assume you're working with a vendor that doesn't understand web services and implements their version of a web service solution that only returns an XML file upon making a call to a URL: http://333.333.333.90:7900/UserVerify?UserID=abc&Password=123
|
| Is there any body workign with WSE here ? | 10 Aug 2005 23:13 GMT | 2 |
I m sorry if i m posting this question to a wrong newsgroup but it seems to me that WSE forum is near to death as there is no activity. Is there any body who has worked with WS-Policy here ? I am trying to restrict access to a particular method in my webservice but i
|
| web service redirect to web page | 10 Aug 2005 22:36 GMT | 1 |
I have a client who wants to send me a soap packet with user id and password in the soap header and after ive authenticated redirected automatically to a web page Can this be done without some client page or using javascript
|
| dinamic reference to WS | 10 Aug 2005 22:31 GMT | 5 |
I want to create a class that i could use to call a web service without adding the web reference from Visual Studio. That's because the url to the .asmx o wsdl document will be given by te user at runtime. How can i code this? Is it too complex?
|