I have a WSE2 WS receiving X509-signed messages. I can't read the
RequestSoapContext.Current to get the cert token--the object is null. It
worked fine on my dev box. Now on a test server, it breaks whether I'm
coming from a different box or through localhost on the server box. Is this
a ...
more >>
Hi,
I have a client (C# MS Excel Project) calling a Web Service to retrieve and
update data. One of the business requirement is the client's NT Login ID, IP
Address and computer name must be log for each web service method call.
To get client information using integrated Windows authenticati...
more >>
I need to download a greater than 4 megabyte attachment via WSE / DIME. The
only way I know how to configure this is via a .config file. Normally, the
..config file is the same name as the base application. I built a .NET driver
program to test this, NetBrokerDriver and provided a
NetBrokerD...
more >>
Hi,
I'm trying to use WSE through a Proxy class generated with WseWsdl2 in order
to be independent from the transport protocol. My service is implemented
through a ASP.Net Web Service (with WSE).
I'm trying to authenticate users (like I used to do with Intergrated
Security in IIS and Network...
more >>