| Thread | Last Post | Replies |
|
| Hello World Web Service | 02 Feb 2006 23:00 GMT | 1 |
I recently developed the hello world web service in Visual Studio 2005. If I right-click on the Service.asmx file that is created, everything works fine in Visual Studio. After verifying this, I did a Publish Web Site for this web service. After that, I installed IIS and ...
|
| Hello World Web Service | 02 Feb 2006 22:58 GMT | 1 |
I recently developed the hello world web service in Visual Studio 2005. If I right-click on the Service.asmx file that is created, everything works fine in Visual Studio. After verifying this, I did a Publish Web Site for this web service. After that, I installed IIS and ...
|
| Accessing Webservices from behind proxy server | 02 Feb 2006 21:16 GMT | 2 |
hi all, Description of my .net application: Desktop application using webservices over the internet to communicate with the sql server2000 database which is sitting behind the webserver.
|
| Errors communicating between C# client and Java (GLUE) webservice | 02 Feb 2006 19:26 GMT | 2 |
I seem to be having some problems connecting to webservices. I'm running a C# client connected to a Java webservice using GLUE. The difference between the two request and response pairs below is the first contains one item in the request and the second contains two.
|
| X.509 Certificates and Windows 2003 CA | 02 Feb 2006 16:24 GMT | 1 |
I am attempting to move an app from Kerberos to X.509 tokens issued by the CA running on my test domain. Prob is, the User token gives the error "Selected Certificate does not support Data Encryption." when I try to select it in the "Client Certificate" wizard window. If I try
|
| SoapFilter for WSE 3.0 | 02 Feb 2006 14:20 GMT | 1 |
I have a client application that used WSE 2.0 SP3. I used SoapInputFilter class to create a custom filter and use the same in the application. I used to register this customInputFilter into the SoapInputFilterCollection, so WSE runtime can use this filter.
|
| print asp in landscape | 02 Feb 2006 11:26 GMT | 1 |
How do i print an ASP page in landscape? I´ve tried <body style="orientation:horizontal">, <body style="size:horizontal">... but nothing seems to work... Can anyone help?
|
| PerformanceCounter for a specific process | 02 Feb 2006 08:15 GMT | 2 |
Hi Experts, I would like to get the memory used and cpu usage for a specific process. How do I go about doing it? Thanks a million,
|
| Web Service using SSL on a new port | 02 Feb 2006 04:17 GMT | 1 |
I have created a web service which is using SSL. I already have another web service running on the same server using SSL therefore I have to use another port. But I get the following error when I try to call my web service. Is there
|
| Ideas sought on sending large files over webservices | 01 Feb 2006 22:59 GMT | 2 |
We need to send files in the order of 5 to 20 Megabytes (eg. word documents) via webservices using donet 1.1. The clients could have slow links using 56K dial up modems. I've seen some articles suggesting the use of WSE and DIME attachments (for
|
| WebService To WebService HTTP Connection Limit | 01 Feb 2006 22:25 GMT | 1 |
I have a .Net web service (OPR) that receives requests from a variety of real-time applications. The OPR web service calls another remote web service (OPW) on a remote machine. The problem that I'm having is that I'm exceeding the default HTTP
|
| ASP cdo.message in iis server! what else? | 01 Feb 2006 16:02 GMT | 1 |
I have built an ASP. This asp runs in a IIS server. This asp has the following code: <script language ="vbs"> sub button1_onclick
|
| How to access a webservice from a browser? | 01 Feb 2006 12:16 GMT | 1 |
I have made my first webservice whic can be called in a browser: http://localhost/webquote/calc.asmx?op=QuoteParams I get a screen with input for parameters and a Invoke-button. After pressing it gives me the result (=cost price).
|
| How to include GUID in a SOAPmessage | 01 Feb 2006 09:01 GMT | 2 |
I've declared a variable, ID, in a statement dim ID as new Guid("12345678-1234-1234-5678-12345678") Now I will include and send it in a SOAP message but the webservice doesn't accept the ID converted to a string.
|
| UnauthorizedAccessException | 01 Feb 2006 04:53 GMT | 2 |
I have written a ASP.NET web service . It contains a method called WriteMessage(). This method creates a .txt file on c drive and writes some message to it. Now I have created a ASP.NET web application. I am calling the
|