| Thread | Last Post | Replies |
|
| WSE 3.0 and timeToleranceInSeconds element | 30 Nov 2006 20:32 GMT | 4 |
Documentation about <timeToleranceInSeconds> Element says: "Use the <timeToleranceInSeconds> element when there is a clock difference between the SOAP message sender and receiver.WSE invalidates SOAP messages that have expired or are created in the future during its message ...
|
| Custom UsernameTokenManager's AuthenticateToken method is not called. | 30 Nov 2006 15:35 GMT | 2 |
I am trying to create a custom UsernameTokenManager with WSE 3.0. The class seems to be be instantiated ( I can debug the constructor as it runs if I put one in), but the overridden AuthenticateToken method is never called, instead the normal one is apparently used (I can access
|
| consuming webservice trough proxy | 30 Nov 2006 10:26 GMT | 3 |
I want consuming a webserivce trough a proxy. I use this code. myService s = new myService (); System.Net.WebProxy proxyObject = new System.Net.WebProxy("http://proxyhost:8080");
|
| 2.0 Interop with 1.1 | 30 Nov 2006 00:32 GMT | 1 |
In 2.0, are the soap messaged encrypted? I am using a 2.0 client to reach a webservice built in 1.1 and this is the conversation error: POST /WebServices/InCMS/InCmsRenewalPackage.asmx HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
|
| WSDL and SQL Injection Attacks | 30 Nov 2006 00:23 GMT | 1 |
I am working on a web service which has to go through a security review. My problem is the default Web Service Helper Page (the one generated by Visual Studio) does not guard against SQL Injection attacks. They added parameters to URL like:
|
| Compression and WSE3 | 29 Nov 2006 18:18 GMT | 3 |
Are the WSE3 team considering adding compression to WSE? There is one attempt at adding compression here: http://weblogs.shockbyte.com.ar/rodolfof/archive/2006/08/03/8362.aspx?Pending=true but unfortunately it doesn't work with username over certificate, or at
|
| Help signing soap Envelope using WSE 3.0 | 29 Nov 2006 16:25 GMT | 1 |
Hai Friends, can anyone help me in getting an article or previous code for signing SoapEnvelope using Wse3.0 .because on the other end i am posting to a url so i dont have a webservice i can call.
|
| WSE 3.0 - UsernameOverTransport Assertion - SOAP Header Exception | 29 Nov 2006 14:41 GMT | 1 |
I am trying to implement the UsernameOverTransport Assertion in WSE 3.0. I will be authenticating against a .NET 2.0 Membership system, so I have created a custom username token manager class. I keep receiving the following exception from a test client app I created:
|
| help with message signing | 29 Nov 2006 08:58 GMT | 1 |
hai Friends, I have a typical requirement.we are integrating with a partner that needs signed soap xml to be posted to an url. The partner provided me with their public key.and will post me a response can any one please help me how to
|
| An error was discovered processing the <Security> header | 29 Nov 2006 00:11 GMT | 1 |
I know this has been posted alot but I want to know what people have done to solve this issue, I am using WSE 3.0 and my webservice works for about 100 clients but fails for about 2. They are about 5-10 minutes out of wack and I have tried syncing the workstations and this
|
| Web Service State | 28 Nov 2006 18:54 GMT | 2 |
I am aware that web services should be entirely stateless and it seems to be recognised as bad design to keep state. BUT, some of the methods we are exposing are extremel complicated and need various server-side structures and database information to be loaded prior to
|
| Using two client certificates for a SSL Webservice | 28 Nov 2006 16:20 GMT | 2 |
I'd like to connect to a webservice using TLS/SSL. I have two separate client certificates: 1. A certificate for digital verification 2. A certificate for encryption.
|
| Help with Signing SoapMessages in Wse 3.0 | 28 Nov 2006 15:40 GMT | 1 |
Hai Friends, I need to sign an Soap xml .i am not able to find any articles on how to convert my soapxml to Microsoft.Web.Services3.SoapEnvelope can anyone please help me in converting my xml to SoapEnvelope object or tell me an
|
| Programmatically Set TimeToleranceInSeconds | 28 Nov 2006 14:38 GMT | 6 |
I'm looking for a way to set TimeToleranceInSeconds programmatically in C#, rather than have its value read from the client app.conf file. Since my assembly is an Office add-in, users may not have access to the Office installation directory, nor will they have the expertice to ...
|
| Could not access CDO.message | 28 Nov 2006 09:56 GMT | 1 |
I having a problem with one of oure .NET application. When I try to send en e-mail from our site I get this Error, Could not access CDO.message The web server and the SMTP server (Exchange 2000) are on diffrent servers.
|