| Thread | Last Post | Replies |
|
| WCF SecurityNegotiationException across machines | 02 Feb 2008 00:18 GMT | 1 |
I have a WCF service using wsHttpBinding and a client that is a website, hosted on the same Windows 2003 Server. If I use the client on the same machine as a service everything is fine. If I use the website on a separate machine (IE 6 on XP SP2) I get a
|
| Changing the webservice default temp directory? | 02 Feb 2008 00:04 GMT | 1 |
I'm getting the error: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\2dzvwfyi.0.cs' could not be found
|
| WCF vs. Web Service | 01 Feb 2008 13:16 GMT | 6 |
Can I access a web service with a WCF client?
|
| Can not get Client Certificates to work with .NET COM+ component | 01 Feb 2008 12:12 GMT | 1 |
I have a problem with .NET COM+ component which cannot access the private key of the client certificate. The problem seems to be that when the user on which privileges the COM+ server application is running is logged in, the certificate can be accessed. But as soon as the user ...
|
| Include additional data in Body? Multiple objects in body? | 01 Feb 2008 12:09 GMT | 2 |
I have a customer requirement to include additional data in the SOAP body, i.e. like the W3C example: <env:Body> <p:itinerary
|
| wrap xml in soap envelope without string builder | 01 Feb 2008 12:06 GMT | 4 |
I need to wrap xml in a soap envelope and don't want to concat strings possible? <env:Envelope xmlns:env="http.../envelope/"> <env:Header/>
|