| Thread | Last Post | Replies |
|
| Problem accessing a database in the authenticatetoken function | 19 Dec 2005 15:55 GMT | 9 |
I am trying to access a database for authentication purposes i don't want to use the aspnet membership database, but i am getting an error when i run client and try to access the webservice, if i remove the db access and just return the equivalent password it works (like hard ...
|
| Serious problems with ConfigurationSettings class in a web service | 19 Dec 2005 13:30 GMT | 1 |
I have a 1.1 web service that creates multiple threads and makes an http call within each thread. When many threads are created, the service fails every on other call with one of these 2 errors: (1) Parser Error Message: </b>The XML file
|
| Optimizations for Web Services Processor Utilization? | 19 Dec 2005 10:47 GMT | 1 |
I have written a web service that returns an XmlDocument. The code is similar to the example below, except it returns an XmlDocument rather than an XmlDataDocument. When I run the service from the test harness in VS (or from a client page), CPU utilization on the Web server ...
|
| Deriving Web Method Signature from WSDL file | 19 Dec 2005 08:15 GMT | 1 |
What would the VB.Net method signature look like in a web service ASMX file for following WSDL excerpt? <s:element name="submitFile"> <s:complexType>
|
| Web Services Processor Utilization | 19 Dec 2005 07:56 GMT | 4 |
I have written a web service that returns an XmlDocument. The code is similar to the example below, except it returns an XmlDocument rather than an XmlDataDocument. When I run the service from the test harness in VS (or from a client page), CPU utilization on the Web server ...
|
| Identify user in SoapFilter.ProcessMessage? | 19 Dec 2005 07:52 GMT | 3 |
I'm using WSE3.0 (with usernameForCertificateSecurity) and VS2005, and have one simple hello world web service. I also built a simple PolicyAssertion that creates a SoapFilter on the server's input, to determine what method on a web service a user is trying to invoke. So far, so ...
|
| Web Services Query | 19 Dec 2005 07:22 GMT | 2 |
I have the Server in USA and Client is in India. Now if the Server and Client time difference is more/less than 3minute... i am not able to lconnect to the server. Is there any settings in WSE 2.0 that we need to make to handle this
|
| WSE 2.0 DIME Streaming Problem | 19 Dec 2005 06:24 GMT | 2 |
I'm attempting to use the WSE 2.0 DimeReader/DimeWriter extensions to implmenent a file server service for importing/exporting large files from our data warehousing application. Obviously transferring 500mb+ files can't be done in huge chunks buffered entirely in memory therefore ...
|
| What client X509 certificate product should be purchased | 19 Dec 2005 04:08 GMT | 5 |
Hi there, i am using WSE2.0 to secure some web services, we have a webserver SSL certificate that is being used for server signing and encryption, but what certificate product should we purchase to distribute to clients connecting to these services?
|
| Screen Scraping HTTPS | 18 Dec 2005 05:23 GMT | 6 |
I'm writing a web service that uses HttpWebRequest/HttpWebResponse to screen scrape. It works fine for regular HTTP sites, but for an HTTPS site (no username/password) it gets stuck... I think the certificate is causing it to fail. Here's the error message I get: "The ...
|
| Level of wire compatibility between WSE 2.0 and 3.0? | 16 Dec 2005 14:28 GMT | 1 |
My WSE 3.0 client wants to send a message to a WSE 2.0 server. Will WS-Adressing and WS-Security be wire compatible between the two? And as the answer may be no, particularly for WS-Secrutiy, is there a subset e.g of tokens (say UsernamePassword and X.509) that will be ...
|
| Authorization issues with WSE 3.0 running on IIS 5.0 | 16 Dec 2005 08:34 GMT | 1 |
I have a big problem with running ASP.NET client with WSE 3.0 directly on IIS. Every client application I create works fine if I run it under ASP.NET Development Server (it probably runs everything as admin) but as soon as I change this project to run under IIS I'll get the
|
| The 'type' attribute must be set to a valid type name | 16 Dec 2005 03:38 GMT | 1 |
My webservice is receiving the following error. It runs fine on my local development machine,but when moved to production it errors. I found one KB about this error but it was in regards to .Net 1.0, this server is 1.1. Thanks!
|
| == Why there is a huge jump in the time used? == | 16 Dec 2005 02:36 GMT | 5 |
I've a quetion which has bugged me for quite a while. I wrote a C#/.NET Web service which is hosted by IIS 5.1 on a Windows XP SP2 machine. This Web service just get the content of the specified txt file and send the content back to the client. The processing time on the server ...
|
| WSE 3.0 UsernameOverTransportSecurity | 15 Dec 2005 23:22 GMT | 1 |
So I just downloaded WSE 3.0 and started playing around with the security aspects. I'm a little unclear on what I need to do to modify a turnkey policy like UsernameOverTransportSecurity to authorize a UserToken via SQL or some other source besides Active Directory.
|