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
2
votes
0 answers

How do I configure WCF service to end error "wcf header security was not understood by recipient" generated by wse3 client?

I am upgrading a webservice from .Net 1.1 to WCF. The client that will connect to my new web service is a webservice itself and was designed using WSE3. I have no control over that webservice and it will not be changing. Keeping that in mind, I…
user134363
1
vote
0 answers

Problems connecting to WSE3 service with usernameForCertifcate policy using Metro

I am connecting to a WSE3 service and have been battling for more than a week now using Metro 2.1.1. Part of the problem is that the wsdl did not contain the policy assertions and the guys at the other end used a turnkey usernameForCertifcate policy…
1
vote
0 answers

Custom Policy Assertion SOAP with Certificate c#

I have this code to add a X509Certificate to SOAP message and sign it: //Convert X509Certificate (Config.clientCertificate) to X509Certifica2 to use later on security token. X509Certificate2 certificate = new…
JoakDA
  • 305
  • 1
  • 13
1
vote
1 answer

WSE 3.0 WSE839 Exception

There is a Java-Soap-Service which I want to call with WSE 3.0, I generated a Proxy with the WSDL-File but the service expects MTOM for it´s data. I also followed this tutorial and it worked well but didn´t…
Felix Arnold
  • 839
  • 7
  • 35
1
vote
2 answers

AXIS Web svc., .NET client - WS Security problem

I'm using a .NET 2.0 Client to communicate with an AXIS Web service. The web service is not in my control and I can't request any modifications to it either. Now, I'm using WSE 3.0 to implement the Security piece, but I'm having quite a few issues…
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
1
vote
1 answer

WSE 3.0 and SoapExtensions

I'm trying to consume an Axis web service with a .NET client and I'm having some trouble setting up the WSE configuration to work with it. I know that WSE 3.0 is an outdated technology, but I'm stuck with a VS2005 and .NET 2.0 environment, so I'll…
Tejaswi Yerukalapudi
  • 8,987
  • 12
  • 60
  • 101
1
vote
2 answers

Transferring files via ASP.Net webservice is super-slow

We have a legacy WSE3 ASP.Net webservice here that defines a method GetFileContent(string fileName). What it does is check a predefined path for a file with the passed name, read its content, base64-encode it and send that encoded stuff back as a…
Sebastian Edelmeier
  • 4,095
  • 3
  • 39
  • 60
1
vote
0 answers

SoapException in WSE 3.0 Webservice

I have this code and I'm getting - SoapException was unhandled: no such operation 'string'. What can be wrong? How to handle such exception? If I put it in try/catch block it doesn't help me a lot. Code: public string PaymentOperation(string…
Thorusan86
  • 243
  • 2
  • 6
  • 15
1
vote
2 answers

How do I invoke a WSE3.0 service to be deployed to Windows Server 2008?

One of our C# ASP.Net projects has some dependencies on the Microsoft WSE 3.0 library, in order to consume a WSE3.0 web service. However, we're migrating the project to Windows Server 2008, which does not support WSE3.0. So I need to refactor the…
ATDeveloper
  • 289
  • 4
  • 15
1
vote
1 answer

Encrypt a SOAP Message Using an X.509 Certificate error

Have a nice day need a help from here i have securityManager Class which inherit on SendSecurityFilter class WSE3 but it returns error when it build it genarate this error please help me to solve this some one know about this class…
1
vote
0 answers

How to set the creation time for the WSE 3.0 UsernameToken

I'm using the WSE 3.0 UsernameToken to communicate with a network camera. Due the time difference between my PC and the network camera I can't authenticate, the allowed time difference is +- 5 sec UTC time, my current difference is 59 minutes and 19…
pepOS
  • 335
  • 4
  • 22
1
vote
1 answer

An operation can have only one in or out header of a given type?

Situation: I am trying to consume a clients web service for CC authorization. They are not publishing the WSDL file on there site, but they have provided the WSDL file. I am using Visual Studio 2005 and creating a web application that consumes the…
John
  • 13
  • 2
1
vote
0 answers

How to remove from the soap header?

How can I remove the from the soap header? I am using WSE 3.0 and I want to remove this 2014-04-07T06:15:35Z
roopini n
  • 503
  • 2
  • 7
  • 29
1
vote
1 answer

WSE032 error, WebServicesConfiguration cannot load config. section

I have developed a small tool to upload salary information to the swiss administration and I used WSE 3.0 with success. But now, one of my customers has reported that on his machine, my program crashes with the following stack trace: WSE032: There…
Pierre Arnaud
  • 10,212
  • 11
  • 77
  • 108
1
vote
1 answer

WSE3 Destination vs URL

I have a vendor telling me that the SOAP header should not have https in it, but that we can still communicate via SSL. Our concern is that we want to communicate via SSL and that their sample code is causing it not to happen. In their sample…
NealWalters
  • 17,197
  • 42
  • 141
  • 251