all groups > dotnet web services enhancements > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
Visual Studio 2005 and WSE 3.0
Posted by MHoque at 7/14/2006 9:35:02 AM
I am trying to open WSE settings from a VS 2005 project. And I don't see it
on the list when I right click on the project. Wonder what is wrong?... more >>
Responding to SoapRequest
Posted by Anbu at 7/14/2006 1:47:20 AM
Hi All,
I'm developing an Intercepter kind of application which has to
intercept the web service to receive and respond to it.
Can some one provide idea on this, may be on SoapClient, SoapReceiver &
SoapService.
TIA,
... more >>
The message must contain a wsa:To header
Posted by Chris Fink at 7/13/2006 1:12:01 PM
I am using WSE 2 SP3 and receiving the following error from my client calling
a secure service using client certificates. When I setup the policy, I
required signing and encryption for the request and response.
System.Web.Services.Protocols.SoapException: Server was unable to process
req... more >>
Visual Studio 2005 and WSE2 SP3
Posted by Chris Fink at 7/12/2006 11:48:43 AM
How do I use VS.NET 2005 to do development with WSE2 SP3? When I right click
on my project, I only have the option for WSE Settings 3.0 (I am also running
WSE3 also on this machine).
My requirement is to take an existing WSE3 client and convert in to run
using WSE2 SP3. Can I do this by s... more >>
Separating Schema and Services during versioning
Posted by Steven L at 7/12/2006 1:06:02 AM
I have my WSDL contract from my web service. I want to separate my services
and data definitions and make these static across versions. I followed this
MSDN article, but despite most people referencing it when discussing this
topic, i don't find it particularly clear.
I also looked here, bu... more >>
WSE 3 SAML Null principal with SecureConversation enabled
Posted by Philip Ross at 7/11/2006 1:25:22 PM
I have implemented a SAML token service based upon the STS SAML quickstart.
It all hooks up correctly and I can use from an implicit client my secured
service's methods as long as I don't enable secure conversation. If I enable
secure conversation ( establishSecurityContext="true" ) I can sti... more >>
friendly error messages for usernameForCertificateSecurity
Posted by geobier at 7/11/2006 11:36:01 AM
This has been asked several times on the web, but I have yet to see a solution.
In short:
Using usernameForCertificateSecurity, with a custom UsenameTokenManager,
AuthenticateToken detects an error ( "Invalid user id or password", "account
is locked", "account expires in 5 days"). How can... more >>
Ws-Addressing - WSE and vanilla Web Service Proxies
Posted by Steven L at 7/11/2006 5:09:02 AM
I have a hub performing some internal routing for a set of services we have,
using the WS-Addressing support in WSE 3.0.
When a vanilla .Net generated proxy client tries to call the service you get:
"Microsoft.Web.Services3.Addressing.AddressingFault: Message Information
Header Required"
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HttpHandler Problem in ASP .NET 2.0
Posted by Anbu at 7/10/2006 2:13:08 PM
Hi All,
I'm implementing a soapreceiver class in a web site. The required
httpHandler tag was also added in the web.config as below.
<httpHandlers>
<add verb="*" path="Receiver.ashx" type="namespace.class, myassembly"/>
</httpHandlers>
Unfortunately, when i run the application from .NET ... more >>
WseWsdl3 Issue Creating C# proxy multiple parameters
Posted by geobier at 7/10/2006 1:57:02 PM
This is a similar to a question asked by somone else on 7/3.
We have a fairly complicated WSE enabled set of Web Services. When
wsdl.exe is used to generate the client proxy and server interface, no errors
are reported, the code works fine.
Using WseWsdl3.exe to try and generate a secu... more >>
X.509 Certificates and the WSE
Posted by Frank V at 7/10/2006 1:53:08 PM
Hello again everyone,
Which type of X.509 certificate is the correct certificate for a .NET
solution using Windows Forms, Web Services and the WSE.
I've noticed that different vendors will sell digital certificates for
different purposes. According to my research all those certificates
fall... more >>
MTOM and APACHE Axis
Posted by smeda06 NO[at]SPAM gmail.com at 7/10/2006 9:32:34 AM
If I write a .NET web service that uses MTOM. Can this be consumed by a
J2EE application?
Thank you in advance.
... more >>
WSE2005: Protection requirements in MutualCertificate11Assertion..
Posted by Chris Fink at 7/10/2006 9:24:01 AM
I am receiving the following error when trying to consume a secure WSE
webservice using client certificates:
WSE2005: Protection requirements in MutualCertificate11Assertion are not
satisfied.
The client is using Windows Server 2003.
I've placed my client cert (w/public + private key) in ... more >>
Can WSE 2 and WSE 3 coexist on the same machine ?
Posted by smeda06 NO[at]SPAM gmail.com at 7/10/2006 8:05:03 AM
I currently have a VS 2003 project that uses WSE 2. I have VS 2005
installed on the same machine and as a part of migrating a project from
VS 2003 to VS 2005, we have decided to use MTOM instead of DIME. Can I
install WSE 3 on the same machine and work on the migration?
Thanks in advance.
... more >>
|