| Thread | Last Post | Replies |
|
| How to extract the private key from the X.509 Certificate(which has a corresponding private key ) | 25 Aug 2005 05:02 GMT | 3 |
I want to use RSACryptoServiceProvider class in to secure the attachments in DIME messages. The following is my sample code snippet: client:
|
| Can I set/get 'maxconnection' value programmatically? | 24 Aug 2005 23:59 GMT | 2 |
All: Can I set/get the 'maxconnection' property programmatically? This property is most frequently specified in the machine.config file. For example, is there an accessor method on the
|
| securing service by ssl certificate | 24 Aug 2005 17:53 GMT | 3 |
hi, what is the difference between securing a webservice using ssl and using x509 certificate to encrypt and sign webservice? using ssl, one will have to access the webservice by https://..../service.asmx
|
| How to diagnose bad SOAP requests to ASP.NET Web Service | 24 Aug 2005 01:07 GMT | 1 |
We occasionally get reports of failures where the client of a webservice receives a SOAP exception, such as: "Server was unable to read request. --> There is an error in XML document (1, 1021). --> The '<' character, hexadecimal value 0x3C, cannot be included
|
| WSE2.0--need valid X.509 certs created with Makecert | 23 Aug 2005 23:25 GMT | 3 |
I'm finishing up a web service that uses WSE2.0 to sign the request and encrypt the SOAP body (both request and response). I'm using the code approach (not policy). Everything works fine with the QuickStart Sample X.509 certs supplied with the WSE2.0 SP2 SDK. I'd like to use ...
|
| dynamic xsd to webservice | 23 Aug 2005 15:49 GMT | 3 |
There is a schema (xsd file) located on a web address that I want to use to validate xml files sent my webservice. I'd like that schema to be part of the wsdl of my web service. I could create an class file using xsd.exe and use it in the web service, but the problem with that is ...
|
| Wrong end of the stick with authentication | 23 Aug 2005 15:16 GMT | 2 |
I have a feeling I've not quite got it with this WSE authentication. I'm authentication my users in a custom UsernameTokenManager against a legacy application we develop. I authenticate by calling a login function in my app which returns me a session ID, The problem is that once ...
|
| Anyway to turn off multi-threaded calls of SoapReceiver.Receive? | 23 Aug 2005 15:04 GMT | 1 |
I have an application that needs to receives messages in sequence. The server is sending the messages in sequence, but the SoapReceiver.Receive method does not get them in sequence. I began logging the ThreadID in the Receiver method and noticed it was different. This means ...
|
| wse and web servers | 23 Aug 2005 13:59 GMT | 2 |
I'd like to move to WSE for our client / server application to take advantage of some of the features that WSE has such as security, etc. However, some of our smaller clients won't want to have to maintain a webserver for same. Is there going to be a small web server that works ...
|
| Problem after moving my websites | 23 Aug 2005 12:57 GMT | 1 |
I was running out of hard drive space so I added another hard drive (G). I then copied my web sites to the new drive and now I can't access all of them. Only one of them shows up with the web site folder icon and all the rest show up as regular folders and when I try to access ...
|
| Passing file contents between 2 web service projects | 23 Aug 2005 12:19 GMT | 1 |
Hi, I have 2 web service projects called "CLient_Side" and "Server_side". "Client_Side" has a web reference to "Server_side" but its not the other way around (i.e Server_side will not have a reference to Client_side).
|
| Web service design question | 23 Aug 2005 05:52 GMT | 1 |
Under IIS 6, what would be the suggested approach of a .net web service calling a backend socket server that would handle a high transaction volume? Can I just create the socket, send the data, receive the response and close the socket in the webMethod? Should I create a pool of ...
|
| How to capture incoming SOAP XML request on .Net Web Service | 23 Aug 2005 03:01 GMT | 1 |
Team, We have created a web service for a client to call. In testing, client is asking us to provide the SOAP XML we recevie when they call our .Net web service. I have not done this before. I simply have access to the parms they
|
| File or assembly name <some temp file> not found.. | 23 Aug 2005 01:10 GMT | 2 |
We are calling a web service through a serviced component. The web service is "windows authenticated" and there is only ONE user who has access to the web service. The reason for calling the web service through a serviced component is we did not want to hard code the user
|
| SOAP Header name vs type | 22 Aug 2005 23:45 GMT | 1 |
In the process of building a SOAP client for a third-party service, I have created a "dummy" service running on my local machine to debug against. I have the dummy service working pretty well, but I've discovered that the WSDL for my service has a subtle difference from the ...
|