Questions tagged [wse3.0]

WSE 3.0 is version 3.0 of the obsolete Web Services Enhancements product from Microsoft. See the WSE tag for more information.

WSE 3.0 is version 3.0 of the obsolete Web Services Enhancements product from Microsoft. See for more information.

53 questions
0
votes
1 answer

Password Digest authentication in WSE3

I was able to implement the method AuthenticateToken and authenticate the user when the given password is in plain text. Is it possible to authenticate the user when the given password is hashed (Passworddigest)? If so, please shed some light.…
afin
  • 546
  • 3
  • 11
  • 21
0
votes
1 answer

What is the WCF equivalent?

I am trying to port some code that is based on WSE3.0 to WCF. Basically, the old code has the following configuration:
Klaus Byskov Pedersen
  • 117,245
  • 29
  • 183
  • 222
0
votes
1 answer

Derived type unknown to WSE 3.0 web service

I have a WSE 3.0 based web service, and a WinForms client application that makes use of the types defined in that service's References.cs, but subclasses them to provide some additional functionality required by the client. However, when I pass an…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
0
votes
1 answer

Consume a web service using WSE3.0 or WCF?

I have to use a number of functions provided by a government web service. I have no idea what they used to implement this service. Could have been COBOL for all I know. My problem is that I've been trying to access this service using the security…
eric_the_animal
  • 432
  • 9
  • 19
0
votes
1 answer

Specify a Proxy in config vs code for a WSE/SOAP web service

Is there a way to specify a WSE3 proxy in the config file instead of code. I figured out how to get it working in code as follows: valservice.Proxy = new System.Net.WebProxy("http://10.192.xx.xx:8080", true); Details: I have a WCF wrapper web…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
0
votes
1 answer

Connect to an asmx page behind https, requiring sign only, using WCF

I'm trying to connect to a web service that requires me to sign with a certificate before I connect. In WSE 3.0, all I had to do is create a certificate policy and choose the "sign only" radio button. That worked fine in WSE 3.0, but I want to use…
diadem
0
votes
1 answer

BizTalk - WSE 3.0 Adapter

We need to consume a web service (which is a WSE3.0 service) using BizTalk 2010. I did some initial research and WSE is not supported out of the box. From what I can tell, the only thing I found is that there is a company called Two Connect (who…
gmang
  • 435
  • 1
  • 6
  • 20
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 2 3
4