| Thread | Last Post | Replies |
|
| SoapException: Server was unable to process request. Access denied | 06 Sep 2006 17:51 GMT | 1 |
I am trying to compile a Web service in VS 2005. It builds fine, but as I try to run it it gives me an access denied on the publish directory (using the ASP.NET development server). the error:
|
| Policies an Services | 06 Sep 2006 15:05 GMT | 3 |
i am working with wse 3.0. you can assign a policy to a webservice by adding e.g. [Policy("ServerPolicy")] to the Class of the Webservices. Every method in this class will be handled with this policy now.
|
| Where does ROOT AGENCY come from? | 05 Sep 2006 16:07 GMT | 1 |
The makecert.exe tool signs certificates with the ROOT AGENCY. Couple of questions -- 1. Who created this ROOT AGENCY "CA"? Microsoft, I presume? 2. Does the ROOT AGENCY cert contain the same serial #/thumbprints
|
| Verisign certificate cannot be used with WSE3 configuration tool. | 05 Sep 2006 15:46 GMT | 1 |
I am trying to use an SSL certificate that I got from Verisign to sign and encrypt message using wse 3. The Verisign certificate I have is a class 3 Secure Server Ca. When I use the wse configuration tool to setup my policy (UsernameOverCertificate) and choose this certificate I
|
| WSE 2.0 time fault while authentication. | 05 Sep 2006 15:11 GMT | 1 |
I have a webservice which is consumed by clients the world over.I needed some authentication for creating user specific views of the data being accessed.I decided to use wse 2.0 UserToken custom authentication (using a SqlServer Database).On the dev environment this worked like a
|
| Error in Windows Service | 05 Sep 2006 08:13 GMT | 1 |
I am getting a error when I try to start a Windows Service. The error is "The XYZ service on local computer started and then stopped.Some services stop automatically if they have no work to do,for example, the performance logs and alerts service."
|
| parsing microsoft.web.services3 section for securityTokenManager settings | 04 Sep 2006 12:06 GMT | 1 |
Here we go again, more WSE fun! I am in the process of writing a wizard for helping our support people in making changes to the web.config for supporting WSE configuration and have encountered an issue with the <securityTokenManager> node when
|
| Image from WebService | 04 Sep 2006 03:25 GMT | 4 |
I have a question: I have a database in MySql that has two fields (code and image). Now, I want to create a WebService that takes the image of the most current row (the code is the date in which the image took). And then, create a page in ASP.NET that calls this WebService, show ...
|
| Not able to connect to webservice using windows forms application | 03 Sep 2006 18:19 GMT | 1 |
Hi, I am trying to connect to an internal corpnet webservice using windows forms application. I am using eshHeader30. But the call is failing.
|
| Custom datetime deserialization | 03 Sep 2006 18:13 GMT | 1 |
I'm developing a .net client, It acces to a java (axis) web service. The web service, return dates in a object in GMT by example: 2006-07-13T12:10:22.000Z But, by default, the proxy class generated in my .net client don't
|
| Destroy Web Services instances from the client. | 03 Sep 2006 01:11 GMT | 1 |
Hi, i have a very big problem. In my organization we use a web service to control information about the company, we have many clients that access this web services, the problem is that the provider limited the number of instances to 5 for us. My client is implemented in java ,
|
| Serializable object as input parameter to web method | 03 Sep 2006 00:15 GMT | 10 |
I have a class library that defines a serializable class. I reference this library in both my Web App (front-end) and my Web Service. My web service expects an instance of this class as one of the input parameters for one of its methods. I thought I could just create an
|
| Lost in WEB services | 02 Sep 2006 01:49 GMT | 3 |
I just started with WEB services (now that I see that one can create a WEB service from SQL 2005!!!). Anyhow I have a nice book "XML WEB services" step by Step that I find very good (but a touch too old!).
|
| Parameters are null from Client. | 02 Sep 2006 00:04 GMT | 1 |
I've been bashing my head against the monitor for awhile on this one. I am sure it is something simple that I have missed. The client (VBS) calls a webservice. The webservice is called (I get the error message) but all of the parameters are null. I added a check on the
|
| Accessing raw XML in a web service using ASP.Net 2.0 | 02 Sep 2006 00:00 GMT | 1 |
I am defining a web service to receive data that represents an application form and that returns a message indicating if the application form has been successfully validated or not, listing any errors.
|