| Thread | Last Post | Replies |
|
| Using NTLM authentication with WSE web service client proxy | 24 Oct 2005 22:18 GMT | 2 |
How I could use NTLM authentication with WSE web service client proxy ? When requesting security token, it fails with 401 Unauthorized error and is expecting NTLM credenentials. I set the credentials property of the proxy by adding NTLM access credentials in the cache but they ...
|
| Multithreading and Async Web Service processing | 24 Oct 2005 20:42 GMT | 1 |
I thought I'd just open a thread in an attempt to get peoples feelers with regards to multithreading vs Async Web Service processing. Of course Web Services makes it easy to do Async method calling, but what if you are already in a worker thread in a Windows Forms application when ...
|
| Application Failed out of blue | 24 Oct 2005 20:23 GMT | 3 |
The application has been running for one year, and today it failed with the following message: WSE511: It is invalid to use the security token
|
| WSDL | 24 Oct 2005 19:53 GMT | 1 |
The Data structure of a WSDL file is always prefixed with WSDL how do we work our way around this, and not using Microsoft standard but wsdl standard??
|
| Cannot connect to webservice from another machine | 24 Oct 2005 18:22 GMT | 4 |
I have the simple Hello World web service running on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from another machine (also XP pro SP2), using the URL: "http://nav:24035/WebServ/Service.asmx?op=HelloWorld", ...
|
| Unit Testing | 24 Oct 2005 14:05 GMT | 2 |
I am not sure if this is the exact forum for this question, so if it isnt please let me know. I have built a web service, and i want to apply some unit testing to the various methods i will invoke - submit(), deliver(), etc ...
|
| xml as a parameter to a web service | 24 Oct 2005 13:45 GMT | 1 |
I would like to send an XML document as a parameter to an asp.net web service. Obviously I could just serialize it and transfer it as a string but that seems a bit of a waste, given that SOAP is XML already.
|
| WSE 3.0 encoding XML return type? | 24 Oct 2005 12:40 GMT | 9 |
I have an object that implements IXmlSerializable. This object works wonderfully over regular web services. However, when i enable WSE 3.0, my object no longer works. When WSE 3.0 is enabled, it seems to be encoding the XML my object returns through the writexml method. I have no ...
|
| SSL Handshake in WebServices | 24 Oct 2005 08:42 GMT | 1 |
I'm working on an implementation of the TPC-App benchmark, it is very similiar to the TPC-W benchmark (a number of threads emulating businesses calling the web services of the server by https). TPC-APP specifies that a new SSL-Handshake(SSL-Session creation) must be
|
| SSL performance | 24 Oct 2005 08:21 GMT | 3 |
I am developing a service, both client and server in C# WSE2. To secure the connection I'm using both server and client certificate. The problem is that I receive a performance hit for about 20-30 sec on the first call with the following calls under 1 sec. So my question is, what ...
|
| Help - Run process through Web service without ASPNET user | 23 Oct 2005 21:42 GMT | 1 |
I created a web service that runs a new process whice is a vbscript. It all works well, i can see the wscript.exe running in the Task Manager under the user ASPNET but nothing happened. I did a little test, wrote a vbs that creats a folder but still nothing
|
| Help............ | 23 Oct 2005 21:41 GMT | 1 |
Hi Friends, I am new user. I am searching jobs in ASP.Net In most of the interviews they ask Web services Question. I want WebServices FAQ. pls sent to my id.
|
| Error: Request timed out. | 21 Oct 2005 21:33 GMT | 2 |
My ASP.NET application calls a web service (in the same project) that queries a SQL server by using a data adapter to fill a dataset. The dataadapter may fill more than one dataset to build the resulting dataset. This can take several minutes (I think up to approximately 10 ...
|
| General Q about screen scraping | 21 Oct 2005 21:11 GMT | 3 |
Just a general question about peoples opinion of web services. Basically, I'm a bit dissapointed that there don't seem to be many usable useful web services out there. Of course, there are _oodles_ out there, but it seems kind of difficult to locate the one you want.
|
| Get an error when post soap message | 21 Oct 2005 07:48 GMT | 5 |
I have created a C++ application to form soap message and post it to web service through XMLHttp. The program is running fine if the web service method has no parameter. However it returned "internal server error" if the web service has some parameter.
|