Questions tagged [wse2.0]

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

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

18 questions
0
votes
1 answer

HTTP 500 error on WSE1.0 POST to WSE2.0 web service

I have a web service that uses Web Service Extensions 2.0 to receive an XML post from a WSE1.0 web service. I have no control over the WSE1.0 service, nor are they able to tell me what the error actually is. I have managed to set up some diagnostics…
Rebecca
  • 13,914
  • 10
  • 95
  • 136
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
0
votes
2 answers

Using .NET 4.0 WCF to connect to WSE 2.0 WebService with user/pass

I was hoping you could help me out. I am trying to connect to a 3rd party webservice which unfortunately is a WSE 2.0 service. I am trying to write the client in C# .NET 4.0 using WCF. I am having no luck at all finding any info on this. The…
AndySousa
  • 1,062
  • 2
  • 15
  • 30
1
2