| Thread | Last Post | Replies |
|
| WSE 3.0 and 2.0 interoperability | 09 Jan 2007 21:50 GMT | 1 |
I posted this on Biztalk.General but thought it would be appropriate here as well. I need design help with WSE. I have a current environment that looks like the following. All tiers are based on WSE 2.0 SP2.
|
| WCF UserName authentication | 09 Jan 2007 11:45 GMT | 3 |
I'm trying to implement username authentication for a WCF service (hosted in ServiceHost, not IIS) and once service starts it gets to Faulted state if i specify: tcpBinding.Security.Message.ClientCredentialType =
|
| wse custom headers | 08 Jan 2007 17:43 GMT | 5 |
Is there a way to encrypt custom header using the web service policy file? I am aware of the signedHeader element which specifies which custom headers to be signed but I do not see any way to encrypt headers with policy. I only found that encrypting custom headers is possible with ...
|
| Windows Service or schedule task? | 08 Jan 2007 13:49 GMT | 1 |
I am writing a VB.Net application that will replace a series of DTS packages. The DTS packages run once a day at a scheduled time automatically. Would this new application be a Windows Service that runs constantly, or is
|
| WCF: Passing client credentials? | 08 Jan 2007 07:38 GMT | 1 |
If I connect to a WCF service using ChannelFactory: IService1 service1 = ChannelFactory<IService1>.CreateChannel(tcpBinding, endpointAddress); How do i pass client credentials (e.g username, password)?
|
| Non-negative number required. Parameter name: byteCount | 08 Jan 2007 03:06 GMT | 1 |
How can this issue be resolved (in the subject). bytecount is not a parameter in my functions. I read from some other groups that this is related to the IP change whil the transactions take place. Any solution for this?
|
| Missing required Web services section of Web.config when determining Soap Protocol version | 05 Jan 2007 16:21 GMT | 2 |
We have a user that has reported the following error when starting up our client application that uses a web service on our back end: System.Configuration.ConfigurationException: Missing required Web Services section of the Web.config file.
|
| Cannot use usernameForCertificateSecurity with IIS application pool custom account | 05 Jan 2007 09:19 GMT | 8 |
I am using web service secured by the WSE 3.0 usernameForCertificateSecurity policy. The service is running on Windows 2003, IIS 6.0. Everything works fine if the IIS application pool uses default NETWORK_SERVICE identity. If I change the identity to the custom account I am ...
|
| Processing instructions removed from result XML webservice | 04 Jan 2007 15:48 GMT | 6 |
When I moved my webservices from Windows 2000 to Windows 2003 I discovered that all processing instructions are removed from the output result xml of my webservices. How do I overrule this ?
|
| Help with Setting Policy Programmatically in WSE 3.0 | 03 Jan 2007 23:19 GMT | 1 |
The service is setting the policy with the config file. The Client used to work when set with the config file. Now I am trying to implement it with code. /////////////////////////////////
|
| Consuming a webservice from a class library | 02 Jan 2007 23:39 GMT | 5 |
Anyone that has a link or description that simply as possible shows how to add a web reference to a class library in C# and consuming it? TIA PZ
|