| Thread | Last Post | Replies |
|
| security - web service - vb.net - Help.... | 04 Dec 2005 22:11 GMT | 1 |
I have set up a web service which instantiates a class in a vb.net dll. One of the things the class is required to do is copy a network folder. The destination might be the same or a different server. I have tried using Shell(<command string> etc) and
|
| Status of a web service | 04 Dec 2005 01:55 GMT | 1 |
How do I determine whether a web service is alive or not programatically? - Sri
|
| VB 6 Client (Soap Toolkit) with WS on IIS 6.0 authentication problems | 03 Dec 2005 19:56 GMT | 1 |
I am really hoping someone can help me here. I have a web service running on Win 2003 IIS 6.0, and VB6 client connecting to it with the use of Soap Toolkit. Everything worked fine until I needed to enable Basic Authentication.
|
| Very large file upload using WS(E) | 03 Dec 2005 15:18 GMT | 2 |
I'm presented with the issue of uploading 250+MB files to a server, preferably using a webservice.To do this - I'm currently making use of DimeAttachments, as this allows for large file attachment. I'm currently experiencing a file limit imposed by the system (clientside ?) of ...
|
| wsdl2java namespace mapping option equivilent in .net | 03 Dec 2005 08:48 GMT | 3 |
I am working on a project which has a wsdl file which contains two elements (lets call then the Name element) with same name but under different targetNamespaces. When I generate the client proxy file I end up with two .NET classes, one called Name and the other called Name1. ...
|
| Failover | 02 Dec 2005 22:24 GMT | 2 |
I want to add failover capability to my web service. Is it possible to specify two possible URLs for a service (eg have server1.com/service.asmx and server2.com/service.asmx and the client selects on or the other)
|
| Can't diagnose time-out errors | 02 Dec 2005 20:57 GMT | 2 |
<environment> Consuming a web service from a VS2005 beta 2 test harness on WinXP. Web service built with VS2003 running on my machine with IIS 5X set to use ASP.NET 1.1
|
| WSE 3.0 oct ctp & vs2005 vb.net | 02 Dec 2005 20:44 GMT | 2 |
I have a web service that uses kerberos secuity with wse3.0. When I use a winForm to access this web service, evry thing works fine. But when I try to access the web service from an aspx site it fails downloading the kerberos token. I use the same policy file and code on both ...
|
| Attn: SoapMSMQ Transport for WSE 3.0 | 02 Dec 2005 16:10 GMT | 1 |
The soap.msmq transport update for the WSE 3.0, configuration and usage of the message exchange patterns. http://www.codeproject.com/useritems/SoapMSMQ_WSE3.asp Roman
|
| Thread was being aborted | 02 Dec 2005 15:43 GMT | 1 |
I was created a web service which will execute some functions and will do some database activities related to our project When i execute this method directly from browser using webservice link it sometimes throwing "Thread was being aborted" Exception.
|
| Binary Format in WS | 02 Dec 2005 14:54 GMT | 1 |
I would like to use binary format in Web Services in place of XML. How do I do it, so it acts almost like I am using .NET Remoting?
 Signature Mike
|
| Easy on web services | 02 Dec 2005 14:54 GMT | 1 |
i want to consume a web service with the following restrictions - the web service is dinamically allocated (changing server and operation name).
|
| Signature Block in the signed message.. | 02 Dec 2005 14:07 GMT | 1 |
Hi We are generating a Signed and Encrypted message: There are 2 signature blocks 1. Signing the Timestamp and Body 2. The other one is signing the above Signature Element
|
| How to change the Default Algorithms used. | 02 Dec 2005 14:00 GMT | 1 |
We are trying to generate a Signed and Encrypted message using WSE 3.0 The Deafult Key Encryption Algorithm used is RSAOAEP, we want to change this to RSA15 We are following the sample in the doc :
|
| Newbie serialization question | 02 Dec 2005 12:16 GMT | 4 |
Framework SDK 1.1x There seems to be (at least) two namespaces dealing with serialization. System.Xml.Serialization and System.Runtime.Serialization
|