all groups > dotnet web services enhancements > june 2006 > threads for june 15 - 21, 2006
Filter by week: 1 2 3 4 5
WSE3: Client X509 Authorization Programmatically
Posted by Adriana at 6/21/2006 4:21:02 AM
I'm working in a Mutual X509 context, i can define the authorized clients
into the wse policy config file using something like:
<authorization>
<allow user="CN=WSE2QuickStartClient" />
<deny user="*" />
</authorization>
But i want add programmatically the users a... more >>
WSE2 <-> Java Axis how to generate my .pfx with their CA
Posted by Erik Jensen at 6/20/2006 8:21:02 AM
I have successfully created my makecert generated certificate and used it to
sign my SOAP Request for an Java Axis web service but when the WS authors
actually started checking versus their CA my certificate failed.
1. They are telling me to generate a private key
2. send a csr to them to si... more >>
Need help for WSE 3.0 exception WSE839
Posted by my name at 6/20/2006 1:39:10 AM
I'm using MS WSE 3.0. I'm unable to call my webservices because I get
the folllowing exception:
System.FormatException : WSE839: An HTTP response was received that used
the following content type: text/xml; charset=utf-8. The following
content type was expected: multipart/related; type=applic... more >>
Problems with MTOM and WSE 3.0
Posted by aceven24 at 6/18/2006 8:07:01 AM
I'm getting some strange behavior when making multiple async calls coming
from threads from the thread pool on a WinApp Client. The Event Log has the
following events:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 6/18/2006
Time: ... more >>
Soap Fault in Policy Assertion
Posted by Erikst at 6/16/2006 1:48:01 AM
I'm building a custom policy assertion, that I want to use to evaluate my
soap message and return a soap fault if there is something wrong. But how do
I return a soap fault from a SoapFilter ProcessMessage method? I tried
throwing a Exception, but that crashes my host application. I also tried... more >>
configuration section is not loaded
Posted by Zebra at 6/15/2006 11:20:01 AM
I upgraded all my 2003 projects to vs 2005 and all went well except for one
machine that I got the following error:
System.Configuration.ConfigurationException: WSE032: There was an error
loading the microsoft.web.services2 configuration section. --->
System.Configuration.ConfigurationErrorsE... more >>
|