| Thread | Last Post | Replies |
|
| The underlying connection was closed | 03 Dec 2004 23:08 GMT | 3 |
I am getting the "The underlying connection was closed: Unable to connect to the remote server" message when trying to connect an ASPX page to a simple Hello World web service. I have read a few posts on this topic but my situation is different. The problem appears to be a ...
|
| Fire Event to Server-side | 03 Dec 2004 23:02 GMT | 2 |
I'm now using TCP socket using user-defined protocol to communicate between two machines (server and client). But now, I'd like to introduce a Web Service in my server-side. If my client software subscribes the web service, does it have the flexibilty to fire a event to server? That ...
|
| Help With Exception | 03 Dec 2004 22:56 GMT | 1 |
All, I have a Web Service that makes use of WSE 2.0 for security. The service works fine on my test machine. However, when deployed to the server I get the following Exception:
|
| Webservice over SMTP | 03 Dec 2004 22:51 GMT | 1 |
I read that one can call Web services over smtp, but i can't find an example. Can somebody help me? Thanks Lars
|
| Web service analysis and design | 03 Dec 2004 22:50 GMT | 1 |
I have been tasked to draw up design documentation for two web services we need to develop. Sort of the systems analyst for this project. I would like to know if anyone out there has example documentation for a system specification for designing a web service? I have looked on the ...
|
| wsdl and <types> element | 03 Dec 2004 22:48 GMT | 1 |
How would I go generating some user interface (winform/webform) from schema in WSDL <types> element ? So far I have been able to read operation and message information, now I need information about types that make message parts.
|
| SoapException when reading from a Web Service on Windows 2003 | 03 Dec 2004 22:47 GMT | 2 |
I've got a WebService application that works fine under Windows 2000 with Framework 1.0 Installing it on Windows 2003 results in SoapExceptions being thrown when any of the methods are called. The error refers to a randomly named DLL
|
| Client Timeout - HELP | 03 Dec 2004 22:32 GMT | 2 |
All, I have a Web Service that validates a piece of data. However, the database that the data comes from is mamouth. So, it may take a long time for the validation query to complete.
|
| Parser Error - Could not create type? | 03 Dec 2004 22:28 GMT | 1 |
I keep getting the following error on one of my web service pages: Parser Error Parser Error Message: Could not create type 'SyPixx.Web.ClearService.ConfigureAlarms'.
|
| Configure IIS using C# | 03 Dec 2004 22:02 GMT | 1 |
I want to configuire the IIS settings using a C# script , like giving virtual path, port, authentication etc..... How do I go about it. Thanx in advance.
|
| sending a PDF file from a .NET web service - urgent | 03 Dec 2004 21:55 GMT | 1 |
Hi, I need to pass a PDF file from a .NET web service to a Java Application, what is the easiest way to do it, I am try to convert it into a byte array and trying to send it , but it is not working, pls help me. Thanks in advance.
|
| Execute stored procedure via web method. | 03 Dec 2004 21:45 GMT | 8 |
From a vb.net application I'm want to execute an Oracle Stored Procedure via a web service. What would be the best way to approach this? I can't pass and Oracle Command or the parameter objects object to the Webservice, cause they're not serializable. How would I get the parameters ...
|
| WebServiceBinding | 03 Dec 2004 20:52 GMT | 2 |
Hi all .Net lovers, I am working of a .Net webservices project. Evry thing is done except one issue ;) While binding the web seviceses using WebServiceBinding API we have to
|
| webmethod returning interface or receiving an interface parameter | 03 Dec 2004 20:43 GMT | 5 |
Can a WebMethod return an Interface type? Can we pass an interface parameter ? Example : public interface IEntity
|
| Web Service adding dll as a reference | 03 Dec 2004 20:39 GMT | 1 |
I have a web service that is consumed by a C++ application. I added a C# dll reference to the web service, When the web service calls a method on the dll, it sends back an HRESULT of E_FAIL to my C++ application. What is causing the web service to return an E_FAIL when it calls ...
|