I'm new to WSE 3 and need some advice on how to support web farms.
My requirement is that my web service calls must be authenticated, signed
and encrypted. Authentication should by by user-id and password.
The authentication needs to be brokered by a seperate web-service from the
target se...
more >>
I'm using the following code to call a web service that exists on up to 4
servers. I would expect that execution would block on the call to WaitAll
(I've got a 15 minute timeout coded) until there is a response from all the
web service calls. In my case the code exits WaitAll immediately and b...
more >>
Where can I find a comprehensive list of WSE error messages (for example:
WSE051)?...
more >>
Hi!
I try to run sample comming with WSE 3.0 installation package
(WSSecurityKerberosPolicyService.sln),
but I receive exception:
Calling
http://localhost/WSSecurityKerberosPolicy/WSSecurityKerberosService.asmx
****** Exception Raised ******
<?xml version="1.0" encoding="utf-8"?><soap...
more >>
Hi,
I am having trouble getting x509 certificates I have created to work with my
test WSE 3.0 app.
I am currently building an application which involves communication between
web services and clients on different companies networks which may be
communicating either over the internet or v...
more >>