| Thread | Last Post | Replies |
|
| WCF wrapping proxy calls to catch errors | 05 Dec 2007 22:47 GMT | 2 |
I need to be able to somehow wrap calls made through a standard Interface used to access a WCF service. The reason for this is to have a higher degree of control, mainly to catch all kinds of exceptions transperently, and maybe translate them to other exception types.
|
| Removing Nonce and Timestamp in WSE 3.0 | 05 Dec 2007 05:52 GMT | 4 |
I read the posting from 4/24/2006, but the referenced article indicates how to ADD these items, not remove. The article examples are also in C# which my client uses VB.Net 2005 and the examples do not correlate easily. Remember, there are still VB coders in the tech world.
|
| WCF SOAP Router Including Credentials | 04 Dec 2007 10:30 GMT | 5 |
I've been trying to create a WCF SOAP Router Service that can forward not just the message body but also any security headers set by the originator of the message. The destination service I'm routing messages to uses WSHttpBinding, SSL with UserName/Password client credentials. ...
|
| Calling a WCF service from Non-WCF | 03 Dec 2007 20:47 GMT | 7 |
I have a WCF service that I am using to upload files to a server by using the streamed transfer method. I am currently calling the service from a WCF client. All I did was add a Service Refrence to my Windows Forms project using VS2008.
|
| Can't provide constructor parameters | 03 Dec 2007 04:09 GMT | 2 |
It seems like this should be easy but I must be missing something...I'm trying to create a web service class that accepts is instantiated with parameters but I always get just the new() option (parameterless). Here's a very simple example of what I've tried.
|
| Starting new process with user interface from webservice | 02 Dec 2007 11:12 GMT | 1 |
I want to know if it is possible to open a UI of a process, calling a webservice. I read the a previous answer, to "Wally" <Wally@discussions.microsoft.com>. If I logon (I've changed the local policy, and webservice and client are all
|