Questions tagged [wse]

WSE is the obsolete Web Services Enhancements code from Microsoft. It has been replaced with WCF, is barely supported, and has no tooling support in Visual Studio versions after VS2005. It should only be used if you have no other choices at all.

WSE is the obsolete Web Services Enhancements code from Microsoft. I has been replaced with WCF, is barely supported, and has no tooling support in Visual Studio versions after VS2005. It should only be used if you have no other choices at all.

Note from the bottom of What's New in Web Services Enhancements (WSE) 3.0 that WSE 2.0 support is aligned with support for .NET 1.1 (mainstream support ended 10/14/2008). WSE 3.0 support is aligned with support for .NET 2.0 (mainstream support ends 4/12/2011).

Interesting Links

From Microsoft:

Other Sites and Blogs:

140 questions
0
votes
1 answer

Consume Java weblogic web service having usernametoken and client certificate in ASP.Net

i need to consume a web service developed with java web logic server, usernametoken and client certificate are used to invoke the service. and i got the java code to call web service as below import javax.ejb.CreateException; import…
0
votes
1 answer

IPv6 and SoapTcpTransport.GetInputChannel (WSE)

I’m having a problem getting IPv6 addresses to work with the .NET WSE SoapTcpTransport.GetInputChannel or more specifically SoapReceivers.Add, which uses GetInputChannel under the covers. Since no one else on the planet seems to be having this…
0
votes
1 answer

What is WSE2QuickStartServer and can we use other certificate instead of this one?

In WSE, everywhere the WSE2QuickStartServer certificate is used to encrypt and sign the messages. What is special about this certificate and can we use any other certificate? If yes, what requirements should be satisfied by the certificate? Note: I…
Learner
  • 4,661
  • 9
  • 56
  • 102
-1
votes
1 answer

Where is IPasswordProvider for WSE services?

I can't find IPasswordProvider interface in my WSE project. I want to create a custom password provider so I have to implement this interface. Which namespace is it in? In VS.NET, I can't find Microsoft.Web.Services.Security anywhere? Update I found…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
1 2 3
9
10