| Thread | Last Post | Replies |
|
| UsernameToken without nonce and creation time with WSE 2.0 | 22 Nov 2005 15:29 GMT | 2 |
I use WSE 2.0 SP3 and everything works fine with the creation and validation of UsernameTokens with WSE. But now my architecture has been changed and this is a non-WSE client which creates the UsernameToken. Unfortunately it's not able to produce
|
| WSE 3.0 KerberosContext | 22 Nov 2005 12:49 GMT | 2 |
I'm trying to use the two KerberosContext classes (client and server) in order to authenticate a client application against a service. I only need to identify the client (don't need delegation or impersonation). There doesn't seem to be any documentation on the subject, so I was
|
| Message Trace | 22 Nov 2005 10:46 GMT | 2 |
I am using WSE 2.0 Service Pack 3 to secure a webservice and i enabled the Message Trace. Currently, i have trace enabled in both sides, server and client. The problem is WSE only creates trace files for the client and not for the
|
| WSE3.0 'homesite' | 22 Nov 2005 09:56 GMT | 6 |
When creating a setup for my web service, and selecting WSE3.0 in the prerequisites, I get the following message: "No 'HomeSite' attribute has been provided for 'Microsoft WSE 3.0 Runtime', so the package will be published to the same location as the bootstrapper."
|
| Webservice proxy generation in VS 2005 | 22 Nov 2005 09:05 GMT | 2 |
Hi, In Visual Studio 2005 it appears that you don't have access to the proxy class generated by the tool when you add a reference to a web service. This is a problem for me since I have a web service which makes use of WSE 2. As
|
| Ws Proxy: working in .NET 1.0, null return in .NET 1.1 or 2.0 | 22 Nov 2005 08:44 GMT | 9 |
I have a set of simple webservices calls that worked fine using .NET Framework 1.0. I am calling a Java/Apache based webservices, the calling side is not able to supply a proper WSDL.
|
| Switching from XML formatter to Binary Formatter | 22 Nov 2005 08:34 GMT | 1 |
I have my web service up and running, but I would like to work with SOAP binary formatters. How difficult is to switch both web service client and server from SOAP XML formatter to SOAP binary formatter? Could you refer me to any article that explains how to change the SOAP
|
| WSE 2.0 Requested registry access is not allowed. | 22 Nov 2005 04:13 GMT | 5 |
I started getting this message yesterday after installing the latest security patches to my Win2003 Standard server. Anyone know which registry entry I need to fix? Thanks,
|
| Working With Ports | 22 Nov 2005 04:00 GMT | 1 |
Does it make sense? I added a Web Service Reference to a Windows Application. If I run it from the .exe file it works fine. But if I run it from the Development Environment it sends errors such as:
|
| WSE 3.0 Security Labs.. | 22 Nov 2005 03:58 GMT | 3 |
I am messing around with the hands-on labs for WSE 3.0... Initially I had alot of problems since I got an Exception: "the request failed with HTTP status 401: Unauthorized" for every request/demo app I tried to use...
|
| How to reference a dll from asmx? | 22 Nov 2005 03:54 GMT | 3 |
I have an asmx that Inherits a class that is defined in a dll. The asmx and dll are in the same directory. The asmx gets compile errors because the class it inherits is not know. Looking at the generated compile command, the dll is not being referenced -- there is no /R:my.dll ...
|
| Invoking a webmethod (wsewsdl2.exe vs. Add Web Reference...) | 22 Nov 2005 03:34 GMT | 4 |
I've altered the hello world sample web method to take a string parameter below: [WebMethod] public string HelloWorld(string name)
|
| Routing messages through a tcp trace app in CONFIG | 22 Nov 2005 02:12 GMT | 2 |
In my client application, I can change the destination of a proxy to point to a sniffer to read the binary coming over the wire and then have it send the message back to the correct destination with wsproxy.Destination=new EndpointReference(new
|
| WSE 2.0 Security token could not be authenticated or authorized -x | 21 Nov 2005 18:24 GMT | 2 |
I've got strange problem. I'm using WSE 2.0. The message is signed and sent to WSE enabled web service which should authenticate or not the message based on policy. The WS invokes after the WSE BTS adapter. Between sender and receiver i've got the SSL blade. So communication to ...
|
| Timeout Errors | 21 Nov 2005 18:22 GMT | 1 |
I have a desktop app that retrieves data from a web service, It has worked really good for over a year, but there is an ongoing problem that I have not been able to fix. When the client is not online, it take over 90 seconds for the application
|