| Thread | Last Post | Replies |
|
| Connecting to wrong web service | 30 Nov 2005 22:15 GMT | 1 |
Need some help. I have two copies of the same web services project deployed in the IIS. The web services are being used by two different applications. Suppose the web services are WS-1 and WS-2. And the windows applications using them are App-1 and App-2. I have referenced WS-1 ...
|
| Document literal - schema validation/XSLT on SOAP body | 30 Nov 2005 21:59 GMT | 1 |
A major issue I've been facing - It is often said that in document literal style - one has a lot of flexibility and one can do two things specifically - 1. Validate the SOAP body against a schema
|
| Using Interface in a Webservice client | 30 Nov 2005 21:55 GMT | 1 |
I want to use an interface in both the webservice and its client. For example, the web service implements an interface and then the client cast that webservice to the inteface. It seems impossible, but I am wondering if there is a way.
|
| Sorry, but I have a dumb question about c# web service | 30 Nov 2005 21:45 GMT | 1 |
Dumb question about c# web services Posted on: 11/30/2005 12:14:16 Ok guys, here is what I am trying to do or what I need to know. I am creating a webservice called db_update. This webservice will have a couple of methods that allow it to make updates to a db.
|
| Custom Username token in WSE 3.0 | 30 Nov 2005 19:48 GMT | 3 |
Using WSE 3.0, I need to create a custom username token that includes some additional fields. I have also created a custom token manager to handle the authentication process using the custom token. (For example, suppose you wanted to add an additional string field to the
|
| Web Services and O/R Mapping | 30 Nov 2005 19:27 GMT | 1 |
I’m looking for O/R Mapping/Code Generator tool that works well with Web Services. Do you have any suggestions? It won’t by simple .NET to .NET Web Service. I’ll by writing Web Service in .NET but they will by consumed from elsewhere (so I need a good WSDL and not some crap with ...
|
| deserializing arrays of complex types | 30 Nov 2005 19:26 GMT | 1 |
I am able to deserialize an array using XMLSerializer but the size of an array is 0.The problem seems to be because of unqualified element name but I am not very sure. Here is what I did:
|
| WSE032 ConfigurationException (WSE 2.0 SP2) | 30 Nov 2005 18:18 GMT | 1 |
We have distributed a client that consumes WSE-enhanced web services. The client gets the URLs to the web services using a configuration file. The WSE is not installed on the clients, simply Microsoft.Web.Services2.dll is put in the same client folder as the main executable. That ...
|
| Upload / Download via WebService | 30 Nov 2005 17:55 GMT | 1 |
My application consists of a database, WebService and web application. The web application reads and writes data to the database via the WebService. I also want to be able to upload/download files via the WebService because my WebService handles security.
|
| Web Service Timer? | 30 Nov 2005 16:39 GMT | 1 |
Hello All!! I'm looking to create a timer, this is what I need it to do. It's needs to be controlled by the server, START, STOP and amount of seconds to countdown to.
|
| more than one certificate in a policy | 30 Nov 2005 14:41 GMT | 1 |
I am developing a multithreaded windows service in C# whose purpose is to be a client for a WSE web service with X-509 authentication. I have to configure a policy file using more than one digital certificate. In fact, my service must have the possibility to use one certificate ...
|
| Gotcha with UsernameTokenManger migration to WSE 3 | 30 Nov 2005 14:25 GMT | 2 |
I migrated a custom UsernameTokenManager class from .Net 1.1/WSE 2 to .Net2.0/WSE 3 and ran into an annoying problem. The WSE 2.0 config that worked was: <security>
|
| WSE 3.0 & WSE 1.0 | 30 Nov 2005 13:27 GMT | 2 |
Can I install WSE 3.0 on a pc with WSE 1.0 and still use them both, I'm looking at migrating the app using WSE 1.0 but want to test WSE 3.0 whilst work continues on the project using WSE 1.0
|
| Help on Web service deployement ???? | 30 Nov 2005 07:38 GMT | 1 |
I have build an application with a web service on my local machine. All works fine Then I set the web reference to use dynamic url, which automatically update my application webconfig file by adding:
|
| Help calling web service on intranet | 29 Nov 2005 16:18 GMT | 1 |
I am trying to call a web service located on our Intranet but keep getting: "Server was unable to process request. --> The request failed with HTTP status 400: Bad Request." Previously the same web service was located outside our intranet at a
|